Like in subject I have installed phpunit but cant find phpunit.sh file to pass path to netbeans.
But I checked
phpunit -version
and recive
PHPUnit 3.5.15 by Sebastian Bergmann.
So i think the installation is ok.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is just
phpunit(in my system is in /usr/bin/phpunit).In NetBeans in Tools > Options > PHP > Unit testing, just specify the output of
which phpunit.