Autarky\Testing\TestCase::createApplication PHP Method

createApplication() abstract protected method

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
return Autarky\Application
    protected abstract function createApplication();