@@ -177,7 +177,7 @@ abstract class IntegrationTestCase extends TestCase
|
|||||||
// process-level error handler after the in-process request.
|
// process-level error handler after the in-process request.
|
||||||
$application = static::buildApplication();
|
$application = static::buildApplication();
|
||||||
try {
|
try {
|
||||||
$response = $application->handleHttp($request);
|
$response = $application->runHttpRequest($request);
|
||||||
} finally {
|
} finally {
|
||||||
$application->shutdown();
|
$application->shutdown();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user