Exemplo n.º 1
0
 /**
  * @expectedException \RuntimeException
  */
 public function testAddColumnsException()
 {
     $exporter = new DataExporter();
     $exporter->setColumns(array());
 }