Symfony\Bundle\SecurityBundle\Tests\Functional\WebTestCase::getKernelClass PHP Метод

getKernelClass() защищенный статический Метод

protected static getKernelClass ( )
    static protected function getKernelClass()
    {
        require_once __DIR__.'/app/AppKernel.php';

        return 'Symfony\Bundle\SecurityBundle\Tests\Functional\AppKernel';
    }