diff --git a/tests/php/Forms/DatetimeFieldTest.php b/tests/php/Forms/DatetimeFieldTest.php index e8bcdcc69..6cb8057d9 100644 --- a/tests/php/Forms/DatetimeFieldTest.php +++ b/tests/php/Forms/DatetimeFieldTest.php @@ -457,5 +457,4 @@ class DatetimeFieldTest extends SapphireTest ) ); } - } diff --git a/tests/php/Forms/FormSchemaTest.php b/tests/php/Forms/FormSchemaTest.php index fbc56b050..7bd29161c 100644 --- a/tests/php/Forms/FormSchemaTest.php +++ b/tests/php/Forms/FormSchemaTest.php @@ -475,6 +475,8 @@ class FormSchemaTest extends SapphireTest [], 'data' => [ 'html5' => true, + 'min' => null, + 'max' => null ], ], [