How to use phpenv’s PHPUnit in NetBeans 8.0
If you are managed multiple PHP versions with phpenv, I’ll show you how to use the NetBeans with PHP tools such as PHPUnit. How to use the php in phpenv environment Open “Preferences” > “PHP” > “General” “PHP 5 Interpeter” set to phpenv’s PHP path. eg: /usr/local/phpenv/shims/php How to use the PHPUnit in phpenv environment […]