diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-10-18 14:27:44 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-10-18 14:27:44 +0200 |
commit | 6a01fb31aae21bbceef8bce966a00e9385299b42 (patch) | |
tree | 8cb04d10f0eadaaa91795e8651f996ce74eaa33b /tests | |
parent | edee6f1e2754042a3183f2e8c7af6cc60aa98a64 (diff) | |
download | nextcloud-server-6a01fb31aae21bbceef8bce966a00e9385299b42.tar.gz nextcloud-server-6a01fb31aae21bbceef8bce966a00e9385299b42.zip |
enable files sharing tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/enable_all.php | 1 |
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'); |