Example #1
0
 public function testGetListBadFilter()
 {
     $this->setExpectedException('\\Centreon\\Internal\\Exception', "Unknown filter type", 0);
     Command::getList('command_name', -1, 0, null, 'ASC', array('command_name' => array('Test connector', 'Test check')), 'ERR');
 }