summaryrefslogtreecommitdiffstats
path: root/tests/enable_all.php
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-09-19 14:39:51 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2013-09-19 14:39:51 +0200
commitb947aab80290dc17a50aa714f07bb1981e5307d5 (patch)
tree9dd7996ce6f82d124d077e8db12c59a473fcf1bf /tests/enable_all.php
parent199121134fabb885dce52645b291c82c1bf4c970 (diff)
downloadnextcloud-server-b947aab80290dc17a50aa714f07bb1981e5307d5.tar.gz
nextcloud-server-b947aab80290dc17a50aa714f07bb1981e5307d5.zip
some unit test for the new ocs share api
Diffstat (limited to 'tests/enable_all.php')
-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');