Releases
3.15.0
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
You can’t perform that action at this time.