public function ParserTest::testObjectForMapEnabledWithMappingUsingBooleanToggles in Lockr 7.3
@group legacy @dataProvider getObjectForMapTests
File
- vendor/
symfony/ yaml/ Tests/ ParserTest.php, line 543
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testObjectForMapEnabledWithMappingUsingBooleanToggles($yaml, $expected) {
$this
->assertEquals($expected, $this->parser
->parse($yaml, false, false, true));
}