fix merge (bis)

This commit is contained in:
Nicolas Grekas 2019-09-27 16:39:13 +02:00
parent d4d81be289
commit fbfdebc487

View File

@ -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/'],