11 calls to Yaml::parse() in Plug 7
- ParserTest::testEmptyValue in lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Tests/ ParserTest.php - ParserTest::testFoldedStringBlockWithComments in lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Tests/ ParserTest.php - ParserTest::testMappingDuplicateKeyBlock in lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Tests/ ParserTest.php - > It is an error for two equal keys to appear in the same mapping node. > In such a case the YAML processor may continue, ignoring the second > `key: value` pair and issuing an appropriate warning. This strategy > preserves a consistent…
- ParserTest::testMappingDuplicateKeyFlow in lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Tests/ ParserTest.php - @covers \Symfony\Component\Yaml\Inline::parseMapping
- ParserTest::testMappingInASequence in lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Tests/ ParserTest.php - @expectedException \Symfony\Component\Yaml\Exception\ParseException
- ParserTest::testMultipleDocumentsNotSupportedException in lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Tests/ ParserTest.php - @expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage Multiple documents are not supported.
- ParserTest::testNestedFoldedStringBlockWithComments in lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Tests/ ParserTest.php - ParserTest::testReferenceResolvingInInlineStrings in lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Tests/ ParserTest.php - ParserTest::testSequenceInAMapping in lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Tests/ ParserTest.php - @expectedException \Symfony\Component\Yaml\Exception\ParseException
- ParserTest::testStringBlockWithComments in lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Tests/ ParserTest.php - YamlTest::testParseAndDump in lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Tests/ YamlTest.php