diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-05-24 14:59:12 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-05-24 14:59:12 +0200 |
commit | c6dc7993b6a8e9d128ec6196a1b6297b402b690f (patch) | |
tree | ee1677f998c167e9ad80ce14c25177915186d963 /tests | |
parent | 7b8f64d20f89e350375311cc070dec13068d1bb3 (diff) | |
download | nextcloud-server-c6dc7993b6a8e9d128ec6196a1b6297b402b690f.tar.gz nextcloud-server-c6dc7993b6a8e9d128ec6196a1b6297b402b690f.zip |
enable files_encryption for testing
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 44af0115650..d255b63a8de 100644 --- a/tests/enable_all.php +++ b/tests/enable_all.php @@ -12,6 +12,7 @@ OC_App::enable('calendar'); OC_App::enable('contacts'); OC_App::enable('apptemplateadvanced'); OC_App::enable('appframework'); +OC_App::enable('files_encryption'); #OC_App::enable('files_archive'); #OC_App::enable('mozilla_sync'); #OC_App::enable('news'); |