Contao\CoreBundle\Test\Command\AutomatorCommandTest::getApplication PHP 메소드

getApplication() 개인적인 메소드

Returns the application object.
private getApplication ( ) : Application
리턴 Symfony\Component\Console\Application
    private function getApplication()
    {
        $application = new Application();
        $application->setCatchExceptions(true);
        return $application;
    }