public function KernelSpy::__construct in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/stack/builder/tests/unit/Stack/StackedHttpKernelTest.php \Stack\KernelSpy::__construct()
File
- vendor/
stack/ builder/ tests/ unit/ Stack/ StackedHttpKernelTest.php, line 116
Class
Namespace
StackCode
public function __construct(HttpKernelInterface $kernel = null) {
$this->kernel = $kernel;
}