Fix tests with group manager
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
fd681fe257
commit
dbaad22472
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue