chiefmyron/phpunit-test-workbench

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

chiefmyron opened this issue · 0 comments

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.