예제 #1
0
 public function testDeleteNotFound()
 {
     /* Test exception object doesn't exists */
     $this->setExpectedException('\\Centreon\\Internal\\Exception', $this->errMsg, 0);
     Command::delete(42);
 }