AssertConfigEntityImportTrait |
core/modules/config/src/Tests/AssertConfigEntityImportTrait.php |
Provides test assertions for testing config entity synchronization. |
CacheabilityMetadataConfigOverrideIntegrationTest |
core/modules/config/src/Tests/CacheabilityMetadataConfigOverrideIntegrationTest.php |
Tests if configuration overrides correctly affect cacheability metadata. |
CacheabilityMetadataConfigOverrideTest |
core/modules/config/src/Tests/CacheabilityMetadataConfigOverrideTest.php |
Tests if configuration overrides correctly affect cacheability metadata. |
ConfigCRUDTest |
core/modules/config/src/Tests/ConfigCRUDTest.php |
Tests CRUD operations on configuration objects. |
ConfigDependencyTest |
core/modules/config/src/Tests/ConfigDependencyTest.php |
Tests for configuration dependencies. |
ConfigDependencyWebTest |
core/modules/config/src/Tests/ConfigDependencyWebTest.php |
Tests configuration entities. |
ConfigDiffTest |
core/modules/config/src/Tests/ConfigDiffTest.php |
Calculating the difference between two sets of configuration. |
ConfigEntityFormOverrideTest |
core/modules/config/src/Tests/ConfigEntityFormOverrideTest.php |
Tests that config overrides do not bleed through in entity forms and lists. |
ConfigEntityListMultilingualTest |
core/modules/config/src/Tests/ConfigEntityListMultilingualTest.php |
Tests the listing of configuration entities in a multilingual scenario. |
ConfigEntityListTest |
core/modules/config/src/Tests/ConfigEntityListTest.php |
Tests the listing of configuration entities. |
ConfigEntityNormalizeTest |
core/modules/config/src/Tests/ConfigEntityNormalizeTest.php |
Tests the listing of configuration entities. |
ConfigEntityStaticCacheTest |
core/modules/config/src/Tests/ConfigEntityStaticCacheTest.php |
Tests the entity static cache when used by config entities. |
ConfigEntityStatusTest |
core/modules/config/src/Tests/ConfigEntityStatusTest.php |
Tests configuration entity status functionality. |
ConfigEntityStatusUITest |
core/modules/config/src/Tests/ConfigEntityStatusUITest.php |
Tests configuration entity status UI functionality. |
ConfigEntityStorageTest |
core/modules/config/src/Tests/ConfigEntityStorageTest.php |
Tests sync and importing config entities with IDs and UUIDs that match
existing config. |
ConfigEntityTest |
core/modules/config/src/Tests/ConfigEntityTest.php |
Tests configuration entities. |
ConfigEntityUnitTest |
core/modules/config/src/Tests/ConfigEntityUnitTest.php |
Unit tests for configuration entity base methods. |
ConfigEventsTest |
core/modules/config/src/Tests/ConfigEventsTest.php |
Tests events fired on configuration objects. |
ConfigExportImportUITest |
core/modules/config/src/Tests/ConfigExportImportUITest.php |
Tests the user interface for importing/exporting configuration. |
ConfigExportUITest |
core/modules/config/src/Tests/ConfigExportUITest.php |
Tests the user interface for exporting configuration. |
ConfigFileContentTest |
core/modules/config/src/Tests/ConfigFileContentTest.php |
Tests reading and writing of configuration files. |
ConfigFormOverrideTest |
core/modules/config/src/Tests/ConfigFormOverrideTest.php |
Tests config overrides do not appear on forms that extend ConfigFormBase. |
ConfigImportAllTest |
core/modules/config/src/Tests/ConfigImportAllTest.php |
Tests the largest configuration import possible with all available modules. |
ConfigImporterMissingContentTest |
core/modules/config/src/Tests/ConfigImporterMissingContentTest.php |
Tests importing configuration which has missing content dependencies. |
ConfigImporterTest |
core/modules/config/src/Tests/ConfigImporterTest.php |
Tests importing configuration from files into active configuration. |
ConfigImportInstallProfileTest |
core/modules/config/src/Tests/ConfigImportInstallProfileTest.php |
Tests the importing/exporting configuration based on the install profile. |
ConfigImportRecreateTest |
core/modules/config/src/Tests/ConfigImportRecreateTest.php |
Tests importing recreated configuration entities. |
ConfigImportRenameValidationTest |
core/modules/config/src/Tests/ConfigImportRenameValidationTest.php |
Tests validating renamed configuration in a configuration import. |
ConfigImportUITest |
core/modules/config/src/Tests/ConfigImportUITest.php |
Tests the user interface for importing/exporting configuration. |
ConfigImportUploadTest |
core/modules/config/src/Tests/ConfigImportUploadTest.php |
Tests importing configuration from an uploaded file. |
ConfigInstallProfileOverrideTest |
core/modules/config/src/Tests/ConfigInstallProfileOverrideTest.php |
Tests installation and removal of configuration objects in install, disable
and uninstall functionality. |
ConfigInstallProfileUnmetDependenciesTest |
core/modules/config/src/Tests/ConfigInstallProfileUnmetDependenciesTest.php |
Tests install profile config overrides can not add unmet dependencies. |
ConfigInstallTest |
core/modules/config/src/Tests/ConfigInstallTest.php |
Tests installation of configuration objects in installation functionality. |
ConfigInstallWebTest |
core/modules/config/src/Tests/ConfigInstallWebTest.php |
Tests installation and removal of configuration objects in install, disable
and uninstall functionality. |
ConfigLanguageOverrideTest |
core/modules/config/src/Tests/ConfigLanguageOverrideTest.php |
Confirm that language overrides work. |
ConfigLanguageOverrideWebTest |
core/modules/config/src/Tests/ConfigLanguageOverrideWebTest.php |
Tests language overrides applied through the website. |
ConfigModuleOverridesTest |
core/modules/config/src/Tests/ConfigModuleOverridesTest.php |
Tests module overrides of configuration using event subscribers. |
ConfigOtherModuleTest |
core/modules/config/src/Tests/ConfigOtherModuleTest.php |
Tests default configuration provided by a module that does not own it. |
ConfigOverridesPriorityTest |
core/modules/config/src/Tests/ConfigOverridesPriorityTest.php |
Tests that language, module and settings.php are applied in the correct
order. |
ConfigOverrideTest |
core/modules/config/src/Tests/ConfigOverrideTest.php |
Tests configuration overrides via $config in settings.php. |
ConfigSchemaTest |
core/modules/config/src/Tests/ConfigSchemaTest.php |
Tests schema for configuration objects. |
ConfigSingleImportExportTest |
core/modules/config/src/Tests/ConfigSingleImportExportTest.php |
Tests the user interface for importing/exporting a single configuration. |
ConfigSnapshotTest |
core/modules/config/src/Tests/ConfigSnapshotTest.php |
Tests config snapshot creation and updating. |
DefaultConfigTest |
core/modules/config/src/Tests/DefaultConfigTest.php |
Tests that default configuration provided by all modules matches schema. |
LanguageNegotiationFormOverrideTest |
core/modules/config/src/Tests/LanguageNegotiationFormOverrideTest.php |
Tests language-negotiation overrides are not on language-negotiation form. |
SchemaCheckTestTrait |
core/modules/config/src/Tests/SchemaCheckTestTrait.php |
Provides a class for checking configuration schema. |
SchemaCheckTraitTest |
core/modules/config/src/Tests/SchemaCheckTraitTest.php |
Tests the functionality of SchemaCheckTrait. |
SchemaConfigListenerTest |
core/modules/config/src/Tests/SchemaConfigListenerTest.php |
Tests the functionality of ConfigSchemaChecker in KernelTestBase tests. |
SchemaConfigListenerWebTest |
core/modules/config/src/Tests/SchemaConfigListenerWebTest.php |
Tests the functionality of ConfigSchemaChecker in WebTestBase tests. |