Skip to content

Commit a068c79

Browse files
Update MailerAssertionsTrait.php
1 parent 356693c commit a068c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Symfony/MailerAssertionsTrait.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function grabSentEmails(): array
105105
* Limitation:
106106
* If your mail is sent in a Symfony console command and you start that command in your test with [$I->runShellCommand()](https://codeception.com/docs/modules/Cli#runShellCommand),
107107
* Codeception will not notice it.
108-
* As a more professional alternative, we recommend Mailpit, wchich also lets you test the content of the mail.
108+
* As a more professional alternative, we recommend Mailpit, which also lets you test the content of the mail.
109109
*
110110
* ```php
111111
* <?php

0 commit comments

Comments
 (0)