Ejemplo n.º 1
0
 public function execute()
 {
     $autoloader = new Autoloader();
     $root = new Root($autoloader, $this->enviorment->isDebug(), $this->enviorment->isSilent(), $this->enviorment->getName());
     //FIXME wygląda że trzeba będzie tak wywoływać testy funkcjonalne
     return $root->executeRequestTest($this);
 }