/**
  * testHasColumnSearchTrue
  */
 public function testHasColumnSearchTrue()
 {
     $this->callProtected($this->model, 'setVarByNameId', array('searchable', 2, 'true'));
     $this->callProtected($this->model, 'setVarByNameId', array('searchCols', 2, 'test'));
     $this->assertTrue($this->model->hasColumnSearch(2));
 }