diff options
Diffstat (limited to 'apps/dav/tests/unit/Comments/RootCollectionTest.php')
-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( |