Skip to content

Commit f488ff9

Browse files
authored
Merge pull request #5 from Codeception/revert-3-upd
Revert "update url"
2 parents aef47f0 + 46f8646 commit f488ff9

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)