stuartherbert / sublime-phpunit

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

Adds toggle command #21

Closed adri closed 11 years ago

adri commented 11 years ago

Switches between test class and class being tested.

Example keymap in your "Default (XXX).sublime-keymap"

{ "keys": ["super+."], "command": "phpunit_toggle_class_test_class" }
adri commented 11 years ago

I created feature branch, see #22