You are here

public function YAMLExporterTest::setUp in Loft Data Grids 7.2

Overrides ExporterBase::setUp

File

vendor/aklump/loft_data_grids/tests/phpunit/YAMLExporterTest.php, line 64
Tests for the YAMLExporter class

Class

YAMLExporterTest

Namespace

AKlump\LoftDataGrids

Code

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