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
path: root/tests
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-06-17 15:51:49 +0400
committerBjoern Schiessle <schiessle@owncloud.com>2014-06-18 00:36:30 +0400
commitb486f48fbca0d8659d720bd37d6422d01bc09420 (patch)
treeff30c1c343c1d4a4636e1270d62811122f8de478 /tests
parentb67588d35c2ebf031e4f4f46fbce73fd555d33e8 (diff)
fix trash bin expire operation and add unit tests
Diffstat (limited to 'tests')
-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 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');