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.
HttpExceptionHandler
1 parent 8d5b96f commit 05c510aCopy full SHA for 05c510a
src/Tempest/Framework/Testing/Http/HttpRouterTester.php
@@ -137,8 +137,6 @@ public function sendRequest(Request $request): TestResponseHelper
137
try {
138
$response = $router->dispatch(map($request)->with(RequestToPsrRequestMapper::class)->do());
139
} catch (Throwable $throwable) {
140
- $this->container->get(HttpExceptionHandler::class)->renderResponse($request, $throwable);
141
-
142
return new TestResponseHelper(
143
response: $this->container->get(HttpExceptionHandler::class)->renderResponse($request, $throwable),
144
request: $request,
0 commit comments