You are here
480 calls to AssertLegacyTrait::assertRaw() in Drupal 8
- AccessDeniedTest::testAccessDenied in core/modules/system/tests/src/Functional/System/AccessDeniedTest.php
- ActionListTest::testEmptyActionList in core/modules/action/tests/src/Functional/ActionListTest.php
- Tests the behavior when there are no actions to list in the admin page.
- ActionUninstallTest::testActionUninstall in core/modules/action/tests/src/Functional/ActionUninstallTest.php
- Tests Action uninstall.
- AddFeedTest::testAddFeed in core/modules/aggregator/tests/src/Functional/AddFeedTest.php
- Creates and ensures that a feed is unique, checks source, and deletes feed.
- AdminMetaTagTest::testMetaTag in core/modules/system/tests/src/Functional/System/AdminMetaTagTest.php
- Verify that the meta tag HTML is generated correctly.
- AdminPathEntityConverterLanguageTest::testConfigUsingCurrentLanguage in core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php
- Tests the translated and untranslated config entities are loaded properly.
- AggregatorTestBase::deleteFeed in core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php
- Deletes an aggregator feed.
- AggregatorTestBase::deleteFeedItems in core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php
- Confirms an item removal from a feed.
- AjaxPageStateTest::testHtml5ShivIsNotLoaded in core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php
- Give ajax_page_state[libraries]=core/html5shiv to exclude the library.
- AjaxPageStateTest::testLibrariesAvailable in core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php
- Default functionality without the param ajax_page_state[libraries].
- AjaxPageStateTest::testMultipleLibrariesAreNotLoaded in core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php
- Test if multiple libraries can be excluded.
- BasicAuthTest::testControllerNotCalledBeforeAuth in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
- Tests if the controller is called before authentication.
- BasicTest::testViewsWizardAndListing in core/modules/views/tests/src/Functional/Wizard/BasicTest.php
- BigPipeTest::assertBigPipeNoJsPlaceholders in core/modules/big_pipe/tests/src/Functional/BigPipeTest.php
- Asserts expected BigPipe no-JS placeholders are present and replaced.
- BigPipeTest::assertBigPipePlaceholders in core/modules/big_pipe/tests/src/Functional/BigPipeTest.php
- Asserts expected BigPipe placeholders are present and replaced.
- BigPipeTest::testBigPipe in core/modules/big_pipe/tests/src/Functional/BigPipeTest.php
- Tests BigPipe-delivered HTML responses when JavaScript is enabled.
- BigPipeTest::testBigPipeMultiOccurrencePlaceholders in core/modules/big_pipe/tests/src/Functional/BigPipeTest.php
- Tests BigPipe with a multi-occurrence placeholder.
- BigPipeTest::testBigPipeNoJs in core/modules/big_pipe/tests/src/Functional/BigPipeTest.php
- Tests BigPipe-delivered HTML responses when JavaScript is disabled.
- BigPipeTest::testNoJsDetection in core/modules/big_pipe/tests/src/Functional/BigPipeTest.php
- Tests BigPipe's no-JS detection.
- BlockContentCreationTest::testBlockContentCreation in core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php
- Creates a "Basic page" block and verifies its consistency in the database.
- BlockContentCreationTest::testBlockContentCreationMultipleViewModes in core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php
- Creates a "Basic page" block with multiple view modes.
- BlockContentCreationTest::testBlockDelete in core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php
- Test deleting a block.
- BlockContentCreationTest::testDefaultBlockContentCreation in core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php
- Create a default custom block.
- BlockContentPageViewTest::testPageEdit in core/modules/block_content/tests/src/Functional/BlockContentPageViewTest.php
- Checks block edit and fallback functionality.
- BlockContentTranslationUITest::doTestTranslationEdit in core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php
- Tests edit content translation.
- BlockContentTypeTest::testBlockContentTypeDeletion in core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php
- Tests deleting a block type that still has content.
- BlockContentTypeTest::testBlockContentTypeEditing in core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php
- Tests editing a block type using the UI.
- BlockContextMappingUpdateTest::testUpdateHookN in core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateTest.php
- Tests that block context mapping is updated properly.
- BlockInvalidRegionTest::testBlockInInvalidRegion in core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php
- Tests that blocks assigned to invalid regions work correctly.
- BlockTest::testBlock in core/modules/block/tests/src/Functional/BlockTest.php
- Test configuring and moving a module-define block to specific regions.
- BlockUiTest::testContextAwareBlocks in core/modules/block/tests/src/Functional/BlockUiTest.php
- Tests the behavior of context-aware blocks.
- BookTest::testBookDelete in core/modules/book/tests/src/Functional/BookTest.php
- Tests the access for deleting top-level book nodes.
- BookTest::testBookExport in core/modules/book/tests/src/Functional/BookTest.php
- Tests book export ("printer-friendly version") functionality.
- BookTest::testBookNavigationCacheContext in core/modules/book/tests/src/Functional/BookTest.php
- Tests the book navigation cache context.
- BookTest::testBookOutline in core/modules/book/tests/src/Functional/BookTest.php
- Tests outline of a book.
- BooleanFieldTest::testBooleanField in core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php
- Tests boolean field.
- BreadcrumbTest::testBreadCrumbs in core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php
- Tests breadcrumbs on node and administrative paths.
- BulkFormAccessTest::testNodeEditAccess in core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php
- Tests if nodes that may not be edited, can not be edited in bulk.
- BulkFormAccessTest::testUserEditAccess in core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php
- Tests if users that may not be edited, can not be edited in bulk.
- BulkFormTest::testBulkForm in core/modules/user/tests/src/Functional/Views/BulkFormTest.php
- Tests the user bulk form.
- CachedDataUITest::testCacheData in core/modules/views_ui/tests/src/Functional/CachedDataUITest.php
- Tests the shared tempstore views data in the UI.
- CKEditorAdminTest::testExistingFormat in core/modules/ckeditor/tests/src/Functional/CKEditorAdminTest.php
- Tests configuring a text editor for an existing text format.
- CKEditorStylesComboAdminTest::testExistingFormat in core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboAdminTest.php
- Tests StylesCombo settings for an existing text format.
- CKEditorToolbarButtonTest::testImageButtonDisplay in core/modules/ckeditor/tests/src/Functional/CKEditorToolbarButtonTest.php
- Method tests CKEditor image buttons.
- ColorSafePreviewTest::testColorPreview in core/modules/color/tests/src/Functional/ColorSafePreviewTest.php
- Ensures color preview.html is sanitized.
- ColorTest::testOverrideAndResetScheme in core/modules/color/tests/src/Functional/ColorTest.php
- Test whether the scheme can be set, viewed anonymously and reset.
- CommentAdminTest::testCommentedTranslationDeletion in core/modules/comment/tests/src/Functional/CommentAdminTest.php
- Tests commented translation deletion admin view.
- CommentAnonymousTest::testAnonymous in core/modules/comment/tests/src/Functional/CommentAnonymousTest.php
- Tests anonymous comment functionality.
- CommentBlockTest::testRecentCommentBlock in core/modules/comment/tests/src/Functional/CommentBlockTest.php
- Tests the recent comments block.
- CommentCSSTest::testCommentClasses in core/modules/comment/tests/src/Functional/CommentCSSTest.php
- Tests CSS classes on comments.
- CommentInterfaceTest::testViewMode in core/modules/comment/tests/src/Functional/CommentInterfaceTest.php
- Tests the comment formatter configured with a custom comment view mode.
- CommentLanguageTest::testCommentLanguage in core/modules/comment/tests/src/Functional/CommentLanguageTest.php
- Test that comment language is properly set.
- CommentNonNodeTest::performCommentOperation in core/modules/comment/tests/src/Functional/CommentNonNodeTest.php
- Performs the specified operation on the specified comment.
- CommentNonNodeTest::testCommentFunctionality in core/modules/comment/tests/src/Functional/CommentNonNodeTest.php
- Tests anonymous comment functionality.
- CommentPagerTest::testCommentPaging in core/modules/comment/tests/src/Functional/CommentPagerTest.php
- Confirms comment paging works correctly with flat and threaded comments.
- CommentPagerTest::testTwoPagers in core/modules/comment/tests/src/Functional/CommentPagerTest.php
- Confirms comment paging works correctly with two pagers.
- CommentPreviewTest::testCommentPreview in core/modules/comment/tests/src/Functional/CommentPreviewTest.php
- Tests comment preview.
- CommentRssTest::testCommentRss in core/modules/comment/tests/src/Functional/CommentRssTest.php
- Tests comments as part of an RSS feed.
- CommentTestBase::performCommentOperation in core/modules/comment/tests/src/Functional/CommentTestBase.php
- Performs the specified operation on the specified comment.
- CommentTranslationUITest::doTestTranslationEdit in core/modules/comment/tests/src/Functional/CommentTranslationUITest.php
- Tests edit content translation.
- CommentTypeTest::testCommentTypeDeletion in core/modules/comment/tests/src/Functional/CommentTypeTest.php
- Tests deleting a comment type that still has content.
- CommentTypeTest::testCommentTypeEditing in core/modules/comment/tests/src/Functional/CommentTypeTest.php
- Tests editing a comment type using the UI.
- ConfigEntityListTest::testPager in core/modules/config/tests/src/Functional/ConfigEntityListTest.php
- Test paging.
- 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.
- ConfigImportUITest::testEntityBundleDelete in core/modules/config/tests/src/Functional/ConfigImportUITest.php
- Tests the config importer cannot delete bundles with existing entities.
- ConfigImportUITest::testImport in core/modules/config/tests/src/Functional/ConfigImportUITest.php
- Tests importing configuration.
- ConfigImportUploadTest::testImport in core/modules/config/tests/src/Functional/ConfigImportUploadTest.php
- Tests importing configuration.
- ConfigInstallWebTest::testConfigModuleRequirements in core/modules/config/tests/src/Functional/ConfigInstallWebTest.php
- Tests config_requirements().
- ConfigInstallWebTest::testPreExistingConfigInstall in core/modules/config/tests/src/Functional/ConfigInstallWebTest.php
- Tests pre-existing configuration detection.
- ConfigInstallWebTest::testUnmetDependenciesInstall in core/modules/config/tests/src/Functional/ConfigInstallWebTest.php
- Tests unmet dependencies detection.
- ConfigSingleImportExportTest::testImport in core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php
- Tests importing a single configuration file.
- ConfigSingleImportExportTest::testImportSimpleConfiguration in core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php
- Tests importing a simple configuration file.
- ConfigTranslationListUiTest::doBlockListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
- Tests the block listing for the translate operation.
- ConfigTranslationListUiTest::doContactFormsListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
- Tests the contact forms listing for the translate operation.
- ConfigTranslationListUiTest::doContentTypeListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
- Tests the content type listing for the translate operation.
- ConfigTranslationListUiTest::doCustomContentTypeListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
- Tests the custom block listing for the translate operation.
- ConfigTranslationListUiTest::doDateFormatListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
- Tests the date format listing for the translate operation.
- ConfigTranslationListUiTest::doFieldListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
- Tests the field listing for the translate operation.
- ConfigTranslationListUiTest::doFormatsListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
- Tests the formats listing for the translate operation.
- ConfigTranslationListUiTest::doImageStyleListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
- Tests the image style listing for the translate operation.
- ConfigTranslationListUiTest::doLanguageListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
- Tests the language listing for the translate operation.
- ConfigTranslationListUiTest::doMenuListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
- Tests the menu listing for the translate operation.
- ConfigTranslationListUiTest::doResponsiveImageListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
- Tests the responsive image mapping listing for the translate operation.
- ConfigTranslationListUiTest::doSettingsPageTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
- Tests a given settings page for the translate operation.
- ConfigTranslationListUiTest::doShortcutListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
- Tests the shortcut listing for the translate operation.
- ConfigTranslationListUiTest::doUserRoleListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
- Tests the role listing for the translate operation.
- ConfigTranslationListUiTest::doVocabularyListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
- Tests the vocabulary listing for the translate operation.
- ConfigTranslationOverviewTest::testMapperListPage in core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php
- Tests the config translation mapper page.
- ConfigTranslationUiTest::setSiteInformation in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
- Sets site name and slogan for default language, helps in tests.
- ConfigTranslationUiTest::testContactConfigEntityTranslation in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
- Tests the contact form translation.
- ConfigTranslationUiTest::testDateFormatTranslation in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
- Tests date format translation.
- ConfigTranslationUiTest::testNodeFieldTranslation in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
- Tests field translation for node fields.
- ConfigTranslationUiTest::testPluralConfigStrings in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
- Test translation of plural strings with multiple plural forms in config.
- ConfigTranslationUiTest::testPluralConfigStringsSourceElements in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
- Test the number of source elements for plural strings in config translation forms.
- ConfigTranslationUiTest::testSingleLanguageUI in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
- Tests the single language existing.
- 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.
- ConfigTranslationUiTest::testViewsTranslationUI in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
- Tests the views translation interface.
- ConfigTranslationViewListUiTest::testTranslateOperationInViewListUi in core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php
- Tests views_ui list to see if translate link is added to operations.
- ConfigurationTest::testActionConfiguration in core/modules/action/tests/src/Functional/ConfigurationTest.php
- Tests configuration of advanced actions through administration interface.
- ContactPersonalTest::testPersonalContactAccess in core/modules/contact/tests/src/Functional/ContactPersonalTest.php
- Tests access to the personal contact form.
- ContactPersonalTest::testPersonalContactFlood in core/modules/contact/tests/src/Functional/ContactPersonalTest.php
- Tests the personal contact form flood protection.
- ContactPersonalTest::testSendPersonalContactMessage in core/modules/contact/tests/src/Functional/ContactPersonalTest.php
- Tests that mails for contact messages are correctly sent.
- ContactSitewideTest::deleteContactForms in core/modules/contact/tests/src/Functional/ContactSitewideTest.php
- Deletes all forms.
- 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.
- ContentTranslationContextualLinksTest::testContentTranslationContextualLinks in core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php
- Tests that a contextual link is available for translating a node.
- ContentTranslationEnableTest::testEnable in core/modules/content_translation/tests/src/Functional/ContentTranslationEnableTest.php
- Tests that entity schemas are up-to-date after enabling translation.
- ContentTranslationLanguageChangeTest::testTitleDoesNotChangesOnChangingLanguageWidgetAndTriggeringAjaxCall in core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php
- Test that title does not change on ajax call with new language value.
- ContentTranslationUITestBase::doTestBasicTranslation in core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
- Tests the basic translation workflow.
- ContentTranslationUITestBase::doTestTranslationEdit in core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
- Tests edit content translation.
- ContextualDynamicContextTest::testDifferentPermissions in core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php
- Tests contextual links with different permissions.
- DateRangeFieldTest::testAlldayRangeField in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
- Tests all-day field.
- DateRangeFieldTest::testDateRangeField in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
- Tests date field functionality.
- DateRangeFieldTest::testDatetimeRangeField in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
- Tests date and time field.
- DateTimeFieldTest::testDateField in core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
- Tests date field functionality.
- DateTimeFieldTest::testDatetimeField in core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
- Tests date and time field.
- DateTimeTest::testDateFormatConfiguration in core/modules/system/tests/src/Functional/System/DateTimeTest.php
- Test date format configuration.
- DbLogTest::doUser in core/modules/dblog/tests/src/Functional/DbLogTest.php
- Generates and then verifies some user events.
- DbLogTest::testBacktrace in core/modules/dblog/tests/src/Functional/DbLogTest.php
- Tests that the details page displays correctly backtrace.
- DbLogTest::testLogEventPage in core/modules/dblog/tests/src/Functional/DbLogTest.php
- Test individual log event page.
- DbLogTest::testOverviewLinks in core/modules/dblog/tests/src/Functional/DbLogTest.php
- Make sure HTML tags are filtered out in the log overview links.
- DbLogTest::verifyLinkEscaping in core/modules/dblog/tests/src/Functional/DbLogTest.php
- Tests the escaping of links in the operation row of a database log detail
page.
- DefaultMobileMetaTagsTest::testDefaultMetaTagsExist in core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php
- Verifies that the default mobile meta tags are added.
- DefaultViewsTest::testPathDestination in core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php
- Tests that page displays show the correct path.
- DependencyTest::testIncompatibleCoreVersionDependency in core/modules/system/tests/src/Functional/Module/DependencyTest.php
- Tests enabling a module that depends on a module with an incompatible core version.
- DependencyTest::testIncompatibleModuleVersionDependency in core/modules/system/tests/src/Functional/Module/DependencyTest.php
- Tests enabling a module that depends on an incompatible version of a module.
- DependencyTest::testIncompatiblePhpVersionDependency in core/modules/system/tests/src/Functional/Module/DependencyTest.php
- Tests failing PHP version requirements.
- DependencyTest::testMissingModules in core/modules/system/tests/src/Functional/Module/DependencyTest.php
- Attempts to enable a module with a missing dependency.
- DisplayBlockTest::testBlockContextualLinks in core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php
- Tests the contextual links on a Views block.
- DisplayFeedTest::testFeedFieldOutput in core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php
- Tests the rendered output for fields display.
- DisplayFeedTest::testFeedOutput in core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php
- Tests the rendered output.
- DisplayPathTest::doPathXssFilterTest in core/modules/views_ui/tests/src/Functional/DisplayPathTest.php
- Tests that View paths are properly filtered for XSS.
- DisplayPathTest::testDeleteWithNoPath in core/modules/views_ui/tests/src/Functional/DisplayPathTest.php
- Tests deleting a page display that has no path.
- DisplayVariantTest::testPageDisplayVariantSelectionEvent in core/modules/system/tests/src/Functional/Render/DisplayVariantTest.php
- Tests selecting the variant and passing configuration.
- 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.
- DistributionProfileTranslationTest::setUpSettings in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php
- Installer step: Configure settings.
- DownloadTest::checkUrl in core/modules/file/tests/src/Functional/DownloadTest.php
- Download a file from the URL generated by file_create_url().
- DrupalMessengerServiceTest::testDrupalMessengerService in core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php
- Tests Messenger service.
- DynamicPageCacheIntegrationTest::testDynamicPageCache in core/modules/dynamic_page_cache/tests/src/Functional/DynamicPageCacheIntegrationTest.php
- Tests that Dynamic Page Cache works correctly, and verifies the edge cases.
- EarlyRenderingControllerTest::testEarlyRendering in core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php
- Tests theme preprocess functions being able to attach assets.
- EditorAdminTest::testDisableFormatWithEditor in core/modules/editor/tests/src/Functional/EditorAdminTest.php
- Tests format disabling.
- EditorAdminTest::testNoEditorAvailable in core/modules/editor/tests/src/Functional/EditorAdminTest.php
- Tests an existing format without any editors available.
- EditorUploadImageScaleTest::testEditorUploadImageScale in core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php
- Tests scaling of inline images.
- ElementTest::testFormAutocomplete in core/modules/system/tests/src/Functional/Form/ElementTest.php
- Tests a form with a autocomplete setting..
- ElementTest::testOptions in core/modules/system/tests/src/Functional/Form/ElementTest.php
- Tests expansion of #options for #type checkboxes and radios.
- EmailFieldTest::testEmailField in core/modules/field/tests/src/Functional/Email/EmailFieldTest.php
- Tests email field.
- EmailTest::testFormEmail in core/modules/system/tests/src/Functional/Form/EmailTest.php
- Tests that #type 'email' fields are properly validated.
- EngineTwigTest::testRenderable in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
- Tests the rendering of renderables.
- EngineTwigTest::testTwigAttachLibrary in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
- Tests the attach of asset libraries.
- EngineTwigTest::testTwigFileUrls in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
- Tests the automatic/magic calling of toString() on objects, if exists.
- EngineTwigTest::testTwigLinkGenerator in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
- Tests the link_generator Twig functions.
- EngineTwigTest::testTwigUrlGenerator in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
- Tests the url and url_generate Twig functions.
- EngineTwigTest::testTwigUrlToString in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
- Tests the magic url to string Twig functions.
- EngineTwigTest::testTwigVariableDataTypes in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
- Tests that the Twig engine handles PHP data correctly.
- EntityDisplayModeTest::testEntityFormModeUI in core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php
- Tests the EntityFormMode user interface.
- EntityDisplayModeTest::testEntityViewModeUI in core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php
- Tests the EntityViewMode user interface.
- EntityListBuilderTest::testPager in core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php
- Test paging.
- EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php
- Tests the Entity Reference Admin UI.
- EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultValue in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php
- Tests that default values are correctly translated to UUIDs in config.
- EntityTranslationFormTest::testEntityFormLanguage in core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php
- Tests entity form language.
- EntityViewControllerTest::testEntityViewController in core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php
- Tests EntityViewController.
- ErrorHandlerTest::assertErrorMessage in core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php
- Helper function: assert that the error message is found.
- ErrorHandlerTest::testErrorHandler in core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php
- Test the error handler.
- ErrorHandlerTest::testExceptionHandler in core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php
- Test the exception handler.
- ExposedFormTest::testExposedBlock in core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
- Tests the exposed block functionality.
- ExposedFormTest::testExposedSortAndItemsPerPage in core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
- Tests exposed forms with exposed sort and items per page.
- ExposedFormTest::testFormErrorWithExposedForm in core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
- Tests a view which is rendered after a form with a validation error.
- FastTest::testUserAutocomplete in core/modules/system/tests/src/Functional/Theme/FastTest.php
- Tests access to user autocompletion and verify the correct results.
- FeedParserTest::testHtmlEntitiesSample in core/modules/aggregator/tests/src/Functional/FeedParserTest.php
- Tests a feed that uses HTML entities in item titles.
- FeedParserTest::testInvalidFeed in core/modules/aggregator/tests/src/Functional/FeedParserTest.php
- Tests error handling when an invalid feed is added.
- FeedParserTest::testRSS091Sample in core/modules/aggregator/tests/src/Functional/FeedParserTest.php
- Tests a feed that uses the RSS 0.91 format.
- FieldDropButtonTest::testDropbutton in core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php
- Tests dropbutton field.
- FieldUIIndentationTest::testIndentation in core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php
- FileFieldDisplayTest::testNodeDisplay in core/modules/file/tests/src/Functional/FileFieldDisplayTest.php
- Tests normal formatter display on node display.
- FileFieldValidateTest::testFileExtension in core/modules/file/tests/src/Functional/FileFieldValidateTest.php
- Tests file extension checking.
- FileFieldValidateTest::testFileMaxSize in core/modules/file/tests/src/Functional/FileFieldValidateTest.php
- Tests the max file size validator.
- FileFieldValidateTest::testRequired in core/modules/file/tests/src/Functional/FileFieldValidateTest.php
- Tests the required property on file fields.
- FileFieldWidgetTest::testUploadingMoreFilesThenAllowed in core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetTest.php
- Tests uploading more files then allowed at once.
- FileFieldWidgetTest::testWidgetValidation in core/modules/file/tests/src/Functional/FileFieldWidgetTest.php
- Tests validation with the Upload button.
- FileListingTest::testFileListingPages in core/modules/file/tests/src/Functional/FileListingTest.php
- Tests file overview with different user permissions.
- FileManagedFileElementTest::testManagedFile in core/modules/file/tests/src/Functional/FileManagedFileElementTest.php
- Tests the managed_file element type.
- FileManagedFileElementTest::testManagedFileRemoved in core/modules/file/tests/src/Functional/FileManagedFileElementTest.php
- Ensure that warning is shown if file on the field has been removed.
- FileOnTranslatedEntityTest::testSyncedFiles in core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php
- Tests synced file fields on translated nodes.
- FilePrivateTest::testPrivateFile in core/modules/file/tests/src/Functional/FilePrivateTest.php
- Tests file access for file uploaded to a private node.
- FilterAdminTest::testDisabledFormat in core/modules/filter/tests/src/Functional/FilterAdminTest.php
- Tests whether a field using a disabled format is rendered.
- FilterAdminTest::testFilterAdmin in core/modules/filter/tests/src/Functional/FilterAdminTest.php
- Tests filter administration functionality.
- FilterAdminTest::testFilterTipHtmlEscape in core/modules/filter/tests/src/Functional/FilterAdminTest.php
- Tests whether filter tips page is not HTML escaped.
- FilterAdminTest::testFormatAdmin in core/modules/filter/tests/src/Functional/FilterAdminTest.php
- Tests the format administration functionality.
- FilterHooksTest::testFilterHooks in core/modules/filter/tests/src/Functional/FilterHooksTest.php
- Tests hooks on format management.
- FilterNumericWebTest::testFilterNumericUI in core/modules/views_ui/tests/src/Functional/FilterNumericWebTest.php
- Tests the filter numeric UI.
- FilterUITest::testFiltersUI in core/modules/views_ui/tests/src/Functional/FilterUITest.php
- Tests the filters from the UI.
- FormTest::testCheckboxProcessing in core/modules/system/tests/src/Functional/Form/FormTest.php
- Test default value handling for checkboxes.
- FormTest::testColorValidation in core/modules/system/tests/src/Functional/Form/FormTest.php
- Tests validation of #type 'color' elements.
- FormTest::testFieldFormMultipleWidget in core/modules/field/tests/src/Functional/FormTest.php
- Tests widgets handling multiple values.
- FormTest::testFieldFormSingle in core/modules/field/tests/src/Functional/FormTest.php
- FormTest::testFieldFormSingleRequired in core/modules/field/tests/src/Functional/FormTest.php
- FormTest::testNumber in core/modules/system/tests/src/Functional/Form/FormTest.php
- Tests validation of #type 'number' and 'range' elements.
- FormTest::testRequiredCheckboxesRadio in core/modules/system/tests/src/Functional/Form/FormTest.php
- Tests validation for required checkbox, select, and radio elements.
- FormTest::testRequiredTextfieldNoTitle in core/modules/system/tests/src/Functional/Form/FormTest.php
- Tests validation for required textfield element without title.
- ForumTest::createForumTopic in core/modules/forum/tests/src/Functional/ForumTest.php
- Creates a forum topic.
- ForumTest::doAdminTests in core/modules/forum/tests/src/Functional/ForumTest.php
- Runs admin tests on the admin user.
- ForumTest::editForumVocabulary in core/modules/forum/tests/src/Functional/ForumTest.php
- Edits the forum taxonomy.
- ForumTest::testForum in core/modules/forum/tests/src/Functional/ForumTest.php
- Tests forum functionality through the admin and user interfaces.
- ForumTest::verifyForums in core/modules/forum/tests/src/Functional/ForumTest.php
- Verifies that the logged in user has access to a forum node.
- ForumTest::verifyForumView in core/modules/forum/tests/src/Functional/ForumTest.php
- Verifies the display of a forum page.
- FrontPageTest::testDrupalFrontPage in core/modules/system/tests/src/Functional/System/FrontPageTest.php
- Test front page functionality.
- HandlerFilterUserNameTest::testAdminUserInterface in core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php
- Tests using the user interface.
- HandlerFilterUserNameTest::testExposedFilter in core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php
- Tests exposed filters.
- HandlerTest::testErrorMissingHelp in core/modules/views_ui/tests/src/Functional/HandlerTest.php
- Ensures that no missing help text is shown.
- HelpTest::testHelp in core/modules/help/tests/src/Functional/HelpTest.php
- Logs in users, tests help pages.
- ImageAdminStylesTest::testConfigImport in core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
- Tests image style configuration import that does a delete.
- ImageAdminStylesTest::testImageStyleAccess in core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
- Tests access for the image style listing.
- ImageAdminStylesTest::testNumericStyleName in core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
- Test creating an image style with a numeric name and ensuring it can be
applied to an image.
- ImageAdminStylesTest::testStyle in core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
- General test to add a style, add/remove/edit effects to it, then delete it.
- ImageAdminStylesTest::testStyleReplacement in core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
- Test deleting a style and choosing a replacement style.
- ImageFieldDefaultImagesTest::testDefaultImages in core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php
- Tests CRUD for fields and field storages with default images.
- ImageFieldDisplayTest::testImageFieldDefaultImage in core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php
- Test use of a default image with an image field.
- ImageFieldDisplayTest::testImageFieldSettings in core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php
- Tests for image field settings.
- ImageFieldDisplayTest::_testImageFieldFormatters in core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php
- Test image formatters on node display.
- ImageFieldValidateTest::testResolution in core/modules/image/tests/src/Functional/ImageFieldValidateTest.php
- Test min/max resolution settings.
- ImageOnTranslatedEntityTest::testSyncedImages in core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php
- Tests synced file fields on translated nodes.
- ImageStyleDeleteTest::testDelete in core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php
- Tests image style deletion.
- ImportOpmlTest::submitImportForm in core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php
- Submits form with invalid, empty, and valid OPML files.
- ImportOpmlTest::validateImportFormFields in core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php
- Submits form filled with invalid fields.
- InstallerDatabaseErrorMessagesTest::testSetUpSettingsErrorMessage in core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php
- Verifies that the error message in the settings step is correct.
- InstallerExistingInstallationTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingInstallationTest.php
- Verifies that Drupal can't be reinstalled while an existing installation is
available.
- InstallerLanguagePageTest::setUpLanguage in core/tests/Drupal/FunctionalTests/Installer/InstallerLanguagePageTest.php
- Installer step: Select language.
- InstallerNonEnglishProfileWithoutLocaleModuleTest::testNonEnglishProfileWithoutLocaleModule in core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php
- Tests installing a profile with non-English language and no locale module.
- InstallerTest::setUpLanguage in core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php
- Installer step: Select language.
- InstallerTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php
- Ensures that the user page is available after installation.
- InstallerTranslationTest::setUpSettings in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php
- Installer step: Configure settings.
- InstallerTranslationTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php
- Verifies the expected behaviors of the installation result.
- IpAddressBlockingTest::testIPAddressValidation in core/modules/ban/tests/src/Functional/IpAddressBlockingTest.php
- Tests various user input to confirm correct validation and saving of data.
- LanguageBrowserDetectionTest::testUIBrowserLanguageMappings in core/modules/language/tests/src/Functional/LanguageBrowserDetectionTest.php
- Tests for adding, editing and deleting mappings between browser language
codes and Drupal language codes.
- LanguageConfigurationTest::testLanguageConfiguration in core/modules/language/tests/src/Functional/LanguageConfigurationTest.php
- Functional tests for adding, editing and deleting languages.
- LanguageCustomLanguageConfigurationTest::testLanguageConfiguration in core/modules/language/tests/src/Functional/LanguageCustomLanguageConfigurationTest.php
- Functional tests for adding, editing and deleting languages.
- LanguageListTest::testLanguageList in core/modules/language/tests/src/Functional/LanguageListTest.php
- Functional tests for adding, editing and deleting languages.
- LanguageUILanguageNegotiationTest::testLanguageDomain in core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php
- Tests URL handling when separate domains are used for multiple languages.
- LanguageUrlRewritingTest::setUp in core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php
- LinkFieldTest::assertValidEntries in core/modules/link/tests/src/Functional/LinkFieldTest.php
- Asserts that valid URLs can be submitted.
- LinkFieldTest::testLinkTitle in core/modules/link/tests/src/Functional/LinkFieldTest.php
- Tests the link title settings of a link field.
- LinkFieldTest::testURLValidation in core/modules/link/tests/src/Functional/LinkFieldTest.php
- Tests link field URL validation.
- LinkViewsTokensTest::testLinkViewsTokens in core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php
- LocalActionsAndTasksConvertedIntoBlocksUpdateTest::testUpdateHookN in core/modules/system/tests/src/Functional/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php
- Tests that local actions/tasks are being converted into blocks.
- LocaleContentTest::testContentTypeDirLang in core/modules/locale/tests/src/Functional/LocaleContentTest.php
- Test if a dir and lang tags exist in node's attributes.
- LocaleContentTest::testContentTypeLanguageConfiguration in core/modules/locale/tests/src/Functional/LocaleContentTest.php
- Test if a content type can be set to multilingual and language is present.
- LocaleExportTest::testExportTranslation in core/modules/locale/tests/src/Functional/LocaleExportTest.php
- Test exportation of translations.
- LocaleExportTest::testExportTranslationTemplateFile in core/modules/locale/tests/src/Functional/LocaleExportTest.php
- Test exportation of translation template file.
- LocaleImportFunctionalTest::testEmptyMsgstr in core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
- Test empty msgstr at end of .po file see #611786.
- LocaleImportFunctionalTest::testStandalonePoFile in core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
- Test import of standalone .po files.
- LocaleJavascriptTranslationTest::testLocaleTranslationJsDependencies in core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php
- Assert translations JS is added before drupal.js, because it depends on it.
- LocalePluralFormatTest::testPluralEditExport in core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php
- Tests plural editing and export functionality.
- LocaleTranslatedSchemaDefinitionTest::testTranslatedUpdate in core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php
- Tests that translations do not affect the update system.
- LocaleTranslationUiTest::testStringTranslation in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
- Adds a language and tests string translation by users with the appropriate permissions.
- LocaleUpdateInterfaceTest::testInterface in core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php
- Tests the user interfaces of the interface translation update system.
- LocaleUpdateTest::testEnableLanguage in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
- Tests automatic translation import when a language is added.
- LocaleUpdateTest::testEnableUninstallModule in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
- Tests automatic translation import when a module is enabled.
- LocaleUpdateTest::testUpdateImportSourceRemote in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
- Tests translation import from remote sources.
- ManageDisplayTest::testNoFieldsDisplayOverview in core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php
- Tests that a message is shown when there are no fields.
- ManageFieldsFunctionalTest::addExistingField in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
- Tests adding an existing field in another content type.
- ManageFieldsFunctionalTest::addPersistentFieldStorage in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
- Tests that persistent field storage appears in the field UI.
- ManageFieldsFunctionalTest::cardinalitySettings in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
- Tests the cardinality settings of a field.
- ManageFieldsFunctionalTest::manageFieldsPage in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
- Tests the manage fields page.
- ManageFieldsFunctionalTest::testExternalDestinations in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
- Tests that external URLs in the 'destinations' query parameter are blocked.
- ManageFieldsFunctionalTest::testHelpDescriptions in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
- Tests that help descriptions render valid HTML.
- MediaSourceOEmbedVideoTest::testMediaOEmbedVideoSource in core/modules/media/tests/src/FunctionalJavascript/MediaSourceOEmbedVideoTest.php
- Tests the oembed media source.
- MenuLinkContentDeleteFormTest::testMenuLinkContentDeleteForm in core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php
- Tests the MenuLinkContentDeleteForm class.
- MenuLinkContentFormTest::testMenuLinkContentForm in core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php
- Tests the MenuLinkContentForm class.
- MenuLinkContentTranslationUITest::doTestTranslationEdit in core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php
- Tests edit content translation.
- MenuLinkContentTranslationUITest::testTranslationLinkTheme in core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php
- Tests that translation page inherits admin status of edit page.
- MenuRouterTest::doTestExoticPath in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Test path containing "exotic" characters.
- MenuRouterTest::doTestThemeCallbackAdministrative in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Test the theme negotiation when it is set to use an administrative theme.
- MenuRouterTest::doTestThemeCallbackFakeTheme in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Test the theme negotiation when it is set to use a theme that does not exist.
- MenuRouterTest::doTestThemeCallbackMaintenanceMode in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Test the theme negotiation when the site is in maintenance mode.
- MenuRouterTest::doTestThemeCallbackNoThemeRequested in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Test the theme negotiation when no theme is requested.
- MenuRouterTest::doTestThemeCallbackOptionalTheme in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Test the theme negotiation when it is set to use an optional theme.
- MenuUiNodeTest::testMenuNodeFormWidget in core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php
- Test creating, editing, deleting menu links via node form widget.
- MenuUiTest::addCustomMenu in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
- Creates a custom menu.
- MenuUiTest::addCustomMenuCRUD in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
- Adds a custom menu using CRUD functions.
- MenuUiTest::addInvalidMenuLink in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
- Attempts to add menu link with invalid path or no access permission.
- MenuUiTest::deleteCustomMenu in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
- Deletes the locally stored custom menu.
- MenuUiTest::deleteMenuLink in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
- Deletes a menu link using the UI.
- MenuUiTest::doMenuTests in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
- Tests menu functionality.
- MenuUiTest::resetMenuLink in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
- Resets a standard menu link using the UI.
- ModerationStateNodeTypeTest::testNotModerated in core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTypeTest.php
- A node type without moderation state disabled.
- MultipleDistributionsProfileTest::setUpLanguage in core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php
- Installer step: Select language.
- NestedFormTest::testNestedFieldForm in core/modules/field/tests/src/Functional/NestedFormTest.php
- Tests Field API form integration within a subform.
- NodeAccessFieldTest::testNodeAccessAdministerField in core/modules/node/tests/src/Functional/NodeAccessFieldTest.php
- Tests administering fields when node access is restricted.
- NodeAccessPagerTest::testCommentPager in core/modules/node/tests/src/Functional/NodeAccessPagerTest.php
- Tests the comment pager for nodes with multiple grants per realm.
- NodeAccessPagerTest::testForumPager in core/modules/node/tests/src/Functional/NodeAccessPagerTest.php
- Tests the forum node pager for nodes with multiple grants per realm.
- NodeActionsConfigurationTest::testAssignOwnerNodeActionConfiguration in core/modules/node/tests/src/Functional/NodeActionsConfigurationTest.php
- Tests configuration of the node_assign_owner_action action.
- NodeEditFormTest::checkVariousAuthoredByValues in core/modules/node/tests/src/Functional/NodeEditFormTest.php
- Checks that the "authored by" works correctly with various values.
- NodeEditFormTest::testNodeEdit in core/modules/node/tests/src/Functional/NodeEditFormTest.php
- Checks node edit functionality.
- NodeFieldMultilingualTest::setUp in core/modules/node/tests/src/Functional/NodeFieldMultilingualTest.php
- NodeFieldMultilingualTest::testMultilingualNodeForm in core/modules/node/tests/src/Functional/NodeFieldMultilingualTest.php
- Tests whether field languages are correctly set through the node form.
- NodeFieldTokensTest::testViewsTokenReplacement in core/modules/node/tests/src/Functional/Views/NodeFieldTokensTest.php
- Tests token replacement for Views tokens supplied by the Node module.
- NodeRevisionsAllTest::testRevisions in core/modules/node/tests/src/Functional/NodeRevisionsAllTest.php
- Checks node revision operations.
- NodeRevisionsTest::testRevisions in core/modules/node/tests/src/Functional/NodeRevisionsTest.php
- Checks node revision related operations.
- NodeRevisionsUiTest::testNodeRevisionDoubleEscapeFix in core/modules/node/tests/src/Functional/NodeRevisionsUiTest.php
- Checks HTML double escaping of revision logs.
- 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.
- NodeRSSContentTest::testUrlHandling in core/modules/node/tests/src/Functional/NodeRSSContentTest.php
- Tests relative, root-relative, protocol-relative and absolute URLs.
- NodeTitleTest::testNodeTitle in core/modules/node/tests/src/Functional/NodeTitleTest.php
- Creates one node and tests if the node title has the correct value.
- NodeTitleXSSTest::testNodeTitleXSS in core/modules/node/tests/src/Functional/NodeTitleXSSTest.php
- Tests XSS functionality with a node entity.
- NodeTranslationUITest::doTestTranslationEdit in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
- Tests edit content translation.
- NodeTranslationUITest::testTranslationLinkTheme in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
- Tests that translation page inherits admin status of edit page.
- NodeTypeTest::testNodeTypeDeletion in core/modules/node/tests/src/Functional/NodeTypeTest.php
- Tests deleting a content type that still has content.
- NodeTypeTest::testNodeTypeNoContentType in core/modules/node/tests/src/Functional/NodeTypeTest.php
- Tests for when there are no content types defined.
- NodeTypeTranslationTest::testNodeTypeTranslation in core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php
- Tests the node type translation.
- NoJavaScriptAnonymousTest::assertNoJavaScriptExceptHtml5Shiv in core/modules/system/tests/src/Functional/Common/NoJavaScriptAnonymousTest.php
- Passes if no JavaScript is found on the page except the HTML5 shiv.
- NumberFieldTest::assertSetMinimumValue in core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
- Helper function to set the minimum value of a field.
- NumberFieldTest::testNumberDecimalField in core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
- Test decimal field.
- NumberFieldTest::testNumberFloatField in core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
- Test float field.
- NumberFieldTest::testNumberFormatter in core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php
- Test default formatter behavior.
- NumberFieldTest::testNumberIntegerField in core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
- Test integer field.
- NumericFormatPluralTest::testNumericFormatPlural in core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php
- Test plural formatting setting on a numeric views handler.
- OptionsWidgetsTest::testCheckBoxes in core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
- Tests the 'options_buttons' widget (multiple select).
- OptionsWidgetsTest::testRadioButtons in core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
- Tests the 'options_buttons' widget (single select).
- OptionsWidgetsTest::testSelectListMultiple in core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
- Tests the 'options_select' widget (multiple select).
- OptionsWidgetsTest::testSelectListSingle in core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
- Tests the 'options_select' widget (single select).
- PageCacheTest::testQueryParameterFormatRequests in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
- Tests support for different cache items with different request formats
specified via a query parameter.
- PageNotFoundTest::testPageNotFound in core/modules/system/tests/src/Functional/System/PageNotFoundTest.php
- PagePreviewTest::testPagePreview in core/modules/node/tests/src/Functional/PagePreviewTest.php
- Checks the node preview functionality.
- 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.
- PageTest::testBatchProgressMessages in core/modules/system/tests/src/Functional/Batch/PageTest.php
- Tests that the progress messages are correct.
- PageTitleConvertedIntoBlockUpdateTest::testUpdateHookN in core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php
- Tests that page title is being converted into a block.
- PageTitleTest::testRoutingTitle in core/modules/system/tests/src/Functional/System/PageTitleTest.php
- Tests the page title of render arrays.
- PageTitleTest::testTitleXSS in core/modules/system/tests/src/Functional/System/PageTitleTest.php
- Test if the title of the site is XSS proof.
- PathAliasTest::testAdminAlias in core/modules/path/tests/src/Functional/PathAliasTest.php
- Tests alias functionality through the admin interfaces.
- PreviewTest::testPreviewAdditionalInfo in core/modules/views_ui/tests/src/Functional/PreviewTest.php
- Tests the additional information query info area.
- PreviewTest::testPreviewUI in core/modules/views_ui/tests/src/Functional/PreviewTest.php
- Tests arguments in the preview form.
- QuickEditIntegrationLoadingTest::testUsersWithoutPermission in core/modules/editor/tests/src/Functional/QuickEditIntegrationLoadingTest.php
- Test loading of untransformed text when a user doesn't have access to it.
- QuickEditIntegrationLoadingTest::testUserWithPermission in core/modules/editor/tests/src/Functional/QuickEditIntegrationLoadingTest.php
- Test loading of untransformed text when a user does have access to it.
- QuickEditLoadingTest::testContentBlock in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php
- Tests that Quick Edit's data- attributes are present for content blocks.
- QuickEditLoadingTest::testWithPendingRevision in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php
- Test Quick Edit does not appear for entities with pending revisions.
- ReEnableModuleFieldTest::testReEnabledField in core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php
- Test the behavior of a field module after being disabled and re-enabled.
- RenderArrayNonHtmlSubscriberTest::testResponses in core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php
- Tests handling of responses by events subscriber.
- ReportFieldsTest::testReportFields in core/modules/views_ui/tests/src/Functional/ReportFieldsTest.php
- Tests the Views fields report page.
- ResponsiveImageFieldDisplayTest::doTestResponsiveImageFieldFormatters in core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php
- Test responsive image formatters on node display.
- ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersOneSource in core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php
- Tests responsive image formatter on node display with one source.
- RouterPermissionTest::testPermissionAccess in core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php
- Tests permission requirements on routes.
- RouterTest::testControllerPlaceholders in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Confirms that placeholders in paths work correctly.
- RouterTest::testControllerPlaceholdersDefaultValues in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Confirms that default placeholders in paths work correctly.
- RouterTest::testControllerPlaceholdersDefaultValuesProvided in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Confirms that default placeholders in paths work correctly.
- RouterTest::testControllerResolutionAjax in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Checks that an ajax request gets rendered as an Ajax response, by mime.
- RouterTest::testControllerResolutionPage in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Checks that a request with text/html response gets rendered as a page.
- RouterTest::testDuplicateRoutePaths in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Confirms that multiple routes with the same path do not cause an error.
- RouterTest::testDynamicRoutes in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Checks that dynamically defined and altered routes work correctly.
- RouterTest::testFinishResponseSubscriber in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Confirms that our FinishResponseSubscriber logic works properly.
- RssTest::testTaxonomyRss in core/modules/taxonomy/tests/src/Functional/RssTest.php
- Tests that terms added to nodes are displayed in core RSS feed.
- SaveUploadFormTest::setUp in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- SaveUploadFormTest::testCombinedErrorMessages in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests that multiple validation errors are combined in one message.
- SaveUploadFormTest::testDrupalMovingUploadedFileError in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests for log entry on failing destination.
- SaveUploadFormTest::testErrorMessagesAreNotChanged in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests that form validation does not change error messages.
- SaveUploadFormTest::testExistingError in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests for failure when uploading over a file that already exists.
- SaveUploadFormTest::testExistingRename in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests renaming when uploading over a file that already exists.
- SaveUploadFormTest::testExistingReplace in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests replacement when uploading over a file that already exists.
- SaveUploadFormTest::testHandleDangerousFile in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests dangerous file handling.
- SaveUploadFormTest::testHandleExtension in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests extension handling.
- SaveUploadFormTest::testHandleFileMunge in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests file munge handling.
- SaveUploadFormTest::testNormal in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests the _file_save_upload_from_form() function.
- SaveUploadFormTest::testUploadFieldIsHighlighted in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests highlighting of file upload field when it has an error.
- SaveUploadTest::setUp in core/modules/file/tests/src/Functional/SaveUploadTest.php
- SaveUploadTest::testDrupalMovingUploadedFileError in core/modules/file/tests/src/Functional/SaveUploadTest.php
- Tests for log entry on failing destination.
- SaveUploadTest::testDuplicate in core/modules/file/tests/src/Functional/SaveUploadTest.php
- Test uploading a duplicate file.
- SaveUploadTest::testExistingError in core/modules/file/tests/src/Functional/SaveUploadTest.php
- Test for failure when uploading over a file that already exists.
- SaveUploadTest::testExistingRename in core/modules/file/tests/src/Functional/SaveUploadTest.php
- Test renaming when uploading over a file that already exists.
- SaveUploadTest::testExistingReplace in core/modules/file/tests/src/Functional/SaveUploadTest.php
- Test replacement when uploading over a file that already exists.
- SaveUploadTest::testHandleDangerousFile in core/modules/file/tests/src/Functional/SaveUploadTest.php
- Test dangerous file handling.
- SaveUploadTest::testHandleExtension in core/modules/file/tests/src/Functional/SaveUploadTest.php
- Test extension handling.
- SaveUploadTest::testHandleFileMunge in core/modules/file/tests/src/Functional/SaveUploadTest.php
- Test file munge handling.
- SaveUploadTest::testNormal in core/modules/file/tests/src/Functional/SaveUploadTest.php
- Test the file_save_upload() function.
- SearchCommentTest::testSearchResultsComment in core/modules/search/tests/src/Functional/SearchCommentTest.php
- Verify that comments are rendered using proper format in search results.
- SearchConfigSettingsFormTest::testMultipleSearchPages in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
- Tests multiple search pages of the same type.
- SearchConfigSettingsFormTest::testSearchModuleSettingsPage in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
- Verifies plugin-supplied settings form.
- SearchKeywordsConditionsTest::testSearchKeywordsConditions in core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php
- Verify the keywords are captured and conditions respected.
- SearchNodeDiacriticsTest::testPhraseSearchPunctuation in core/modules/search/tests/src/Functional/SearchNodeDiacriticsTest.php
- Tests that search returns results with diacritics in the search phrase.
- SearchPageTextTest::testSearchText in core/modules/search/tests/src/Functional/SearchPageTextTest.php
- Tests the failed search text, and various other text on the search page.
- SessionExistsCacheContextTest::testCacheContext in core/modules/system/tests/src/Functional/Cache/SessionExistsCacheContextTest.php
- Tests \Drupal\Core\Cache\Context\SessionExistsCacheContext::getContext().
- SessionTest::testEmptySessionID in core/modules/system/tests/src/Functional/Session/SessionTest.php
- Test that empty session IDs are not allowed.
- ShortcutLinksTest::testShortcutLinkAdd in core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
- Tests that creating a shortcut works properly.
- ShortcutLinksTest::testShortcutQuickLink in core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
- Tests that the "add to shortcut" and "remove from shortcut" links work.
- ShortcutSetsTest::testShortcutSetEdit in core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
- Tests editing a shortcut set.
- ShortcutTranslationUITest::doTestTranslationEdit in core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php
- Tests edit content translation.
- ShutdownFunctionsTest::testShutdownFunctions in core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php
- Test shutdown functions.
- SiteBrandingConvertedIntoBlockUpdateTest::testUpdateHookN in core/modules/system/tests/src/Functional/Update/SiteBrandingConvertedIntoBlockUpdateTest.php
- Tests that site branding elements are being converted into blocks.
- SiteMaintenanceTest::testNonHtmlRequest in core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php
- Tests responses to non-HTML requests when in maintenance mode.
- SiteMaintenanceTest::testSiteMaintenance in core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php
- Verifies site maintenance mode functionality.
- SiteNameTest::testSiteName in core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php
- Tests that the desired site name appears on the page after installation.
- StandardInstallerTest::curlExec in core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php
- StandardInstallerTest::setUpSite in core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php
- Final installer step: Configure site.
- StandardInstallerTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php
- Ensures that the user page is available after installation.
- StandardTest::testStandard in core/profiles/standard/tests/src/Functional/StandardTest.php
- Tests Standard installation profile.
- StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced in core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php
- Tests \Drupal\Core\Form\FormState::cleanValues().
- StatisticsAttachedTest::testAttached in core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php
- Tests if statistics.js is loaded when content is not printed.
- StatisticsReportsTest::testPopularContentBlock in core/modules/statistics/tests/src/Functional/StatisticsReportsTest.php
- Tests the "popular content" block.
- StatusTest::testStatusPage in core/modules/system/tests/src/Functional/System/StatusTest.php
- Tests that the status page returns.
- StringFieldTest::_testTextfieldWidgets in core/modules/field/tests/src/Functional/String/StringFieldTest.php
- Helper function for testTextfieldWidgets().
- StyleSummaryTest::testSummaryView in core/modules/views/tests/src/Functional/Plugin/StyleSummaryTest.php
- Tests a summary view.
- SystemAuthorizeTest::testFileTransferHooks in core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php
- Tests the FileTransfer hooks
- TelephoneFieldTest::testTelephoneFormatter in core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php
- Test the telephone formatter.
- TelephoneFieldTest::testTelephoneWidget in core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php
- Test to confirm the widget is setup.
- TermIndexTest::testTaxonomyTermHierarchyBreadcrumbs in core/modules/taxonomy/tests/src/Functional/TermIndexTest.php
- Tests that there is a link to the parent term on the child term page.
- TermTest::testNodeTermCreationAndDeletion in core/modules/taxonomy/tests/src/Functional/TermTest.php
- Test term creation with a free-tagging vocabulary from the node form.
- TermTest::testReSavingTags in core/modules/taxonomy/tests/src/Functional/TermTest.php
- Tests that editing and saving a node with no changes works correctly.
- TermTest::testTermInterface in core/modules/taxonomy/tests/src/Functional/TermTest.php
- Save, edit and delete a term using the user interface.
- TermTranslationUITest::doTestTranslationEdit in core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php
- Tests edit content translation.
- ThemeEarlyInitializationTest::testRequestListener in core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php
- Test that the theme system can generate output in a request listener.
- ThemeTest::testAdministrationTheme in core/modules/system/tests/src/Functional/System/ThemeTest.php
- Test the administration theme functionality.
- ThemeTest::testTaxonomyTermThemes in core/modules/taxonomy/tests/src/Functional/ThemeTest.php
- Test the theme used when adding, viewing and editing taxonomy terms.
- ThemeTest::testUninstallingThemes in core/modules/system/tests/src/Functional/System/ThemeTest.php
- Test uninstalling of themes works.
- ToolbarAdminMenuTest::setUp in core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
- ToolbarAdminMenuTest::testExternalLink in core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
- Tests that external links added to the menu appear in the toolbar.
- ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear in core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
- Tests that toolbar cache is cleared when string translations are made.
- ToolbarAdminMenuTest::testUserRoleUpdateSubtreesHashCacheClear in core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
- Exercises the toolbar_user_role_update() and toolbar_user_update() hook
implementations.
- ToolbarHookToolbarTest::testHookToolbar in core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php
- Tests for a tab and tray provided by a module implementing hook_toolbar().
- TrackerTest::testTrackerUser in core/modules/tracker/tests/src/Functional/TrackerTest.php
- Tests for the presence of nodes on a user's tracker listing.
- TrustedHostsTest::testStatusPageWithConfiguration in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
- Tests that the status page shows the trusted patterns from settings.php.
- TrustedHostsTest::testStatusPageWithoutConfiguration in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
- Tests that the status page shows an error when the trusted host setting
is missing from settings.php
- TwigExtensionTest::testTwigExtensionFilter in core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php
- Tests that the Twig extension's filter produces expected output.
- TwigTransTest::assertTwigTransTags in core/modules/system/tests/src/Functional/Theme/TwigTransTest.php
- Asserts Twig trans tags.
- TwigTransTest::installLanguages in core/modules/system/tests/src/Functional/Theme/TwigTransTest.php
- Helper function: install languages.
- UninstallTest::testUninstallPage in core/modules/system/tests/src/Functional/Module/UninstallTest.php
- Tests the Uninstall page and Uninstall confirmation page.
- UpcastingTest::testEntityLanguage in core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
- Confirms entity is shown in user's language by default.
- UpcastingTest::testSameTypes in core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
- Confirms we can upcast to controller arguments of the same type.
- UpcastingTest::testUpcasting in core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
- Confirms that all parameters are converted as expected.
- UpdateApiEntityDefinitionUpdateTest::testStatusReport in core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php
- Tests that entity updates are correctly reported in the status report 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::testUpdateBaseThemeSecurityUpdate in core/modules/update/tests/src/Functional/UpdateContribTest.php
- Tests that subthemes are notified about security updates for base themes.
- 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::testMajorUpdateAvailable in core/modules/update/tests/src/Functional/UpdateCoreTest.php
- Tests the Update Manager module when a major update is available.
- 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.
- 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.
- UpdatePostUpdateFailingTest::doSelectionTest in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php
- Tests the selection page.
- UpdatePostUpdateTest::doSelectionTest in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php
- Tests the selection page.
- UpdatePostUpdateTest::testPostUpdate in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php
- Tests hook_post_update_NAME().
- UpdateSchemaTest::testUpdateHooks in core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php
- Tests that update hooks are properly run.
- UpdateTestBase::standardTests in core/modules/update/tests/src/Functional/UpdateTestBase.php
- Runs a series of assertions that are applicable to all update statuses.
- UpdateUploadTest::testUploadModule in core/modules/update/tests/src/Functional/UpdateUploadTest.php
- Tests upload, extraction, and update of a module.
- UrlBubbleableMetadataBubblingTest::testUrlBubbleableMetadataBubbling in core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php
- Tests that URL bubbleable metadata is correctly bubbled.
- UrlTest::testFormUrl in core/modules/system/tests/src/Functional/Form/UrlTest.php
- Tests that #type 'url' fields are properly validated and trimmed.
- UserAdminTest::testNotificationEmailAddress in core/modules/user/tests/src/Functional/UserAdminTest.php
- Tests the alternate notification email address for user mails.
- UserAdminTest::testUserAdmin in core/modules/user/tests/src/Functional/UserAdminTest.php
- Registers a user and deletes it.
- UserCancelTest::testUserAnonymize in core/modules/user/tests/src/Functional/UserCancelTest.php
- Delete account and anonymize all content.
- UserCancelTest::testUserAnonymizeBatch in core/modules/user/tests/src/Functional/UserCancelTest.php
- Delete account and anonymize all content using a batch process.
- UserCancelTest::testUserBlock in core/modules/user/tests/src/Functional/UserCancelTest.php
- Disable account and keep all content.
- UserCancelTest::testUserBlockUnpublish in core/modules/user/tests/src/Functional/UserCancelTest.php
- Disable account and unpublish all content.
- UserCancelTest::testUserCancelByAdmin in core/modules/user/tests/src/Functional/UserCancelTest.php
- Create an administrative user and delete another user.
- UserCancelTest::testUserCancelChangePermission in core/modules/user/tests/src/Functional/UserCancelTest.php
- Test ability to change the permission for canceling users.
- UserCancelTest::testUserDelete in core/modules/user/tests/src/Functional/UserCancelTest.php
- Delete account and remove all content.
- UserCancelTest::testUserWithoutEmailCancelByAdmin in core/modules/user/tests/src/Functional/UserCancelTest.php
- Tests deletion of a user account without an email address.
- 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.
- UserEditTest::testUserEdit in core/modules/user/tests/src/Functional/UserEditTest.php
- Test user edit page.
- UserEditTest::testUserWith0Password in core/modules/user/tests/src/Functional/UserEditTest.php
- Tests setting the password to "0".
- UserEditTest::testUserWithoutEmailEdit in core/modules/user/tests/src/Functional/UserEditTest.php
- Tests editing of a user account without an email address.
- UserLoginTest::assertFailedLogin in core/modules/user/tests/src/Functional/UserLoginTest.php
- Make an unsuccessful login attempt.
- UserPasswordResetTest::testUserPasswordReset in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
- Tests password reset functionality.
- UserPasswordResetTest::testUserPasswordResetLoggedIn in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
- Test user password reset while logged in.
- UserPasswordResetTest::testUserResetPasswordTextboxFilled in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
- Prefill the text box on incorrect login via link to password reset page.
- UserPictureTest::testCreateDeletePicture in core/modules/user/tests/src/Functional/UserPictureTest.php
- Tests creation, display, and deletion of user pictures.
- UserRegistrationTest::testRegistrationWithUserFields in core/modules/user/tests/src/Functional/UserRegistrationTest.php
- Tests Field API fields on user registration forms.
- UserRegistrationTest::testUniqueFields in core/modules/user/tests/src/Functional/UserRegistrationTest.php
- Tests username and email field constraints on user registration.
- UserRoleAdminTest::testRoleAdministration in core/modules/user/tests/src/Functional/UserRoleAdminTest.php
- Test adding, renaming and deleting roles.
- UserTranslationUITest::doTestTranslationEdit in core/modules/user/tests/src/Functional/UserTranslationUITest.php
- Tests edit content translation.
- ValidationTest::testPatternValidation in core/modules/system/tests/src/Functional/Form/ValidationTest.php
- Tests #pattern validation.
- ViewEditTest::testDeleteLink in core/modules/views_ui/tests/src/Functional/ViewEditTest.php
- Tests the delete link on a views UI.
- ViewsThemeIntegrationTest::testThemedViewPage in core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php
- Tests for exceptions and successful execution of hook_views_pre_render()
and hook_views_post_render() in theme and subtheme.
- VocabularyPermissionsTest::testVocabularyPermissionsTaxonomyTerm in core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php
- Create, edit and delete a taxonomy term via the user interface.
- VocabularyUiTest::testTaxonomyAdminDeletingVocabulary in core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php
- Deleting a vocabulary.
- VocabularyUiTest::testVocabularyInterface in core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php
- Create, edit and delete a vocabulary via the user interface.