Reputation: 41
PHP8.3 Symfony7.0
Is it possible to disable specific event listeners during ApiTests with PHPUnit?
I have searched a lot but i can not figure it out, how this should work.
Another option can be also to disable the service which is called through the event.
I have played with this option in the tests but it seems that when a service is once initialized through event listener there is no chance to stop/kill the service, right?
Upvotes: 0
Views: 114