You are here

public function ValuesOnlyExporterTest::setUp in Loft Data Grids 7.2

Overrides ExporterBase::setUp

File

vendor/aklump/loft_data_grids/tests/phpunit/ValuesOnlyExporterTest.php, line 42
Tests for the ValuesOnlyExporter class

Class

ValuesOnlyExporterTest

Namespace

AKlump\LoftDataGrids

Code

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