how can i choose a specific testsuite to be executed?
$ phpunit --configuration config.xml
config.xml:
Another option is to create a separate config file for each testsuite you would like to test separately. There is some overhead in that you may have to copy/paste duplicate settings, but you could then specify each config file as needed.