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