Browse Source
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/1852/head
Roeland Jago Douma
9 years ago
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B
1 changed files with
1 additions and
1 deletions
-
apps/files_sharing/tests/Controllers/ShareControllerTest.php
|
|
|
@ -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() |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|