config_schema_test.ignore.yml

Same filename in other branches
  1. 9 core/modules/config/tests/config_schema_test/config/install/config_schema_test.ignore.yml
  2. 8.9.x core/modules/config/tests/config_schema_test/config/install/config_schema_test.ignore.yml
  3. 11.x core/modules/config/tests/config_schema_test/config/install/config_schema_test.ignore.yml
core/modules/config/tests/config_schema_test/config/install/config_schema_test.ignore.yml
2 string references to 'config_schema_test.ignore'
ConfigSchemaTest::testConfigSaveWithSchema in core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php
Tests configuration value data type enforcement using schemas.
ConfigSchemaTest::testSchemaMapping in core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php
Tests the basic metadata retrieval layer.

File

core/modules/config/tests/config_schema_test/config/install/config_schema_test.ignore.yml

View source
  1. langcode: en
  2. label: 'Label string'
  3. irrelevant: 123
  4. indescribable:
  5. abc: 789
  6. def:
  7. - 456
  8. - 'abc'
  9. xyz: 13.4
  10. weight: 27

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.