summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/CapabilitiesTest.php
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2024-03-06 12:54:52 +0100
committerAndy Scherzinger <info@andy-scherzinger.de>2024-06-13 18:34:51 +0200
commit0ab1cc5f17b2941364572007f7cf120342495d87 (patch)
tree2a6032349daa0a17aaa819f89045184c0b0ad823 /apps/files_sharing/tests/CapabilitiesTest.php
parente1af6af627bf18620bcf49e599b12ade02103d25 (diff)
downloadnextcloud-server-0ab1cc5f17b2941364572007f7cf120342495d87.tar.gz
nextcloud-server-0ab1cc5f17b2941364572007f7cf120342495d87.zip
refactor: make share manager buildable
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_sharing/tests/CapabilitiesTest.php')
-rw-r--r--apps/files_sharing/tests/CapabilitiesTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_sharing/tests/CapabilitiesTest.php b/apps/files_sharing/tests/CapabilitiesTest.php
index d7c3f218d9f..100c7759900 100644
--- a/apps/files_sharing/tests/CapabilitiesTest.php
+++ b/apps/files_sharing/tests/CapabilitiesTest.php
@@ -38,7 +38,6 @@ use OCP\Files\Mount\IMountManager;
use OCP\IConfig;
use OCP\IDateTimeZone;
use OCP\IGroupManager;
-use OCP\IL10N;
use OCP\IURLGenerator;
use OCP\IUserManager;
use OCP\IUserSession;
@@ -86,7 +85,6 @@ class CapabilitiesTest extends \Test\TestCase {
$this->createMock(IHasher::class),
$this->createMock(IMountManager::class),
$this->createMock(IGroupManager::class),
- $this->createMock(IL10N::class),
$this->createMock(IFactory::class),
$this->createMock(IProviderFactory::class),
$this->createMock(IUserManager::class),