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