stuartherbert / sublime-phpunit

PHPUnit Support for Sublime Text 2
https://github.com/stuartherbert/sublime-phpunit
Other
103 stars 20 forks source link

Auto-run tests on save #31

Closed offsky closed 9 years ago

offsky commented 11 years ago

Could we have an option to automatically run the tests for the current file whenever it is saved?

stuartherbert commented 9 years ago

I've just added this for you. There's now a setting called 'run_on_save' which you can set to 'true' to enable this feature.

Please let me know if you have any issues with this new feature.