stuartherbert / sublime-phpunit

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

Use the `php` binary defined in $PATH #67

Closed simonhamp closed 6 years ago

simonhamp commented 6 years ago

It seems to be defaulting to using /usr/bin/php, which is not the desired behaviour for my setup. I would like it to use /usr/bin/env php or simply php. Is it possible to change the path to PHP in the environment in Sublime or this package?

simonhamp commented 6 years ago

Sorry, after a reboot of Sublime it seems to be working as expected.