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