diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-06-17 13:51:49 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-06-17 22:36:30 +0200 |
commit | b486f48fbca0d8659d720bd37d6422d01bc09420 (patch) | |
tree | ff30c1c343c1d4a4636e1270d62811122f8de478 /tests/enable_all.php | |
parent | b67588d35c2ebf031e4f4f46fbce73fd555d33e8 (diff) | |
download | nextcloud-server-b486f48fbca0d8659d720bd37d6422d01bc09420.tar.gz nextcloud-server-b486f48fbca0d8659d720bd37d6422d01bc09420.zip |
fix trash bin expire operation and add unit tests
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 386ae2070e4..2368a194944 100644 --- a/tests/enable_all.php +++ b/tests/enable_all.php @@ -17,6 +17,7 @@ function enableApp($app) { } enableApp('files_sharing'); +enableApp('files_trashbin'); enableApp('files_encryption'); enableApp('files_external'); enableApp('user_ldap'); |