We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
11.0
8.3.1
No response
The latest version of phpunit generates a warning if you have multiple of the same command line flag.
Adding a --configuration flag to php artisan test will cause the warning as php artisan test already has a configuration flag set.
The text was updated successfully, but these errors were encountered:
We got this fixed with #51197. Will be in the next release. Thanks
Sorry, something went wrong.
Sorry, mixed this one up with something else.
Seems an issue at Collision level; do you mind of PR something to Collision that allows to override the --configuration option rather than append it?
crynobone
No branches or pull requests
Laravel Version
11.0
PHP Version
8.3.1
Database Driver & Version
No response
Description
The latest version of phpunit generates a warning if you have multiple of the same command line flag.
Steps To Reproduce
Adding a --configuration flag to php artisan test will cause the warning as php artisan test already has a configuration flag set.
The text was updated successfully, but these errors were encountered: