aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/User/ManagerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/User/ManagerTest.php')
-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);
}