From: Eileen McNaughton Date: Tue, 4 Feb 2014 00:53:56 +0000 (+1300) Subject: test -fix on test set-up (group contact) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d8e39cba2987af9a3251038b75b7374548b9ca1e;p=civicrm-core.git test -fix on test set-up (group contact) --- 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,