浏览代码

fixing code coverage

tags/v6.0.0alpha2
Thomas Mueller 11 年前
父节点
当前提交
c4ba4b771c
共有 1 个文件被更改,包括 10 次插入6 次删除
  1. 10
    6
      tests/phpunit.xml

+ 10
- 6
tests/phpunit.xml 查看文件

@@ -5,12 +5,16 @@
<file>apps.php</file>
</testsuite>
<!-- filters for code coverage -->
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">..</directory>
<exclude>
<directory suffix=".php">../3rdparty</directory>
</exclude>
</whitelist>
<filter>
<!-- whitelist processUncoveredFilesFromWhitelist="true" -->
<whitelist>
<directory suffix=".php">..</directory>
<exclude>
<directory suffix=".php">../3rdparty</directory>
<directory suffix=".php">../lib/MDB2</directory>
</exclude>
</whitelist>
</filter>
<listeners>
<listener class="PHPUnit_Util_Log_JSON"></listener>
</listeners>

正在加载...
取消
保存