vscode-phpunit icon indicating copy to clipboard operation
vscode-phpunit copied to clipboard

* feature request * paratest

Open 0xstride opened this issue 4 years ago • 2 comments

hi, is it possible for the extension to support test execution through the php until paralell test runner?

https://github.com/paratestphp/paratest

0xstride avatar Feb 15 '21 11:02 0xstride

Try change "phpunit.phpunit": "/path/to/project/vendor/bin/paratest"

fabianogaldino avatar Feb 23 '21 20:02 fabianogaldino

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

sebastienbarre avatar Nov 10 '21 19:11 sebastienbarre