【发布时间】:2011-05-30 13:47:16
【问题描述】:
如何在 PHPUnit 中配置测试组?我发现文档有点缺乏......它只是说
<groups>元素及其<include>、<exclude>和<group>儿童可用于选择组 来自一组测试的测试 应该(不)运行。<groups> <include> <group>name</group> </include> <exclude> <group>name</group> </exclude> </groups>
但是如何将目录/文件添加到这些组中?
【问题讨论】:
标签: php unit-testing phpunit