You are here

public function XLSExporterTest::testInfoValues in Loft Data Grids 7.2

File

vendor/aklump/loft_data_grids/tests/phpunit/XLSXExporterTest.php, line 24
Tests for the XLSExporter class

Class

XLSExporterTest

Namespace

AKlump\LoftDataGrids

Code

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