elonmallin/vscode-phpunit

Nothing is printed on the output console

Closed this issue · 2 comments

Hi,
I'm running on Windows 10 and configured the extension as suggested, e.g. execPath is pointing where it should be...
But when I run phpunit command no tests are run.

You can see from the screenshot below that the exact command works on the build-in command line.

phpunit

Anyone else with Win10 having this issue?

Hey,

I think it might be that you need to use the phpunit.bat. I've used xampp too and I had the execPath pointing to C:/xampp/php/phpunit.bat or C:\\xampp\\php\\phpunit.bat. And I'm on Win10 too.

That was it.
Thank you @elonmallin.