collision
collision copied to clipboard
Using Collision's printer in Laravel Dusk
Hi @nunomaduro,
I'm trying to bring some consistency to the php artisan test
and php artisan dusk
output. see https://github.com/laravel/dusk/pull/1036
Collision's printer and subscriber classes are marked internal, and concrete classes are final.
Do you have any interest in breaking Collision's PHPUnit printer and subscriber classes into a new standalone printer package that both collision, dusk and other packages could use?