You are here

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

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testParseExceptionNotAffectedByMultiLineStringLastResortParsing($yaml) {
  $this->parser
    ->parse($yaml);
}