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 the 'Run test' icon in a test class sometimes refreshes the Test Explorer instead of running the test #19

Closed chiefmyron closed 2 years ago

chiefmyron commented 2 years ago

When the 'Run test' icon is clicked before the full set of TestItems have been populated in the Test Explorer, clicking the 'Run test' icon in the editor will refresh the list of tests in the Test Explorer, and the selected test is not actually executed.

Clicking the 'Run test' icon on subsequent occasions works as expected.