mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Fix tests with group manager
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
fd681fe257
commit
dbaad22472
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user