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 218e63e commit f7cda3aCopy full SHA for f7cda3a
tests/system/CommonFunctionsTest.php
@@ -597,7 +597,7 @@ public function testForceHttpsNullRequestAndResponse()
597
598
force_https();
599
600
- $this->assertSame('https://example.com/', Services::response()->header('Location')->getValue());
+ $this->assertSame('https://example.com/index.php/', Services::response()->header('Location')->getValue());
601
}
602
603
/**
0 commit comments