Exemplo n.º 1
0
 public function testDeleteUnknownId()
 {
     $this->setExpectedException('\\Centreon\\Internal\\Exception', $this->errMsg);
     Timeperiod::delete(9999);
 }