We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49faa90 commit 70a3111Copy full SHA for 70a3111
tests/HEXONET/ClientTest.php
@@ -599,7 +599,7 @@ public function testUseHighPerformanceConnectionSetup(): void
599
$oldurl = self::$cl->getURL();
600
$hostname = parse_url($oldurl, PHP_URL_HOST);
601
$newurl = str_replace($hostname, "127.0.0.1", $oldurl);
602
- $newurl = str_replace("https://", "http://", $oldurl);
+ $newurl = str_replace("https://", "http://", $newurl);
603
self::$cl->useHighPerformanceConnectionSetup();
604
$this->assertEquals(self::$cl->getURL(), $newurl);
605
}
0 commit comments