From 30d44db212696f493bf03cc1e2c30b9069a26e85 Mon Sep 17 00:00:00 2001 From: eileen Date: Fri, 26 Jul 2013 20:46:05 +1200 Subject: [PATCH] CRM-13072 upgrade mailing test --- tests/phpunit/api/v3/MailingTest.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/phpunit/api/v3/MailingTest.php b/tests/phpunit/api/v3/MailingTest.php index d6e2665fe4..8d4a63101b 100644 --- a/tests/phpunit/api/v3/MailingTest.php +++ b/tests/phpunit/api/v3/MailingTest.php @@ -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' - ); + ); } -- 2.25.1