Skip to content

Releases: gerardroche/sublime-phpunit

3.16.0

01 Aug 23:03
3.16.0
bc7186e
Compare
Choose a tag to compare
  • #99: New support for running tests via Docker (beta)
  • #118: New support for running tests on a remote server via SSH (beta)
  • #120: New strategy: xterm - Sends test commands to xterm terminal.
  • New Command: Changelog

3.15.0

01 Aug 19:50
3.15.0
3c2d3d9
Compare
Choose a tag to compare

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

3.14.0

22 Jul 03:23
3.14.0
1fd38b3
Compare
Choose a tag to compare

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 ..."