Skip to content

Commit 42a1ed3

Browse files
committed
[DomCrawler] Add another test case for UriResolver
1 parent a665748 commit 42a1ed3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/DomCrawler/Tests/UriResolverTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ public static function provideResolverTests()
8484

8585
['foo', 'http://localhost?bar=1', 'http://localhost/foo'],
8686
['foo', 'http://localhost#bar', 'http://localhost/foo'],
87+
88+
['http://', 'http://localhost', 'http://'],
8789
];
8890
}
8991
}

0 commit comments

Comments
 (0)