You are here

public function ValuesOnlyExporterTest::testInfoValues in Loft Data Grids 7.2

File

vendor/aklump/loft_data_grids/tests/phpunit/ValuesOnlyExporterTest.php, line 36
Tests for the ValuesOnlyExporter class

Class

ValuesOnlyExporterTest

Namespace

AKlump\LoftDataGrids

Code

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