From 72e41e3a79f24c07d72d70418a5209c189008837 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 31 Jan 2014 15:15:51 +1300 Subject: [PATCH] test suite, one more fn to change groupCreate signature on --- tests/phpunit/api/v3/GroupContactTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/api/v3/GroupContactTest.php b/tests/phpunit/api/v3/GroupContactTest.php index 9e69cb3c0d..2eb844fbe0 100644 --- a/tests/phpunit/api/v3/GroupContactTest.php +++ b/tests/phpunit/api/v3/GroupContactTest.php @@ -53,7 +53,7 @@ class api_v3_GroupContactTest extends CiviUnitTestCase { $this->_contactId = $this->individualCreate(); - $this->_groupId1 = $this->groupCreate(NULL); + $this->_groupId1 = $this->groupCreate(); $params = array( 'contact_id' => $this->_contactId, 'group_id' => $this->_groupId1, -- 2.25.1