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
Namespace
AKlump\LoftDataGridsCode
public function testToString() {
$control = 'd4718a0d002ea73c60d3dc96d17665fc5cd7cbce';
$this
->assertSame($control, (string) $this->obj);
}