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