public function testGetColumnCellsOutOfBounds()
 {
     $data = new DataTable();
     $this->setExpectedException('\\Vube\\GoogleVisualization\\DataSource\\Exception\\IndexOutOfBoundsException');
     $cells = $data->getColumnCells(0);
 }