We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a203156 commit 1cd470dCopy full SHA for 1cd470d
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