Skip to content

Commit 8fc6937

Browse files
Merge branch '2.7' into 2.8
* 2.7: [ci] Fix build-packages.php [Validator] Update IpValidatorTest data set with a valid reserved IP
2 parents 53b1b1d + 15549e8 commit 8fc6937

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
@@ -221,7 +221,7 @@ public function getInvalidReservedIpsV4()
221221
{
222222
return array(
223223
array('0.0.0.0'),
224-
array('224.0.0.1'),
224+
array('240.0.0.1'),
225225
array('255.255.255.255'),
226226
);
227227
}

0 commit comments

Comments
 (0)