Ejemplo n.º 1
0
 public function testGetPath()
 {
     $view = new View($this->viewPath);
     $this->AssertEquals($this->viewPath, $view->getPath());
 }