public function ParserTest::testSequenceInAMapping

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

File

drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/ParserTest.php, line 494

Class

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

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