You are here

public function ParserTest::testSequenceInAMapping in Lockr 7.3

@expectedException \Symfony\Component\Yaml\Exception\ParseException

File

vendor/symfony/yaml/Tests/ParserTest.php, line 737

Class

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testSequenceInAMapping() {
  Yaml::parse(<<<'EOF'
yaml:
  hash: me
  - array stuff
EOF
);
}