We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2547332 + 11096e2 commit 0dcea03Copy full SHA for 0dcea03
1 file changed
apps/dav/tests/unit/CalDAV/Status/StatusServiceTest.php
@@ -49,6 +49,7 @@ class StatusServiceTest extends TestCase {
49
private IAvailabilityCoordinator|MockObject $availabilityCoordinator;
50
private ICacheFactory|MockObject $cacheFactory;
51
private LoggerInterface|MockObject $logger;
52
+ private ICache|MockObject $cache;
53
private StatusService $service;
54
55
protected function setUp(): void {
0 commit comments