You are here

15 calls to Inline::parse() in Currency 7.2

InlineTest::testDump in currency/vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getTestsForDump
InlineTest::testHashStringsResemblingExponentialNumericsShouldNotBeChangedToINF in currency/vendor/symfony/yaml/Tests/InlineTest.php
InlineTest::testParse in currency/vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getTestsForParse
InlineTest::testParseInvalidMappingKeyShouldThrowException in currency/vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseInvalidMappingShouldThrowException in currency/vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseInvalidSequenceShouldThrowException in currency/vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseMapReferenceInSequence in currency/vendor/symfony/yaml/Tests/InlineTest.php
InlineTest::testParseReferences in currency/vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getDataForParseReferences
InlineTest::testParseScalarWithIncorrectlyDoubleQuotedStringShouldThrowException in currency/vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseScalarWithIncorrectlyQuotedStringShouldThrowException in currency/vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseUnquotedAsterisk in currency/vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage A reference must contain at least one character.
InlineTest::testParseUnquotedAsteriskFollowedByAComment in currency/vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage A reference must contain at least one character.
InlineTest::testParseWithMapObjects in currency/vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getTestsForParseWithMapObjects
Parser::parse in currency/vendor/symfony/yaml/Parser.php
Parses a YAML string to a PHP value.
Parser::parseValue in currency/vendor/symfony/yaml/Parser.php
Parses a YAML value.