Releases: gerardroche/sublime-phpunit
Releases · gerardroche/sublime-phpunit
3.19.3
Fixed
- Fix ''NoneType' object is not iterable'
3.19.2
Fixed
PHPUnit: Test Switch
("switchables") doesn't work in some cases
3.19.1
Fixed
- Tmux strategy
phpunit.tmux_clear_scrollback
setting is not working correctly
3.19.0
Added
- Tmux strategy - Runs test in a tmux pane #119
Fixed
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 with sublime
.
3.18.0
- #126: New "powershell" strategy to run tests in the PowerShell command-line shell (Windows)
- #92: New "cmd" strategy to run tests in the cmd.exe command-line (Windows)
- #125: New "Toggle Run Test On Save" command palette
3.17.1
#92: Allow "external" strategy for custom strategies using prepend_cmd
3.17.0
Added
#121: Run tests from the side bar menu
#122: Run tests from the context menu
Removed
- Removed on post save "run_test_file" event, use on post save "phpunit_test_file" event instead.