Releases: gerardroche/sublime-phpunit
Releases · gerardroche/sublime-phpunit
3.19.0
3.18.2
Fixed
- Fix debug mode should be disabled by default
- Fix result output footer edge-cases
3.18.1
Deprecated
- The deprecated strategy
basic
should be replaced withsublime
.
3.18.0
3.17.1
3.17.0
3.16.0
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
3.14.0
See Running PHPUnit tests within Sublime Text.
Added
- Add "PHPUnit: Toggle --display-deprecations"
- Add "PHPUnit: Toggle --display-errors"
- Add "PHPUnit: Toggle --display-incomplete"
- Add "PHPUnit: Toggle --display-notices"
- Add "PHPUnit: Toggle --display-skipped"
- Add "PHPUnit: Toggle --display-warnings"
- Add "PHPUnit: Toggle --fail-on-deprecation"
- Add "PHPUnit: Toggle --fail-on-incomplete"
- Add "PHPUnit: Toggle --fail-on-notice"
- Add "PHPUnit: Toggle --fail-on-skipped"
- Add "PHPUnit: Toggle --no-output"
- Add "PHPUnit: Toggle --no-progress"
- Add "PHPUnit: Toggle --no-results"
- Add "PHPUnit: Toggle --order-by=depends"
- Add "PHPUnit: Toggle --order-by=size"
- Add "PHPUnit: Toggle --stop-on-deprecation"
- Add "PHPUnit: Toggle --stop-on-notice"
Changed
- Renamed command captions "PHPUnit: Toggle Option ..." → "PHPUnit: Toggle ..."
Fixed
- Fixed various tests results colour output issues (PHPUnit, Pest)
- Fixed
--orderby=
toggle commands doesn't work - Fixed command captions "PHPUnit: Set Option ..." → "PHPUnit: Toggle ..."