You are here

295 string references to module_installer in Drupal 10

ActionUninstallTest::testActionUninstall in core/modules/action/tests/src/Functional/ActionUninstallTest.php
Tests Action uninstall.
ActiveWorkspaceUpdateTest::setUp in core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php
AjaxFormCacheTest::testBlockForms in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php
Tests AJAX forms in blocks.
AjaxFormCacheTest::testQueryString in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php
Tests AJAX forms on pages with a query string.
BigPipeRegressionTest::testCommentForm_2698811 in core/modules/ckeditor/tests/src/FunctionalJavascript/BigPipeRegressionTest.php
Ensure comment form works with history and big_pipe modules.
BigPipeRegressionTest::testMessages_2712935 in core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php
Ensure messages set in placeholders always appear.
BigPipeRegressionTest::testMultipleClosingBodies_2678662 in core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php
Ensure BigPipe works despite inline JS containing the string "</body>".
BlockInstallTest::testCacheTagInvalidationUponInstallation in core/modules/block/tests/src/Functional/BlockInstallTest.php
BlockUiTest::testBlockPlacementIndicator in core/modules/block/tests/src/Functional/BlockUiTest.php
Tests the block placement indicator.
BlockXssTest::testXssInCategory in core/modules/block/tests/src/Functional/BlockXssTest.php
Tests XSS in category.
BlockXssTest::testXssInTitle in core/modules/block/tests/src/Functional/BlockXssTest.php
Tests XSS in title.
BookInstallTest::testBookInstallWithPreexistingContentType in core/modules/book/tests/src/Kernel/BookInstallTest.php
Tests Book install with pre-existing content type.
BookTest::testBookListing in core/modules/book/tests/src/Functional/BookTest.php
Tests the listing of all books.
BookTest::testBookNavigationBlock in core/modules/book/tests/src/Functional/BookTest.php
Tests the functionality of the book navigation block.
BookTest::testHookNodeLoadAccess in core/modules/book/tests/src/Functional/BookTest.php
Ensure the loaded book in hook_node_load() does not depend on the user.
BookUninstallTest::testBookUninstall in core/modules/book/tests/src/Kernel/BookUninstallTest.php
Tests the book_system_info_alter() method.
CKEditorAdminTest::testExistingFormat in core/modules/ckeditor/tests/src/Functional/CKEditorAdminTest.php
Tests configuring a text editor for an existing text format.
CKEditorLoadingTest::testLoading in core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php
Tests loading of CKEditor CSS, JS and JS settings.
ClaroTest::testConfigSchema in core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php
Tests Claro's configuration schema.
ClassLoaderTest::testClassLoading in core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php
Tests that module-provided classes can be loaded when a module is enabled.
ClassLoaderTest::testClassLoadingDisabledModules in core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php
Tests that module-provided classes can't be loaded from disabled modules.
ClassLoaderTest::testClassLoadingNotInstalledModules in core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php
Tests that module-provided classes can't be loaded if module not installed.
CommentAdminTest::setUp in core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php
CommentAdminTest::testCommentedEntityLabel in core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php
Tests commented entity label of admin view.
CommentAdminTest::testCommentedTranslationDeletion in core/modules/comment/tests/src/Functional/CommentAdminTest.php
Tests commented translation deletion admin view.
CommentDisplayConfigurableTest::testDisplayConfigurable in core/modules/comment/tests/src/Functional/CommentDisplayConfigurableTest.php
Sets base fields to configurable display and check settings are respected.
CommentFieldsTest::testCommentFieldLinksNonDefaultName in core/modules/comment/tests/src/Functional/CommentFieldsTest.php
Tests link building with non-default comment field names.
CommentPreviewTest::testCommentPreview in core/modules/comment/tests/src/Functional/CommentPreviewTest.php
Tests comment preview.
CommentTest::testCollectionFilterAccess in core/modules/jsonapi/tests/src/Functional/CommentTest.php
CommentTitleTest::testCommentEmptyTitles in core/modules/comment/tests/src/Functional/CommentTitleTest.php
Tests markup for comments with empty titles.
CommentUninstallTest::testCommentUninstallWithField in core/modules/comment/tests/src/Kernel/CommentUninstallTest.php
Tests if comment module uninstall fails if the field exists.
CommentUninstallTest::testCommentUninstallWithoutField in core/modules/comment/tests/src/Kernel/CommentUninstallTest.php
Tests if uninstallation succeeds if the field has been deleted beforehand.
CommonCollectionFilterAccessTestPatternsTrait::doTestCollectionFilterAccessBasedOnPermissions in core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php
Implements ::testCollectionFilterAccess() for pure permission-based access.
ConfigCRUDTest::testDataTypes in core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php
Tests data type handling.
ConfigImportAllTest::testInstallUninstall in core/modules/config/tests/src/Functional/ConfigImportAllTest.php
Tests that a fixed set of modules can be installed and uninstalled.
ConfigImporterMissingContentTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
ConfigImportRecreateTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php
ConfigImportRenameValidationTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php
ConfigImportThemeInstallTest::testConfigImportWithThemeWithModuleDependencies in core/tests/Drupal/KernelTests/Core/Theme/ConfigImportThemeInstallTest.php
Tests config imports that install and uninstall a theme with dependencies.
ConfigImportUITest::testEntityBundleDelete in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests the config importer cannot delete bundles with existing entities.
ConfigImportUITest::testExtensionValidation in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests config importer cannot uninstall extensions which are depended on.
ConfigImportUITest::testImport in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests importing configuration.
ConfigInstallProfileOverrideTest::testInstallProfileConfigOverwrite in core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php
Tests install profile config changes.
ConfigInstallTest::installModules in core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php
Installs a module.
ConfigInstallTest::testCollectionInstallationCollections in core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php
Tests config objects in collections are installed as expected.
ConfigInstallWebTest::testIntegrationModuleReinstallation in core/modules/config/tests/src/Functional/ConfigInstallWebTest.php
Tests module re-installation.
ConfigInstallWebTest::testPreExistingConfigInstall in core/modules/config/tests/src/Functional/ConfigInstallWebTest.php
Tests pre-existing configuration detection.
ConfigOtherModuleTest::installModule in core/modules/config/tests/src/Functional/ConfigOtherModuleTest.php
Installs a module.
ConfigOtherModuleTest::uninstallModule in core/modules/config/tests/src/Functional/ConfigOtherModuleTest.php
Uninstalls a module.
ConfigSingleImportForm::create in core/modules/config/src/Form/ConfigSingleImportForm.php
Instantiates a new instance of this class.
ConfigSync::create in core/modules/config/src/Form/ConfigSync.php
Instantiates a new instance of this class.
ConfigTestTrait::configImporter in core/tests/Drupal/Tests/ConfigTestTrait.php
Returns a ConfigImporter object to import test configuration.
ConfigUninstallViaCliImportTest::setUp in core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php
ContentEntityNullStorageTest::testDeleteThroughImport in core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php
Tests deleting a contact form entity via a configuration import.
ContentTranslationConfigImportTest::setUp in core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php
ContextualLinksTest::testContextualLinksClick in core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php
Tests clicking contextual links.
DefaultConfigTest::assertExtensionConfig in core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php
Tests that the config provided by the extension is correct.
DefaultMobileMetaTagsTest::testRemovingDefaultMetaTags in core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php
Verifies that the default mobile meta tags can be removed.
demo_umami_install in core/profiles/demo_umami/demo_umami.install
Implements hook_install().
DependencyTest::testEnableRequirementsFailureDependency in core/modules/system/tests/src/Functional/Module/DependencyTest.php
Tests enabling a module that depends on a module which fails hook_requirements().
DependencyTest::testModuleEnableOrder in core/modules/system/tests/src/Functional/Module/DependencyTest.php
Tests that module dependencies are enabled in the correct order in the UI.
DisplayPageWebTest::testPageDisplayMenu in core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php
Tests menu settings of page displays.
DisplayPathTest::testDefaultMenuTabRegression in core/modules/views_ui/tests/src/Functional/DisplayPathTest.php
Tests the regression in https://www.drupal.org/node/2532490.
DisplayTest::testTranslationSetting in core/modules/views/tests/src/Functional/Plugin/DisplayTest.php
Tests translation rendering settings based on entity translatability.
drupal_install_system in core/includes/install.inc
Installs the system module.
DynamicPageCacheIntegrationTest::setUp in core/modules/dynamic_page_cache/tests/src/Functional/DynamicPageCacheIntegrationTest.php
EditorAdminTest::enableUnicornEditor in core/modules/editor/tests/src/Functional/EditorAdminTest.php
Enables the unicorn editor.
EditorAdminTest::testDisableFormatWithEditor in core/modules/editor/tests/src/Functional/EditorAdminTest.php
Tests format disabling.
EntityDisplayBaseTest::testOnDependencyRemoval in core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php
@covers ::onDependencyRemoval
EntityQueryAccessTest::testBlockContentEntityQueryAccess in core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php
Tests that the 'block_content_access' query tag is respected by Views.
EntityQueryAccessTest::testMediaEntityQueryAccess in core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php
Tests that the 'media_access' query tag is respected by Views.
EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php
Tests the Entity Reference Admin UI.
EntityResourceRestTestCoverageTest::setUp in core/modules/rest/tests/src/Kernel/EntityResource/EntityResourceRestTestCoverageTest.php
EntityViewControllerTest::testFieldItemAttributes in core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php
Tests field item attributes.
ExternalNormalizersTest::testFormatAgnosticNormalizers in core/modules/jsonapi/tests/src/Functional/ExternalNormalizersTest.php
Tests a format-agnostic normalizer.
FieldHelpTest::testFieldHelp in core/modules/field/tests/src/Functional/FieldHelpTest.php
Tests the Field module's help page.
FieldImportCreateTest::testImportCreateDefault in core/modules/field/tests/src/Kernel/FieldImportCreateTest.php
Tests creating field storages and fields during default config import.
FieldLayoutEntityDisplayTest::testPreSave in core/modules/field_layout/tests/src/Kernel/FieldLayoutEntityDisplayTest.php
@covers ::preSave @covers ::calculateDependencies
FieldLayoutTest::testEntityForm in core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php
Tests the use of field layout for entity form displays.
FieldLayoutTest::testEntityView in core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php
Tests the use of field layout for entity view displays.
FieldLayoutUninstallTest::testFieldLayoutUninstall in core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php
Ensures field layout can be uninstalled with layout builder enabled.
FieldUIDeleteTest::testDeleteField in core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php
Tests that deletion removes field storages and fields as expected.
FilterAPITest::testDependencyRemoval in core/modules/filter/tests/src/Kernel/FilterAPITest.php
Tests that filter format dependency removal works.
FilterFormTest::testFilterForm in core/modules/filter/tests/src/Functional/FilterFormTest.php
Tests various different configurations of the 'text_format' element.
ForumTest::testAddOrphanTopic in core/modules/forum/tests/src/Functional/ForumTest.php
Tests that forum nodes can't be added without a parent.
ForumUninstallTest::testForumUninstallWithoutFieldStorage in core/modules/forum/tests/src/Functional/ForumUninstallTest.php
Tests uninstallation if the field storage has been deleted beforehand.
FunctionalTestSetupTrait::installModulesFromClassProperty in core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php
Install modules defined by `static::$modules`.
GetRdfNamespacesTest::testGetRdfNamespaces in core/modules/rdf/tests/src/Functional/GetRdfNamespacesTest.php
Tests getting RDF namespaces.
HelpTopicSearchTest::testHelpSearch in core/modules/help_topics/tests/src/Functional/HelpTopicSearchTest.php
Tests help topic search.
HelpTopicSearchTest::testUninstall in core/modules/help_topics/tests/src/Functional/HelpTopicSearchTest.php
Tests uninstalling the help_topics module.
HelpTopicsSyntaxTest::testHelpTopics in core/modules/help_topics/tests/src/Functional/HelpTopicsSyntaxTest.php
Tests that all Core help topics can be rendered and have good syntax.
HelpTopicTest::testHelp in core/modules/help_topics/tests/src/Functional/HelpTopicTest.php
Tests the main help page and individual pages for topics.
HistoryTimestampTest::testHandlers in core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php
Tests the handlers.
ImageFieldValidateTest::testEmpty in core/modules/image/tests/src/Functional/ImageFieldValidateTest.php
Tests creating an entity while leaving the image field empty.
InfoAlterTest::testSystemInfoAlter in core/modules/system/tests/src/Kernel/System/InfoAlterTest.php
Tests that theme .info.yml data is rebuild after enabling a module.
InitialStateTest::testInitialState in core/modules/content_moderation/tests/src/Kernel/InitialStateTest.php
Tests the correct initial state.
InstallerNonDefaultDatabaseDriverTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php
Confirms that the installation succeeded.
InstallerPostInstallTest::testVisitInstallerPostInstall in core/tests/Drupal/FunctionalTests/Installer/InstallerPostInstallTest.php
Confirms that visiting the installer does not break things post-install.
InstallerTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php
Confirms that the installation succeeded.
InstallProfileDependenciesTest::testUninstallingModules in core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php
Tests that an install profile can require modules.
InstallTest::testEnableUserTwice in core/modules/system/tests/src/Functional/Module/InstallTest.php
Tests enabling User module once more.
InstallTest::testModuleNameLength in core/modules/system/tests/src/Functional/Module/InstallTest.php
Tests that an exception is thrown when a module name is too long.
InstallTest::testUninstallPostUpdateFunctions in core/modules/system/tests/src/Functional/Module/InstallTest.php
Ensures that post update functions are removed on uninstall.
InstallUninstallTest::testInstallUninstall in core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
Tests that a fixed set of modules can be installed and uninstalled.
install_base_system in core/includes/install.core.inc
Installation task; install the base functionality Drupal needs to bootstrap.
install_config_import_batch in core/includes/install.core.inc
Creates a batch for the config importer to process.
install_config_revert_install_changes in core/includes/install.core.inc
Reverts configuration if hook_install() implementations have made changes.
install_install_profile in core/includes/install.core.inc
Installs the install profile.
JsonApiFunctionalTest::testRead in core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTest.php
Tests the GET method.
JsonApiRegressionTest::testAliasedFieldsWithVirtualRelationships in core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php
Tests that "virtual/missing" resources can exist for renamed fields.
JsonApiRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 in core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php
Ensure filtering on relationships works with bundle-specific target types.
JsonApiRegressionTest::testDeepNestedIncludeMultiTargetEntityTypeFieldFromIssue2973681 in core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php
Ensure deep nested include works on multi target entity type field.
JsonApiRegressionTest::testEmptyMapFieldTypeDenormalization in core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php
Ensure optional `@FieldType=map` fields are denormalized correctly.
JsonApiRegressionTest::testFilterByIdFromIssue3015759 in core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php
Ensures that filtering by a sequential internal ID named 'id' is possible.
JsonApiRegressionTest::testGetNodeCollectionWithHookNodeGrantsImplementationsFromIssue2984964 in core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php
Ensures GETting node collection + hook_node_grants() implementations works.
JsonApiRegressionTest::testGetTermWhenMultipleVocabulariesExistFromIssue2977879 in core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php
Ensures GETting terms works when multiple vocabularies exist.
JsonApiRegressionTest::testLeakedCacheMetadataViaRdfFromIssue3053827 in core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php
Ensure that child comments can be retrieved via JSON:API.
JsonApiRegressionTest::testMapFieldTypeNormalizationFromIssue3040590 in core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php
Ensure `@FieldType=map` fields are normalized correctly.
JsonApiRegressionTest::testNonCacheableMethods in core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php
Tests that caching isn't happening for non-cacheable methods.
JsonApiRegressionTest::testNonTranslatableEntityUpdatesFromIssue3043168 in core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php
Ensure non-translatable entities can be PATCHed with an alternate language.
JsonApiRegressionTest::testPatchingDateTimeFieldsFromIssue3021194 in core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php
Ensures PATCHing datetime (both date-only & date+time) fields is possible.
JsonApiRegressionTest::testPatchingDateTimeNormalizedWrongTimeZoneIssue3021194 in core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php
Ensures datetime fields are normalized using the correct timezone.
LanguageConfigOverrideImportTest::testConfigOverrideImport in core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php
Tests that language can be enabled and overrides are created during a sync.
LanguageConfigOverrideImportTest::testConfigOverrideImportEvents in core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php
Tests that configuration events are not fired during a sync of overrides.
LanguageNegotiationInfoTest::testInfoAlterations in core/modules/language/tests/src/Functional/LanguageNegotiationInfoTest.php
Tests alterations to language types/negotiation info.
LanguageSelectElementTest::testHiddenLanguageSelectElement in core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php
Tests the case when the language select elements should not be printed.
LayoutBuilderCompatibilityTestBase::installLayoutBuilder in core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php
Installs the Layout Builder.
LayoutBuilderOptInTest::setUp in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderOptInTest.php
LayoutBuilderTest::testHtmlEntityFormControllerDecoration in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
Test decorating controller.entity_form while layout_builder is installed.
LayoutBuilderTest::testOverridesWithoutFieldUi in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
Tests Layout Builder overrides without Field UI installed.
LayoutBuilderTest::testPluginDependencies in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
Tests that component's dependencies are respected during removal.
LayoutBuilderUiTest::testNewExtraField in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php
Tests removing newly added extra field.
LazyRouteProviderInstallTest::testInstallation in core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php
Tests that the lazy route provider is used during a module install.
LocaleConfigManagerTest::testGetDefaultConfigLangcode in core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php
Tests getDefaultConfigLangcode().
LocaleConfigTranslationImportTest::testConfigTranslationImport in core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php
Tests update changes configuration translations if enabled after language.
LocaleConfigTranslationImportTest::testConfigTranslationModuleInstall in core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php
Tests update changes configuration translations if enabled after language.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete in core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php
Tests removing a string from Locale deletes configuration translations.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverridePreserve in core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php
Tests removing a string from Locale changes configuration translations.
LocaleFileSystemFormTest::testFileConfigurationPage in core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php
Tests translation directory settings on the file settings form.
LocalTasksTest::testLocalTaskBlockCache in core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php
Tests that local tasks blocks cache is invalidated correctly.
ManageDisplayTest::testFormatterUI in core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
Tests formatter settings.
MediaCreationTest::testMediaTypeCreation in core/modules/media/tests/src/Kernel/MediaCreationTest.php
Tests creating a media type programmatically.
MediaInstallTest::testReinstallAfterUninstall in core/modules/media/tests/src/Functional/MediaInstallTest.php
Tests reinstalling after being uninstalled.
MediaLibraryDisplayModeTest::testDisplayModes in core/modules/media_library/tests/src/Functional/MediaLibraryDisplayModeTest.php
Tests that the Media Library can automatically configure display modes.
MediaSourceImageTest::testMediaImageSource in core/modules/media/tests/src/FunctionalJavascript/MediaSourceImageTest.php
Tests the image media source.
MediaTest::testDrupalMediaStyleInDropdown in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
Ensures that Drupal Media Styles can be displayed in a dropdown.
MediaTest::testLinkManualDecorator in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
Ensure that manual link decorators work with linkable media.
MediaTest::testTranslationAlt in core/modules/ckeditor/tests/src/FunctionalJavascript/MediaTest.php
Tests that dialog loads appropriate translation's alt text.
MediaTest::testTranslationAlt in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
Tests the CKEditor 5 media plugin loads the translated alt attribute.
MediaUiFunctionalTest::testMediaCollectionRoute in core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php
Tests the media collection route.
MenuLinkContentDeleteFormTest::testMenuLinkContentDeleteForm in core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php
Tests the MenuLinkContentDeleteForm class.
MenuLinksTest::testModuleUninstalledMenuLinks in core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php
Tests uninstalling a module providing default links.
MenuRouterTest::doTestMenuOnRoute in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Tests a menu on a router page.
MenuUninstallTest::testMenuUninstall in core/modules/menu_ui/tests/src/Functional/MenuUninstallTest.php
Tests Menu uninstall.
MigrateControllerTest::testUpgradeReport in core/modules/migrate_drupal_ui/tests/src/Functional/MigrateControllerTest.php
Tests the upgrade report with the view enabled, disabled and uninstalled.
MigrateFieldTest::testFields in core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php
Tests migrating D7 fields to field_storage_config entities.
MigrateUpgradeExecuteTestBase::doUpgradeAndIncremental in core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php
Executes an upgrade and then an incremental upgrade.
ModeratedContentLocalTaskTest::testModeratedContentLocalTask in core/modules/content_moderation/tests/src/Functional/ModeratedContentLocalTaskTest.php
Tests the moderated content local task appears.
ModerationContentTranslationTest::testModerationWithExistingContent in core/modules/content_moderation/tests/src/Functional/ModerationContentTranslationTest.php
Tests existing translations being edited after enabling content moderation.
ModerationStateAccessTest::setUp in core/modules/content_moderation/tests/src/Functional/ModerationStateAccessTest.php
ModuleConfigureRouteTest::testDeprecatedModuleConfigureRoutes in core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php
Tests if the module with lifecycle deprecated configure routes exists.
ModuleConfigureRouteTest::testModuleConfigureRoutes in core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php
Tests if the module configure routes exists.
ModuleHandlerTest::moduleInstaller in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Returns the ModuleInstaller.
ModuleImplementsAlterTest::testModuleImplementsAlter in core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php
Tests hook_module_implements_alter() adding an implementation.
ModuleImplementsAlterTest::testModuleImplementsAlterNonExistingImplementation in core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php
Tests what happens if hook_module_implements_alter() adds a non-existing function to the implementations.
ModuleInstallerTest::testCacheBinCleanup in core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php
Tests cache bins defined by modules are removed when uninstalled.
ModuleInstallerTest::testConfigChangeOnInstall in core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php
Tests config changes by hook_install() are saved for dependent modules.
ModuleInstallerTest::testDependencyInvalidCoreInstall in core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php
Tests install with a dependency with an invalid core version constraint.
ModuleInstallerTest::testDependencyInvalidCoreInstallNoDependencies in core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php
Tests no dependencies install with a dependency with invalid core.
ModuleInstallerTest::testDeprecatedInstall in core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php
Tests trying to install a deprecated module.
ModuleInstallerTest::testInvalidCoreInstall in core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php
Tests install with a module with an invalid core version constraint.
ModuleInstallerTest::testKernelRebuildDuringHookInstall in core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php
Ensure that rebuilding the container in hook_install() works.
ModuleInstallerTest::testObsoleteInstall in core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php
Tests trying to install an obsolete module.
ModuleInstallerTest::testRouteRebuild in core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php
Tests that routes are rebuilt during install and uninstall of modules.
ModulesListConfirmForm::create in core/modules/system/src/Form/ModulesListConfirmForm.php
Instantiates a new instance of this class.
ModulesListForm::create in core/modules/system/src/Form/ModulesListForm.php
Instantiates a new instance of this class.
ModulesUninstallConfirmForm::create in core/modules/system/src/Form/ModulesUninstallConfirmForm.php
Instantiates a new instance of this class.
ModulesUninstallForm::create in core/modules/system/src/Form/ModulesUninstallForm.php
Instantiates a new instance of this class.
MultilingualReviewPageTest::setUp in core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php
new_dependency_test_update_8001 in core/modules/system/tests/modules/new_dependency_test/new_dependency_test.install
Enable the new_dependency_test_with_service module.
NodeAccessCacheabilityTest::testNodeAccessCacheabilitySafeguard in core/modules/node/tests/src/Functional/NodeAccessCacheabilityTest.php
Tests that the node grants cache context is auto-added, only when needed.
NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNodeGrants in core/modules/node/tests/src/Functional/NodeAccessRebuildNodeGrantsTest.php
Tests rebuilding the node access permissions table with content.
NodeBodyFieldStorageTest::testFieldOverrides in core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php
Tests node body field storage persistence even if there are no instances.
NodeContextualLinksTest::testPageWithDisabledContextualModule in core/modules/node/tests/src/Functional/Views/NodeContextualLinksTest.php
Tests if the node page works if Contextual Links is disabled.
NodeDisplayConfigurableTest::testDisplayConfigurable in core/modules/node/tests/src/Functional/NodeDisplayConfigurableTest.php
Sets base fields to configurable display and check settings are respected.
NodeImportCreateTest::testImportCreateDefault in core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php
Tests creating a content type during default config import.
NodeTest::testCollectionFilterAccess in core/modules/jsonapi/tests/src/Functional/NodeTest.php
NodeTranslationUITest::doUninstallTest in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
Tests uninstalling content_translation.
NodeTranslationUITest::testTranslationRendering in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
Tests that translations are rendered properly.
NodeTypeTest::testNodeTypeDeletion in core/modules/node/tests/src/Functional/NodeTypeTest.php
Tests deleting a content type that still has content.
NoMultilingualReviewPageTest::setUp in core/modules/migrate_drupal_ui/tests/src/Functional/d7/NoMultilingualReviewPageTest.php
OliveroTest::testConfigSchema in core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php
Test Olivero's configuration schema.
OliveroTest::testPreprocessBlock in core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php
Tests that olivero_preprocess_block is functioning as expected.
OverriddenConfigImportTest::setUp in core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php
PageCacheTest::testCacheableResponseResponses in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Tests cacheability of a CacheableResponse.
PageCacheTest::testFormImmutability in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Tests the setting of forms to be immutable.
PagerTest::testPagerConfigTranslation in core/modules/views/tests/src/Functional/Plugin/PagerTest.php
Tests translating the pager using config_translation.
PagerTest::testPagerLocale in core/modules/views/tests/src/Functional/Plugin/PagerTest.php
Tests translating the pager using locale.
PathAliasTest::testDuplicateNodeAlias in core/modules/path/tests/src/Functional/PathAliasTest.php
Tests that duplicate aliases fail validation.
PermissionsTest::testAccessContentPermission in core/modules/system/tests/src/Kernel/PermissionsTest.php
Tests the 'access content' permission is provided by the System module.
PreviewTest::enableViewsTestModule in core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php
Sets up the views_test_data.module.
PreviewTest::testPreviewAdditionalInfo in core/modules/views_ui/tests/src/Functional/PreviewTest.php
Tests the additional information query info area.
PreviewTest::testPreviewContextual in core/modules/views_ui/tests/src/Functional/PreviewTest.php
Tests contextual links in the preview form.
PreviewTest::testTaxonomyAJAX in core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php
Tests the taxonomy term preview AJAX.
QuickEditLoadingTest::testContentBlock in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php
Tests that Quick Edit's data- attributes are present for content blocks.
ResolvedLibraryDefinitionsFilesMatchTest::setUp in core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php
ResourceTestBase::testPatchIndividual in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
Tests PATCHing an individual resource, plus edge cases to ensure good DX.
ResourceTestBase::testRevisions in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
Tests individual and collection revisions.
RouterTest::testRouterUninstallInstall in core/modules/system/tests/src/Functional/Routing/RouterTest.php
Tests that routes no longer exist for a module that has been uninstalled.
SearchPageCacheTagsTest::testSearchTagsBubbling in core/modules/search/tests/src/Functional/SearchPageCacheTagsTest.php
Tests the presence of expected cache tags with referenced entities.
ServiceProviderTest::testServiceProviderRegistrationDynamic in core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php
Tests that the DIC keeps up with module enable/disable in the same request.
SessionTest::testEmptyAnonymousSession in core/modules/system/tests/src/Functional/Session/SessionTest.php
Tests that empty anonymous sessions are destroyed.
ShortcutClaroIntegrationTest::testInstallUninstall in core/modules/shortcut/tests/src/Kernel/ShortcutClaroIntegrationTest.php
Tests shortcut_install() and shortcut_uninstall().
ShortcutLinksTest::testShortcutQuickLink in core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
Tests that the "add to shortcut" and "remove from shortcut" links work.
SiteConfigureForm::create in core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
Instantiates a new instance of this class.
SourceProviderTest::testSourceProvider in core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php
Test missing source provider.
Stable9TemplateOverrideTest::installAllModules in core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php
Installs all core modules.
StableLibraryOverrideTestBase::enableVisibleAndStableCoreModules in core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php
Enable all core modules that are not hidden or experimental.
StableTemplateOverrideTest::installAllModules in core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
Installs all core modules.
StackKernelIntegrationTest::testLazyLateMiddlewares in core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php
Tests that late middlewares are automatically flagged lazy.
StandardTest::testStandard in core/profiles/standard/tests/src/Functional/StandardTest.php
Tests Standard installation profile.
StatusTest::testStatusPage in core/modules/system/tests/src/Functional/System/StatusTest.php
Tests that the status page returns.
StyleTableTest::testTableCacheability in core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php
Tests the cacheability of the table display.
TaxonomyDefaultArgumentTest::testNodePathWithViewSelection in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php
TaxonomyRelationshipTest::testTaxonomyRelationships in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyRelationshipTest.php
Tests the taxonomy parent plugin UI.
TaxonomyTermViewTest::testTaxonomyTermView in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php
Tests that the taxonomy term view is working properly.
TermAccessTest::testTermAccess in core/modules/taxonomy/tests/src/Functional/TermAccessTest.php
Tests access control functionality for taxonomy terms.
TermDisplayConfigurableTest::testDisplayConfigurable in core/modules/taxonomy/tests/src/Functional/Views/TermDisplayConfigurableTest.php
Sets base fields to configurable display and check settings are respected.
TermTest::testTermInterface in core/modules/taxonomy/tests/src/Functional/TermTest.php
Save, edit and delete a term using the user interface.
TestCoverageTest::setUp in core/modules/jsonapi/tests/src/Kernel/TestCoverageTest.php
TestSiteInstallTestScript::setup in core/tests/Drupal/TestSite/TestSiteInstallTestScript.php
TestSiteMultilingualInstallTestScript::setup in core/tests/Drupal/TestSite/TestSiteMultilingualInstallTestScript.php
TestSiteOliveroInstallTestScript::setup in core/tests/Drupal/TestSite/TestSiteOliveroInstallTestScript.php
test_theme_depending_on_modules.post_update.php in core/modules/system/tests/themes/test_theme_depending_on_modules/test_theme_depending_on_modules.post_update.php
ThemeInstallerTest::moduleInstaller in core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php
Returns the ModuleInstaller.
ThemeInstallerTest::testInstallThemeWithMetModuleDependencies in core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php
Tests installing a theme with module dependencies that are met.
ThemeInstallerTest::testInstallThemeWithUnmetModuleDependencies in core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php
Tests installing a theme with unmet module dependencies.
ThemeSuggestionsAlterTest::testExecutionOrder in core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
Tests execution order of theme suggestion alter hooks.
ThemeSuggestionsAlterTest::testGeneralSuggestionsAlter in core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
Tests hook_theme_suggestions_alter().
ThemeSuggestionsAlterTest::testSpecificSuggestionsAlter in core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
Tests that theme suggestion alter hooks work for specific theme calls.
ThemeSuggestionsAlterTest::testTemplateSuggestionsAlter in core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
Tests that theme suggestion alter hooks work for templates.
ThemeTest::testRegionClass in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
Tests that region attributes can be manipulated via preprocess functions.
ThemeTest::testThemeUpdateManagement in core/modules/system/tests/src/Kernel/Theme/ThemeTest.php
Tests the update registry is correct during theme install and uninstall.
ThemeTest::testThemeUpdateManagementRemovedPostUpdates in core/modules/system/tests/src/Kernel/Theme/ThemeTest.php
Tests the update registry is correct during theme install and uninstall.
ThemeUiTest::testInstallModuleWithIncompatibleDependencies in core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
Tests installing a theme with incompatible module dependencies.
ThemeUpdateTest::testThemeUpdates in core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php
Ensures preprocess functions run even for suggestion implementations.
ToolbarCacheContextsTest::installExtraModules in core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php
Installs a given list of modules and rebuilds the cache.
ToolbarCacheContextsTest::testToolbarCacheContextsCaller in core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php
Tests toolbar cache contexts.
TrackerTest::testTrackerAdminUnpublish in core/modules/tracker/tests/src/Functional/TrackerTest.php
Tests that publish/unpublish works at admin/content/node.
TrackerTest::testTrackerUser in core/modules/tracker/tests/src/Functional/TrackerTest.php
Tests for the presence of nodes on a user's tracker listing.
TrustedHostsTest::testFakeRequests in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
Tests that fake requests have the proper host configured.
TrustedHostsTest::testRequestBags in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
Tests that the request bags have the correct classes.
TrustedHostsTest::testShortcut in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
Tests that shortcut module works together with host verification.
TwigEnvironmentTest::testCacheFilename in core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php
Ensures that cacheFilename() varies by extensions + deployment identifier.
UninstallDefaultContentTest::testReinstall in core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php
Tests uninstalling content removes created entities.
UninstallKernelTest::testUninstallMedia in core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php
Tests uninstalling media and file modules.
UninstallKernelTest::testUninstallPluginCacheClear in core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php
Tests uninstalling a module with a plugin cache clearer service.
UninstallTest::testFailedInstallStatus in core/modules/system/tests/src/Functional/Module/UninstallTest.php
Tests that a module which fails to install can still be uninstalled.
UninstallTest::testUserPermsUninstalled in core/modules/system/tests/src/Functional/Module/UninstallTest.php
Tests the hook_modules_uninstalled() of the user module.
UpdatePathTestTrait::ensureUpdatesToRun in core/tests/Drupal/Tests/UpdatePathTestTrait.php
Installs the update_script_test module and makes an update available.
UpdateStorageTest::testUpdateStorage in core/modules/update/tests/src/Kernel/UpdateStorageTest.php
Tests the Update module storage is cleared correctly.
update_test_schema.install in core/modules/system/tests/modules/update_test_schema/update_test_schema.install
Update hooks and schema definition for the update_test_schema module.
Upgrade6Test::setUp in core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php
Upgrade7Test::setUp in core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php
UrlResolverTest::testResourceUrlAlterHook in core/modules/media/tests/src/Functional/UrlResolverTest.php
Tests that hook_oembed_resource_url_alter() is invoked.
UrlTest::testLinkBubbleableMetadata in core/modules/system/tests/src/Kernel/Common/UrlTest.php
Tests that #type=link bubbles outbound route/path processors' metadata.
UserCancelTest::testMassUserCancelByAdmin in core/modules/user/tests/src/Functional/UserCancelTest.php
Create an administrative user and mass-delete other users.
UserCancelTest::testUserAnonymizeTranslations in core/modules/user/tests/src/Functional/UserCancelTest.php
Delete account and anonymize all content and it's translations.
UserCancelTest::testUserBlockUnpublishNodeAccess in core/modules/user/tests/src/Functional/UserCancelTest.php
Tests nodes are unpublished even if inaccessible to cancelling user.
UserCancelTest::testUserCancelChangePermission in core/modules/user/tests/src/Functional/UserCancelTest.php
Tests ability to change the permission for canceling users.
UserCancelTest::testUserCancelUid1 in core/modules/user/tests/src/Functional/UserCancelTest.php
Tests that user account for uid 1 cannot be cancelled.
UserCancelTest::testUserDelete in core/modules/user/tests/src/Functional/UserCancelTest.php
Delete account and remove all content.
UserCancelTest::testUserDeleteWithContentAndNodeAccess in core/modules/user/tests/src/Functional/UserCancelTest.php
Tests user cancel with node access.
UserEditTest::testUserChangeSiteLanguage in core/modules/user/tests/src/Functional/UserEditTest.php
Tests that a user is able to change site language.
UserEditTest::testUserEdit in core/modules/user/tests/src/Functional/UserEditTest.php
Tests user edit page.
UserLoginHttpTest::testLogin in core/modules/user/tests/src/Functional/UserLoginHttpTest.php
Tests user session life cycle.
UserLoginHttpTest::testPasswordReset in core/modules/user/tests/src/Functional/UserLoginHttpTest.php
Tests user password reset.
UserLoginTest::testPasswordRehashOnLogin in core/modules/user/tests/src/Functional/UserLoginTest.php
Tests user password is re-hashed upon login after changing $count_log2.
UserPermissionsTest::testAccessBundlePermission in core/modules/user/tests/src/Functional/UserPermissionsTest.php
Verify that bundle-specific pages work properly.
UserPermissionsTest::testAccessContentPermission in core/modules/user/tests/src/Functional/UserPermissionsTest.php
Verify 'access content' is listed in the correct location.
UserPermissionsTest::testAccessModulePermission in core/modules/user/tests/src/Functional/UserPermissionsTest.php
Verify that module-specific pages have correct access.
UserPermissionsTest::testAdministratorRole in core/modules/user/tests/src/Functional/UserPermissionsTest.php
Tests assigning of permissions for the administrator role.
UserPictureTest::testUserViewAlter in core/modules/user/tests/src/Functional/UserPictureTest.php
Tests user picture field with a non-standard field formatter.
UserRegistrationTest::testUuidFormState in core/modules/user/tests/src/Functional/UserRegistrationTest.php
Tests that UUID isn't cached in form state on register form.
UserTest::testCollectionFilterAccess in core/modules/jsonapi/tests/src/Functional/UserTest.php
ViewEditTest::testEditFormLanguageOptions in core/modules/views_ui/tests/src/Functional/ViewEditTest.php
Tests the language options on the views edit form.
ViewsConfigDependenciesIntegrationTest::testConfigRemovalBaseTable in core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php
Tests uninstalling a module that provides a base table for a View.
ViewsModerationStateFilterTest::setUp in core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php
ViewTestBase::enableViewsTestModule in core/modules/views/tests/src/Functional/ViewTestBase.php
Sets up the views_test_data.module.
VocabularyCrudTest::testUninstallReinstall in core/modules/taxonomy/tests/src/Kernel/VocabularyCrudTest.php
Tests uninstall and reinstall of the taxonomy module.
WidgetWithoutTypesTest::testWidgetWithoutMediaTypes in core/modules/media_library/tests/src/FunctionalJavascript/WidgetWithoutTypesTest.php
Tests that the widget works as expected when media types are deleted.
WorkflowDependenciesTest::testOnDependencyRemoval in core/modules/workflows/tests/src/Kernel/WorkflowDependenciesTest.php
Tests \Drupal\workflows\Entity\Workflow::onDependencyRemoval().
WorkflowUiNoTypeTest::testWorkflowUiWithNoType in core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php
Tests the creation of a workflow through the UI.
WorkspaceIntegrationTest::testNodeAccessDifferringRevisionIdsOnTarget in core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php
Tests workspace publishing is not sensitive to node access.
_install_module_batch in core/includes/install.core.inc
Implements callback_batch_operation().