Open
Description
Add email assertions to Laravel 5 module.
Idea for implementation came from https://laracasts.com/series/phpunit-testing-in-laravel/episodes/12. Will work with all default mail transports in Laravel, they all have the beforeSendPerformed
method.
Have to think about a good API for these assertions though.