Skip to content

Commit ece17c3

Browse files
Merge branch '4.4'
* 4.4: fix merge (bis) fix merge
2 parents 8c5a1cb + 4e8bb2f commit ece17c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Constraints/UrlValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public function getValidRelativeUrls()
8888
{
8989
return [
9090
['//example.com'],
91+
['//examp_le.com'],
9192
['//symfony.fake/blog/'],
9293
['//symfony.com/search?type=&q=url+validator'],
9394
];
@@ -213,7 +214,6 @@ public function getInvalidRelativeUrls()
213214
{
214215
return [
215216
['/example.com'],
216-
['//examp_le.com'],
217217
['//example.com::aa'],
218218
['//example.com:aa'],
219219
['//127.0.0.1:aa/'],

0 commit comments

Comments
 (0)