test fixup- changed fn signature doesn't expect 'NULL'
[civicrm-core.git] / tests / phpunit / api / v3 / GroupContactTest.php
index 555c6278b3d73a55c6b44b3be14b3fd1a09fdaf0..2fad996fb1815eceb57a012a25d169d70eec8879 100644 (file)
@@ -52,7 +52,7 @@ class api_v3_GroupContactTest extends CiviUnitTestCase {
   function setUp() {
     parent::setUp();
 
-    $this->_contactId = $this->individualCreate(NULL);
+    $this->_contactId = $this->individualCreate();
 
     $this->_groupId1 = $this->groupCreate(NULL);
     $params = array(