config_schema_test.someschema.with_parents.yml in Drupal 8
core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.with_parents.yml
1 string reference to 'config_schema_test.someschema.with_parents'
- ConfigSchemaTest::testSchemaMappingWithParents in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigSchemaTest.php - Tests metadata retrieval with several levels of %parent indirection.
File
core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.with_parents.ymlView source
- one_level:
- target_key: key_1
- testitem: 'text for entry_1'
- two_levels:
- target_key: key_2
- wrapper:
- testitem: 'text for entry_2'
- three_levels:
- target_key: key_3
- wrapper_1:
- wrapper_2:
- testitem: 'text for entry_3'