You are here

public function ValuesOnlyExporterTest::testOutput0 in Loft Data Grids 7.2

File

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

Class

ValuesOnlyExporterTest

Namespace

AKlump\LoftDataGrids

Code

public function testOutput0() {
  $control = "1181\\US\\0";
  $subject = $this->exporter
    ->export(0);
  $this
    ->assertSame($control, $subject);
}