Example #1
0
 public function testBadTemplateFile()
 {
     $compiler = new compiler\Compiler('dummy', array(__DIR__), array('load' => false));
     $this->setExpectedException('\\photon\\template\\compiler\\Exception');
     $compiler->loadTemplateFile('bad-name-..-.html');
 }