How to run a specific phpunit xml testsuite?

前端 未结 5 1483
小鲜肉
小鲜肉 2020-11-30 23:15

how can i choose a specific testsuite to be executed?

$ phpunit --configuration config.xml

config.xml:



        
5条回答
  •  南方客
    南方客 (楼主)
    2020-11-30 23:34

    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.

提交回复
热议问题