You are here

public function ExportDataTest::testToString in Loft Data Grids 7.2

File

vendor/aklump/loft_data_grids/tests/phpunit/ExportDataTest.php, line 16
Tests for the ExportData class

Class

ExportDataTest

Namespace

AKlump\LoftDataGrids

Code

public function testToString() {
  $control = 'd4718a0d002ea73c60d3dc96d17665fc5cd7cbce';
  $this
    ->assertSame($control, (string) $this->obj);
}