Skip to content

Commit c6f3a84

Browse files
Merge branch '3.1'
* 3.1: [ci] Fix build-packages.php [Validator] Update IpValidatorTest data set with a valid reserved IP
2 parents 08929b0 + 7f84b6b commit c6f3a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Constraints/IpValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public function getInvalidReservedIpsV4()
216216
{
217217
return array(
218218
array('0.0.0.0'),
219-
array('224.0.0.1'),
219+
array('240.0.0.1'),
220220
array('255.255.255.255'),
221221
);
222222
}

0 commit comments

Comments
 (0)