Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-03-26 13:46:32 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-07 14:30:27 +0300
commit7ffd77fac9f0baadbbaac6e0dd7e62de78197b52 (patch)
tree46881f58af4b5a68c51468f80eae97a77845b925 /tests/enable_all.php
parentc00e728e5f77722bceaa0bba25a02128039d7127 (diff)
enable encryption unit test execution
Diffstat (limited to 'tests/enable_all.php')
-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 e9b538713a5..61c94e6effe 100644
--- a/tests/enable_all.php
+++ b/tests/enable_all.php
@@ -19,6 +19,7 @@ function enableApp($app) {
enableApp('files_sharing');
enableApp('files_trashbin');
enableApp('files_encryption');
+enableApp('encryption');
enableApp('user_ldap');
enableApp('files_versions');
enableApp('provisioning_api');