summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-10-18 14:27:44 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2013-10-18 14:27:44 +0200
commit6a01fb31aae21bbceef8bce966a00e9385299b42 (patch)
tree8cb04d10f0eadaaa91795e8651f996ce74eaa33b /tests
parentedee6f1e2754042a3183f2e8c7af6cc60aa98a64 (diff)
downloadnextcloud-server-6a01fb31aae21bbceef8bce966a00e9385299b42.tar.gz
nextcloud-server-6a01fb31aae21bbceef8bce966a00e9385299b42.zip
enable files sharing tests
Diffstat (limited to 'tests')
-rw-r--r--tests/enable_all.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/enable_all.php b/tests/enable_all.php
index 111ed0e1357..43ee16a72f8 100644
--- a/tests/enable_all.php
+++ b/tests/enable_all.php
@@ -8,6 +8,7 @@
require_once __DIR__.'/../lib/base.php';
+OC_App::enable('files_sharing');
OC_App::enable('files_encryption');
OC_App::enable('calendar');
OC_App::enable('contacts');