public function setUp() { $this->app = new \Bootdi\App(); $this->container = $this->app->getContainer(); }
public function setUp() { $this->rootPath = realpath(__DIR__ . "/../"); $this->app = new \Bootdi\App($this->rootPath); $this->container = $this->app->getContainer(); }