test suite - fix signature on GroupCreate call
[civicrm-core.git] / tests / phpunit / api / v3 / MailingTest.php
index 846dfcc5ed981db42879512194829af76a4291c7..c09069d629be1a293390d21ebfed55f02fb29429 100644 (file)
@@ -37,7 +37,7 @@ class api_v3_MailingTest extends CiviUnitTestCase {
   protected $_apiversion = 3;
   protected $_params = array();
   protected $_entity = 'Mailing';
-  public $_eNoticeCompliant = TRUE;
+
 
   function get_info() {
     return array(
@@ -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',