Relative Content

Tag Archive for phplaravelphpunitphp-8laravel-11

How to mock/simulate Laravel queue events in tests?

I have an event listener that listens for the JobProcessing event. I want to test this event listener, to do so I need to simulate/mock the JobProcessing queue event. TestJob is a regular Laravel job class.