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
Just came across this issue while setting up a CI/CD pipeline and noticed that there already is an issue in Laravel Framework laravel/framework#51304 but it was closed pointing to this repository.
artisan test --help lists some options which do not work. It affects -n, --no-interaction, -v, -vv, -vvv and --verbose.
Running artisan test --no-interaction for example results in this output:
PHPUnit 11.3.6 by Sebastian Bergmann and contributors.
Unknown option "--no-interaction"
The text was updated successfully, but these errors were encountered:
Just came across this issue while setting up a CI/CD pipeline and noticed that there already is an issue in Laravel Framework laravel/framework#51304 but it was closed pointing to this repository.
artisan test --help
lists some options which do not work. It affects-n
,--no-interaction
,-v
,-vv
,-vvv
and--verbose
.Running
artisan test --no-interaction
for example results in this output:The text was updated successfully, but these errors were encountered: