VSCode released a new Testing API, and the 2.0 version wasn’t designed with Docker and SSH use cases in mind, so I completely rewrote PHPUnit For VSCode.
Improvements in 3.0
VSCode Testing API Integration: The test list shows directly in the VSCode sidebar, and error messages are displayed inline in the editor.
PHPUnit Output Formatting: Switched to parsing the TeamCity protocol, reporting results in real time as each TestCase completes, unlike 2.0 which required waiting for the entire run to finish.
Docker Support:
| |
SSH Support:
| |
Feel free to file an issue on GitHub if you run into any problems.
