You are here
262 calls to AssertLegacyTrait::assertNoText() in Drupal 8
- AccessDeniedTest::testAccessDeniedCustomPageWithAccessDenied in core/modules/system/tests/src/Functional/System/AccessDeniedTest.php
- Tests that an inaccessible custom 403 page falls back to the default.
- AggregatorRenderingTest::testBlockLinks in core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php
- Adds a feed block to the page and checks its links.
- BaseFieldAccessTest::testProtectedField in core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php
- Test access to protected base fields.
- BasicAuthTest::testBasicAuth in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
- Test http basic authentication.
- BasicAuthTest::testUnauthorizedErrorMessage in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
- Tests if a comprehensive message is displayed when the route is denied.
- BasicTest::testViewsWizardAndListing in core/modules/views/tests/src/Functional/Wizard/BasicTest.php
- BlockCacheTest::testCachePerPage in core/modules/block/tests/src/Functional/BlockCacheTest.php
- Test "url" cache context.
- BlockCacheTest::testCachePerRole in core/modules/block/tests/src/Functional/BlockCacheTest.php
- Test "user.roles" cache context.
- BlockContentCreationTest::testBlockDelete in core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php
- Test deleting a block.
- BlockContentRevisionsTest::testRevisions in core/modules/block_content/tests/src/Functional/BlockContentRevisionsTest.php
- Checks block revision related operations.
- BlockContentTypeTest::testBlockContentTypeDeletion in core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php
- Tests deleting a block type that still has content.
- BlockInstallTest::testCacheTagInvalidationUponInstallation in core/modules/block/tests/src/Functional/BlockInstallTest.php
- BlockLanguageTest::testLanguageBlockVisibility in core/modules/block/tests/src/Functional/BlockLanguageTest.php
- Tests the visibility settings for the blocks based on language.
- BlockLanguageTest::testMultipleLanguageTypes in core/modules/block/tests/src/Functional/BlockLanguageTest.php
- Tests block language visibility with different language types.
- BlockTest::testBlock in core/modules/block/tests/src/Functional/BlockTest.php
- Test configuring and moving a module-define block to specific regions.
- BlockTest::testBlockAccess in core/modules/block/tests/src/Functional/BlockTest.php
- Tests the block access.
- BlockTest::testBlockVisibility in core/modules/block/tests/src/Functional/BlockTest.php
- Tests block visibility.
- BlockTest::testBlockVisibilityListedEmpty in core/modules/block/tests/src/Functional/BlockTest.php
- Test block visibility when leaving "pages" textarea empty.
- BlockTest::testHideBlockTitle in core/modules/block/tests/src/Functional/BlockTest.php
- Test block title display settings.
- BlockUiTest::testContextAwareBlocks in core/modules/block/tests/src/Functional/BlockUiTest.php
- Tests the behavior of context-aware blocks.
- BookTest::testBookNavigationBlock in core/modules/book/tests/src/Functional/BookTest.php
- Tests the functionality of the book navigation block.
- BookTest::testNavigationBlockOnAccessModuleInstalled in core/modules/book/tests/src/Functional/BookTest.php
- Tests the book navigation block when an access module is installed.
- BooleanFieldTest::testBooleanField in core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php
- Tests boolean field.
- BrowserTestBaseTest::testTextAsserts in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests legacy text asserts.
- BulkFormTest::testBulkDeletion in core/modules/node/tests/src/Functional/Views/BulkFormTest.php
- Test multiple deletion.
- CacheabilityMetadataConfigOverrideIntegrationTest::testConfigOverride in core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php
- Tests if config overrides correctly set cacheability metadata.
- 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::testApprovalAdminInterface in core/modules/comment/tests/src/Functional/CommentAdminTest.php
- Test comment approval functionality through admin/content/comment.
- CommentAdminTest::testApprovalAdminInterface in core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php
- Test comment approval functionality through admin/content/comment.
- CommentBlockTest::testRecentCommentBlock in core/modules/comment/tests/src/Functional/CommentBlockTest.php
- Tests the recent comments block.
- CommentBookTest::testBookCommentPrint in core/modules/comment/tests/src/Functional/CommentBookTest.php
- Tests comments in book export.
- CommentFieldsTest::testCommentFieldCreate in core/modules/comment/tests/src/Functional/CommentFieldsTest.php
- Tests creating a comment field through the interface.
- CommentInterfaceTest::testCommentInterface in core/modules/comment/tests/src/Functional/CommentInterfaceTest.php
- Tests the comment interface.
- CommentNonNodeTest::testCommentFunctionality in core/modules/comment/tests/src/Functional/CommentNonNodeTest.php
- Tests anonymous comment functionality.
- CommentPagerTest::testTwoPagers in core/modules/comment/tests/src/Functional/CommentPagerTest.php
- Confirms comment paging works correctly with two pagers.
- CommentRestExportTest::testCommentRestExport in core/modules/comment/tests/src/Functional/Views/CommentRestExportTest.php
- Test comment row.
- CommentTypeTest::testCommentTypeDeletion in core/modules/comment/tests/src/Functional/CommentTypeTest.php
- Tests deleting a comment type that still has content.
- ConfigDependencyWebTest::testConfigDependencyDeleteFormTrait in core/modules/config/tests/src/Functional/ConfigDependencyWebTest.php
- Tests ConfigDependencyDeleteFormTrait.
- ConfigEntityFormOverrideTest::testFormsWithOverrides in core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php
- Tests that overrides do not affect forms or listing screens.
- ConfigEntityTest::testCRUDUI in core/modules/config/tests/src/Functional/ConfigEntityTest.php
- Tests CRUD operations through the UI.
- ConfigExportImportUITest::testExportImport in core/modules/config/tests/src/Functional/ConfigExportImportUITest.php
- Tests a simple site export import case.
- ConfigExportImportUITest::testExportImportCollections in core/modules/config/tests/src/Functional/ConfigExportImportUITest.php
- Tests an export and import of collections.
- ConfigImportUITest::testEntityBundleDelete in core/modules/config/tests/src/Functional/ConfigImportUITest.php
- Tests the config importer cannot delete bundles with existing entities.
- ConfigImportUITest::testImportErrorLog in core/modules/config/tests/src/Functional/ConfigImportUITest.php
- Tests an import that results in an error.
- ConfigImportUITest::testImportLock in core/modules/config/tests/src/Functional/ConfigImportUITest.php
- Tests concurrent importing of configuration.
- ConfigImportUITest::testImportValidation in core/modules/config/tests/src/Functional/ConfigImportUITest.php
- Tests that multiple validation errors are listed on the page.
- ConfigLanguageOverrideWebTest::testSiteNameTranslation in core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php
- Tests translating the site name.
- ConfigTest::testFileConfigurationPage in core/modules/system/tests/src/Functional/File/ConfigTest.php
- Tests file configuration page.
- ConfigTranslationOverviewTest::testListingPageWithOverrides in core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php
- Tests that overrides do not affect listing screens.
- ConfigTranslationUiTest::testAlterInfo in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
- Tests the config_translation_info_alter() hook.
- ConfigTranslationUiTest::testSiteInformationTranslationUi in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
- Tests the site information translation interface.
- ConfigTranslationUiTest::testSourceValueDuplicateSave in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
- Tests the site information translation interface.
- ConfigurationTest::testActionConfiguration in core/modules/action/tests/src/Functional/ConfigurationTest.php
- Tests configuration of advanced actions through administration interface.
- ContactPersonalTest::testPersonalContactFlood in core/modules/contact/tests/src/Functional/ContactPersonalTest.php
- Tests the personal contact form flood protection.
- ContactSitewideTest::testAutoReply in core/modules/contact/tests/src/Functional/ContactSitewideTest.php
- Tests auto-reply on the site-wide contact form.
- ContactSitewideTest::testSiteWideContact in core/modules/contact/tests/src/Functional/ContactSitewideTest.php
- Tests configuration options and the site-wide contact form.
- ContactStorageTest::testContactStorage in core/modules/contact/tests/src/Functional/ContactStorageTest.php
- Tests configuration options and the site-wide contact form.
- ContentNegotiationTest::testBogusAcceptHeader in core/modules/system/tests/src/Functional/DrupalKernel/ContentNegotiationTest.php
- Verifies HTML responses for bogus Accept headers.
- ContentTranslationSettingsTest::testFieldTranslatableSettingsUI in core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php
- Tests that field setting depends on bundle translatability.
- ContentTranslationUITestBase::doTestBasicTranslation in core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
- Tests the basic translation workflow.
- CronRunTest::testCronUI in core/modules/system/tests/src/Functional/System/CronRunTest.php
- Make sure the cron UI reads from the state storage.
- DateFormatsLockedTest::testDateLocking in core/modules/system/tests/src/Functional/System/DateFormatsLockedTest.php
- Tests attempts at listing, editing, and deleting locked date formats.
- DateTimeTest::testEnteringDateTimeViaSelectors in core/modules/system/tests/src/Functional/System/DateTimeTest.php
- Test handling case with invalid data in selectors (like February, 31st).
- DisplayAttachmentTest::testRemoveAttachedDisplay in core/modules/views_ui/tests/src/Functional/DisplayAttachmentTest.php
- Tests the attachment working after the attached page was deleted.
- DisplayCRUDTest::testDuplicateDisplay in core/modules/views_ui/tests/src/Functional/DisplayCRUDTest.php
- Tests the duplicating of a display.
- DisplayTest::checkTranslationSetting in core/modules/views/tests/src/Functional/Plugin/DisplayTest.php
- Asserts a node and a file based view for the translation setting.
- DisplayTest::testAddDisplay in core/modules/views_ui/tests/src/Functional/DisplayTest.php
- Tests adding a display.
- DisplayTest::testHideDisplayOverride in core/modules/views_ui/tests/src/Functional/DisplayTest.php
- Tests that the override option is hidden when it's not needed.
- DistributionProfileExistingSettingsTest::setUpLanguage in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php
- Installer step: Select language.
- DistributionProfileTest::setUpLanguage in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php
- Installer step: Select language.
- DistributionProfileTranslationQueryTest::setUpSettings in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php
- Installer step: Configure settings.
- DistributionProfileTranslationQueryTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php
- Confirms that the installation succeeded.
- DistributionProfileTranslationTest::setUpSettings in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php
- Installer step: Configure settings.
- DistributionProfileTranslationTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php
- Confirms that the installation succeeded.
- DrupalMessengerServiceTest::testDrupalMessengerService in core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php
- Tests Messenger service.
- ElementsAccessTest::testAccessFalse in core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php
- Ensures that child values are still processed when #access = FALSE.
- EntityReferenceFieldTranslatedReferenceViewTest::assertEntityReferenceDisplay in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
- Assert entity reference display.
- EntityReferenceXSSTest::testEntityReferenceXSS in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceXSSTest.php
- Tests markup is escaped in the entity reference select and label formatter.
- EntityRevisionsTest::testEntityRevisionParamConverter in core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php
- Tests that an entity revision is upcasted in the correct language.
- ExperimentalHelpTest::testExperimentalHelp in core/modules/help/tests/src/Functional/ExperimentalHelpTest.php
- Verifies that a warning message is displayed for experimental modules.
- ExperimentalModuleTest::testExperimentalConfirmForm in core/modules/system/tests/src/Functional/Module/ExperimentalModuleTest.php
- Tests installing experimental modules and dependencies in the UI.
- ExperimentalThemeTest::testExperimentalConfirmForm in core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php
- Tests installing experimental themes and dependencies in the UI.
- ExposedFormCheckboxesTest::testExposedFormRenderCheckboxes in core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php
- Tests overriding the default render option with checkboxes.
- ExposedFormCheckboxesTest::testExposedIsAllOfFilter in core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php
- Tests that "is all of" filters work with checkboxes.
- ExposedFormTest::testExposedBlock in core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
- Tests the exposed block functionality.
- ExposedFormTest::testTextInputRequired in core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
- Test the "on demand text" for the input required exposed form type.
- FastTest::testUserAutocomplete in core/modules/system/tests/src/Functional/Theme/FastTest.php
- Tests access to user autocompletion and verify the correct results.
- FeedAdminDisplayTest::testFeedUpdateFields in core/modules/aggregator/tests/src/Functional/FeedAdminDisplayTest.php
- Tests the "Next update" and "Last update" fields.
- FieldAccessTest::testFieldAccess in core/modules/field/tests/src/Functional/FieldAccessTest.php
- Test that hook_entity_field_access() is called.
- FieldImportDeleteUninstallUiTest::testImportDeleteUninstall in core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php
- Tests deleting field storages and fields as part of config import.
- FieldUIDeleteTest::testDeleteField in core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php
- Tests that deletion removes field storages and fields as expected.
- FieldUITest::testFieldUI in core/modules/views_ui/tests/src/Functional/FieldUITest.php
- Tests the UI of field handlers.
- FileFieldAnonymousSubmissionTest::doTestNodeWithFileWithoutTitle in core/modules/file/tests/src/Functional/FileFieldAnonymousSubmissionTest.php
- Helper method to test file submissions with missing node titles.
- FileFieldDisplayTest::testNodeDisplay in core/modules/file/tests/src/Functional/FileFieldDisplayTest.php
- Tests normal formatter display on node display.
- FileFieldValidateTest::testFileRemoval in core/modules/file/tests/src/Functional/FileFieldValidateTest.php
- Checks that a file can always be removed if it does not pass validation.
- FileManagedFileElementTest::testUnusedPermanentFileValidation in core/modules/file/tests/src/Functional/FileManagedFileElementTest.php
- Verify that unused permanent files can be used.
- FileTransferAuthorizeFormTest::testViaAuthorize in core/modules/update/tests/src/Functional/FileTransferAuthorizeFormTest.php
- Tests the Update Manager module upload via authorize.php functionality.
- FilterAdminTest::testDisabledFormat in core/modules/filter/tests/src/Functional/FilterAdminTest.php
- Tests whether a field using a disabled format is rendered.
- FilterFormatAccessTest::testFormatWidgetPermissions in core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php
- Tests editing a page using a disallowed text format.
- FilterNodeAccessTest::testFilterNodeAccess in core/modules/node/tests/src/Functional/Views/FilterNodeAccessTest.php
- Tests the node access filter.
- FilterNumericWebTest::testFilterNumericUI in core/modules/views_ui/tests/src/Functional/FilterNumericWebTest.php
- Tests the filter numeric UI.
- FilterPermissionUiTest::testHandlerUI in core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php
- Tests basic filter handler settings in the UI.
- FilterSecurityTest::testDisableFilterModule in core/modules/filter/tests/src/Functional/FilterSecurityTest.php
- Tests removal of filtered content when an active filter is disabled.
- FilterTest::testInOperatorSelectAllOptions in core/modules/views/tests/src/Functional/Plugin/FilterTest.php
- Test no error message is displayed when all options are selected in an
exposed filter.
- FormStoragePageCacheTest::testRebuildFormStorageOnCachedPage in core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php
- Build-id is regenerated when rebuilding cached form.
- FormTest::testFieldFormSingle in core/modules/field/tests/src/Functional/FormTest.php
- FormTest::testSelect in core/modules/system/tests/src/Functional/Form/FormTest.php
- Tests validation of #type 'select' elements.
- ForumBlockTest::testActiveForumTopicsBlock in core/modules/forum/tests/src/Functional/ForumBlockTest.php
- Tests the "Active forum topics" block.
- ForumBlockTest::testNewForumTopicsBlock in core/modules/forum/tests/src/Functional/ForumBlockTest.php
- Tests the "New forum topics" block.
- ForumIndexTest::testForumIndexStatus in core/modules/forum/tests/src/Functional/ForumIndexTest.php
- Tests the forum index for published and unpublished nodes.
- ForumNodeAccessTest::testForumNodeAccess in core/modules/forum/tests/src/Functional/ForumNodeAccessTest.php
- Creates some users and creates a public node and a private node.
- ForumTest::createForumTopic in core/modules/forum/tests/src/Functional/ForumTest.php
- Creates a forum topic.
- ForumTest::deleteForum in core/modules/forum/tests/src/Functional/ForumTest.php
- Deletes a forum.
- FrontPageTest::testDrupalFrontPage in core/modules/system/tests/src/Functional/System/FrontPageTest.php
- Test front page functionality.
- HandlerFieldRoleTest::testRole in core/modules/user/tests/src/Functional/Views/HandlerFieldRoleTest.php
- HandlerTest::testErrorMissingHelp in core/modules/views_ui/tests/src/Functional/HandlerTest.php
- Ensures that no missing help text is shown.
- HelpBlockTest::testHelp in core/modules/help/tests/src/Functional/HelpBlockTest.php
- Logs in users, tests help pages.
- HelpTest::verifyHelp in core/modules/help/tests/src/Functional/HelpTest.php
- Verifies the logged in user has access to the various help pages.
- ImageAdminStylesTest::testEditEffect in core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
- Verifies that editing an image effect does not cause it to be duplicated.
- ImageFieldValidateTest::testRequiredAttributes in core/modules/image/tests/src/Functional/ImageFieldValidateTest.php
- Test that required alt/title fields gets validated right.
- ImageFieldWidgetTest::testWidgetElement in core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php
- Tests file widget element.
- InstallerExistingConfigNoConfigTest::testConfigSync in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoConfigTest.php
- Tests that profiles with an empty config/sync directory do not work.
- InstallerExistingConfigNoSystemSiteTest::testConfigSync in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoSystemSiteTest.php
- Tests that profiles with no system.site do not work.
- InstallerExistingConfigSyncDriectoryProfileMismatchTest::testConfigSync in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php
- Tests that profile mismatch fails to install.
- InstallerTranslationMultipleLanguageTest::testTranslationsLoaded in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php
- Tests that translations ended up at the expected places.
- InstallerTranslationQueryTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php
- Verifies the expected behaviors of the installation result.
- InstallerTranslationTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php
- Verifies the expected behaviors of the installation result.
- ItemsPerPageTest::testItemsPerPage in core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php
- Tests the number of items per page.
- LanguageConfigurationTest::testLanguageConfiguration in core/modules/language/tests/src/Functional/LanguageConfigurationTest.php
- Functional tests for adding, editing and deleting languages.
- LinkFieldTest::testLinkTitle in core/modules/link/tests/src/Functional/LinkFieldTest.php
- Tests the link title settings of a link field.
- LocaleImportFunctionalTest::testStandalonePoFile in core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
- Test import of standalone .po files.
- LocalePluralFormatTest::testPluralEditExport in core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php
- Tests plural editing and export functionality.
- LocaleTranslationUiTest::testStringSearch in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
- Tests translation search form.
- LocaleTranslationUiTest::testStringTranslation in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
- Adds a language and tests string translation by users with the appropriate permissions.
- LocaleTranslationUiTest::testStringValidation in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
- Tests the validation of the translation input.
- LocaleUpdateInterfaceTest::testInterface in core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php
- Tests the user interfaces of the interface translation update system.
- LocaleUpdateTest::testEnableCustomLanguage in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
- Tests automatic translation import when a custom language is added.
- ManageDisplayTest::testSingleViewMode in core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php
- Tests hiding the view modes fieldset when there's only one available.
- MenuLinkTest::testHierarchicalMenuLinkVisibility in core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php
- Test that menu links using menu_link_content as parent are visible.
- MenuRouterTest::doTestExoticPath in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Test path containing "exotic" characters.
- MenuRouterTest::doTestTitleCallbackFalse in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Test title callback set to FALSE.
- MenuRouterTest::doTestTitleMenuCallback in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Tests page title of MENU_CALLBACKs.
- MenuUiNodeTest::testMenuNodeFormWidget in core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php
- Test creating, editing, deleting menu links via node form widget.
- MenuUiTest::deleteMenuLink in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
- Deletes a menu link using the UI.
- MenuUiTest::testUnpublishedNodeMenuItem in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
- Tests that menu items pointing to unpublished nodes are editable.
- MenuUiTest::toggleMenuLink in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
- Alternately disables and enables a menu link.
- MigrateAccessTest::testAccess in core/modules/migrate_drupal_ui/tests/src/Functional/MigrateAccessTest.php
- Tests that only user 1 can access the migrate UI.
- MiniPagerTest::testMiniPagerRender in core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php
- Tests the rendering of mini pagers.
- ModerationFormTest::testNonBundleModerationForm in core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php
- Test moderation non-bundle entity type.
- ModerationStateNodeTest::testCreatingContent in core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTest.php
- Tests creating and deleting content.
- MultipleDistributionsProfileTest::setUpLanguage in core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php
- Installer step: Select language.
- NodeActionsConfigurationTest::testAssignOwnerNodeActionConfiguration in core/modules/node/tests/src/Functional/NodeActionsConfigurationTest.php
- Tests configuration of the node_assign_owner_action action.
- NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php
- Tests the recent comments block.
- NodeCreationTest::testNodeCreation in core/modules/node/tests/src/Functional/NodeCreationTest.php
- Creates a "Basic page" node and verifies its consistency in the database.
- NodeEditFormTest::testNodeMetaInformation in core/modules/node/tests/src/Functional/NodeEditFormTest.php
- Tests the node meta information.
- NodeEntityViewModeAlterTest::testNodeViewModeChange in core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php
- Create a "Basic page" node and verify its consistency in the database.
- NodeLanguageTest::assertLanguageNames in core/modules/node/tests/src/Functional/Views/NodeLanguageTest.php
- Asserts the presence of language names in their English or native forms.
- NodeLanguageTest::testLanguages in core/modules/node/tests/src/Functional/Views/NodeLanguageTest.php
- Tests translation language filter, field, and sort.
- NodeLoadMultipleTest::testNodeMultipleLoad in core/modules/node/tests/src/Functional/NodeLoadMultipleTest.php
- Creates four nodes and ensures that they are loaded correctly.
- NodeRevisionsTest::testRevisions in core/modules/node/tests/src/Functional/NodeRevisionsTest.php
- Checks node revision related operations.
- NodeRSSContentTest::testNodeRSSContent in core/modules/node/tests/src/Functional/NodeRSSContentTest.php
- Ensures that a new node includes the custom data when added to an RSS feed.
- NodeTranslationUITest::testRevisionTranslationRendering in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
- Tests that revision translations are rendered properly.
- NodeTypeTest::testNodeTypeDeletion in core/modules/node/tests/src/Functional/NodeTypeTest.php
- Tests deleting a content type that still has content.
- NoHelpTest::testMainPageNoHelp in core/modules/help/tests/src/Functional/NoHelpTest.php
- Ensures modules not implementing help do not appear on admin/help.
- OverrideDisplaysTest::testWizardMixedDefaultOverriddenDisplays in core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php
- Tests that the wizard correctly sets up default and overridden displays.
- PageNotFoundTest::testPageNotFoundCustomPageWithAccessDenied in core/modules/system/tests/src/Functional/System/PageNotFoundTest.php
- Tests that an inaccessible custom 404 page falls back to the default.
- PagePreviewTest::testPagePreview in core/modules/node/tests/src/Functional/PagePreviewTest.php
- Checks the node preview functionality.
- PathAliasTest::testAdminAlias in core/modules/path/tests/src/Functional/PathAliasTest.php
- Tests alias functionality through the admin interfaces.
- PathAliasTest::testNodeAlias in core/modules/path/tests/src/Functional/PathAliasTest.php
- Tests alias functionality through the node interfaces.
- PathTaxonomyTermTest::testTermAlias in core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php
- Tests alias functionality through the admin interfaces.
- PrepareUninstallTest::testUninstall in core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php
- Tests that Node and Taxonomy can be uninstalled.
- ReEnableModuleFieldTest::testReEnabledField in core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php
- Test the behavior of a field module after being disabled and re-enabled.
- ResponsiveImageAdminUITest::testResponsiveImageAdmin in core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php
- Test responsive image administration functionality.
- SaveUploadFormTest::testErrorMessagesAreNotChanged in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests that form validation does not change error messages.
- SearchAdvancedSearchFormTest::testNodeType in core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php
- Tests advanced search by node type.
- SearchBlockTest::testSearchFormBlock in core/modules/search/tests/src/Functional/SearchBlockTest.php
- Test that the search form block can be placed and works.
- SearchCommentCountToggleTest::testSearchCommentCountToggle in core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php
- Verify that comment count display toggles properly on comment status of node
- SearchCommentTest::testAddNewComment in core/modules/search/tests/src/Functional/SearchCommentTest.php
- Verify that 'add new comment' does not appear in search results or index.
- SearchConfigSettingsFormTest::testSearchModuleDisabling in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
- Verifies that you can disable individual search plugins.
- SearchConfigSettingsFormTest::testSearchSettingsPage in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
- Verifies the search settings form.
- SearchEmbedFormTest::testEmbeddedForm in core/modules/search/tests/src/Functional/SearchEmbedFormTest.php
- Tests that the embedded form appears and can be submitted.
- SearchExactTest::testExactQuery in core/modules/search/tests/src/Functional/SearchExactTest.php
- Tests that the correct number of pager links are found for both keywords and phrases.
- SearchKeywordsConditionsTest::testSearchKeywordsConditions in core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php
- Verify the keywords are captured and conditions respected.
- SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeDeletion in core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php
- Tests that the search index info is updated when a node is deleted.
- SearchNumberMatchingTest::testNumberSearching in core/modules/search/tests/src/Functional/SearchNumberMatchingTest.php
- Tests that all the numbers can be searched.
- SearchNumbersTest::testNumberSearching in core/modules/search/tests/src/Functional/SearchNumbersTest.php
- Tests that all the numbers can be searched.
- SearchPageTextTest::testSearchText in core/modules/search/tests/src/Functional/SearchPageTextTest.php
- Tests the failed search text, and various other text on the search page.
- SearchQueryAlterTest::testQueryAlter in core/modules/search/tests/src/Functional/SearchQueryAlterTest.php
- Tests that the query alter works.
- SessionHttpsTest::testHttpsSession in core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php
- Tests HTTPS sessions.
- SessionTest::testDataPersistence in core/modules/system/tests/src/Functional/Session/SessionTest.php
- Test data persistence via the session_test module callbacks.
- SessionTest::testEmptyAnonymousSession in core/modules/system/tests/src/Functional/Session/SessionTest.php
- Test that empty anonymous sessions are destroyed.
- SiteMaintenanceTest::testSiteMaintenance in core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php
- Verifies site maintenance mode functionality.
- StandardTest::testStandard in core/profiles/standard/tests/src/Functional/StandardTest.php
- Tests Standard installation profile.
- StatisticsAdminTest::testExpiredLogs in core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php
- Tests that cron clears day counts and expired access logs.
- StatusExtraTest::testStatusExtra in core/modules/node/tests/src/Functional/Views/StatusExtraTest.php
- Tests the status extra filter.
- StatusTest::testStatusPage in core/modules/system/tests/src/Functional/System/StatusTest.php
- Tests that the status page returns.
- StyleSerializerTest::testFieldRawOutput in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
- Tests the raw output options for row field rendering.
- StyleUITest::testStyleUI in core/modules/views_ui/tests/src/Functional/StyleUITest.php
- Tests changing the style plugin and changing some options of a style.
- SystemAuthorizeTest::testFileTransferHooks in core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php
- Tests the FileTransfer hooks
- TaggedWithTest::testTaggedWith in core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php
- Tests the "tagged with" functionality.
- TaxonomyParentUITest::testTaxonomyParentUI in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.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.
- TaxonomyVocabularyArgumentTest::testTermWithVocabularyArgument in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php
- Tests the vocabulary argument handler.
- TermTest::testNodeTermCreationAndDeletion in core/modules/taxonomy/tests/src/Functional/TermTest.php
- Test term creation with a free-tagging vocabulary from the node form.
- TermTest::testTaxonomyTermChildTerms in core/modules/taxonomy/tests/src/Functional/TermTest.php
- Tests that many terms with parents show on each page
- TermTranslationFieldViewTest::testTranslatedTaxonomyTermReferenceDisplay in core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php
- Tests if the translated taxonomy term is displayed.
- ThemeTest::testInstallAndSetAsDefault in core/modules/system/tests/src/Functional/System/ThemeTest.php
- Tests installing a theme and setting it as default.
- ThemeTest::testNegotiatorPriorities in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
- Tests the priority of some theme negotiators.
- ThemeTest::testThemeSettings in core/modules/system/tests/src/Functional/System/ThemeTest.php
- Test the theme settings form.
- ThemeTest::testThemeSettingsLogo in core/modules/system/tests/src/Functional/System/ThemeTest.php
- Test the theme settings logo form.
- ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear in core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
- Tests that toolbar cache is cleared when string translations are made.
- ToolbarMenuTranslationTest::testToolbarClasses in core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php
- Tests that toolbar classes don't change when adding a translation.
- TourHelpPageTest::verifyHelp in core/modules/tour/tests/src/Functional/TourHelpPageTest.php
- Verifies the logged in user has access to the help properly.
- TrackerNodeAccessTest::testTrackerNodeAccess in core/modules/tracker/tests/src/Functional/TrackerNodeAccessTest.php
- Ensure private node on /tracker is only visible to users with permission.
- TrackerTest::testTrackerAll in core/modules/tracker/tests/src/Functional/TrackerTest.php
- Tests for the presence of nodes on the global tracker listing.
- TrackerTest::testTrackerUser in core/modules/tracker/tests/src/Functional/TrackerTest.php
- Tests for the presence of nodes on a user's tracker listing.
- TransformedConfigExportImportUITest::testTransformedExportImport in core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php
- Tests a simple site export import case.
- TranslatedViewTest::testTranslatedStrings in core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php
- TwigExtensionTest::testTwigExtensionFunction in core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php
- Tests that the Twig extension's function produces expected output.
- TwigTransTest::assertTwigTransTags in core/modules/system/tests/src/Functional/Theme/TwigTransTest.php
- Asserts Twig trans tags.
- 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::testUninstallPage in core/modules/system/tests/src/Functional/Module/UninstallTest.php
- Tests the Uninstall page and Uninstall confirmation page.
- UpdateContribTest::testHookUpdateStatusAlter in core/modules/update/tests/src/Functional/UpdateContribTest.php
- Checks that hook_update_status_alter() works to change a status.
- UpdateContribTest::testNoReleasesAvailable in core/modules/update/tests/src/Functional/UpdateContribTest.php
- Tests when there is no available release data for a contrib module.
- UpdateContribTest::testUpdateBrokenFetchURL in core/modules/update/tests/src/Functional/UpdateContribTest.php
- Makes sure that if we fetch from a broken URL, sane things happen.
- UpdateContribTest::testUpdateContribBasic in core/modules/update/tests/src/Functional/UpdateContribTest.php
- Tests the basic functionality of a contrib module on the status report.
- UpdateContribTest::testUpdateContribOrder in core/modules/update/tests/src/Functional/UpdateContribTest.php
- Tests that contrib projects are ordered by project name.
- UpdateContribTest::testUpdateShowDisabledThemes in core/modules/update/tests/src/Functional/UpdateContribTest.php
- Tests that disabled themes are only shown when desired.
- UpdateCoreTest::testDatestampMismatch in core/modules/update/tests/src/Functional/UpdateCoreTest.php
- Ensures proper results where there are date mismatches among modules.
- UpdateCoreTest::testMajorUpdateAvailable in core/modules/update/tests/src/Functional/UpdateCoreTest.php
- Tests the Update Manager module when a major update is available.
- UpdateCoreTest::testModulePageRegularUpdate in core/modules/update/tests/src/Functional/UpdateCoreTest.php
- Checks the messages at admin/modules when an update is missing.
- UpdateCoreTest::testModulePageRunCron in core/modules/update/tests/src/Functional/UpdateCoreTest.php
- Checks that running cron updates the list of available updates.
- UpdateCoreTest::testModulePageSecurityUpdate in core/modules/update/tests/src/Functional/UpdateCoreTest.php
- Checks the messages at admin/modules when a security update is missing.
- UpdateCoreTest::testModulePageUpToDate in core/modules/update/tests/src/Functional/UpdateCoreTest.php
- Checks the messages at admin/modules when the site is up to date.
- UpdateCoreTest::testNormalUpdateAvailable in core/modules/update/tests/src/Functional/UpdateCoreTest.php
- Tests the Update Manager module when one normal update is available.
- UpdateCoreTest::testNoUpdatesAvailable in core/modules/update/tests/src/Functional/UpdateCoreTest.php
- Tests the Update Manager module when no updates are available.
- UpdateCoreTest::testServiceUnavailable in core/modules/update/tests/src/Functional/UpdateCoreTest.php
- Tests the Update Manager module when the update server returns 503 errors.
- UpdatePathRC1TestBaseFilledTest::testUpdatedSite in core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php
- Tests that the content and configuration were properly updated.
- UpdatePathTestBaseFilledTest::testUpdatedSite in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php
- Tests that the content and configuration were properly updated.
- UpdateScriptTest::runUpdates in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
- Helper function to run updates via the browser.
- UpdateScriptTest::testRequirements in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
- Tests that requirements warnings and errors are correctly displayed.
- UpdateTestBase::standardTests in core/modules/update/tests/src/Functional/UpdateTestBase.php
- Runs a series of assertions that are applicable to all update statuses.
- UpdateUploadTest::testUpdateManagerCoreSecurityUpdateMessages in core/modules/update/tests/src/Functional/UpdateUploadTest.php
- Checks the messages on update manager pages when missing a security update.
- UserAdminTest::testUserAdmin in core/modules/user/tests/src/Functional/UserAdminTest.php
- Registers a user and deletes it.
- UserBlocksTest::testUserLoginBlock in core/modules/user/tests/src/Functional/UserBlocksTest.php
- Test the user login block.
- UserCancelTest::testUserBlock in core/modules/user/tests/src/Functional/UserCancelTest.php
- Disable account and keep all content.
- UserCreateFailMailTest::testUserAdd in core/modules/user/tests/src/Functional/UserCreateFailMailTest.php
- Tests the create user administration page.
- UserCreateTest::testUserAdd in core/modules/user/tests/src/Functional/UserCreateTest.php
- Create a user through the administration interface and ensure that it
displays in the user list.
- UserFieldsAccessChangeTest::testUserFieldAccess in core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php
- Tests if another module can change field access.
- UserPasswordResetTest::assertNoPasswordIpFlood in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
- Makes assertions about a password reset not triggering IP flood control.
- UserPasswordResetTest::assertNoPasswordUserFlood in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
- Makes assertions about a password reset not triggering user flood control.
- UserPasswordResetTest::assertValidPasswordReset in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
- Helper function to make assertions about a valid password reset.
- UserPasswordResetTest::testResetImpersonation in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
- Make sure that users cannot forge password reset URLs of other users.
- UserPasswordResetTest::testUserPasswordReset in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
- Tests password reset functionality.
- UserRegistrationTest::testRegistrationWithUserFields in core/modules/user/tests/src/Functional/UserRegistrationTest.php
- Tests Field API fields on user registration forms.
- UserRoleAdminTest::testRoleAdministration in core/modules/user/tests/src/Functional/UserRoleAdminTest.php
- Test adding, renaming and deleting roles.
- ValidationTest::testCustomRequiredError in core/modules/system/tests/src/Functional/Form/ValidationTest.php
- Tests #required with custom validation errors.
- ValidationTest::testValidate in core/modules/system/tests/src/Functional/Form/ValidationTest.php
- Tests #element_validate and #validate.
- ValidationTest::testValidateLimitErrors in core/modules/system/tests/src/Functional/Form/ValidationTest.php
- Tests partial form validation through #limit_validation_errors.
- ViewsBulkTest::testBulkSelection in core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php
- Tests bulk selection.
- WorkspaceContentModerationIntegrationTest::testModerationInWorkspace in core/modules/content_moderation/tests/src/Functional/WorkspaceContentModerationIntegrationTest.php
- Tests moderating nodes in a workspace.