chiefmyron / phpunit-test-workbench

An extension to integrate PHPUnit with the native Test Explorer functionality within VS Code. Zero configuration required for common environment setups.
https://marketplace.visualstudio.com/items?itemName=chiefmyron.phpunit-test-workbench
MIT License
5 stars 2 forks source link

Clicking 'Go to test' on a namespace in Test Explorer displays an error #17

Closed chiefmyron closed 2 years ago

chiefmyron commented 2 years ago

Clicking on the 'Go to test' icon for a namespace in the Test Explorer hierarchy displays the following error in a new editor:

"The editor could not be opened do to an unexpected error: File is a directory"

In addition, the path displayed in breadcrumbs is incorrect - is shows the namespace, prefixed by a 'PHP' folder.