CacheabilityMetadataConfigOverrideTest |
core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php |
Tests if configuration overrides correctly affect cacheability metadata. |
ConfigCRUDTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php |
Tests CRUD operations on configuration objects. |
ConfigDependencyTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php |
Tests for configuration dependencies. |
ConfigDiffTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php |
Calculating the difference between two sets of configuration. |
ConfigEntityNormalizeTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php |
Tests the listing of configuration entities. |
ConfigEntityStaticCacheTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php |
Tests the entity static cache when used by config entities. |
ConfigEntityStatusTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStatusTest.php |
Tests configuration entity status functionality. |
ConfigEntityStorageTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php |
Tests sync and importing config entities with IDs and UUIDs that match
existing config. |
ConfigEntityUnitTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityUnitTest.php |
Unit tests for configuration entity base methods. |
ConfigEventsTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php |
Tests events fired on configuration objects. |
ConfigExportStorageTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigExportStorageTest.php |
Tests configuration export storage. |
ConfigFileContentTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php |
Tests reading and writing of configuration files. |
ConfigImporterMissingContentTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php |
Tests importing configuration which has missing content dependencies. |
ConfigImporterTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php |
Tests importing configuration from files into active configuration. |
ConfigImportRecreateTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php |
Tests importing recreated configuration entities. |
ConfigImportRenameValidationTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php |
Tests validating renamed configuration in a configuration import. |
ConfigInstallTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
Tests installation of configuration objects in installation functionality. |
ConfigLanguageOverrideTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php |
Confirm that language overrides work. |
ConfigModuleOverridesTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php |
Tests module overrides of configuration using event subscribers. |
ConfigOverridesPriorityTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php |
Tests that language, module and settings.php are applied in the correct
order. |
ConfigOverrideTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php |
Tests configuration overrides via $config in settings.php. |
ConfigSchemaDeprecationTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaDeprecationTest.php |
Tests config schema deprecation. |
ConfigSchemaTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests schema for configuration objects. |
ConfigSnapshotTest |
core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php |
Tests config snapshot creation and updating. |
DefaultConfigTest |
core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php |
Tests that default configuration provided by all modules matches schema. |
ExcludedModulesEventSubscriberTest |
core/tests/Drupal/KernelTests/Core/Config/ExcludedModulesEventSubscriberTest.php |
Tests ExcludedModulesEventSubscriber. |
ExportStorageManagerTest |
core/tests/Drupal/KernelTests/Core/Config/ExportStorageManagerTest.php |
Tests the export storage manager. |
FileStorageFactoryTest |
core/tests/Drupal/KernelTests/Core/Config/FileStorageFactoryTest.php |
@coversDefaultClass \Drupal\Core\Config\FileStorageFactory
@group config |
ImportStorageTransformerTest |
core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php |
Tests the import storage transformer. |
SchemaCheckTraitTest |
core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php |
Tests the functionality of SchemaCheckTrait. |
SchemaConfigListenerTest |
core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php |
Tests the functionality of ConfigSchemaChecker in KernelTestBase tests. |