I am using phpunit in connection with jenkins, and I want to skip certain tests by setting the configuration in the XML file phpunit.xml
phpunit.xml
I know that I can
If you can deal with ignoring the whole file then
./tests/ ./tests/path/to/excluded/test.php ^-------------