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
Namespace
AKlump\LoftDataGridsCode
public function setUp() {
parent::setUp();
$this->exporter = new ValuesOnlyExporter($this->data);
}