Merge branch '4.3' into 4.4

* 4.3:
  fix merge (bis)
  fix merge
This commit is contained in:
Nicolas Grekas 2019-09-27 16:40:26 +02:00
commit 50da16bb6e
2 changed files with 2 additions and 1 deletions

View File

@ -99,6 +99,7 @@ class DataCollectorTranslatorTest extends TestCase
'id' => 'choice',
'translation' => 'choice',
'locale' => 'en',
'fallbackLocale' => null,
'domain' => 'messages',
'state' => DataCollectorTranslator::MESSAGE_MISSING,
'parameters' => ['%count%' => 0],

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