Skip to content

Commit

Permalink
Merge pull request #42423 from nextcloud/backport/42422/stable28
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Dec 21, 2023
2 parents 26ef10a + 3b0fc10 commit fce1c18
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 fce1c18

Please sign in to comment.