diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/phpunit.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 4a2d68a3e47..23cd123edc6 100644 --- a/tests/phpunit.xml +++ b/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> |