Exemple #1
0
 public function testSetConfigGetSetPath()
 {
     $this->assertEquals('tpls/', $this->object->getPath());
     $this->object->setPath('test');
     $this->assertEquals('test', $this->object->getPath());
 }