mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-02-16 16:38:41 +00:00
fix tests
This commit is contained in:
parent
0b53a5e440
commit
d4b18cf414
|
|
@ -68,7 +68,7 @@ class Event
|
||||||
* @var Account
|
* @var Account
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private Account $createdBy;
|
public Account $createdBy;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Event type.
|
* Event type.
|
||||||
|
|
|
||||||
|
|
@ -127,6 +127,7 @@ final class ScheduleTest extends \PHPUnit\Framework\TestCase
|
||||||
'uuid' => '',
|
'uuid' => '',
|
||||||
'status' => ScheduleStatus::INACTIVE,
|
'status' => ScheduleStatus::INACTIVE,
|
||||||
'freqType' => FrequencyType::YEARLY,
|
'freqType' => FrequencyType::YEARLY,
|
||||||
|
'patternInterval' => IntervalType::RELATIVE,
|
||||||
],
|
],
|
||||||
$serialized
|
$serialized
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user