Skip to content

Releases: gerardroche/sublime-phpunit

3.19.4

04 Jan 11:25
3.19.4
ee49863
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.19.3...3.19.4

3.19.3

04 Jan 11:22
3.19.3
6b44e1d
Compare
Choose a tag to compare

Fixed

  • Fix ''NoneType' object is not iterable'

3.19.2

04 Jan 11:21
3.19.2
a53d82c
Compare
Choose a tag to compare

Fixed

  • PHPUnit: Test Switch ("switchables") doesn't work in some cases

3.19.1

04 Jan 11:21
3.19.1
662827e
Compare
Choose a tag to compare

Fixed

  • Tmux strategy phpunit.tmux_clear_scrollback setting is not working correctly

3.19.0

23 Jan 11:12
3.19.0
5a8b289
Compare
Choose a tag to compare

Added

  • Tmux strategy - Runs test in a tmux pane #119

Fixed

  • Syntax fixes

3.18.2

19 Dec 12:35
3.18.2
2eca906
Compare
Choose a tag to compare

Fixed

  • Fix debug mode should be disabled by default
  • Fix result output footer edge-cases

3.18.1

19 Dec 12:35
3.18.1
f3df04e
Compare
Choose a tag to compare

Deprecated

  • The deprecated strategy basic should be replaced with sublime.

3.18.0

06 Aug 13:55
3.18.0
a055cf9
Compare
Choose a tag to compare
  • #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

04 Aug 12:41
3.17.1
a46ddf9
Compare
Choose a tag to compare

#92: Allow "external" strategy for custom strategies using prepend_cmd

3.17.0

04 Aug 12:41
3.17.0
2a7a044
Compare
Choose a tag to compare

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.