8000 bug #19928 [Validator] Update IpValidatorTest data set with a valid r… · symfony/symfony@f321989 · GitHub
[go: up one dir, main page]

Skip to content

Commit f321989

Browse files
bug #19928 [Validator] Update IpValidatorTest data set with a valid reserved IP (jakzal)
This PR was merged into the 2.7 branch. Discussion ---------- [Validator] Update IpValidatorTest data set with a valid reserved IP | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #19885 | License | MIT | Doc PR | - The validator uses PHP filter which was recently fixed (see https://bugs.php.net/bug.php?id=72972). Commits ------- 86a151c [Validator] Update IpValidatorTest data set with a valid reserved IP
2 parents 68b8dab + 86a151c commit f321989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/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)
0