CRM-13072 upgrade mailing test
authoreileen <eileen@fuzion.co.nz>
Fri, 26 Jul 2013 08:46:05 +0000 (20:46 +1200)
committereileen <eileen@fuzion.co.nz>
Fri, 26 Jul 2013 08:46:05 +0000 (20:46 +1200)
tests/phpunit/api/v3/MailingTest.php

index d6e2665fe4dd70291de8dae451f5f7c7301c95c8..8d4a63101b253fa964431e4a6b37f21191ffae33 100644 (file)
@@ -75,7 +75,7 @@ class api_v3_MailingTest extends CiviUnitTestCase {
   }
 
   /**
-   * Test civicrm_mailing_create
+   * Test civicrm_mailing_delete
    */
   public function testMailerDeleteSuccess() {
     $result = $this->callAPISuccess($this->_entity, 'create', $this->_params);
@@ -102,7 +102,8 @@ class api_v3_MailingTest extends CiviUnitTestCase {
       'time_stamp' => '20111109212100',
     );
     $result = $this->callAPIFailure('mailing_event', 'bounce', $params,
-      'Queue event could not be found');
+      'Queue event could not be found'
+    );
   }
 
   //----------- civicrm_mailing_event_confirm methods -----------
@@ -146,7 +147,7 @@ class api_v3_MailingTest extends CiviUnitTestCase {
          );
     $result = $this->callAPIFailure('mailing_event', 'reply', $params,
       'Queue event could not be found'
-     );
+    );
   }