adamwathan / sublime-phpunit

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

Prefer local composer phpunit #23

Closed jimrubenstein closed 7 years ago

jimrubenstein commented 7 years ago

Going for the hat-trick here.

This just looks for & prefers the phpunit binary installed in the local project via composer, and falls back to whatever is available in $PATH if it's unavailable.