Skip to content

3.15.0

Compare
Choose a tag to compare
@gerardroche gerardroche released this 01 Aug 19:50
· 74 commits to master since this release
3.15.0
3c2d3d9

Added

  • New Command: "PHPUnit: Toggle --cache-result" - Write test results to cache file
  • New Command: "PHPUnit: Toggle --do-not-cache-result" - Do not write test results to cache file
  • New Command: "PHPUnit: Toggle --globals-backup" - Backup and restore $GLOBALS for each test
  • New Command: "PHPUnit: Toggle --no-logging" - Ignore logging configured in the XML configuration file
  • New Command: "PHPUnit: Toggle --path-coverage" - Report path coverage in addition to line coverage
  • New Command: "PHPUnit: Toggle --process-isolation" - Run each test in a separate PHP process
  • New Command: "PHPUnit: Toggle --static-backup" - Backup and restore static properties for each test
  • New Command: "PHPUnit: Toggle --teamcity" - Replace default progress and result output with TeamCity format

Fixed

  • Session options, e.g. toggled options, should be cleared on restart
  • Session options loading edge-case issues
  • Toggle options edge-case issues
  • phpunit.debug should be documented in preferences
  • Disable white-space characters in results output #117
  • Disable indent guides in results output #116