Filter added to get all files into coderage report

This commit is contained in:
Thomas Müller 2012-10-19 10:45:51 +03:00
parent f5043c0661
commit 8a03abec0d
1 changed files with 7 additions and 0 deletions

View File

@ -4,4 +4,11 @@
<directory suffix='.php'>lib/</directory>
<file>apps.php</file>
</testsuite>
<!-- filters for code coverage -->
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">..</directory>
<exclude>
<directory suffix=".php">../3rdparty</directory>
</exclude>
</whitelist>
</phpunit>