8000
Impossible to test sending mail from a command with the MailerAssertionsTrait #38035
Labels
Symfony version(s) affected: 4.4.*
Description
When you want to test the sending of mail from a command, you cannot use the
MailerAssertionsTrait
since it expects an HTTP request.How to reproduce
Possible Solution
Remove the HTTP request check.
The text was updated successfully, but these errors were encountered: