PHP 5.3.
authorJohan Vervloet <johan.vervloet@kuleuven.be>
Thu, 15 Jun 2017 21:21:06 +0000 (23:21 +0200)
committerJohan Vervloet <johan.vervloet@kuleuven.be>
Thu, 15 Jun 2017 21:21:06 +0000 (23:21 +0200)
tests/phpunit/api/v3/EventTest.php

index 3d3987072d7873482b94cef0e41518bec3707fd6..1abeb53befa1f9c24615ccf3f9e316bc021fd335 100644 (file)
@@ -421,7 +421,7 @@ class api_v3_EventTest extends CiviUnitTestCase {
     // Search for events having NULL as the value for this custom
     // field. This should return all events created in setUp.
     $check = $this->callAPISuccess($this->_entity, 'get', array(
-        'custom_' . $ids['custom_field_id'] => ['IS NULL' => 1],
+        'custom_' . $ids['custom_field_id'] => array('IS NULL' => 1),
       ));
 
     $this->assertGreaterThan(0, $check['count']);