public function ParserTest::testMappingInASequence in Lockr 7.3
@expectedException \Symfony\Component\Yaml\Exception\ParseException
File
- vendor/
symfony/ yaml/ Tests/ ParserTest.php, line 879
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testMappingInASequence() {
Yaml::parse(<<<'EOF'
yaml:
- array stuff
hash: me
EOF
);
}