Beispiel #1
0
 public function testUpdateNotFound()
 {
     $this->setExpectedException('\\Centreon\\Internal\\Exception', $this->errMsg, 0);
     $newInformation = array('host_name' => 'Host');
     Host::update(42, $newInformation);
 }