Skip to content

Commit ee34dca

Browse files
committed
test: rename test method
1 parent 82c2977 commit ee34dca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/HTTP/IncomingRequestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ public function testGetPostSecondStreams(): void
847847
$this->assertSame(array_merge($_POST, $_GET), $this->request->getGetPost());
848848
}
849849

850-
public function testWithFalseBody(): void
850+
public function testGetBodyWithFalseBody(): void
851851
{
852852
// Use `false` here to simulate file_get_contents returning a false value
853853
$request = $this->createRequest(null, false);

0 commit comments

Comments
 (0)