Exemple #1
0
 public function testSetConfigGetSetExt()
 {
     $this->assertEquals('tpl.php', $this->object->getExt());
     $this->object->setExt('tpl');
     $this->assertEquals('tpl', $this->object->getExt());
 }