You are here

public function InlineTest::testDumpDateTime in Lockr 7.3

@dataProvider getDateTimeDumpTests

File

vendor/symfony/yaml/Tests/InlineTest.php, line 659

Class

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testDumpDateTime($dateTime, $expected) {
  $this
    ->assertSame($expected, Inline::dump($dateTime));
}