public function InlineTest::testParseWithMapObjectsPassingTrue in Lockr 7.3
@group legacy @dataProvider getTestsForParseWithMapObjects
File
- vendor/
symfony/ yaml/ Tests/ InlineTest.php, line 108
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testParseWithMapObjectsPassingTrue($yaml, $value) {
$actual = Inline::parse($yaml, false, false, true);
$this
->assertSame(serialize($value), serialize($actual));
}