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