17 calls to Yaml::parse() in Lockr 7.3
- DumperTest::testDumpObjectAsMap in vendor/
symfony/ yaml/ Tests/ DumperTest.php - @dataProvider objectAsMapProvider
- InlineTest::testExplicitStringCastingOfMappingKeys in vendor/
symfony/ yaml/ Tests/ InlineTest.php - @group legacy @expectedDeprecation Using the Yaml::PARSE_KEYS_AS_STRINGS flag is deprecated since Symfony 3.4 as it will be removed in 4.0. Quote your keys when they are evaluable instead. @expectedDeprecation Implicit casting of incompatible mapping…
- Lockr::importSecretData in vendor/
lockr/ lockr/ src/ Lockr.php - Imports secret data from YAML.
- ParserTest::testCommentAtTheRootIndent in vendor/
symfony/ yaml/ Tests/ ParserTest.php - ParserTest::testEmptyValue in vendor/
symfony/ yaml/ Tests/ ParserTest.php - ParserTest::testFoldedStringBlockWithComments in vendor/
symfony/ yaml/ Tests/ ParserTest.php - ParserTest::testMappingDuplicateKeyBlock in 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 vendor/
symfony/ yaml/ Tests/ ParserTest.php - @group legacy
- ParserTest::testMappingInASequence in vendor/
symfony/ yaml/ Tests/ ParserTest.php - @expectedException \Symfony\Component\Yaml\Exception\ParseException
- ParserTest::testMultipleDocumentsNotSupportedException in vendor/
symfony/ yaml/ Tests/ ParserTest.php - @expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessageRegExp /^Multiple documents are not supported.+/
- ParserTest::testNestedFoldedStringBlockWithComments in vendor/
symfony/ yaml/ Tests/ ParserTest.php - ParserTest::testParseExceptionOnDuplicate in vendor/
symfony/ yaml/ Tests/ ParserTest.php - @group legacy @dataProvider getParseExceptionOnDuplicateData @expectedDeprecation Duplicate key "%s" detected whilst parsing YAML. Silent handling of duplicate mapping keys in YAML is deprecated %s and will throw…
- ParserTest::testReferenceResolvingInInlineStrings in vendor/
symfony/ yaml/ Tests/ ParserTest.php - ParserTest::testScalarInSequence in vendor/
symfony/ yaml/ Tests/ ParserTest.php - @expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage missing colon
- ParserTest::testSequenceInAMapping in vendor/
symfony/ yaml/ Tests/ ParserTest.php - @expectedException \Symfony\Component\Yaml\Exception\ParseException
- ParserTest::testStringBlockWithComments in vendor/
symfony/ yaml/ Tests/ ParserTest.php - YamlTest::testParseAndDump in vendor/
symfony/ yaml/ Tests/ YamlTest.php