You are here

public function JSONExporterTest::testInfoValues in Loft Data Grids 7.2

File

vendor/aklump/loft_data_grids/tests/phpunit/JSONExporterTest.php, line 54
Tests for the JSONExporter class

Class

JSONExporterTest

Namespace

AKlump\LoftDataGrids

Code

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