i am trying to use netbeans for unit testing. But it is giving me this error. anyone can tell me what is wrong in it?
PHPUnit 3.5.14 by Sebastian Bergmann. unrecognized option --log-xml
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.
From the PHPUnit 3.4.x => 3.5 change log (at the bottom):
Current Versions of Netbeans (
7.0.x) work with the oldPHPUnit 3.5.*and the new versions3.6.xso the issue might come from you having configured some custom switches or using and old netbeans version.Upgrading netbeans and phpunit should solve that