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

Add detection for namespaces mapped in composer.json #50

Closed chiefmyron closed 1 year ago

chiefmyron commented 1 year ago

Add support for namespaces mapped in the composer.json file: image

Also, update the setting help text for phpunit-test-workbench.phpunit.testNamespacePrefix to clarify exactly what the user should enter here.