I created a project by following jenkins-php.org. Everything works fine but I'm unable to skip PHPunit test. What could be the simple way to skip PHPUnitTest to avoid errors... Initially I thought it was easy and I removed all instances from code but still I'm able to see this error, also I'm unable to generate phpdoc if the project don't have test files... pls help
Set below to false in phpunit.xml to avoid fatal errors and delete Publish xUnit test result report this entire block jenkins GUI project configuration to avoid build finished status failure…. remember build will be successful though ..... Also Thank you for your help Havelock.