diff --git a/tests/Util/UriTest.php b/tests/Util/UriTest.php index 8d71011..3f29200 100644 --- a/tests/Util/UriTest.php +++ b/tests/Util/UriTest.php @@ -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(