Symfony\Bundle\SecurityBundle\Tests\Functional\WebTestCase::getKernelClass PHP Method

getKernelClass() protected static method

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

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