From dbaad22472a2ed9cd9033e3ef0a82b5f7530eec2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 9 Oct 2017 12:57:41 +0200 Subject: Fix tests with group manager Signed-off-by: Joas Schilling --- apps/dav/tests/unit/CalDAV/CalDavBackendTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php b/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php index 95ea09148be..50c8b39484e 100644 --- a/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php +++ b/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php @@ -134,7 +134,7 @@ class CalDavBackendTest extends AbstractCalDavBackend { ->method('userExists') ->willReturn(true); - $this->userManager->expects($this->any()) + $this->groupManager->expects($this->any()) ->method('groupExists') ->willReturn(true); -- cgit v1.2.3