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