api-erstellen #1

Merged
TorstenHettstedt merged 52 commits from api-erstellen into master 2021-04-07 13:00:46 +02:00
Showing only changes of commit e0b8deae8b - Show all commits
+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',