3
我有我的XML文件中的以下,但它不是跳過第二個文件:如何使用xml配置從phpunit中排除多個文件?
<testsuites>
<testsuite name="Application Test Suite">
<directory>./app/tests/</directory>
<exclude>./app/tests/unit/1.php</exclude>
<exclude>./app/tests/unit/2.php</exclude>
</testsuite>
</testsuites>