You are here

public function JSONExporterTest::setUp in Loft Data Grids 7.2

Overrides ExporterBase::setUp

File

vendor/aklump/loft_data_grids/tests/phpunit/JSONExporterTest.php, line 60
Tests for the JSONExporter class

Class

JSONExporterTest

Namespace

AKlump\LoftDataGrids

Code

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