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

Issue when cwd has spaces in directory name

Open joe-thielen-cantata opened this issue 2 years ago • 1 comments
trafficstars

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.

joe-thielen-cantata avatar Sep 21 '23 17:09 joe-thielen-cantata

I'm hitting the same issue on Debian.

Looks like the same as #156

andrew-laughlin avatar Jan 04 '24 01:01 andrew-laughlin