diff --git a/core/modules/system/tests/modules/config_upgrade/config/schema/config_upgrade.schema.yml b/core/modules/system/tests/modules/config_upgrade/config/schema/config_upgrade.schema.yml deleted file mode 100644 index adb743f..0000000 --- a/core/modules/system/tests/modules/config_upgrade/config/schema/config_upgrade.schema.yml +++ /dev/null @@ -1,29 +0,0 @@ -# Schema for the configuration files of the Config Upgrade Test module. - -config_upgrade.test: - type: mapping - label: 'Config upgrade test' - mapping: - parent: - type: mapping - label: 'Parent' - mapping: - bar: - type: string - label: 'Bar' - baz: - type: string - label: 'Baz' - foo: - type: string - label: 'Foo' - numeric_keys: - type: mapping - label: 'Numeric keys' - mapping: - '404': - type: string - label: '404' - '403': - type: string - label: '403'