Skip to content

Commit 1cd470d

Browse files
authored
Fix trait name
1 parent a203156 commit 1cd470d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/core-libraries/email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ using `Message::setBodyText()` and `Message::setBodyHtml()` methods.
609609
## Testing Mailers
610610

611611
To test mailers, add `Cake\TestSuite\EmailTrait` to your test case.
612-
The `MailerTrait` uses PHPUnit hooks to replace your application's email transports
612+
The `EmailTrait` uses PHPUnit hooks to replace your application's email transports
613613
with a proxy that intercepts email messages and allows you to do assertions
614614
on the mail that would be delivered.
615615

0 commit comments

Comments
 (0)