Skip to content

Releases: elonmallin/vscode-phpunit

4.16.1

06 Mar 18:48
Compare
Choose a tag to compare
fix: space problem

4.16.0

05 Mar 21:08
Compare
Choose a tag to compare
fix: space problem

4.14.0

11 Dec 17:30
Compare
Choose a tag to compare
chore: format

4.12.0

03 Dec 17:58
Compare
Choose a tag to compare
chore: bump version

4.10.0

25 Nov 11:46
Compare
Choose a tag to compare
fix: update category to testing instead of other

4.8.0

23 Nov 21:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.6.0...4.8.0

4.6.0

14 Nov 00:00
Compare
Choose a tag to compare
fix: enable publish release

4.4.0

13 Nov 23:58
Compare
Choose a tag to compare
fix: update packge.json version and changelog

Bugfix --color repeated output

12 Aug 11:33
Compare
Choose a tag to compare
  • Bugfix: Don't stack up --color in the output command for each run.

SSH and phpunit.xml test suite support and better readme

02 May 10:56
Compare
Choose a tag to compare
  • Handle xml files in Run: 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 to null or empty string to disable.
  • Add ssh driver.
  • Mark ssh and docker as DEPRECATED since it's really better to use the Remote 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.