Open codders opened 7 months ago
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
I'm trying to get this working as well, I believe the correct option is --cache-result-file
--cache-result-file
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?