We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d365f7f commit 7a48bcfCopy full SHA for 7a48bcf
1 file changed
tests/HttpMessage/DataProviderTrait.php
@@ -1112,7 +1112,7 @@ public function uriPortsInvalid()
1112
'false' => [false],
1113
'float' => [7.4],
1114
'max' => [PHP_INT_MAX],
1115
- 'min' => [PHP_INT_MIN],
+ 'min' => [PHP_INT_MAX * -1], // PHP_INT_MIN is php 7.0
1116
'negative' => [-2],
1117
'object' => [new stdClass()],
1118
'outOfRange 1' => [0xffff + 1],
0 commit comments