Skip to content

Commit

Permalink
test: rename test method
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Nov 7, 2023
1 parent 82c2977 commit ee34dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/HTTP/IncomingRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ public function testGetPostSecondStreams(): void
$this->assertSame(array_merge($_POST, $_GET), $this->request->getGetPost());
}

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

0 comments on commit ee34dca

Please sign in to comment.