You are here

public function ArrayExporterTest::setUp in Loft Data Grids 7.2

Overrides ExporterBase::setUp

File

vendor/aklump/loft_data_grids/tests/phpunit/ArrayExporterTest.php, line 79
Tests for the ArrayExporter class

Class

ArrayExporterTest

Namespace

AKlump\LoftDataGrids

Code

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