We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a203156 + 1cd470d commit 75f33cfCopy full SHA for 75f33cf
1 file changed
docs/en/core-libraries/email.md
@@ -609,7 +609,7 @@ using `Message::setBodyText()` and `Message::setBodyHtml()` methods.
609
## Testing Mailers
610
611
To test mailers, add `Cake\TestSuite\EmailTrait` to your test case.
612
-The `MailerTrait` uses PHPUnit hooks to replace your application's email transports
+The `EmailTrait` uses PHPUnit hooks to replace your application's email transports
613
with a proxy that intercepts email messages and allows you to do assertions
614
on the mail that would be delivered.
615
0 commit comments