示例#1
0
 /**
  * @expectedException \Exception
  */
 public function testCompileException()
 {
     $file = 'foo';
     $c = new TemplateCompiler('r_');
     $c->compile($file);
 }