public function InlineTest::testDumpDateTime in Lockr 7.3
@dataProvider getDateTimeDumpTests
File
- vendor/
symfony/ yaml/ Tests/ InlineTest.php, line 659
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testDumpDateTime($dateTime, $expected) {
$this
->assertSame($expected, Inline::dump($dateTime));
}