Example #1
0
 public function testGetHookIdWithUnknownName()
 {
     $this->setExpectedException("\\Centreon\\Internal\\Exception", "Could not find hook named idontexist");
     Hook::getHookId('idontexist');
 }