Autarky\Testing\TestCase::createApplication PHP 메소드

createApplication() 추상적인 보호된 메소드

Usually this will simply be a require of your app/start.php file. Make sure that this file does return $app; at the end.
abstract protected createApplication ( ) : Application
리턴 Autarky\Application
    protected abstract function createApplication();