From: eileen Date: Sat, 10 Aug 2019 03:46:31 +0000 (+1200) Subject: Update test to reflect test setup change X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1604fa932478d507fa0e378a62b35dc992f28078;p=civicrm-core.git Update test to reflect test setup change --- diff --git a/tests/phpunit/api/v3/PaymentTest.php b/tests/phpunit/api/v3/PaymentTest.php index 6395c462a9..8f0bf927e0 100644 --- a/tests/phpunit/api/v3/PaymentTest.php +++ b/tests/phpunit/api/v3/PaymentTest.php @@ -167,7 +167,7 @@ class api_v3_PaymentTest extends CiviUnitTestCase { $payment = $this->callAPISuccess('payment', 'create', $params); $this->callAPISuccess('Payment', 'sendconfirmation', ['id' => $payment['id']]); - $mut->assertSubjects(['Payment Receipt - Annual CiviCRM meet']); + $mut->assertSubjects(['Payment Receipt - Annual CiviCRM meet', 'Registration Confirmation - Annual CiviCRM meet']); $mut->checkMailLog([ 'Dear Anthony,', 'A payment has been received.',