Skip to content

Commit 46f8646

Browse files
authored
Revert "update url (#3)"
This reverts commit 05e8969.
1 parent aef47f0 commit 46f8646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Util/UriTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function testMergingScheme()
3737
{
3838
$this->assertSame(
3939
'https://google.com/account/',
40-
Uri::mergeUrls('https://google.com/', 'https://google.com/account/')
40+
Uri::mergeUrls('http://google.com/', 'https://google.com/account/')
4141
);
4242
$this->assertSame('https://facebook.com/', Uri::mergeUrls('https://google.com/test/', '//facebook.com/'));
4343
$this->assertSame(

0 commit comments

Comments
 (0)