/**
  * Offset exist test
  */
 public function testOffsetExist()
 {
     $colVis = new ColVis();
     $this->assertEquals($colVis->offsetExists('all'), false);
 }