public function ExporterBase::testInfo in Loft Data Grids 7.2
File
- vendor/
aklump/ loft_data_grids/ tests/ phpunit/ ExporterBase.php, line 26 - Tests for the YamlExporter class
Class
- ExporterBase
- Class ExporterBase
Namespace
AKlump\LoftDataGridsCode
public function testInfo() {
$info = $this->exporter
->getInfo();
$this
->assertNotEmpty($info['name']);
$this
->assertNotEmpty($info['shortname']);
$this
->assertNotEmpty($info['description']);
$this
->assertNotEmpty($info['class']);
$this
->assertNotEmpty($info['extension']);
}