Ejemplo n.º 1
0
 public function testGetEnginePath()
 {
     $myTestLiteTemplate = new LiteTemplate('myTestLiteTemplate', CENTREON_PATH . $this->dataPath);
     $this->assertEquals(CENTREON_PATH . $this->dataPath, $myTestLiteTemplate->getEnginePath());
 }