]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix tests 1852/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Fri, 21 Oct 2016 19:43:15 +0000 (21:43 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Fri, 21 Oct 2016 19:43:15 +0000 (21:43 +0200)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
apps/files_sharing/tests/Controllers/ShareControllerTest.php

index cc51d0b1f821ac7a44e3b7b690e55bc6b2f439a6..94891d868c2a88473b64c48109de54e944cb1742 100644 (file)
@@ -111,7 +111,7 @@ class ShareControllerTest extends \Test\TestCase {
                        $this->federatedShareProvider,
                        $this->eventDispatcher,
                        $this->getMockBuilder('\OCP\IL10N')->getMock(),
-                       $this->getMockBuilder('\OCP\Defaults')->getMock()
+                       $this->getMockBuilder('\OC_Defaults')->getMock()
                );