samedi 19 août 2017

How to Write a unit test with laravel queue mail?

I already finish the code to sending the mail by queue, and it`s work find, and I want to write a test for it (just want to test the mail that it should be send out normally without failed by queue, and to the right person), but how?

Mail::to($user->email)->queue(new Welcome($user));

Aucun commentaire:

Enregistrer un commentaire