Merge branch 'master' of github.com:owncloud/core into vcategories_db

remotes/origin/stable5
Thomas Tanghus 13 years ago
commit 2ea4fed448
  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