mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-01-11 07:08:43 +00:00
template fixes + bug fixes + style fixes
This commit is contained in:
parent
b79a3d6573
commit
0f33efbeb0
|
|
@ -48,8 +48,8 @@ final class ScheduleTest extends \PHPUnit\Framework\TestCase
|
|||
#[\PHPUnit\Framework\Attributes\Group('module')]
|
||||
public function testSerialize() : void
|
||||
{
|
||||
$this->schedule->status = ScheduleStatus::INACTIVE;
|
||||
$this->schedule->freqType = FrequencyType::YEARLY;
|
||||
$this->schedule->status = ScheduleStatus::INACTIVE;
|
||||
$this->schedule->freqType = FrequencyType::YEARLY;
|
||||
$this->schedule->patternInterval = IntervalType::RELATIVE;
|
||||
|
||||
$serialized = $this->schedule->jsonSerialize();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user