diff options
author | Florin Peter <github@florin-peter.de> | 2013-04-30 01:35:46 +0200 |
---|---|---|
committer | Florin Peter <github@florin-peter.de> | 2013-04-30 01:35:46 +0200 |
commit | 27ce7845b4205650e50f3777d8b152470440cbe6 (patch) | |
tree | fe207f00a7d47c960f35837de40aa8dacfa72115 /tests/enable_all.php | |
parent | 882a747b47371ab9d71ba6c336a873873805c696 (diff) | |
download | nextcloud-server-27ce7845b4205650e50f3777d8b152470440cbe6.tar.gz nextcloud-server-27ce7845b4205650e50f3777d8b152470440cbe6.zip |
fixed tests, now tests should work via autotest.sh
files_encryption app is now enabled in enable_all.php
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 44af0115650..111ed0e1357 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_encryption'); OC_App::enable('calendar'); OC_App::enable('contacts'); OC_App::enable('apptemplateadvanced'); |