PhpBench\Benchmarks\Macro\BaseBenchCase::getContainer PHP Method

getContainer() protected method

protected getContainer ( )
    protected function getContainer()
    {
        $container = new Container($this->extensions, $this->config);
        $container->init();
        return $container;
    }