diff --git a/src/Symfony/Component/Validator/Tests/Constraints/UrlValidatorTest.php b/src/Symfony/Component/Validator/Tests/Constraints/UrlValidatorTest.php index f4c132ab28..2dcb1f5c55 100644 --- a/src/Symfony/Component/Validator/Tests/Constraints/UrlValidatorTest.php +++ b/src/Symfony/Component/Validator/Tests/Constraints/UrlValidatorTest.php @@ -88,6 +88,7 @@ class UrlValidatorTest extends ConstraintValidatorTestCase { return [ ['//example.com'], + ['//examp_le.com'], ['//symfony.fake/blog/'], ['//symfony.com/search?type=&q=url+validator'], ]; @@ -213,7 +214,6 @@ class UrlValidatorTest extends ConstraintValidatorTestCase { return [ ['/example.com'], - ['//examp_le.com'], ['//example.com::aa'], ['//example.com:aa'], ['//127.0.0.1:aa/'],