vscode-phpunit
vscode-phpunit copied to clipboard
* feature request * paratest
hi, is it possible for the extension to support test execution through the php until paralell test runner?
https://github.com/paratestphp/paratest
Try change "phpunit.phpunit": "/path/to/project/vendor/bin/paratest"
Can this be a relative path? I tried vendor/bin/paratest
, and that didn't work.
I'm getting an error:
spawn /vendor/bin/paratest ENOENT
I tried ./vendor/bin/paratest
too, but a slash seems to be always appended in front (aka /./vendor/bin/paratest
, which fails).
Thanks