diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/phpunit-autotest.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml new file mode 100644 index 00000000000..23cd123edc6 --- /dev/null +++ b/tests/phpunit-autotest.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8" ?> +<phpunit bootstrap="bootstrap.php"> + <testsuite name='ownCloud'> + <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> |