Skip to content

Commit 021c5bb

Browse files
committed
test: improve test method name
1 parent edef908 commit 021c5bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/HTTP/IncomingRequestDetectingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function testPathDefault()
4646
$this->assertSame($expected, $this->request->detectPath());
4747
}
4848

49-
public function testPathEmpty()
49+
public function testPathDefaultEmpty()
5050
{
5151
// /
5252
$_SERVER['REQUEST_URI'] = '/';

0 commit comments

Comments
 (0)