Fix tests with group manager

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/6791/head
Joas Schilling 8 years ago
parent fd681fe257
commit dbaad22472
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
  1. 2
      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);

Loading…
Cancel
Save