Skip to content

Commit d1e9270

Browse files
committed
test: Fix incorrectly located testcase name parameter
1 parent d38852a commit d1e9270

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/JSONBodyRequestParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class JSONBodyRequestParserTest extends TestCase
1313
{
1414

15-
#[TestWith([[], 'no content type header'])]
15+
#[TestWith([[]], 'no content type header')]
1616
#[TestWith([['Content-Type' => 'application/x-www-form-urlencoded']])]
1717
public function test_it_returns_same_request_if_not_json($headers): void
1818
{

0 commit comments

Comments
 (0)