You are here

16 calls to Yaml::parse() in Zircon Profile 8

DefaultConfigTest::testConfigIsEmpty in core/tests/Drupal/Tests/Core/Extension/DefaultConfigTest.php
Tests that core.extension.yml is empty by default.
drupal-8.block-test-enabled.php in core/modules/system/tests/fixtures/update/drupal-8.block-test-enabled.php
Partial database to mimic the installation of the block_test module.
drupal-8.language-enabled.php in core/modules/system/tests/fixtures/update/drupal-8.language-enabled.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
@covers \Symfony\Component\Yaml\Inline::parseMapping
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 @expectedExceptionMessage Multiple documents are not supported.
ParserTest::testNestedFoldedStringBlockWithComments in vendor/symfony/yaml/Tests/ParserTest.php
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::testLegacyParseFromFile in vendor/symfony/yaml/Tests/YamlTest.php
@group legacy
YamlTest::testParseAndDump in vendor/symfony/yaml/Tests/YamlTest.php