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