collision
collision copied to clipboard
Verbosity options are not removed from PHPUnit arguments
Running artisan test -v
causes PHPUnit to fail with Unknown option "-v"
. Seems like TestCommand::phpunitArguments() should be updated to exclude '-v', '-vv', '-vvv', '--verbose' from being passed to PHPUnit.
nunomaduro/collision 8.4.0 phpunit/phpunit 11.3.6