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 70a3111 commit 43be4acCopy full SHA for 43be4ac
tests/RRPproxy/ClientTest.php
@@ -688,6 +688,7 @@ public function testUseHighPerformanceConnectionSetup(): void
688
$oldurl = self::$cl->getURL();
689
$hostname = parse_url($oldurl, PHP_URL_HOST);
690
$newurl = str_replace($hostname, "127.0.0.1", $oldurl);
691
+ $newurl = str_replace("https://", "http://", $newurl);
692
self::$cl->useHighPerformanceConnectionSetup();
693
$this->assertEquals(self::$cl->getURL(), $newurl);
694
}
0 commit comments