Skip to content

Commit 2063868

Browse files
committed
test: add comment
1 parent 0b3460b commit 2063868

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tests/system/HTTP/IncomingRequestDetectingTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ public function testPathRequestURI()
6868

6969
public function testPathRequestURINested()
7070
{
71+
// I'm not sure but this is a case of Apache config making such SERVER
72+
// values?
73+
// The current implementation doesn't use the value of the URI object.
74+
// So I removed the code to set URI. Therefore, it's exactly the same as
75+
// the method above as a test.
76+
// But it may be changed in the future to use the value of the URI object.
77+
// So I don't remove this test case.
78+
7179
// /ci/index.php/woot?code=good#pos
7280
$_SERVER['REQUEST_URI'] = '/index.php/woot';
7381
$_SERVER['SCRIPT_NAME'] = '/index.php';

0 commit comments

Comments
 (0)