Laravel\Lumen\Testing\TestCase::refreshApplication PHP Method

refreshApplication() protected method

Refresh the application instance.
protected refreshApplication ( ) : void
return void
    protected function refreshApplication()
    {
        putenv('APP_ENV=testing');
        Facade::clearResolvedInstances();
        $this->app = $this->createApplication();
    }