public function ParserTest::testObjectForMap in Loft Data Grids 7.2
@dataProvider getObjectForMapTests
File
- vendor/
symfony/ yaml/ Tests/ ParserTest.php, line 466
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testObjectForMap($yaml, $expected) {
$this
->assertEquals($expected, $this->parser
->parse($yaml, false, false, true));
}