We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edef908 commit 021c5bbCopy full SHA for 021c5bb
1 file changed
tests/system/HTTP/IncomingRequestDetectingTest.php
@@ -46,7 +46,7 @@ public function testPathDefault()
46
$this->assertSame($expected, $this->request->detectPath());
47
}
48
49
- public function testPathEmpty()
+ public function testPathDefaultEmpty()
50
{
51
// /
52
$_SERVER['REQUEST_URI'] = '/';
0 commit comments