Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2022-05-17 16:20:28 +0300
committerRobin Appelman <robin@icewind.nl>2022-05-18 04:47:34 +0300
commit6d6662ec68c8e15c4c6bfdf1c694794badd412d7 (patch)
treebe5fef3090aaadad183cf68b09694daf09c0e65b /tests
parent83f831c26382c648d759384b8c14cac2edc67fa4 (diff)
expose displayname cache trough a public interface
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/User/ManagerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/User/ManagerTest.php b/tests/lib/User/ManagerTest.php
index c8c1430d583..26fc39a1e31 100644
--- a/tests/lib/User/ManagerTest.php
+++ b/tests/lib/User/ManagerTest.php
@@ -50,7 +50,6 @@ class ManagerTest extends TestCase {
$this->cache = $this->createMock(ICache::class);
$this->cacheFactory->method('createDistributed')
- ->with('user_backend_map')
->willReturn($this->cache);
}