summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/External
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2022-03-02 17:11:06 +0100
committerRobin Appelman <robin@icewind.nl>2022-03-04 16:30:03 +0100
commit22875bf367b69db4a76daed1a057407e7fbff2a6 (patch)
treeabcf81d9b06f48ced2c822ac90b849c525e733b6 /apps/files_sharing/tests/External
parent1c468129afa2b2ec4a370a879f8eaffd22768baf (diff)
downloadnextcloud-server-22875bf367b69db4a76daed1a057407e7fbff2a6.tar.gz
nextcloud-server-22875bf367b69db4a76daed1a057407e7fbff2a6.zip
move logic to decide what to setup to setupmanager
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_sharing/tests/External')
-rw-r--r--apps/files_sharing/tests/External/ManagerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/External/ManagerTest.php b/apps/files_sharing/tests/External/ManagerTest.php
index 30c96ebad6a..b6e9593918c 100644
--- a/apps/files_sharing/tests/External/ManagerTest.php
+++ b/apps/files_sharing/tests/External/ManagerTest.php
@@ -110,7 +110,7 @@ class ManagerTest extends TestCase {
$this->mountManager = new \OC\Files\Mount\Manager(
$this->createMock(IEventLogger::class),
$this->createMock(IMountProviderCollection::class),
- $this->createMock(IUserSession::class),
+ $this->createMock(IUserManager::class),
$this->createMock(IEventDispatcher::class)
);
$this->clientService = $this->getMockBuilder(IClientService::class)