diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-10-19 13:22:27 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-10-19 13:22:27 +0200 |
commit | 2ea4fed448d9c065622dd13b85ab618685932235 (patch) | |
tree | 23f32d3e59939f4c1716ea97cb4f5213f2c9c466 /tests | |
parent | 180326028587be3e266aa0c7d4ec9e870bd55265 (diff) | |
parent | 8a03abec0d8a44d24cc8ad63acb8faf6932a1b5e (diff) | |
download | nextcloud-server-2ea4fed448d9c065622dd13b85ab618685932235.tar.gz nextcloud-server-2ea4fed448d9c065622dd13b85ab618685932235.zip |
Merge branch 'master' of github.com:owncloud/core into vcategories_db
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> |