예제 #1
0
파일: basicTest.php 프로젝트: gudwin/faid
 public function testGetPath()
 {
     $view = new View($this->viewPath);
     $this->AssertEquals($this->viewPath, $view->getPath());
 }