Comments & Discussion
F
this was remove from laravel 10 documentation. Someone know why please ?
- Laravel 9 : https://laravel.com/docs/9.x/mocking#event-fake
- Laravel 10 : https://laravel.com/docs/10.x/mocking
F
Hoooo it was moved to event page : https://laravel.com/docs/10.x/events#testing
Hi Povilas,
I would suggest to add check for listener is attached to expected event in this lessons something like:
Best Regards