add missing comments - tests directory
[civicrm-core.git] / tests / phpunit / api / v3 / MailingTest.php
index 846dfcc5ed981db42879512194829af76a4291c7..a9fdf028a21683a97b3b7e678c335abf76be8fb0 100644 (file)
@@ -37,8 +37,11 @@ class api_v3_MailingTest extends CiviUnitTestCase {
   protected $_apiversion = 3;
   protected $_params = array();
   protected $_entity = 'Mailing';
-  public $_eNoticeCompliant = TRUE;
 
+
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'Mailer',
@@ -49,7 +52,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',