Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(dav): undeclared $cache property
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv committed Dec 21, 2023
commit 11096e2060161c8e4034d3d51ae089ef5163cdd3
1 change: 1 addition & 0 deletions apps/dav/tests/unit/CalDAV/Status/StatusServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class StatusServiceTest extends TestCase {
private IAvailabilityCoordinator|MockObject $availabilityCoordinator;
private ICacheFactory|MockObject $cacheFactory;
private LoggerInterface|MockObject $logger;
private ICache|MockObject $cache;
private StatusService $service;

protected function setUp(): void {
Expand Down