You are here

307 calls to KernelTestBase::installConfig() in Drupal 9

AggregatorTitleTest::setUp in core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php
AreaDisplayLinkTest::setUp in core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php
AreaEntityTest::setUpFixtures in core/modules/views/tests/src/Kernel/Handler/AreaEntityTest.php
Sets up the configuration and schema of views and views_test_data modules.
AreaTextTest::setUp in core/modules/views/tests/src/Kernel/Handler/AreaTextTest.php
ArgumentUidRevisionTest::setUp in core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php
BlockStorageUnitTest::testDefaultBlocks in core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php
Tests the installation of default blocks.
BlockTemplateSuggestionsTest::testBlockThemeHookSuggestions in core/modules/block/tests/src/Kernel/BlockTemplateSuggestionsTest.php
Tests template suggestions from block_theme_suggestions_block().
BookMultilingualTest::setUp in core/modules/book/tests/src/Kernel/BookMultilingualTest.php
BookPendingRevisionTest::setUp in core/modules/book/tests/src/Kernel/BookPendingRevisionTest.php
BookUninstallTest::setUp in core/modules/book/tests/src/Kernel/BookUninstallTest.php
BooleanFormatterTest::setUp in core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
CacheabilityMetadataConfigOverrideTest::setUp in core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php
CacheableMetadataCalculationTest::setUp in core/modules/views/tests/src/Kernel/CacheableMetadataCalculationTest.php
CacheableMetadataCalculationTest::testCacheableMetadataCalculation in core/modules/views/tests/src/Kernel/CacheableMetadataCalculationTest.php
Tests that cacheability metadata is only calculated when needed.
CacheContextOptimizationTest::setUp in core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php
CKEditorTest::testLanguages in core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
Tests language list availability in CKEditor.
CommentActionsTest::setUp in core/modules/comment/tests/src/Kernel/CommentActionsTest.php
CommentAdminViewTest::setUp in core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php
CommentDefaultFormatterCacheTagsTest::setUp in core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php
CommentDepthTest::testCommentDepth in core/modules/comment/tests/src/Kernel/Views/CommentDepthTest.php
Test the comment depth.
CommentFieldAccessTest::setUp in core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php
CommentFieldNameTest::testCommentFieldName in core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php
Tests comment field name.
CommentItemTest::setUp in core/modules/comment/tests/src/Kernel/CommentItemTest.php
Set the default field storage backend for fields created during tests.
CommentLinksTest::testLinkReply in core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php
Tests the comment reply link.
CommentStringIdEntitiesTest::setUp in core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php
CommentUninstallTest::setUp in core/modules/comment/tests/src/Kernel/CommentUninstallTest.php
CommentUserNameTest::setUp in core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php
CommentViewsKernelTestBase::setUp in core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php
ConfigDependencyTest::testNonEntity in core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php
Tests that calculating dependencies for system module.
ConfigDiffTest::testDiff in core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php
Tests calculating the difference between two sets of configuration.
ConfigEntityAdapterTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php
ConfigEntityImportTest::testConfigUpdateImport in core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php
Runs test methods for each module within a single test run.
ConfigEntityNormalizeTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php
ConfigExportStorageTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigExportStorageTest.php
ConfigImporterMissingContentTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
ConfigImporterTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
ConfigImporterTest::testIsInstallable in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests the isInstallable method()
ConfigImportRecreateTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php
ConfigImportRenameValidationTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php
ConfigInstallTest::testCollectionInstallationCollections in core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php
Tests config objects in collections are installed as expected.
ConfigInstallTest::testCollectionInstallationNoCollections in core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php
Tests that collections are ignored if the event does not return anything.
ConfigInstallTest::testModuleInstallation in core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php
Tests module installation.
ConfigLanguageOverrideTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php
ConfigOverrideTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php
ConfigOverrideTest::testConfOverride in core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php
Tests configuration override.
ConfigSchemaTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php
ConfigSnapshotTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php
ConfigSnapshotTest::testSnapshot in core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php
Tests config snapshot creation and updating.
ConfigTranslationFormTest::testConfigTranslationFormAlter in core/modules/config_translation/tests/src/Kernel/ConfigTranslationFormTest.php
Tests altering of the configuration translation forms.
ConfigUninstallViaCliImportTest::setUp in core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php
ConstraintsTest::setUp in core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php
ContactFieldsTest::testViewsData in core/modules/contact/tests/src/Kernel/Views/ContactFieldsTest.php
Tests the views data generation.
ContentEntityNullStorageTest::testDeleteThroughImport in core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php
Tests deleting a contact form entity via a configuration import.
ContentEntityTest::setUp in core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php
ContentModerationAccessTest::setUp in core/modules/content_moderation/tests/src/Kernel/ContentModerationAccessTest.php
ContentModerationStateStorageSchemaTest::setUp in core/modules/content_moderation/tests/src/Kernel/ContentModerationStateStorageSchemaTest.php
ContentModerationStateTest::setUp in core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php
ContentModerationWorkflowConfigTest::setUp in core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php
ContentTranslationConfigImportTest::setUp in core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php
ContentTranslationModuleInstallTest::testFieldUpdates in core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php
Tests that content translation fields are created upon module installation.
DateFormatterTest::setUp in core/tests/Drupal/KernelTests/Core/Datetime/DateFormatterTest.php
DbLogTest::setUp in core/modules/dblog/tests/src/Kernel/DbLogTest.php
DefaultConfigTest::assertExtensionConfig in core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php
Tests that the config provided by the extension is correct.
DefaultRevisionStateTest::setUp in core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php
DefaultsSectionStorageTest::setUp in core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php
EditorFileReferenceFilterTest::setUp in core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php
EditorFileUsageTest::setUp in core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php
EditorImageDialogTest::setUp in core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php
Sets up the test.
EntityConverterLatestRevisionTest::setUp in core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php
EntityCrudHookTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php
EntityDecoupledTranslationRevisionsTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php
EntityDisplayTest::setUp in core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
EntityFieldTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php
EntityKernelTestBase::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php
EntityLanguageTestBase::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php
EntityOperationsTest::setUp in core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php
EntityQueryTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php
EntityReferenceFormatterTest::setUp in core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php
EntityReferenceRdfaTest::setUp in core/modules/rdf/tests/src/Kernel/Field/EntityReferenceRdfaTest.php
Set the default field storage backend for fields created during tests.
EntityReferenceSelectionAccessTest::setUp in core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php
EntityRepositoryTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityRepositoryTest.php
EntityRevisionTest::setUp in core/modules/migrate/tests/src/Kernel/Plugin/EntityRevisionTest.php
EntitySerializationTest::setUp in core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php
EntityStateChangeValidationTest::setUp in core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php
EntityTranslationNormalizeTest::setUp in core/modules/hal/tests/src/Kernel/EntityTranslationNormalizeTest.php
EntityTypeInfoTest::setUp in core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php
EntityValidationTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php
EntityViewBuilderTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php
ExcludedModulesEventSubscriberTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ExcludedModulesEventSubscriberTest.php
ExportStorageManagerTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ExportStorageManagerTest.php
FieldAccessTest::setUp in core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php
FieldDiscoveryTest::setUp in core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php
FieldDiscoveryTest::setUp in core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php
FieldDisplayTest::setUp in core/modules/field/tests/src/Kernel/FieldDisplayTest.php
FieldDropbuttonTest::setUp in core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php
FieldEntityLinkTest::setUpFixtures in core/modules/views/tests/src/Kernel/Handler/FieldEntityLinkTest.php
Sets up the configuration and schema of views and views_test_data modules.
FieldFormatterTest::setUp in core/modules/field/tests/src/Kernel/FieldFormatterTest.php
FieldGroupRowsTest::testGroupRows in core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php
Testing the "Grouped rows" functionality.
FieldImportChangeTest::testImportChange in core/modules/field/tests/src/Kernel/FieldImportChangeTest.php
Tests importing an updated field.
FieldImportDeleteTest::testImportDelete in core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php
Tests deleting field storages and fields as part of config import.
FieldItemSerializationTest::setUp in core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php
FieldKernelTestBase::setUp in core/modules/field/tests/src/Kernel/FieldKernelTestBase.php
Set the default field storage backend for fields created during tests.
FieldRdfaDatatypeCallbackTest::setUp in core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php
Set the default field storage backend for fields created during tests.
FieldRenderedEntityTest::setUpFixtures in core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php
Sets up the configuration and schema of views and views_test_data modules.
FileItemTest::setUp in core/modules/file/tests/src/Kernel/FileItemTest.php
Set the default field storage backend for fields created during tests.
FileManagedAccessTest::testFileAccess in core/modules/file/tests/src/Kernel/FileManagedAccessTest.php
Tests if public file is always accessible.
FileManagedUnitTestBase::setUp in core/modules/file/tests/src/Kernel/FileManagedUnitTestBase.php
FilterAndArgumentUserUidTest::testHandlers in core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php
Tests the user posted or commented filter and argument handlers.
FilterAPITest::setUp in core/modules/filter/tests/src/Kernel/FilterAPITest.php
FilterCrudTest::testDisableFallbackFormat in core/modules/filter/tests/src/Kernel/FilterCrudTest.php
Tests disabling the fallback text format.
FilterDefaultConfigTest::setUp in core/modules/filter/tests/src/Kernel/FilterDefaultConfigTest.php
FilterKernelTest::setUp in core/modules/filter/tests/src/Kernel/FilterKernelTest.php
FilterNoFormatTest::testCheckMarkupNoFormat in core/modules/filter/tests/src/Kernel/FilterNoFormatTest.php
Tests text without format.
FilterUidRevisionTest::testFilter in core/modules/node/tests/src/Kernel/Views/FilterUidRevisionTest.php
Tests the node_uid_revision filter.
HandlerArgumentUserUidTest::testArgumentTitle in core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php
Tests the generated title of a user: uid argument.
HandlerFieldFieldTest::testFieldRender in core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php
Tests fields rendering in views.
ImageFormatterTest::setUp in core/modules/image/tests/src/Kernel/ImageFormatterTest.php
Set the default field storage backend for fields created during tests.
ImageFormatterTest::testImageFormatterSvg in core/modules/image/tests/src/Kernel/ImageFormatterTest.php
Tests ImageFormatter's handling of SVG images.
ImageItemTest::setUp in core/modules/image/tests/src/Kernel/ImageItemTest.php
Set the default field storage backend for fields created during tests.
ImportStorageTransformerTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php
KernelTestBaseTest::testContainerIsolation in core/tests/Drupal/KernelTests/KernelTestBaseTest.php
Tests whether the fixture allows us to install modules and configuration.
KernelTestBaseTest::testSubsequentContainerIsolation in core/tests/Drupal/KernelTests/KernelTestBaseTest.php
Tests whether the fixture can re-install modules and configuration.
LanguageConditionTest::setUp in core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php
LanguageConfigFactoryOverrideTest::testLanguageConfigFactoryOverride in core/modules/language/tests/src/Kernel/LanguageConfigFactoryOverrideTest.php
Tests language.config_factory_override service has the default language.
LanguageConfigOverrideInstallTest::testLanguageConfigOverrideInstall in core/modules/language/tests/src/Kernel/LanguageConfigOverrideInstallTest.php
Tests the configuration events are not fired during install of overrides.
LanguageTestBase::setUp in core/modules/language/tests/src/Kernel/LanguageTestBase.php
LanguageTestBase::setUp in core/modules/language/tests/src/Kernel/Views/LanguageTestBase.php
LayoutBuilderCompatibilityTestBase::setUp in core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php
LocaleConfigManagerTest::testGetDefaultConfigLangcode in core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php
Tests getDefaultConfigLangcode().
LocaleConfigManagerTest::testGetStringTranslation in core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php
Tests getStringTranslation().
LocaleConfigManagerTest::testHasTranslation in core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php
Tests hasTranslation().
LocaleConfigSubscriberTest::setUp in core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php
MediaEmbedFilterTestBase::setUp in core/modules/media/tests/src/Kernel/MediaEmbedFilterTestBase.php
MediaKernelTestBase::setUp in core/modules/media/tests/src/Kernel/MediaKernelTestBase.php
MediaLibraryAccessTest::setUp in core/modules/media_library/tests/src/Kernel/MediaLibraryAccessTest.php
MediaLibraryAddFormTest::setUp in core/modules/media_library/tests/src/Kernel/MediaLibraryAddFormTest.php
MediaLibraryStateTest::setUp in core/modules/media_library/tests/src/Kernel/MediaLibraryStateTest.php
MediaLibraryWidgetTest::setUp in core/modules/media_library/tests/src/Kernel/MediaLibraryWidgetTest.php
MediaTranslationTest::setUp in core/modules/media/tests/src/Kernel/MediaTranslationTest.php
MenuLegacyTest::setUp in core/tests/Drupal/KernelTests/Core/Menu/MenuLegacyTest.php
MenuUiNodeTypeTest::testContentTypeMenuSettings in core/modules/menu_ui/tests/src/Kernel/MenuUiNodeTypeTest.php
Tests node type-specific settings for Menu UI.
MessageEntityTest::setUp in core/modules/contact/tests/src/Kernel/MessageEntityTest.php
MigrateAggregatorSettingsTest::setUp in core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorSettingsTest.php
MigrateBlockContentBodyFieldTest::setUp in core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php
MigrateBlockContentEntityDisplayTest::setUp in core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityDisplayTest.php
MigrateBlockContentEntityFormDisplayTest::setUp in core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php
MigrateBlockContentTest::setUp in core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateBlockContentTest.php
MigrateBlockContentTranslationTest::setUp in core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockContentTranslationTest.php
MigrateBlockContentTranslationTest::setUp in core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php
MigrateBlockContentTypeTest::setUp in core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php
MigrateBlockTest::setUp in core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php
MigrateBlockTest::setUp in core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php
MigrateBundleTest::setUp in core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php
MigrateCommentEntityDisplayTest::setUp in core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php
MigrateCommentEntityFormDisplaySubjectTest::setUp in core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php
MigrateCommentEntityFormDisplayTest::setUp in core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplayTest.php
MigrateCommentFieldInstanceTest::setUp in core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldInstanceTest.php
MigrateCommentFieldTest::setUp in core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldTest.php
MigrateCommentTest::setUp in core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTest.php
MigrateCommentTypeTest::testMigration in core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTypeTest.php
Tests the migrated comment types.
MigrateCustomBlockContentTranslationTest::setUp in core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php
MigrateCustomBlockContentTranslationTest::setUp in core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php
MigrateCustomBlockTest::setUp in core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php
MigrateDblogConfigsTest::setUp in core/modules/dblog/tests/src/Kernel/Migrate/d7/MigrateDblogConfigsTest.php
MigrateDrupal6AuditIdsTest::setUp in core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php
MigrateDrupal6TestBase::migrateContentTypes in core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php
Migrates node types.
MigrateDrupal7AuditIdsTest::setUp in core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php
MigrateDrupal7TestBase::migrateCommentTypes in core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php
Migrates comment types.
MigrateDrupal7TestBase::migrateContentTypes in core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php
Migrates node types.
MigrateDrupalTestBase::setUp in core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php
MigrateEntityContentValidationTest::setUp in core/modules/migrate/tests/src/Kernel/MigrateEntityContentValidationTest.php
MigrateEntityTranslationSettingsTest::setUp in core/modules/content_translation/tests/src/Kernel/Migrate/d7/MigrateEntityTranslationSettingsTest.php
MigrateFieldFormatterSettingsTest::setUp in core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php
MigrateFieldInstanceLabelDescriptionTest::setUp in core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php
MigrateFieldInstanceLabelDescriptionTest::setUp in core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php
MigrateFieldInstanceOptionTranslationTest::setUp in core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceOptionTranslationTest.php
MigrateFieldInstanceOptionTranslationTest::setUp in core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceOptionTranslationTest.php
MigrateFieldInstanceTest::testFieldInstanceMigration in core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceTest.php
Tests migration of file variables to file.settings.yml.
MigrateFieldTest::setUp in core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php
MigrateFieldWidgetSettingsTest::setUp in core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldWidgetSettingsTest.php
MigrateFilterFormatTest::setUp in core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterFormatTest.php
MigrateFilterSettingsTest::setUp in core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterSettingsTest.php
MigrateForumTest::setUp in core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumTest.php
MigrateImageCacheTest::setUp in core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php
MigrateImageStylesTest::setUp in core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageStylesTest.php
MigrateLanguageContentCommentSettingsTest::setUp in core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentCommentSettingsTest.php
MigrateLanguageContentSettingsTest::setUp in core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentSettingsTest.php
MigrateLookupTest::setUp in core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php
MigrateMenuLinkTest::setUp in core/modules/menu_link_content/tests/src/Kernel/Migrate/d7/MigrateMenuLinkTest.php
MigrateMenuSettingsTest::setUp in core/modules/menu_ui/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php
MigrateMessageTest::setUp in core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php
MigrateNodeBundleSettingsTest::setUp in core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php
MigrateNodeCounterTest::setUp in core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php
MigrateNodeSettingPromoteTest::setUp in core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php
MigrateNodeSettingStatusTest::setUp in core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStatusTest.php
MigrateNodeSettingStickyTest::setUp in core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStickyTest.php
MigrateNodeTestBase::setUp in core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTestBase.php
MigrateNodeTypeTest::setUp in core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTypeTest.php
MigrateRdfMappingTest::setUp in core/modules/rdf/tests/src/Kernel/Migrate/d7/MigrateRdfMappingTest.php
MigrateRollbackEntityConfigTest::setUp in core/modules/migrate/tests/src/Kernel/MigrateRollbackEntityConfigTest.php
MigrateRollbackTest::setUp in core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php
MigrateSearchPageTest::testModuleExists in core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php
Tests that search page is only migrated for modules enabled on D8 site.
MigrateSearchPageTest::testSearchPage in core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php
Tests migration of search status and settings to search page entity.
MigrateSearchPageTest::testUserSearchCreate in core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php
Tests that a search page will be created if it does not exist.
MigrateShortcutStubTest::setUp in core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php
MigrateStubTest::setUp in core/modules/migrate/tests/src/Kernel/MigrateStubTest.php
MigrateSyslogConfigsTest::setUp in core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php
MigrateTaxonomyTermTranslationTest::setUp in core/modules/content_translation/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTranslationTest.php
MigrateTermLocalizedTranslationTest::setUp in core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermLocalizedTranslationTest.php
MigrateTermLocalizedTranslationTest::setUp in core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTermLocalizedTranslationTest.php
MigrateTermNodeTranslationTest::setUp in core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTranslationTest.php
MigrateTrackerNodeTest::setUp in core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerNodeTest.php
MigrateTrackerSettingsTest::setUp in core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerSettingsTest.php
MigrateTrackerUserTest::setUp in core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerUserTest.php
MigrateUrlAliasTest::setUp in core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php
MigrateUrlAliasTestBase::setUp in core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTestBase.php
MigrateUserFloodTest::setUp in core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserFloodTest.php
MigrateUserMailTest::setUp in core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserMailTest.php
ModerationInformationTest::setUp in core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php
ModerationStateFieldItemListTest::setUp in core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php
ModerationStateWidgetTest::setUp in core/modules/content_moderation/tests/src/Kernel/ModerationStateWidgetTest.php
ModuleTest::testLoadFunctions in core/modules/views/tests/src/Kernel/ModuleTest.php
Tests the load wrapper/helper functions.
NidArgumentTest::setUp in core/modules/node/tests/src/Kernel/Views/NidArgumentTest.php
NodeAccessTest::setUp in core/modules/content_moderation/tests/src/Kernel/NodeAccessTest.php
NodeAccessTestBase::setUp in core/modules/node/tests/src/Kernel/NodeAccessTestBase.php
NodeBodyFieldStorageTest::setUp in core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php
NodeFieldOverridesTest::setUp in core/modules/node/tests/src/Kernel/NodeFieldOverridesTest.php
NodeImportChangeTest::setUp in core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php
Set the default field storage backend for fields created during tests.
NodeImportCreateTest::setUp in core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php
Set the default field storage backend for fields created during tests.
NodeTokenReplaceTest::setUp in core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php
NodeTranslationRedirectTest::setUp in core/modules/node/tests/src/Kernel/Migrate/d6/NodeTranslationRedirectTest.php
NodeViewBuilderTest::setUp in core/modules/node/tests/src/Kernel/NodeViewBuilderTest.php
NormalizerTestBase::setUp in core/modules/hal/tests/src/Kernel/NormalizerTestBase.php
NormalizerTestBase::setUp in core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php
OverriddenConfigImportTest::setUp in core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php
PathItemTest::setUp in core/modules/path/tests/src/Kernel/PathItemTest.php
QuickEditLoadingTest::setUp in core/modules/quickedit/tests/src/Kernel/QuickEditLoadingTest.php
QuickEditTestBase::setUp in core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php
Sets the default field storage backend for fields created during tests.
RawStringFormatterTest::setUp in core/modules/field/tests/src/Kernel/String/RawStringFormatterTest.php
RelationshipJoinTestBase::setUpFixtures in core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php
Sets up the configuration and schema of views and views_test_data modules.
RelationshipRepresentativeNodeTest::testRelationship in core/modules/user/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php
Tests the relationship.
RenderCacheTest::setUp in core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php
RenderElementTypesTest::setUp in core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php
RevisionUserTest::setUp in core/modules/media/tests/src/Kernel/Views/RevisionUserTest.php
RouteTest::testRouteWithParamQuery in core/modules/migrate/tests/src/Kernel/process/RouteTest.php
Tests Route plugin based on providerTestRoute() values.
RowEntityRenderersTest::setUp in core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php
RowEntityTest::setUp in core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php
RssFieldsTest::setUp in core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php
SchemaCheckTraitTest::setUp in core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php
SchemaConfigListenerTest::setUp in core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php
SearchDeprecationTest::setUp in core/modules/search/tests/src/Kernel/SearchDeprecationTest.php
SearchMatchTest::setUp in core/modules/search/tests/src/Kernel/SearchMatchTest.php
SecurityAdvisoriesFetcherTest::setUp in core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php
SelectionTest::setUp in core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php
SeparatorTranslationTest::setUp in core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php
Stable9TemplateOverrideTest::installAllModules in core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php
Installs all core modules.
StableTemplateOverrideTest::installAllModules in core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
Installs all core modules.
StateFormatterTest::setUp in core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php
StringFormatterTest::setUp in core/modules/field/tests/src/Kernel/String/StringFormatterTest.php
SummaryLengthTest::setUp in core/modules/node/tests/src/Kernel/SummaryLengthTest.php
SyslogTest::setUp in core/modules/syslog/tests/src/Kernel/SyslogTest.php
TaxonomyFieldTidTest::setUp in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php
TaxonomyFieldVidTest::setUp in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php
TaxonomyTestBase::setUp in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php
TermContextTest::setUp in core/modules/taxonomy/tests/src/Kernel/ContextProvider/TermContextTest.php
TermKernelTest::setUp in core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php
TextFieldRdfaTest::setUp in core/modules/rdf/tests/src/Kernel/Field/TextFieldRdfaTest.php
Set the default field storage backend for fields created during tests.
TextFormatElementFormTest::setUp in core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php
Sets up the test.
TextSummaryTest::setUp in core/modules/text/tests/src/Kernel/TextSummaryTest.php
TextWithSummaryItemTest::setUp in core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php
Set the default field storage backend for fields created during tests.
ThemeInstallerTest::setUp in core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php
ThemeSettingsTest::setUp in core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php
TimestampFormatterTest::setUp in core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
TimestampSchemaTest::testTimestampSchema in core/tests/Drupal/KernelTests/Core/Datetime/TimestampSchemaTest.php
Tests if the timestamp field schema is validated.
TimezoneResolverTest::testGetTimeZone in core/modules/system/tests/src/Kernel/TimezoneResolverTest.php
Tests time zone resolution.
TimezoneTest::setUp in core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php
TokenReplaceKernelTestBase::setUp in core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php
TourPluginTest::setUp in core/modules/tour/tests/src/Kernel/TourPluginTest.php
TrackerUserUidTest::testUserUid in core/modules/tracker/tests/src/Kernel/Views/TrackerUserUidTest.php
Tests the user uid filter and argument.
TranslationTest::setUp in core/modules/field/tests/src/Kernel/TranslationTest.php
Set the default field storage backend for fields created during tests.
TypedConfigTest::setUp in core/tests/Drupal/KernelTests/Config/TypedConfigTest.php
UninstallKernelTest::setUp in core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php
UnpublishByKeywordActionTest::setUp in core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php
UserAccountFormFieldsTest::testUserEditForm in core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php
Tests the user edit form.
UserAccountFormFieldsTest::testUserRegistrationForm in core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php
Tests the user registration form.
UserAccountFormPasswordResetTest::setUp in core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php
UserMailDefaultsTest::setUp in core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php
UserMailNotifyTest::testUserRecoveryMailLanguage in core/modules/user/tests/src/Kernel/UserMailNotifyTest.php
Tests recovery email content and token langcode is aligned.
UserNameFormatterTest::setUp in core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserValidationTest::setUp in core/modules/user/tests/src/Kernel/UserValidationTest.php
UuidFormatterTest::setUp in core/modules/field/tests/src/Kernel/String/UuidFormatterTest.php
ValidReferenceConstraintValidatorTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php
ViewEntityDependenciesTest::setUp in core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php
ViewExecutableTest::setUpFixtures in core/modules/views/tests/src/Kernel/ViewExecutableTest.php
Sets up the configuration and schema of views and views_test_data modules.
ViewsDataIntegrationTest::setUp in core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php
ViewsKernelTestBase::setUpFixtures in core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php
Sets up the configuration and schema of views and views_test_data modules.
ViewsModerationStateFilterTest::setUp in core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php
ViewsModerationStateSortTest::setUp in core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php
ViewsModerationStateSortTest::testSortBaseTable in core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php
Tests sorting with a standard data base table.
ViewsModerationStateSortTest::testSortRevisionBaseTable in core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php
Tests sorting with the revision base table.
WeightTest::setUp in core/tests/Drupal/KernelTests/Core/Render/Element/WeightTest.php
WhosOnlineBlockTest::setUp in core/modules/user/tests/src/Kernel/WhosOnlineBlockTest.php
WizardPluginBaseKernelTest::setUp in core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php
WorkspaceCRUDTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php
WorkspaceIntegrationTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php
WorkspaceMergerTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php
XssUnitTest::setUp in core/tests/Drupal/KernelTests/Core/Common/XssUnitTest.php