首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >如何运行特定的phpunit xml测试套件?

如何运行特定的phpunit xml测试套件?
EN

Stack Overflow用户
提问于 2010-09-09 04:39:11
回答 5查看 62.3K关注 0票数 91

如何选择要执行的特定测试套件?

$ phpunit --配置config.xml

config.xml:

代码语言:javascript
复制
<testsuites>
    <testsuite name="Library">
        <directory>library</directory>
    </testsuite>
    <testsuite name="XXX_Form">
        <file>library/XXX/FormTest.php</file>
        <directory>library/XXX/Form</directory>
    </testsuite>
</testsuites>
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/3671685

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档