Skip to content

Commit c9909d5

Browse files
authored
Merge pull request #102 from uuf6429/feature/test-invalid-checkbox-values
Test using invalid values for checkbox
2 parents 387f66f + 2d6c2c7 commit c9909d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Form/GeneralTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ public static function provideInvalidValues(): iterable
379379
['textarea', 'notes', [$trueValue, $falseValue, $arrayValue]],
380380
['text', 'first_name', [$trueValue, $falseValue, $arrayValue]],
381381
['button', 'submit', [$trueValue, $falseValue, $arrayValue, $stringValue]],
382+
['checkbox', 'agreement', [$arrayValue, $stringValue]],
382383
];
383384

384385
foreach ($scenarios as [$fieldType, $fieldNameOrId, $values]) {

0 commit comments

Comments
 (0)