Es war nicht ganz klar, wir der Aufbau für *Regexe* war und das die Stunden deutlich größer als 60 sein können.

This commit is contained in:
2021-04-06 16:23:30 +02:00
parent d3df8bdc7e
commit e0b8deae8b
+1 -1
View File
@@ -9,7 +9,7 @@ use Codeception\Module;
class Api extends Module
{
const FORMAT_TIME = 'string:regex([0-5]\d:[0-5]\d:[0-5]\d)';
const FORMAT_TIME = 'string:regex(/\d+:[0-5]\d:[0-5]\d/)';
const WORKING_HOURS_JSON_FORMAT = [
'date' => 'string:date',