collision icon indicating copy to clipboard operation
collision copied to clipboard

Verbosity options are not removed from PHPUnit arguments

Open CrispMind opened this issue 4 months ago • 0 comments

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

CrispMind avatar Sep 25 '24 17:09 CrispMind