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