diff --git a/tests/Extension/SymfonyTest.php b/tests/Extension/SymfonyTest.php index 24b3abf..ad9c95d 100644 --- a/tests/Extension/SymfonyTest.php +++ b/tests/Extension/SymfonyTest.php @@ -43,7 +43,7 @@ public function testAssertJsonValueEquals() public function testAssertJsonResponse() { $response = new Response('{}', 200, ['Content-Type' => 'application/json']); - + Symfony::assertJsonResponse($response); } }