Sylius\Bundle\CoreBundle\Application\Kernel::getContainerBaseClass PHP Method

getContainerBaseClass() protected method

protected getContainerBaseClass ( )
    protected function getContainerBaseClass()
    {
        if (in_array($this->getEnvironment(), ['test', 'test_cached'], true)) {
            return MockerContainer::class;
        }
        return parent::getContainerBaseClass();
    }