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

Tidy up logging and test results messages #80

Closed chiefmyron closed 8 months ago

chiefmyron commented 8 months ago

At present, the messages appearing in the Output window for the extension are the same as what appears in the Test Results window. However, low level details such as trace messages do not really need to be displayed in both places.