We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 387f66f + 2d6c2c7 commit c9909d5Copy full SHA for c9909d5
1 file changed
tests/Form/GeneralTest.php
@@ -379,6 +379,7 @@ public static function provideInvalidValues(): iterable
379
['textarea', 'notes', [$trueValue, $falseValue, $arrayValue]],
380
['text', 'first_name', [$trueValue, $falseValue, $arrayValue]],
381
['button', 'submit', [$trueValue, $falseValue, $arrayValue, $stringValue]],
382
+ ['checkbox', 'agreement', [$arrayValue, $stringValue]],
383
];
384
385
foreach ($scenarios as [$fieldType, $fieldNameOrId, $values]) {
0 commit comments