Skip to content

Commit

Permalink
Merge pull request #24481 from totten/master-testreg
Browse files Browse the repository at this point in the history
MailingSystemTest - Fix invalid PHP
  • Loading branch information
eileenmcnaughton authored Sep 8, 2022
2 parents 0217f12 + 6b730d5 commit c5636c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/CRM/Mailing/MailingSystemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public function testMailingReplyAutoRespond(): void {
CRM_Mailing_Event_BAO_Reply::reply(
$matches[1],
$matches[2],
$matches[3],
$matches[3]
);
$mut->checkMailLog([
'Please Send Inquiries to Our Contact Email Address',
Expand Down

0 comments on commit c5636c3

Please sign in to comment.