diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-03-21 15:00:13 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-03-24 16:21:27 +0100 |
commit | 3546cfba1cc8f103554d1c91a7f81050ff5f0c2a (patch) | |
tree | 4dde56dff89ee5dc53b71b3aeba9139bba499307 /apps/dav | |
parent | 25e7374e805307c100f169db7841a0e43dc43013 (diff) | |
download | nextcloud-server-3546cfba1cc8f103554d1c91a7f81050ff5f0c2a.tar.gz nextcloud-server-3546cfba1cc8f103554d1c91a7f81050ff5f0c2a.zip |
Fix more ILogger related problems from tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/tests/unit/Comments/RootCollectionTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/Comments/RootCollectionTest.php b/apps/dav/tests/unit/Comments/RootCollectionTest.php index 6cc038bb7b8..f34a0faf88b 100644 --- a/apps/dav/tests/unit/Comments/RootCollectionTest.php +++ b/apps/dav/tests/unit/Comments/RootCollectionTest.php @@ -79,7 +79,7 @@ class RootCollectionTest extends \Test\TestCase { \OC::$server, $this->createMock(LoggerInterface::class) ), - $this->logger + $this->createMock(LoggerInterface::class) ); $this->collection = new \OCA\DAV\Comments\RootCollection( |