diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-03-30 22:36:48 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-07 13:30:28 +0200 |
commit | dbdd754c3fc37dc3100a9741f956d913e6d64576 (patch) | |
tree | 9aa55408b331d219a72cd53e2947ef8f06db85ce /tests/enable_all.php | |
parent | 00338f9dca97fd7b48d96201fd607cf460c385ff (diff) | |
download | nextcloud-server-dbdd754c3fc37dc3100a9741f956d913e6d64576.tar.gz nextcloud-server-dbdd754c3fc37dc3100a9741f956d913e6d64576.zip |
Further cleanup of files_encryption
Diffstat (limited to 'tests/enable_all.php')
-rw-r--r-- | tests/enable_all.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/enable_all.php b/tests/enable_all.php index 61c94e6effe..464155b1f39 100644 --- a/tests/enable_all.php +++ b/tests/enable_all.php @@ -18,7 +18,6 @@ function enableApp($app) { enableApp('files_sharing'); enableApp('files_trashbin'); -enableApp('files_encryption'); enableApp('encryption'); enableApp('user_ldap'); enableApp('files_versions'); |