We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aef47f0 + 46f8646 commit f488ff9Copy full SHA for f488ff9
tests/Util/UriTest.php
@@ -37,7 +37,7 @@ public function testMergingScheme()
37
{
38
$this->assertSame(
39
'https://google.com/account/',
40
- Uri::mergeUrls('https://google.com/', 'https://google.com/account/')
+ Uri::mergeUrls('http://google.com/', 'https://google.com/account/')
41
);
42
$this->assertSame('https://facebook.com/', Uri::mergeUrls('https://google.com/test/', '//facebook.com/'));
43
0 commit comments