diff --git a/tests/Form/GeneralTest.php b/tests/Form/GeneralTest.php index e0a7b5a..440e094 100644 --- a/tests/Form/GeneralTest.php +++ b/tests/Form/GeneralTest.php @@ -379,6 +379,7 @@ public static function provideInvalidValues(): iterable ['textarea', 'notes', [$trueValue, $falseValue, $arrayValue]], ['text', 'first_name', [$trueValue, $falseValue, $arrayValue]], ['button', 'submit', [$trueValue, $falseValue, $arrayValue, $stringValue]], + ['checkbox', 'agreement', [$arrayValue, $stringValue]], ]; foreach ($scenarios as [$fieldType, $fieldNameOrId, $values]) {