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

Unknown option "--results-files" #6

Open
codders opened this issue Apr 4, 2024 · 1 comment
Open

Unknown option "--results-files" #6

codders opened this issue Apr 4, 2024 · 1 comment

Comments

@codders
Copy link

codders commented Apr 4, 2024

Not sure if I'm using the tool correctly, but when I run:

phpunit --cache-result --results-files=.phpunit.cache/test-results*

per the README, I get the message Unknown option "--results-files" from PHPUnit. I have installed the package using:

composer require --dev previousnext/phpunit-splitter:dev-main

and I see the phpunit-splitter file in ./vendor/bin. Is there something else I need to do there?

@dafeder
Copy link

dafeder commented May 7, 2024

I'm trying to get this working as well, I believe the correct option is --cache-result-file

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

2 participants