diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-09-19 14:39:51 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-09-19 14:39:51 +0200 |
commit | b947aab80290dc17a50aa714f07bb1981e5307d5 (patch) | |
tree | 9dd7996ce6f82d124d077e8db12c59a473fcf1bf /tests/enable_all.php | |
parent | 199121134fabb885dce52645b291c82c1bf4c970 (diff) | |
download | nextcloud-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.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'); |