From: Jon goldberg Date: Wed, 29 Apr 2015 15:38:50 +0000 (-0600) Subject: CRM-13283 - All SystemCheckTest tests passing X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bea0b29e68f59daab8738007c6f4a58a23c0278d;p=civicrm-core.git CRM-13283 - All SystemCheckTest tests passing --- 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__); } }