When I run phpunit on MAMP, I only get the following response: PATH is:
/Applications/MAMP/htdocs/vendor/phpunit/php-token-stream:/Applications/MAMP/htdocs/vendor/phpunit/php-text-template:/Applications/MAMP/htdocs/vendor/phpunit/phpunit-mock-objects:/Applications/MAMP/htdocs/vendor/phpunit/php-timer:/Applications/MAMP/htdocs/vendor/phpunit/php-file-iterator:/Applications/MAMP/htdocs/vendor/phpunit/php-code-coverage:/Applications/MAMP/htdocs/vendor/phpunit/phpunit:/Applications/MAMP/htdocs/vendor/symfony/yaml:.:/Applications/MAMP/bin/php/php5.5.10/lib/
Has anyone seen this behavior? Is it related to my .bash_profile?
When I updated composer, the vendor/autoloader.php was loading an invalid .bash_profile which is why I received the message. I cleaned up the bash file by removing an offending line. Hope it helps someone.