X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fapi%2Fv3%2FGroupOrganizationTest.php;h=2efe9a9a89cd0434334ef39a3c21f6b5716ccfd8;hb=fadb804f824b3fbc7a2f737cc9a4317055898b3a;hp=1379e289d9502e84ab22909843afad2ebd15b765;hpb=c192fbee3a19b564a9f87191dac5324bc48147e9;p=civicrm-core.git diff --git a/tests/phpunit/api/v3/GroupOrganizationTest.php b/tests/phpunit/api/v3/GroupOrganizationTest.php index 1379e289d9..2efe9a9a89 100644 --- a/tests/phpunit/api/v3/GroupOrganizationTest.php +++ b/tests/phpunit/api/v3/GroupOrganizationTest.php @@ -53,7 +53,7 @@ class api_v3_GroupOrganizationTest extends CiviUnitTestCase { protected function setUp() { $this->_apiversion = 3; parent::setUp(); - $this->_groupID = $this->groupCreate(NULL); + $this->_groupID = $this->groupCreate(); $this->_orgID = $this->organizationCreate(NULL); }