Skip to content

Commit 75f33cf

Browse files
authored
Merge pull request #8164 from b1u3/EmailTrait-fix
Fix trait name
2 parents a203156 + 1cd470d commit 75f33cf

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)