public function ParserTest::testParseExceptionNotAffectedByMultiLineStringLastResortParsing in Lockr 7.3
@dataProvider getParseExceptionNotAffectedMultiLineStringLastResortParsing @expectedException \Symfony\Component\Yaml\Exception\ParseException
File
- vendor/
symfony/ yaml/ Tests/ ParserTest.php, line 845
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testParseExceptionNotAffectedByMultiLineStringLastResortParsing($yaml) {
$this->parser
->parse($yaml);
}