8000 Merge branch '4.3' into 4.4 · Koc/symfony@50da16b · GitHub
[go: up one dir, main page]

Skip to content

Commit 50da16b

Browse files
Merge branch '4.3' into 4.4
* 4.3: fix merge (bis) fix merge
2 parents 4acef47 + fbfdebc commit 50da16b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Symfony/Component/Translation/Tests/DataCollectorTranslatorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ public function testCollectMessagesTransChoice()
9999
'id' => 'choice',
100100
'translation' => 'choice',
101101
'locale' => 'en',
102+
'fallbackLocale' => null,
102103
'domain' => 'messages',
103104
'state' => DataCollectorTranslator::MESSAGE_MISSING,
104105
'parameters' => ['%count%' => 0],

src/Symfony/Component/Validator/Tests/Constraints/UrlValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public function getValidRelativeUrls()
9292
{
9393
return [
9494
['//example.com'],
95+
['//examp_le.com'],
9596
['//symfony.fake/blog/'],
9697
['//symfony.com/search?type=&q=url+validator'],
9798
];
@@ -217,7 +218,6 @@ public function getInvalidRelativeUrls()
217218
{
218219
return [
219220
['/example.com'],
220-
['//examp_le.com'],
221221
['//example.com::aa'],
222222
['//example.com:aa'],
223223
['//127.0.0.1:aa/'],

0 commit comments

Comments
 (0)
0