Erweitere die Tests

This commit is contained in:
2025-06-19 14:28:15 +02:00
parent 532c0d60e8
commit 9f53b627c0
+1 -1
View File
@@ -24,7 +24,7 @@ class Api extends Module
"periodDesignation" => "string", "periodDesignation" => "string",
"totalHours" => self::FORMAT_TIME, "totalHours" => self::FORMAT_TIME,
"workingDays" => 'integer:>0', "workingDays" => 'integer:>0',
'homeOfficeDays' => 'number:>=0', 'homeOfficeDays' => 'integer:>=0',
"overtime" => self::FORMAT_TIME, "overtime" => self::FORMAT_TIME,
]; ];