From d8e39cba2987af9a3251038b75b7374548b9ca1e Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 4 Feb 2014 13:53:56 +1300 Subject: [PATCH] test -fix on test set-up (group contact) --- 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 2eb844fbe0..ef31e3b50d 100644 --- a/tests/phpunit/api/v3/GroupContactTest.php +++ b/tests/phpunit/api/v3/GroupContactTest.php @@ -70,7 +70,7 @@ class api_v3_GroupContactTest extends CiviUnitTestCase { 'visibility' => 'User and User Admin Only', ); - $this->_groupId2 = $this->groupCreate(); + $this->_groupId2 = $this->groupCreate($group); $params = array( 'contact_id.1' => $this->_contactId, 'group_id' => $this->_groupId2, -- 2.25.1