Beispiel #1
0
 public function testNoSourcePathSpecified()
 {
     $this->setExpectedException('RuntimeException', "View input file not specified");
     $view = new View();
     $rendered = $view->render();
 }