E2E\TestCase::createApp PHP Method

createApp() protected method

protected createApp ( ) : Application
return app\Application
    protected function createApp()
    {
        $this->app = (require __DIR__ . '/../../bootstrap/app.php');
        $this->app->make(Kernel::class)->bootstrap();
        return $this->app;
    }