Skip to content

Commit

Permalink
Merge pull request #5 from Codeception/revert-3-upd
Browse files Browse the repository at this point in the history
Revert "update url"
  • Loading branch information
Naktibalda authored Apr 18, 2023
2 parents aef47f0 + 46f8646 commit f488ff9
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('https://google.com/', 'https://google.com/account/')
Uri::mergeUrls('http://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 f488ff9

Please sign in to comment.