Skip to content

Commit 82c2977

Browse files
committed
test: fix typo in method name
1 parent 6c187dd commit 82c2977

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
@@ -518,7 +518,7 @@ public function testGetJsonVarReturnsNullFromNullBody(): void
518518
$this->assertNull($request->getJsonVar('myKey'));
519519
}
520520

521-
public function testgetJSONReturnsNullFromNullBody(): void
521+
public function testGetJSONReturnsNullFromNullBody(): void
522522
{
523523
$config = new App();
524524
$config->baseURL = 'http://example.com/';

0 commit comments

Comments
 (0)