Fix tests with group manager

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-10-09 12:57:41 +02:00
parent fd681fe257
commit dbaad22472
No known key found for this signature in database
GPG key ID: E166FD8976B3BAC8

View file

@ -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);