Beispiel #1
0
 public function testFileVsFileNameMethods()
 {
     $tpl = new Template('index');
     $this->assertEquals('index', $tpl->file());
     $this->assertEquals('index.html.php', $tpl->fileName());
 }