Skip to content

Commit 0dcea03

Browse files
authored
Merge pull request #42422 from nextcloud/fix/cache-tests-undefined
2 parents 2547332 + 11096e2 commit 0dcea03

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/dav/tests/unit/CalDAV/Status/StatusServiceTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class StatusServiceTest extends TestCase {
4949
private IAvailabilityCoordinator|MockObject $availabilityCoordinator;
5050
private ICacheFactory|MockObject $cacheFactory;
5151
private LoggerInterface|MockObject $logger;
52+
private ICache|MockObject $cache;
5253
private StatusService $service;
5354

5455
protected function setUp(): void {

0 commit comments

Comments
 (0)