You are here

public function YAMLExporterTest::testDateTimeObjectHandling in Loft Data Grids 7.2

File

vendor/aklump/loft_data_grids/tests/phpunit/YAMLExporterTest.php, line 13
Tests for the YAMLExporter class

Class

YAMLExporterTest

Namespace

AKlump\LoftDataGrids

Code

public function testDateTimeObjectHandling() {
  $this
    ->assertDateHandlerWorks(function ($date) {
    return "-\n    - { date: '{$date}' }\n";
  });
}