diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-10-10 23:00:46 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-10-10 23:00:46 +0200 |
commit | 7a30f465439f65a1bcec61cf61f0cf7cae6664d7 (patch) | |
tree | c768db36fc94a2873ff5754e642392a2f2f2d311 /tests/phpunit.xml | |
parent | ccf8df440504b02f5d1387b263b3f09daf09a2a2 (diff) | |
parent | 2c3674ea87c6303f8dc1345d056871ca3637b437 (diff) | |
download | nextcloud-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.xml | 7 |
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> |