Bolt\Tests\Controller\ControllerUnitTest::getApp PHP Method

getApp() protected method

protected getApp ( $boot = true )
    protected function getApp($boot = true)
    {
        if (!$this->app) {
            $this->app = $this->makeApp();
        }
        return $this->app;
    }