Collision Listener fails
Closed this issue · 2 comments
I’m getting the following exception after activating the Collision Listener as described in the readme.
Class "NunoMaduro\Collision\Adapters\Phpunit\Listener" does not exist
The Listener Class seems to not exist anymore inside Collision Adapters. Is there another way to activate the Collision Listener with pretty-result-printer?
That latest version of Collision has removed the listener and cannot be used with printer. You will need to modify the phpunit.xml
file and remove the <listener>
section that was updated when running thrbinit
command.
we have been in discussion with Nuno about restoring the listener functionality as it added good details to printer output, but as of now, he has not restored the listener functionality.
@zembrowski If you want to add you desire to have the listener version restored, here is the ticket submitted to Collision