You can use `Notification::assertNothingSentTo()` to check that no notifications were sent to a specific user/notifiable model
- ·
- Telegram
- ·
- Newsletter
🚀 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