public function YAMLExporterTest::testInfoValues in Loft Data Grids 7.2
File
- vendor/
aklump/ loft_data_grids/ tests/ phpunit/ YAMLExporterTest.php, line 58 - Tests for the YAMLExporter class
Class
Namespace
AKlump\LoftDataGridsCode
public function testInfoValues() {
$info = $this->exporter
->getInfo();
$this
->assertSame('.yml', $info['extension']);
}