class TestKernel in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/http-kernel/Tests/EventListener/ExceptionListenerTest.php \Symfony\Component\HttpKernel\Tests\EventListener\TestKernel
- 8 core/lib/Drupal/Core/Test/TestKernel.php \Drupal\Core\Test\TestKernel
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Tests/EventListener/ExceptionListenerTest.php \Symfony\Component\HttpKernel\Tests\EventListener\TestKernel
Hierarchy
- class \Symfony\Component\HttpKernel\Tests\EventListener\TestKernel implements HttpKernelInterface
Expanded class hierarchy of TestKernel
File
- vendor/
symfony/ http-kernel/ Tests/ EventListener/ ExceptionListenerTest.php, line 132
Namespace
Symfony\Component\HttpKernel\Tests\EventListenerView source
class TestKernel implements HttpKernelInterface {
public function handle(Request $request, $type = self::MASTER_REQUEST, $catch = true) {
return new Response('foo');
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
HttpKernelInterface:: |
constant | |||
HttpKernelInterface:: |
constant | |||
TestKernel:: |
public | function |
Handles a Request to convert it to a Response. Overrides HttpKernelInterface:: |