예제 #1
0
파일: HookTest.php 프로젝트: rk4an/centreon
 public function testGetHookNameWithUnknownId()
 {
     $this->setExpectedException("\\Centreon\\Internal\\Exception", "Could not find hook id 9999");
     Hook::getHookName(9999);
 }