recca0120/vscode-phpunit

Command-line options are not recognized by phpunit

Opened this issue · 1 comments

phpunit can get options when option is before target file
vendor/bin/phpunit --prepend=bootstrap.php Foo.php
but will not work as follows
vendor/bin/phpunit Foo.php --prepend=bootstrap.php
can you change the order in real execute command?

I don't seem to have any issue on my side, what is your version of PHPUnit ?