diff --git a/core/modules/views/src/Tests/TestViewsTest.php b/core/modules/views/src/Tests/TestViewsTest.php new file mode 100644 index 0000000..6dc3fe8 --- /dev/null +++ b/core/modules/views/src/Tests/TestViewsTest.php @@ -0,0 +1,61 @@ +listAll() as $config_name) { + // Skip files provided by the config_schema_test module since that module + // is explicitly for testing schema. + if (strpos($config_name, 'config_schema_test') === 0) { + continue; + } + + $data = $default_config_storage->read($config_name); + $this->assertConfigSchema($typed_config, $config_name, $data); + } + } + +} diff --git a/core/modules/views/tests/modules/views_test_data/src/TestViewsInstallStorage.php b/core/modules/views/tests/modules/views_test_data/src/TestViewsInstallStorage.php new file mode 100644 index 0000000..398a811 --- /dev/null +++ b/core/modules/views/tests/modules/views_test_data/src/TestViewsInstallStorage.php @@ -0,0 +1,25 @@ +