We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c187dd commit 82c2977Copy full SHA for 82c2977
1 file changed
tests/system/HTTP/IncomingRequestTest.php
@@ -518,7 +518,7 @@ public function testGetJsonVarReturnsNullFromNullBody(): void
518
$this->assertNull($request->getJsonVar('myKey'));
519
}
520
521
- public function testgetJSONReturnsNullFromNullBody(): void
+ public function testGetJSONReturnsNullFromNullBody(): void
522
{
523
$config = new App();
524
$config->baseURL = 'http://example.com/';
0 commit comments