config_schema_test.ignore.yml

Same filename and directory in other branches
  1. 8.9.x core/modules/config/tests/config_schema_test/config/install/config_schema_test.ignore.yml
  2. 10 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. label: 'Label string'
  2. irrelevant: 123
  3. indescribable:
  4. abc: 789
  5. def:
  6. - 456
  7. - 'abc'
  8. xyz: 13.4
  9. weight: 27

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