CRM-13283 - All SystemCheckTest tests passing
authorJon goldberg <jon@palantetech.coop>
Wed, 29 Apr 2015 15:38:50 +0000 (09:38 -0600)
committerJon goldberg <jon@palantetech.coop>
Tue, 21 Jul 2015 20:38:18 +0000 (16:38 -0400)
tests/phpunit/api/v3/SystemCheckTest.php

index 3746c3a72b6b3c0e25a647947a968638275713fb..08df7a1778e8b2032343c06cdd99cb8d8028086a 100644 (file)
@@ -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__);
   }
 
 }