diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2017-10-15 21:40:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-15 21:40:43 +0200 |
commit | a0823540b0649a267d76fa1f9db2194a5dcc69a1 (patch) | |
tree | 887add52d5ed3752ec3cea3f53711ab42e42c0e6 /apps/dav | |
parent | 3438020d667c976a28fcefe54f2554865ca0f352 (diff) | |
parent | 281f0420938ad55234f17a3649b2eca218fca5a3 (diff) | |
download | nextcloud-server-a0823540b0649a267d76fa1f9db2194a5dcc69a1.tar.gz nextcloud-server-a0823540b0649a267d76fa1f9db2194a5dcc69a1.zip |
Merge pull request #6791 from nextcloud/fix-test-warnings
Fix test warnings
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/tests/unit/CalDAV/CalDavBackendTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |