fix: test

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-30 21:05:03 -04:00
parent 3556be7c85
commit e391ff6915
@@ -177,7 +177,7 @@ abstract class IntegrationTestCase extends TestCase
// process-level error handler after the in-process request.
$application = static::buildApplication();
try {
$response = $application->handleHttp($request);
$response = $application->runHttpRequest($request);
} finally {
$application->shutdown();
}