Skip to content

Commit

Permalink
update url (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell authored Jun 25, 2022
1 parent 91e35c5 commit 05e8969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Util/UriTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function testMergingScheme()
{
$this->assertSame(
'https://google.com/account/',
Uri::mergeUrls('http://google.com/', 'https://google.com/account/')
Uri::mergeUrls('https://google.com/', 'https://google.com/account/')
);
$this->assertSame('https://facebook.com/', Uri::mergeUrls('https://google.com/test/', '//facebook.com/'));
$this->assertSame(
Expand Down

0 comments on commit 05e8969

Please sign in to comment.