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
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:
README
Unknown option "--results-files"
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?
phpunit-splitter
./vendor/bin
The text was updated successfully, but these errors were encountered:
I'm trying to get this working as well, I believe the correct option is --cache-result-file
--cache-result-file
Sorry, something went wrong.
No branches or pull requests
Not sure if I'm using the tool correctly, but when I run:
per the
README
, I get the messageUnknown option "--results-files"
from PHPUnit. I have installed the package using:and I see the
phpunit-splitter
file in./vendor/bin
. Is there something else I need to do there?The text was updated successfully, but these errors were encountered: