Dumplie\SharedKernel\Tests\Double\Infrastructure\Symfony\HttpKernel\KernelStub::__construct PHP Method

__construct() public method

public __construct ( array $extension = [] )
$extension array
    public function __construct(array $extension = [])
    {
        $this->extensions = $extension;
        parent::__construct('test', false);
    }