I don't know if you follow certain ideas with the solution by now supporting a single phpunit.xml in the root directory as phpunit does it. But I think if you would support this behavior it would be more straight-forward for "native phpunit" users ;)
So if I currently run ./vendor/bin/parallel-phpunit --pu-cmd vendor/bin/phpunit . my complete directory gets tested and not the files I selected in the phpunit.xml. So also all tests in my vendor directory are executed.
Please let me know about your thoughts on this. Have you intended this way or just haven't implemented phpunit.xml support yet.
Cheers!
I don't know if you follow certain ideas with the solution by now supporting a single phpunit.xml in the root directory as phpunit does it. But I think if you would support this behavior it would be more straight-forward for "native phpunit" users ;)
So if I currently run
./vendor/bin/parallel-phpunit --pu-cmd vendor/bin/phpunit .my complete directory gets tested and not the files I selected in the phpunit.xml. So also all tests in my vendor directory are executed.Please let me know about your thoughts on this. Have you intended this way or just haven't implemented phpunit.xml support yet.
Cheers!