adamwathan / sublime-phpunit

Run individual unit test files directly from Sublime
280 stars 43 forks source link

Add command to run a directory of tests #2

Closed davidhemphill closed 8 years ago

davidhemphill commented 8 years ago

This PR adds the ability to run all of the tests in the directory of the current file. You can assign it to a shortcut with this key command:

{ "keys": ["super+shift+t"], "command": "run_phpunit_tests_in_dir"},