You are here

public function ParserTest::testObjectForMapEnabledWithMappingUsingBooleanToggles in Lockr 7.3

@group legacy @dataProvider getObjectForMapTests

File

vendor/symfony/yaml/Tests/ParserTest.php, line 543

Class

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testObjectForMapEnabledWithMappingUsingBooleanToggles($yaml, $expected) {
  $this
    ->assertEquals($expected, $this->parser
    ->parse($yaml, false, false, true));
}