From 7874d94a0a9a268c0e4121152dc127f3a1124419 Mon Sep 17 00:00:00 2001 From: Arhell Date: Fri, 24 Jun 2022 00:54:09 +0300 Subject: [PATCH] update url --- tests/Util/UriTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(