Symfony\Bundle\SecurityBundle\Tests\Functional\WebTestCase::getKernelClass PHP Méthode

getKernelClass() protected static méthode

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

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