Skip to content

Commit aa4d7dd

Browse files
committed
IsValidCodeTest: add PHP_INT_MAX to the data provider
Same as in the `GetTextTest`.
1 parent b66215b commit aa4d7dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Utility/HttpStatus/IsValidCodeTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public static function dataAccessInvalidCode() {
8787
'zero string' => ['0'],
8888
'too low string' => ['42'],
8989
'too high string' => ['1000'],
90+
'PHP_INT_MAX' => [PHP_INT_MAX],
9091
];
9192
}
9293
}

0 commit comments

Comments
 (0)