We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a217eb commit face51aCopy full SHA for face51a
tests/Extension/SymfonyTest.php
@@ -43,7 +43,7 @@ public function testAssertJsonValueEquals()
43
public function testAssertJsonResponse()
44
{
45
$response = new Response('{}', 200, ['Content-Type' => 'application/json']);
46
-
+
47
Symfony::assertJsonResponse($response);
48
}
49
0 commit comments