summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBjörn Schießle <bjoern@schiessle.org>2013-10-04 07:10:21 -0700
committerBjörn Schießle <bjoern@schiessle.org>2013-10-04 07:10:21 -0700
commit2cdf54b77d2d9cc022e70012774f6979036d6deb (patch)
treebf6096f09597a25c0883d18ed8978dbd03b40704 /tests
parent7337b341106b6ae093b8d56c4d885b497db6e5aa (diff)
parent2e7f481e6bcc9b9d2aea986c86af123f1ec265c0 (diff)
downloadnextcloud-server-2cdf54b77d2d9cc022e70012774f6979036d6deb.tar.gz
nextcloud-server-2cdf54b77d2d9cc022e70012774f6979036d6deb.zip
Merge pull request #4877 from owncloud/ocs_share_api
OCS Share API
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');