【发布时间】:2014-09-21 21:21:07
【问题描述】:
我使用 phpunit 和 webdriver。 在我的 test.php 文件中,我尝试从 phpunit.xml 文件中获取测试套件的名称。
<testsuites>
<testsuite name="myTestsuite">
<directory>./tests</directory>
</testsuite>
</testsuites>
您知道,我如何访问测试套件名称?
【问题讨论】:
标签: phpunit