You can use `Notification::assertNothingSentTo()` to check that no notifications were sent to a specific user/notifiable model

You can use `Notification::assertNothingSentTo()` to check that no notifications were sent to a specific user/notifiable model

🚀 You can now use the new "assertNothingSentTo" method in your Laravel tests.

You can use this to ensure that no notifications were sent to a given notifiable model (or models)!

#laravel #php

We're writing a book, you can get it for free here.