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 5d686e0 commit 38c16e8Copy full SHA for 38c16e8
tests/system/CommonFunctionsTest.php
@@ -601,7 +601,7 @@ public function testForceHttpsNullRequestAndResponse()
601
602
force_https();
603
604
- $this->assertSame('https://example.com/', Services::response()->header('Location')->getValue());
+ $this->assertSame('https://example.com/index.php/', Services::response()->header('Location')->getValue());
605
}
606
607
/**
0 commit comments