From e0b46277d2bd3c0474bce2082b59aa10e147c046 Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Wed, 7 Aug 2024 18:35:38 +0200 Subject: [PATCH] fixup! feat(webcal): only update modified and deleted events from webcal calendars --- apps/dav/tests/unit/CalDAV/WebcalCaching/ConnectionTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dav/tests/unit/CalDAV/WebcalCaching/ConnectionTest.php b/apps/dav/tests/unit/CalDAV/WebcalCaching/ConnectionTest.php index de749aae3f870..20f61120af7e0 100644 --- a/apps/dav/tests/unit/CalDAV/WebcalCaching/ConnectionTest.php +++ b/apps/dav/tests/unit/CalDAV/WebcalCaching/ConnectionTest.php @@ -25,6 +25,7 @@ class ConnectionTest extends TestCase { private IClientService|MockObject $clientService; private IConfig|MockObject $config; private LoggerInterface|MockObject $logger; + private Connection $connection; public function setUp(): void { $this->clientService = $this->createMock(IClientService::class);