Fixed form schema validation

This commit is contained in:
Ingo Schommer 2017-04-28 08:30:59 +12:00
parent 22f232ed4d
commit daed727acc
2 changed files with 2 additions and 1 deletions

View File

@ -457,5 +457,4 @@ class DatetimeFieldTest extends SapphireTest
)
);
}
}

View File

@ -475,6 +475,8 @@ class FormSchemaTest extends SapphireTest
[],
'data' => [
'html5' => true,
'min' => null,
'max' => null
],
],
[