Skip to content

3.14.0

Compare
Choose a tag to compare
@gerardroche gerardroche released this 22 Jul 03:23
· 79 commits to master since this release
3.14.0
1fd38b3

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