We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a217eb + face51a commit 434727bCopy full SHA for 434727b
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