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
Running
artisan test -vcauses PHPUnit to fail withUnknown 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