Is there a default location to store the PHPUNIT extension?
I’m using symfony2 and each time I want to use phpunit I have to run this in terminal export PATH=$PATH:/usr/local/zend/apache2/htdocs/symfony/app
Is this normal? or is there a way to make it always work, even if I update and rename my symfony folder to something else.
Is there a way to make it always work?
I’m using zend server ce and snow leopard 10.6+
When I installed PHPUnit using the PEAR installer, it put
phpunitin/usr/binwhich was already on my path. This way I could typephpunitanywhere to run in the current directory.Ubuntu for me
pear install phpunit/PHPUnitAre you trying to run its tests or your own tests that use Symphony?