Ejemplo n.º 1
0
 public function testNoSourcePathSpecified()
 {
     $this->setExpectedException('Exception', "View input file not specified");
     $view = new View();
     $rendered = $view->render();
 }