Skip to content

Commit

Permalink
Correct function name in MailServiceCest
Browse files Browse the repository at this point in the history
  • Loading branch information
vortrixs authored Oct 22, 2024
1 parent f8cd3b5 commit 4e86a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/MailServiceCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function sendMail(IntegrationTester $I)
}
}

public function ensureDotStuffingHappensBeforeQuotePrintableEncode(IntegrationTester $I)
public function ensureDotStuffingHappensAfterQuotePrintableEncode(IntegrationTester $I)
{
$text_body = <<<EOT
Test mail 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890.
Expand Down

0 comments on commit 4e86a2e

Please sign in to comment.