You are here

public function XMLExporterTest::testInfoValues in Loft Data Grids 7.2

File

vendor/aklump/loft_data_grids/tests/phpunit/XMLExporterTest.php, line 63
Tests for the XMLExporter class

Class

XMLExporterTest

Namespace

AKlump\LoftDataGrids

Code

public function testInfoValues() {
  $info = $this->exporter
    ->getInfo();
  $this
    ->assertSame('.xml', $info['extension']);
}