Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/17509/head
Roeland Jago Douma 6 years ago
parent 12c13b86d8
commit 78d00ff085
No known key found for this signature in database
GPG Key ID: F941078878347C0C
  1. 2
      apps/files_trashbin/tests/TrashbinTest.php

@ -67,7 +67,7 @@ class TrashbinTest extends \Test\TestCase {
// clear share hooks
\OC_Hook::clear('OCP\\Share');
\OC::registerShareHooks();
$application = new \OCA\Files_Sharing\AppInfo\Application();
$application = \OC::$server->query(\OCA\Files_Sharing\AppInfo\Application::class);
$application->registerMountProviders();
//disable encryption

Loading…
Cancel
Save