mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Fix dynamic property in CalDav tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
c89016d5c3
commit
546c024f6c
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ class StatusServiceTest extends TestCase {
|
|||
private InvitationResponseServer|MockObject $server;
|
||||
private IL10N|MockObject $l10n;
|
||||
private FreeBusyGenerator|MockObject $generator;
|
||||
private StatusService $service;
|
||||
|
||||
protected function setUp(): void {
|
||||
parent::setUp();
|
||||
|
|
|
|||
Loading…
Reference in a new issue