You are here

14 calls to Yaml::parse() in Currency 7.2

Currency::resourceParse in currency/vendor/bartfeenstra/currency/src/BartFeenstra/Currency/Currency.php
Parses a YAML file into this object.
ParserTest::testEmptyValue in currency/vendor/symfony/yaml/Tests/ParserTest.php
ParserTest::testFoldedStringBlockWithComments in currency/vendor/symfony/yaml/Tests/ParserTest.php
ParserTest::testMappingDuplicateKeyBlock in currency/vendor/symfony/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 currency/vendor/symfony/yaml/Tests/ParserTest.php
@covers \Symfony\Component\Yaml\Inline::parseMapping
ParserTest::testMappingInASequence in currency/vendor/symfony/yaml/Tests/ParserTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
ParserTest::testMultipleDocumentsNotSupportedException in currency/vendor/symfony/yaml/Tests/ParserTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage Multiple documents are not supported.
ParserTest::testNestedFoldedStringBlockWithComments in currency/vendor/symfony/yaml/Tests/ParserTest.php
ParserTest::testReferenceResolvingInInlineStrings in currency/vendor/symfony/yaml/Tests/ParserTest.php
ParserTest::testScalarInSequence in currency/vendor/symfony/yaml/Tests/ParserTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage missing colon
ParserTest::testSequenceInAMapping in currency/vendor/symfony/yaml/Tests/ParserTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
ParserTest::testStringBlockWithComments in currency/vendor/symfony/yaml/Tests/ParserTest.php
YamlTest::testLegacyParseFromFile in currency/vendor/symfony/yaml/Tests/YamlTest.php
@group legacy
YamlTest::testParseAndDump in currency/vendor/symfony/yaml/Tests/YamlTest.php