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
xml
files inRun: Test
to enable running<testsuites>
from**phpunit.xml**
files. - Add
Run: Test Suite
to quick pick from all**phpunit.xml**
files and then quick pick from all<testsuites>
. - Add
phpunit.colors
setting to get colors by default--colors=always
. Set tonull
or empty string to disable. - Add
ssh
driver. - Mark
ssh
anddocker
asDEPRECATED
since it's really better to use theRemote Development
extension from Microsoft. - Bugfix: Make
Run: Test Nearest
work with classes as well as functions. - Bugfix: Extract filename for test with
path.basename
instead of regex to cover more cases.