PHPUnit options delimiter bug when passing options to PHPUnit #108
Labels
bug
Existing functionality isn't behaving as expected
should have
Should be done, medium priority for now
Passing options to PHPUnit doesn't always work as expected, the docs state:
Steps to reproduce:
composer server start
composer dev-tools phpunit -- --version
I expected to see the version of PHPUnit echo'd to the terminal
Instead I see the version of Composer:
Composer version 1.10.16 2020-10-24 09:55:59
I expected to see the same as when running PHPUnit directly from the
/vendor
folder:This is also reproducable with the docs example:
composer dev-tools phpunit -- --help
Running this results in:
This is the equivalent output of
composer dev-tools --help
which is the dev-tools help and not the phpunit helpAcceptance criteria:
The text was updated successfully, but these errors were encountered: