Contao\CoreBundle\Test\Command\AutomatorCommandTest::getApplication PHP Method

getApplication() private method

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