We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387f66f commit 2d6c2c7Copy full SHA for 2d6c2c7
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