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.
1 parent 91e35c5 commit 05e8969Copy full SHA for 05e8969
tests/Util/UriTest.php
@@ -37,7 +37,7 @@ public function testMergingScheme()
37
{
38
$this->assertSame(
39
'https://google.com/account/',
40
- Uri::mergeUrls('http://google.com/', 'https://google.com/account/')
+ Uri::mergeUrls('https://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