Sublime Text PHPUnit Plugin: Specify Path To phpunit
Note: This article was originally published at Planet PHP
on 28 August 2012.
If you're using Sublime Text 2 w/ my PHPUnit plugin, but you have phpunit installed into a non-standard place (i.e., it isn't installed into your system path), then keep reading - this change is for you.
You can now tell the PHPUnit plugin where to find phpunit, by adding the following to your PHPUnit.sublime-settings file:
{ "path_to_phpunit": "/Users/stuart/build/pear/phpunit" }


