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

New test added to Test Explorer on each keystroke instead of on file save #42

Closed chiefmyron closed 1 year ago

chiefmyron commented 1 year ago

Typing a new test method in a watched test file results in a new test appearing in the Test Explorer each time a character is appended to the method declaration.

Test methods should only be added or removed from the Test Explorer when the test class file is saved or deleted.