Skip to content

Commit f3738b2

Browse files
authored
Correct function name in MailServiceCest (#23)
1 parent f8cd3b5 commit f3738b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/MailServiceCest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function sendMail(IntegrationTester $I)
3434
}
3535
}
3636

37-
public function ensureDotStuffingHappensBeforeQuotePrintableEncode(IntegrationTester $I)
37+
public function ensureDotStuffingHappensAfterQuotePrintableEncode(IntegrationTester $I)
3838
{
3939
$text_body = <<<EOT
4040
Test mail 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890.

0 commit comments

Comments
 (0)