예제 #1
0
 function testFileName()
 {
     $file_name = $this->view_dir . $this->view_type . "/" . $this->view_name . ".php";
     $view = new TestView($this->view_name, $this->view_type, $this->view_dir, $args);
     $output = $view->get_file();
     $this->assertIdentical($file_name, $output);
 }