diff options
author | Björn Schießle <schiessle@owncloud.com> | 2014-06-18 15:32:16 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2014-06-18 15:32:16 +0200 |
commit | edbc6b5db12fe16b6ea7dfb10d116aa9da4e2244 (patch) | |
tree | ad2e02faba4983acdc1d2cf2b4615c1f6f127dad /tests | |
parent | a921ad89259f1d580292d649a58160fab7a2a2d7 (diff) | |
parent | bcc88be4c77abf1dce0905c5bf67c1c8347b00f7 (diff) | |
download | nextcloud-server-edbc6b5db12fe16b6ea7dfb10d116aa9da4e2244.tar.gz nextcloud-server-edbc6b5db12fe16b6ea7dfb10d116aa9da4e2244.zip |
Merge pull request #9068 from owncloud/trashbin_unittests_master
fix trash bin expire operation and add unit tests
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 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'); |