From bea0b29e68f59daab8738007c6f4a58a23c0278d Mon Sep 17 00:00:00 2001 From: Jon goldberg Date: Wed, 29 Apr 2015 09:38:50 -0600 Subject: [PATCH] CRM-13283 - All SystemCheckTest tests passing --- tests/phpunit/api/v3/SystemCheckTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/api/v3/SystemCheckTest.php b/tests/phpunit/api/v3/SystemCheckTest.php index 3746c3a72b..08df7a1778 100644 --- a/tests/phpunit/api/v3/SystemCheckTest.php +++ b/tests/phpunit/api/v3/SystemCheckTest.php @@ -223,7 +223,7 @@ class api_v3_SystemCheckTest extends CiviUnitTestCase { $testedCheck = array(); } } - $this->assertArrayNotHasKey('name', $testedCheck, ' in line ' . __LINE__); + $this->assertArrayHasKey('name', $testedCheck, ' in line ' . __LINE__); } } -- 2.25.1