15 calls to Inline::parse() in Service Container 7.2
- InlineTest::testDump in modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ Yaml/ Tests/ InlineTest.php - @dataProvider getTestsForDump
- InlineTest::testHashStringsResemblingExponentialNumericsShouldNotBeChangedToINF in modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ Yaml/ Tests/ InlineTest.php - InlineTest::testParse in modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ Yaml/ Tests/ InlineTest.php - @dataProvider getTestsForParse
- InlineTest::testParseInvalidMappingKeyShouldThrowException in modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ Yaml/ Tests/ InlineTest.php - @expectedException \Symfony\Component\Yaml\Exception\ParseException
- InlineTest::testParseInvalidMappingShouldThrowException in modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ Yaml/ Tests/ InlineTest.php - @expectedException \Symfony\Component\Yaml\Exception\ParseException
- InlineTest::testParseInvalidSequenceShouldThrowException in modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ Yaml/ Tests/ InlineTest.php - @expectedException \Symfony\Component\Yaml\Exception\ParseException
- InlineTest::testParseMapReferenceInSequence in modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ Yaml/ Tests/ InlineTest.php - InlineTest::testParseReferences in modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ Yaml/ Tests/ InlineTest.php - @dataProvider getDataForParseReferences
- InlineTest::testParseScalarWithIncorrectlyDoubleQuotedStringShouldThrowException in modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ Yaml/ Tests/ InlineTest.php - @expectedException \Symfony\Component\Yaml\Exception\ParseException
- InlineTest::testParseScalarWithIncorrectlyQuotedStringShouldThrowException in modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ Yaml/ Tests/ InlineTest.php - @expectedException \Symfony\Component\Yaml\Exception\ParseException
- InlineTest::testParseUnquotedAsterisk in modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ Yaml/ Tests/ InlineTest.php - @expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage A reference must contain at least one character.
- InlineTest::testParseUnquotedAsteriskFollowedByAComment in modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ Yaml/ Tests/ InlineTest.php - @expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage A reference must contain at least one character.
- InlineTest::testParseWithMapObjects in modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ Yaml/ Tests/ InlineTest.php - @dataProvider getTestsForParseWithMapObjects
- Parser::parse in modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ Yaml/ Parser.php - Parses a YAML string to a PHP value.
- Parser::parseValue in modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ Yaml/ Parser.php - Parses a YAML value.