public function ParserTest::testParseIndentedMappings in Lockr 7.3
@dataProvider indentedMappingData
File
- vendor/
symfony/ yaml/ Tests/ ParserTest.php, line 2225
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testParseIndentedMappings($yaml, $expected) {
$this
->assertSame($expected, $this->parser
->parse($yaml));
}