mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-02-15 16:08:41 +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')]
|
#[\PHPUnit\Framework\Attributes\Group('module')]
|
||||||
public function testSerialize() : void
|
public function testSerialize() : void
|
||||||
{
|
{
|
||||||
$this->schedule->status = ScheduleStatus::INACTIVE;
|
$this->schedule->status = ScheduleStatus::INACTIVE;
|
||||||
$this->schedule->freqType = FrequencyType::YEARLY;
|
$this->schedule->freqType = FrequencyType::YEARLY;
|
||||||
$this->schedule->patternInterval = IntervalType::RELATIVE;
|
$this->schedule->patternInterval = IntervalType::RELATIVE;
|
||||||
|
|
||||||
$serialized = $this->schedule->jsonSerialize();
|
$serialized = $this->schedule->jsonSerialize();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user