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.
index.php/
1 parent 33c4160 commit 68e8d43Copy full SHA for 68e8d43
tests/system/CommonFunctionsTest.php
@@ -602,7 +602,7 @@ public function testForceHttpsNullRequestAndResponse()
602
603
force_https();
604
605
- $this->assertSame('https://example.com/', Services::response()->header('Location')->getValue());
+ $this->assertSame('https://example.com/index.php/', Services::response()->header('Location')->getValue());
606
}
607
608
/**
0 commit comments