test suite - fix signature on GroupCreate call
[civicrm-core.git] / tests / phpunit / api / v3 / GroupOrganizationTest.php
index 1379e289d9502e84ab22909843afad2ebd15b765..2efe9a9a89cd0434334ef39a3c21f6b5716ccfd8 100644 (file)
@@ -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);
   }