You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TestMailer::dump/dd(): ability to dump the sent emails to help debug problems.
TestMailer assertions should, as part of the failure message, output a summary of the emails sent if applicable. For instance, if TestMailer::assertNoEmailSent() fails, it should display a summary of emails that were sent.
The text was updated successfully, but these errors were encountered:
TestMailer::dump/dd()
: ability to dump the sent emails to help debug problems.TestMailer
assertions should, as part of the failure message, output a summary of the emails sent if applicable. For instance, ifTestMailer::assertNoEmailSent()
fails, it should display a summary of emails that were sent.The text was updated successfully, but these errors were encountered: