From 03b1fc46364927b302dbbaefbc119218b6fd97c3 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Fri, 22 Mar 2024 21:34:19 -0400 Subject: [PATCH] Update this --- .../Api/Client/ClientApiIntegrationTestCase.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/Integration/Api/Client/ClientApiIntegrationTestCase.php b/tests/Integration/Api/Client/ClientApiIntegrationTestCase.php index 8f0db6a6a..e909bb41e 100644 --- a/tests/Integration/Api/Client/ClientApiIntegrationTestCase.php +++ b/tests/Integration/Api/Client/ClientApiIntegrationTestCase.php @@ -39,12 +39,7 @@ abstract class ClientApiIntegrationTestCase extends IntegrationTestCase * Override the default createTestResponse from Illuminate so that we can * just dump 500-level errors to the screen in the tests without having * to keep re-assigning variables. - * - * @param \Illuminate\Http\Response $response - * - * @return \Illuminate\Testing\TestResponse - */ - protected function createTestResponse($response) + protected function createTestResponse($response, $request): \Illuminate\Testing\TestResponse { return TestResponse::fromBaseResponse($response); }