예제 #1
0
파일: HostTest.php 프로젝트: rk4an/centreon
 public function testGetTableName()
 {
     $this->assertEquals('cfg_hosts', Host::getTableName());
 }