Skip to content

Commit 0da0d98

Browse files
committed
[Validator] Update IpValidatorTest data set with a valid reserved IP
The validator uses PHP filter which was recently fixed (see https://bugs.php.net/bug.php?id=72972).
1 parent 6acefcd commit 0da0d98

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
@@ -218,7 +218,7 @@ public function getInvalidReservedIpsV4()
218218
{
219219
return array(
220220
array('0.0.0.0'),
221-
array('224.0.0.1'),
221+
array('240.0.0.1'),
222222
array('255.255.255.255'),
223223
);
224224
}

0 commit comments

Comments
 (0)