public function testGetPath() { $view = new View($this->viewPath); $this->AssertEquals($this->viewPath, $view->getPath()); }