Merge pull request #4607 from samuelsov/CRM-15637
[civicrm-core.git] / tests / phpunit / api / v3 / MailingTest.php
index bbbb6120531b393bcc22759701e6ae817a9d109e..1b86e3eddd01f061fe657eeafccd156b23c9ede0 100755 (executable)
@@ -39,18 +39,7 @@ class api_v3_MailingTest extends CiviUnitTestCase {
   protected $_entity = 'Mailing';
   protected $_contactID;
 
-  /**
-   * @return array
-   */
-  function get_info() {
-    return array(
-      'name' => 'Mailer',
-      'description' => 'Test all Mailer methods.',
-      'group' => 'CiviCRM API Tests',
-    );
-  }
-
-  function setUp() {
+  public function setUp() {
     parent::setUp();
     $this->useTransaction();
     CRM_Mailing_BAO_MailingJob::$mailsProcessed = 0; // DGW
@@ -66,7 +55,7 @@ class api_v3_MailingTest extends CiviUnitTestCase {
     );
   }
 
-  function tearDown() {
+  public function tearDown() {
     CRM_Mailing_BAO_MailingJob::$mailsProcessed = 0; // DGW
     parent::tearDown();
   }