Filter added to get all files into coderage report

remotes/origin/stable5
Thomas Müller 13 years ago
parent f5043c0661
commit 8a03abec0d
  1. 7
      tests/phpunit.xml

@ -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>

Loading…
Cancel
Save