/**
  * testGetColumnSearch
  */
 public function testGetColumnSearch()
 {
     $this->callProtected($this->model, 'setVarByNameId', array('searchCols', 2, 'test'));
     $this->assertEquals('test', $this->model->getColumnSearch(2));
 }