Skip to main content
You are currently viewing the documentation for Filament 4.x, which is a previous version of Filament.Looking for the current stable version? Visit the 5.x documentation.

Testing session notifications

To check if a notification was sent using the session, use the assertNotified() helper:
You may optionally pass a notification title to test for:
Or test if the exact notification was sent:
Conversely, you can assert that a notification was not sent: