You are here

public function KernelSpy::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/stack/builder/tests/unit/Stack/StackedHttpKernelTest.php \Stack\KernelSpy::__construct()

File

vendor/stack/builder/tests/unit/Stack/StackedHttpKernelTest.php, line 116

Class

KernelSpy

Namespace

Stack

Code

public function __construct(HttpKernelInterface $kernel = null) {
  $this->kernel = $kernel;
}