recca0120 / vscode-phpunit

The VS Code Test Explorer extension for PHPUnit
MIT License
130 stars 45 forks source link

Issue when cwd has spaces in directory name #167

Open joe-thielen-cantata opened 1 year ago

joe-thielen-cantata commented 1 year ago

Example output:

php vendor/bin/phpunit c:\Users\USER_NAME\Documents\DIR NAME/tests/unit/xxxTest.php --teamcity --colors=never

❌ PHPUnit 10.3.1 by Sebastian Bergmann and contributors.

Test file "c:\Users\USER_NAME\Documents\DIR" not found

Running on Windows 10. I tried to fix the issue myself and issue a PR but got lost in the code :( sorry.

andrew-laughlin commented 11 months ago

I'm hitting the same issue on Debian.

Looks like the same as #156