Sulu\Bundle\TestBundle\Kernel\SuluTestKernel::getContainerClass PHP Method

getContainerClass() protected method

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';
    }