We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a665748 commit 42a1ed3Copy full SHA for 42a1ed3
src/Symfony/Component/DomCrawler/Tests/UriResolverTest.php
@@ -84,6 +84,8 @@ public static function provideResolverTests()
84
85
['foo', 'http://localhost?bar=1', 'http://localhost/foo'],
86
['foo', 'http://localhost#bar', 'http://localhost/foo'],
87
+
88
+ ['http://', 'http://localhost', 'http://'],
89
];
90
}
91
0 commit comments