diff options
author | Robin Appelman <icewind@owncloud.com> | 2015-11-10 16:31:30 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2015-11-19 13:32:04 +0100 |
commit | a95d4c2b22e2cf0deb4958bc3aa3b20ed9d0463c (patch) | |
tree | b0f49d1922aeec7f20e11d2016eff175a933452d /apps/files_trashbin | |
parent | 888df3933df7f3588de11085035d2d3ae9292fb0 (diff) | |
download | nextcloud-server-a95d4c2b22e2cf0deb4958bc3aa3b20ed9d0463c.tar.gz nextcloud-server-a95d4c2b22e2cf0deb4958bc3aa3b20ed9d0463c.zip |
update tests
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/tests/trashbin.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_trashbin/tests/trashbin.php b/apps/files_trashbin/tests/trashbin.php index e28b854ca1f..934f831ef74 100644 --- a/apps/files_trashbin/tests/trashbin.php +++ b/apps/files_trashbin/tests/trashbin.php @@ -65,7 +65,6 @@ class Test_Trashbin extends \Test\TestCase { \OC::registerShareHooks(); $application = new \OCA\Files_Sharing\AppInfo\Application(); $application->registerMountProviders(); - $application->setupPropagation(); //disable encryption \OC_App::disable('encryption'); |