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