Пример #1
0
 public function testGetColumns()
 {
     $this->assertEquals(array('command_id', 'connector_id', 'command_name', 'command_line', 'command_example', 'command_type', 'enable_shell', 'command_comment', 'graph_id', 'cmd_cat_id', 'organization_id'), Command::getColumns());
 }