Skip to content

Commit

Permalink
fix(dav): undeclared $cache property
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv authored and backportbot-nextcloud[bot] committed Dec 21, 2023
1 parent 26ef10a commit 3b0fc10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/dav/tests/unit/CalDAV/Status/StatusServiceTest.php
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

0 comments on commit 3b0fc10

Please sign in to comment.