Releases: elonmallin/vscode-phpunit
Releases · elonmallin/vscode-phpunit
4.16.1
4.16.0
fix: space problem
4.14.0
chore: format
4.12.0
chore: bump version
4.10.0
fix: update category to testing instead of other
4.8.0
What's Changed
- Codelens by @elonmallin in #87
- Argbuilder by @elonmallin in #88
Full Changelog: 4.6.0...4.8.0
4.6.0
fix: enable publish release
4.4.0
fix: update packge.json version and changelog
Bugfix --color repeated output
- Bugfix: Don't stack up --color in the output command for each run.
SSH and phpunit.xml test suite support and better readme
- Handle
xmlfiles inRun: Testto enable running<testsuites>from**phpunit.xml**files. - Add
Run: Test Suiteto quick pick from all**phpunit.xml**files and then quick pick from all<testsuites>. - Add
phpunit.colorssetting to get colors by default--colors=always. Set tonullor empty string to disable. - Add
sshdriver. - Mark
sshanddockerasDEPRECATEDsince it's really better to use theRemote Developmentextension from Microsoft. - Bugfix: Make
Run: Test Nearestwork with classes as well as functions. - Bugfix: Extract filename for test with
path.basenameinstead of regex to cover more cases.