public function InlineTest::testParseWithMapObjects in Loft Data Grids 7.2
@dataProvider getTestsForParseWithMapObjects
File
- vendor/
symfony/ yaml/ Tests/ InlineTest.php, line 30
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testParseWithMapObjects($yaml, $value) {
$actual = Inline::parse($yaml, false, false, true);
$this
->assertSame(serialize($value), serialize($actual));
}