File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Validator/Tests/Constraints Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ public function testCollectMessagesTransChoice()
99
99
'id ' => 'choice ' ,
100
100
'translation ' => 'choice ' ,
101
101
'locale ' => 'en ' ,
102
+ 'fallbackLocale ' => null ,
102
103
'domain ' => 'messages ' ,
103
104
'state ' => DataCollectorTranslator::MESSAGE_MISSING ,
104
105
'parameters ' => ['%count% ' => 0 ],
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ public function getValidRelativeUrls()
92
92
{
93
93
return [
94
94
['//example.com ' ],
95
+ ['//examp_le.com ' ],
95
96
['//symfony.fake/blog/ ' ],
96
97
['//symfony.com/search?type=&q=url+validator ' ],
97
98
];
@@ -217,7 +218,6 @@ public function getInvalidRelativeUrls()
217
218
{
218
219
return [
219
220
['/example.com ' ],
220
- ['//examp_le.com ' ],
221
221
['//example.com::aa ' ],
222
222
['//example.com:aa ' ],
223
223
['//127.0.0.1:aa/ ' ],
You can’t perform that action at this time.
0 commit comments