diff options
author | Robin Appelman <robin@icewind.nl> | 2024-03-06 12:54:52 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2024-03-06 14:33:51 +0100 |
commit | 339702e37690781db6c95ca778c3bf7904af5381 (patch) | |
tree | 42a1c67d3e1b8d6e3b8ee28dbfa28b67eb976804 /apps/files_sharing | |
parent | 4a2330876e6576f071924b3e1b2a63d0b7f3f672 (diff) | |
download | nextcloud-server-339702e37690781db6c95ca778c3bf7904af5381.tar.gz nextcloud-server-339702e37690781db6c95ca778c3bf7904af5381.zip |
refactor: make share manager buildable
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/tests/CapabilitiesTest.php | 2 |
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), |