test suite - fix signature on GroupCreate call
[civicrm-core.git] / tests / phpunit / api / v3 / MailingTest.php
index a40847fc7b7693d1741f7c78979307ff88aa0005..c09069d629be1a293390d21ebfed55f02fb29429 100644 (file)
@@ -49,7 +49,7 @@ class api_v3_MailingTest extends CiviUnitTestCase {
 
   function setUp() {
     parent::setUp();
-    $this->_groupID = $this->groupCreate(NULL);
+    $this->_groupID = $this->groupCreate();
     $this->_email = 'test@test.test';
     $this->_params = array(
       'subject' => 'maild',