Test Filament Email Verification.
I want to test filament email verification by Pest, and I have created a separate MySQL testing database along with the .env.testing environment. When I run the test case, the email verification notification is not received on user email id.
Please find below code for your reference.
//.env.testing
1 Reply
I guess the Notification is queued and you need
Queue::fake()