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

Php artisan test "Option --configuration cannot be used more than once" #51207

Closed
oceanapplications opened this issue Apr 24, 2024 · 3 comments
Closed
Assignees
Labels

Comments

@oceanapplications
Copy link

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.

@driesvints
Copy link
Member

We got this fixed with #51197. Will be in the next release. Thanks

@driesvints
Copy link
Member

Sorry, mixed this one up with something else.

@driesvints driesvints reopened this Apr 25, 2024
@driesvints driesvints added the bug label Apr 25, 2024
@nunomaduro
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants