From: John Molakvoæ Date: Thu, 21 Dec 2023 13:23:52 +0000 (+0100) Subject: fix(dav): undeclared `$cache` property X-Git-Tag: v29.0.0beta1~604^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F42422%2Fhead;p=nextcloud-server.git fix(dav): undeclared `$cache` property Signed-off-by: John Molakvoæ --- diff --git a/apps/dav/tests/unit/CalDAV/Status/StatusServiceTest.php b/apps/dav/tests/unit/CalDAV/Status/StatusServiceTest.php index 7073c02b8e4..498a0b849fa 100644 --- a/apps/dav/tests/unit/CalDAV/Status/StatusServiceTest.php +++ b/apps/dav/tests/unit/CalDAV/Status/StatusServiceTest.php @@ -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 {