/**
  * testIsColumnSortableTrue
  */
 public function testIsColumnSortableTrue()
 {
     $this->callProtected($this->model, 'setVarByNameId', array('sortCols', 2, 'true'));
     $this->assertTrue($this->model->isColumnSortable(2));
 }