Sulu\Bundle\TestBundle\Kernel\SuluTestKernel::getContainerClass PHP Méthode

getContainerClass() protected méthode

Add the Sulu environment to the container name
protected getContainerClass ( )
    protected function getContainerClass()
    {
        return $this->name . ucfirst($this->getContext()) . ucfirst($this->environment) . ($this->debug ? 'Debug' : '') . 'ProjectContainer';
    }