Skip to content

Commit 4b52e6d

Browse files
authored
Revert "Improve remove code duplication (#53128)" (#53132)
This reverts commit 39ef6a2.
1 parent 39ef6a2 commit 4b52e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Http/HttpRequestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ public function testItCanHaveObjectsInJsonPayload()
16251625

16261626
$value = $request->get('framework');
16271627

1628-
$this->assertSame(['name' => 'Laravel'], $value);
1628+
$this->assertSame(['name' => 'Laravel'], $request->get('framework'));
16291629
}
16301630

16311631
public function testItDoesNotGenerateJsonErrorsForEmptyContent()

0 commit comments

Comments
 (0)