Skip to content

Commit

Permalink
Merge pull request #42422 from nextcloud/fix/cache-tests-undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Dec 21, 2023
2 parents 2547332 + 11096e2 commit 0dcea03
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 0dcea03

Please sign in to comment.