コード例 #1
0
 public function testGetWithUnknownId()
 {
     $this->setExpectedException('\\Centreon\\Internal\\Exception', $this->errMsg);
     Service::get(9999);
 }