summaryrefslogtreecommitdiffstats
path: root/tests/phpunit.xml
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-10-10 23:00:46 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-10-10 23:00:46 +0200
commit7a30f465439f65a1bcec61cf61f0cf7cae6664d7 (patch)
treec768db36fc94a2873ff5754e642392a2f2f2d311 /tests/phpunit.xml
parentccf8df440504b02f5d1387b263b3f09daf09a2a2 (diff)
parent2c3674ea87c6303f8dc1345d056871ca3637b437 (diff)
downloadnextcloud-server-7a30f465439f65a1bcec61cf61f0cf7cae6664d7.tar.gz
nextcloud-server-7a30f465439f65a1bcec61cf61f0cf7cae6664d7.zip
Merge branch 'master' of github.com:owncloud/core into vcategories_db
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r--tests/phpunit.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
new file mode 100644
index 00000000000..4a2d68a3e47
--- /dev/null
+++ b/tests/phpunit.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<phpunit bootstrap="bootstrap.php">
+ <testsuite name='ownCloud'>
+ <directory suffix='.php'>lib/</directory>
+ <file>apps.php</file>
+ </testsuite>
+</phpunit>