Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documented flags do not work with artisan test #316

Open
smares opened this issue Nov 4, 2024 · 0 comments
Open

Documented flags do not work with artisan test #316

smares opened this issue Nov 4, 2024 · 0 comments

Comments

@smares
Copy link

smares commented Nov 4, 2024

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant