You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Running
artisan test -v
causes 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
The text was updated successfully, but these errors were encountered: