test fixes

This commit is contained in:
Dennis Eichhorn 2023-09-23 15:51:58 +00:00
parent d4b18cf414
commit f03ef4e6e7

View File

@ -42,7 +42,7 @@ class Schedule
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
private string $uid = ''; public string $uid = '';
/** /**
* Schedule status. * Schedule status.
@ -58,7 +58,7 @@ class Schedule
* @var int * @var int
* @since 1.0.0 * @since 1.0.0
*/ */
private int $freqType = FrequencyType::ONCE; public int $freqType = FrequencyType::ONCE;
public int $dayOfMonth = 0; public int $dayOfMonth = 0;
@ -76,7 +76,7 @@ class Schedule
* @var int * @var int
* @since 1.0.0 * @since 1.0.0
*/ */
private int $patternInterval = IntervalType::ABSOLUTE; public int $patternInterval = IntervalType::ABSOLUTE;
/** /**
* Recurrence factor. * Recurrence factor.