mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(dav): undeclared $cache property
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
parent
2547332fe5
commit
11096e2060
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue