I've setup netbean to use my config.xml file, and it works well except for the testsuites part that is completly ignored by netbean.
It look like netbean try to execute this command:
phpunit -c config.xml path/to/tests/
instead of just:
phpunit -c config.xml
How can I configure netbean in order to handler the testsuites definition inside a phpunit XML configuration ?