You are here

public function XMLExporterTest::setUp in Loft Data Grids 7.2

Overrides ExporterBase::setUp

File

vendor/aklump/loft_data_grids/tests/phpunit/XMLExporterTest.php, line 69
Tests for the XMLExporter class

Class

XMLExporterTest

Namespace

AKlump\LoftDataGrids

Code

public function setUp() {
  parent::setUp();
  $this->exporter = new XMLExporter($this->data);
}