You are here
1172 calls to UiHelperTrait::drupalLogin() in Drupal 8
AccessDeniedTest::testAccessDenied in core/ modules/ system/ tests/ src/ Functional/ System/AccessDeniedTest.php
AccessDeniedTest::testAccessDeniedCustomPageWithAccessDenied in core/ modules/ system/ tests/ src/ Functional/ System/AccessDeniedTest.php
Tests that an inaccessible custom 403 page falls back to the default.
AccessRoleTest::testAccessRole in core/ modules/ user/ tests/ src/ Functional/ Views/AccessRoleTest.php
Tests role access plugin.
ActionFormAjaxTest::setUp in core/ modules/ action/ tests/ src/ FunctionalJavascript/ActionFormAjaxTest.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.
AdminPathEntityConverterLanguageTest::setUp in core/ modules/ language/ tests/ src/ Functional/AdminPathEntityConverterLanguageTest.php
AdminTest::setUp in core/ modules/ system/ tests/ src/ Functional/ System/AdminTest.php
AdminTest::testAdminPages in core/ modules/ system/ tests/ src/ Functional/ System/AdminTest.php
Tests output on administrative listing pages.
AggregatorRenderingTest::testBlockLinks in core/ modules/ aggregator/ tests/ src/ Functional/AggregatorRenderingTest.php
Adds a feed block to the page and checks its links.
AggregatorRenderingTest::testFeedPage in core/ modules/ aggregator/ tests/ src/ Functional/AggregatorRenderingTest.php
Creates a feed and checks that feed's page.
AggregatorTestBase::setUp in core/ modules/ aggregator/ tests/ src/ Functional/AggregatorTestBase.php
AjaxBlockTest::setUp in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/AjaxBlockTest.php
AjaxFormCacheTest::testBlockForms in core/ tests/ Drupal/ FunctionalJavascriptTests/ Ajax/AjaxFormCacheTest.php
Tests AJAX forms in blocks.
AjaxFormCacheTest::testFormCacheUsage in core/ tests/ Drupal/ FunctionalJavascriptTests/ Ajax/AjaxFormCacheTest.php
Tests the usage of form cache for AJAX forms.
AjaxFormCacheTest::testQueryString in core/ tests/ Drupal/ FunctionalJavascriptTests/ Ajax/AjaxFormCacheTest.php
Tests AJAX forms on pages with a query string.
AjaxInGroupTest::setUp in core/ tests/ Drupal/ FunctionalJavascriptTests/ Ajax/AjaxInGroupTest.php
AjaxPageStateTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Render/AjaxPageStateTest.php
AjaxTest::testAjaxWithAdminRoute in core/ tests/ Drupal/ FunctionalJavascriptTests/ Ajax/AjaxTest.php
AnalyzeTest::testAnalyzeBasic in core/ modules/ views_ui/ tests/ src/ Functional/AnalyzeTest.php
Tests that analyze works in general.
AreaTest::testRenderAreaToken in core/ modules/ views/ tests/ src/ Functional/ Handler/AreaTest.php
Tests global tokens.
AreaTest::testUI in core/ modules/ views/ tests/ src/ Functional/ Handler/AreaTest.php
Tests the generic UI of a area handler.
ArgumentDefaultTest::testArgumentDefaultNode in core/ modules/ views/ tests/ src/ Functional/ Plugin/ArgumentDefaultTest.php
Test node default argument.
ArgumentDefaultTest::testArgumentDefaultNoOptions in core/ modules/ views/ tests/ src/ Functional/ Plugin/ArgumentDefaultTest.php
Tests the use of a default argument plugin that provides no options.
BaseFieldAccessTest::setUp in core/ modules/ views/ tests/ src/ Functional/ Entity/BaseFieldAccessTest.php
BigPipeRegressionTest::testCommentForm_2698811 in core/ modules/ big_pipe/ tests/ src/ FunctionalJavascript/BigPipeRegressionTest.php
Ensure comment form works with history and big_pipe modules.
BigPipeRegressionTest::testMessages_2712935 in core/ modules/ big_pipe/ tests/ src/ FunctionalJavascript/BigPipeRegressionTest.php
Ensure messages set in placeholders always appear.
BigPipeRegressionTest::testMultipleClosingBodies_2678662 in core/ modules/ big_pipe/ tests/ src/ FunctionalJavascript/BigPipeRegressionTest.php
Ensure BigPipe works despite inline JS containing the string "</body>".
BigPipeRegressionTest::testPlaceholderInParagraph_2802923 in core/ modules/ big_pipe/ tests/ src/ FunctionalJavascript/BigPipeRegressionTest.php
Ensure default BigPipe placeholder HTML cannot split paragraphs.
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.
BlockAdminThemeTest::testAdminTheme in core/ modules/ block/ tests/ src/ Functional/BlockAdminThemeTest.php
Check for the accessibility of the admin theme on the block admin page.
BlockAdminThemeTest::testSevenAdminTheme in core/ modules/ block/ tests/ src/ Functional/BlockAdminThemeTest.php
Ensure contextual links are disabled in Seven theme.
BlockCacheTest::setUp in core/ modules/ block/ tests/ src/ Functional/BlockCacheTest.php
BlockCacheTest::testCachePerRole in core/ modules/ block/ tests/ src/ Functional/BlockCacheTest.php
Test "user.roles" cache context.
BlockCacheTest::testCachePerUser in core/ modules/ block/ tests/ src/ Functional/BlockCacheTest.php
Test "user" cache context.
BlockContentContextualLinksTest::testBlockContentContextualLinks in core/ modules/ block_content/ tests/ src/ Functional/BlockContentContextualLinksTest.php
Tests contextual links.
BlockContentCreationTest::setUp in core/ modules/ block_content/ tests/ src/ Functional/BlockContentCreationTest.php
Sets the test up.
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.
BlockContentListTest::testListing in core/ modules/ block_content/ tests/ src/ Functional/BlockContentListTest.php
Tests the custom block listing page.
BlockContentListViewsTest::testListing in core/ modules/ block_content/ tests/ src/ Functional/BlockContentListViewsTest.php
Tests the custom block listing page.
BlockContentPageViewTest::testPageEdit in core/ modules/ block_content/ tests/ src/ Functional/BlockContentPageViewTest.php
Checks block edit and fallback functionality.
BlockContentRedirectTest::testRedirectDestination in core/ modules/ block_content/ tests/ src/ Functional/ Views/BlockContentRedirectTest.php
Tests the redirect destination when editing block content.
BlockContentReusableUpdateTest::testReusableFieldAddition in core/ modules/ block_content/ tests/ src/ Functional/ Update/BlockContentReusableUpdateTest.php
Tests adding 'reusable' entity base field to the block content entity type.
BlockContentSaveTest::setUp in core/ modules/ block_content/ tests/ src/ Functional/BlockContentSaveTest.php
Sets the test up.
BlockContentTypeTest::testBlockContentTypeCreation in core/ modules/ block_content/ tests/ src/ Functional/BlockContentTypeTest.php
Tests creating a block type programmatically and via a form.
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.
BlockContentTypeTest::testsBlockContentAddTypes in core/ modules/ block_content/ tests/ src/ Functional/BlockContentTypeTest.php
Tests that redirects work as expected when multiple block types exist.
BlockContentWizardTest::setUp in core/ modules/ block_content/ tests/ src/ Functional/ Views/BlockContentWizardTest.php
Sets the test up.
BlockContextMappingUpdateTest::testUpdateHookN in core/ modules/ block/ tests/ src/ Functional/ Update/BlockContextMappingUpdateTest.php
Tests that block context mapping is updated properly.
BlockDemoTest::testBlockDemo in core/ modules/ block/ tests/ src/ Functional/BlockDemoTest.php
Check for the accessibility of the admin block demo page.
BlockExposedFilterAJAXTest::setUp in core/ modules/ views/ tests/ src/ FunctionalJavascript/BlockExposedFilterAJAXTest.php
BlockFilterTest::setUp in core/ modules/ block/ tests/ src/ FunctionalJavascript/BlockFilterTest.php
BlockFilterTest::setUp in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/BlockFilterTest.php
BlockFormMessagesTest::testValidationMessage in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/BlockFormMessagesTest.php
Tests that validation messages are shown on the block form.
BlockHiddenRegionTest::setUp in core/ modules/ block/ tests/ src/ Functional/BlockHiddenRegionTest.php
BlockHookOperationTest::setUp in core/ modules/ block/ tests/ src/ Functional/BlockHookOperationTest.php
BlockHtmlTest::setUp in core/ modules/ block/ tests/ src/ Functional/BlockHtmlTest.php
BlockInvalidRegionTest::setUp in core/ modules/ block/ tests/ src/ Functional/BlockInvalidRegionTest.php
BlockLanguageCacheTest::testBlockLinks in core/ modules/ block/ tests/ src/ Functional/BlockLanguageCacheTest.php
Creates a block in a language, check blocks page in all languages.
BlockLanguageTest::setUp in core/ modules/ block/ tests/ src/ Functional/BlockLanguageTest.php
BlockLanguageTest::testMultipleLanguageTypes in core/ modules/ block/ tests/ src/ Functional/BlockLanguageTest.php
Tests block language visibility with different language types.
BlockPlaceTest::testPlacingBlocksAdmin in core/ modules/ block_place/ tests/ src/ Functional/BlockPlaceTest.php
Tests placing blocks as an admin.
BlockPlaceTest::testPlacingBlocksUnprivileged in core/ modules/ block_place/ tests/ src/ Functional/BlockPlaceTest.php
Tests placing blocks as an unprivileged user.
BlockRemoveDisabledRegionUpdateTest::testUpdateHookN in core/ modules/ block/ tests/ src/ Functional/ Update/BlockRemoveDisabledRegionUpdateTest.php
Tests that block context mapping is updated properly.
BlockRenderOrderTest::setUp in core/ modules/ block/ tests/ src/ Functional/BlockRenderOrderTest.php
BlockTest::testThemeAdminLink in core/ modules/ block/ tests/ src/ Functional/BlockTest.php
Tests that a link exists to block layout from the appearance form.
BlockTestBase::setUp in core/ modules/ block/ tests/ src/ Functional/BlockTestBase.php
BlockUiTest::setUp in core/ modules/ block/ tests/ src/ Functional/BlockUiTest.php
BlockXssTest::testBlockXss in core/ modules/ block/ tests/ src/ Functional/BlockXssTest.php
Tests various modules that provide blocks for XSS.
BlockXssTest::testNoUnexpectedEscaping in core/ modules/ block/ tests/ src/ Functional/BlockXssTest.php
Tests that nothing is escaped other than the blocks explicitly tested.
BlockXssTest::testXssInCategory in core/ modules/ block/ tests/ src/ Functional/BlockXssTest.php
Tests XSS in category.
BlockXssTest::testXssInTitle in core/ modules/ block/ tests/ src/ Functional/BlockXssTest.php
Tests XSS in title.
BookBreadcrumbTest::createBreadcrumbBook in core/ modules/ book/ tests/ src/ Functional/BookBreadcrumbTest.php
Creates a new book with a page hierarchy.
BookBreadcrumbTest::testBreadcrumbAccessUpdates in core/ modules/ book/ tests/ src/ Functional/BookBreadcrumbTest.php
Test that the breadcrumb is updated when book access changes.
BookBreadcrumbTest::testBreadcrumbTitleUpdates in core/ modules/ book/ tests/ src/ Functional/BookBreadcrumbTest.php
Test that the breadcrumb is updated when book content changes.
BookContentModerationTest::testBookWithPendingRevisions in core/ modules/ book/ tests/ src/ Functional/BookContentModerationTest.php
Tests that book drafts can not modify the book outline.
BookJavascriptTest::testBookAddOutline in core/ modules/ book/ tests/ src/ FunctionalJavascript/BookJavascriptTest.php
Tests book outline AJAX request.
BookJavascriptTest::testBookOrdering in core/ modules/ book/ tests/ src/ FunctionalJavascript/BookJavascriptTest.php
Tests re-ordering of books.
BookRelationshipTest::createBook in core/ modules/ book/ tests/ src/ Functional/ Views/BookRelationshipTest.php
Creates a new book with a page hierarchy.
BookTest::testAdminBookListing in core/ modules/ book/ tests/ src/ Functional/BookTest.php
Tests the administrative listing of all books.
BookTest::testAdminBookNodeListing in core/ modules/ book/ tests/ src/ Functional/BookTest.php
Tests the administrative listing of all book pages in a book.
BookTest::testBook in core/ modules/ book/ tests/ src/ Functional/BookTest.php
Tests book functionality through node interfaces.
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::testBookListing in core/ modules/ book/ tests/ src/ Functional/BookTest.php
Tests the listing of all books.
BookTest::testBookNavigationBlock in core/ modules/ book/ tests/ src/ Functional/BookTest.php
Tests the functionality of the book navigation block.
BookTest::testBookNavigationBlockOnUnpublishedBook in core/ modules/ book/ tests/ src/ Functional/BookTest.php
Tests the book navigation block when book is unpublished.
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.
BookTest::testEmptyBook in core/ modules/ book/ tests/ src/ Functional/BookTest.php
Tests saving the book outline on an empty book.
BookTest::testGetTableOfContents in core/ modules/ book/ tests/ src/ Functional/BookTest.php
Tests BookManager::getTableOfContents().
BookTest::testHookNodeLoadAccess in core/ modules/ book/ tests/ src/ Functional/BookTest.php
Ensure the loaded book in hook_node_load() does not depend on the user.
BookTest::testNavigationBlockOnAccessModuleInstalled in core/ modules/ book/ tests/ src/ Functional/BookTest.php
Tests the book navigation block when an access module is installed.
BookTest::testSettingsForm in core/ modules/ book/ tests/ src/ Functional/BookTest.php
Tests that the book settings form can be saved without error.
BooleanFieldTest::setUp in core/ modules/ field/ tests/ src/ Functional/ Boolean/BooleanFieldTest.php
BooleanFormatterSettingsTest::setUp in core/ modules/ field/ tests/ src/ Functional/ Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterSettingsTest::setUp in core/ modules/ field/ tests/ src/ FunctionalJavascript/ Boolean/BooleanFormatterSettingsTest.php
BreadcrumbTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Menu/BreadcrumbTest.php
BreadcrumbTest::testBreadCrumbs in core/ modules/ system/ tests/ src/ Functional/ Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
BrowserTestBaseTest::testForm in core/ tests/ Drupal/ FunctionalTests/BrowserTestBaseTest.php
Tests basic form functionality.
BrowserTestBaseTest::testGoTo in core/ tests/ Drupal/ FunctionalTests/BrowserTestBaseTest.php
Tests basic page test.
BulkFormAccessTest::testNodeDeleteAccess in core/ modules/ node/ tests/ src/ Functional/ Views/BulkFormAccessTest.php
Tests if nodes that may not be deleted, can not be deleted in bulk.
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::testUserDeleteAccess in core/ modules/ user/ tests/ src/ Functional/ Views/BulkFormAccessTest.php
Tests if users that may not be deleted, can not be deleted 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::setUp in core/ modules/ node/ tests/ src/ Functional/ Views/BulkFormTest.php
BulkFormTest::testBulkForm in core/ modules/ views/ tests/ src/ Functional/BulkFormTest.php
Tests the bulk form.
BulkFormTest::testBulkForm in core/ modules/ user/ tests/ src/ Functional/ Views/BulkFormTest.php
Tests the user bulk form.
CacheabilityMetadataConfigOverrideIntegrationTest::setUp in core/ modules/ config/ tests/ src/ Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php
CachedDataUITest::testCacheData in core/ modules/ views_ui/ tests/ src/ Functional/CachedDataUITest.php
Tests the shared tempstore views data in the UI.
CaseInsensitivePathTest::testMixedCasePaths in core/ tests/ Drupal/ FunctionalTests/ Routing/CaseInsensitivePathTest.php
Tests mixed case paths.
CKEditorAdminTest::testExistingFormat in core/ modules/ ckeditor/ tests/ src/ Functional/CKEditorAdminTest.php
Tests configuring a text editor for an existing text format.
CKEditorAdminTest::testNewFormat in core/ modules/ ckeditor/ tests/ src/ Functional/CKEditorAdminTest.php
Tests configuring a text editor for a new text format.
CKEditorIntegrationTest::setUp in core/ modules/ media_library/ tests/ src/ FunctionalJavascript/CKEditorIntegrationTest.php
CKEditorIntegrationTest::setUp in core/ modules/ ckeditor/ tests/ src/ FunctionalJavascript/CKEditorIntegrationTest.php
CKEditorIntegrationTest::setUp in core/ modules/ media/ tests/ src/ FunctionalJavascript/CKEditorIntegrationTest.php
CKEditorIntegrationTest::testConfigurationValidation in core/ modules/ media_library/ tests/ src/ FunctionalJavascript/CKEditorIntegrationTest.php
Tests validation that DrupalMediaLibrary requires media_embed filter.
CKEditorIntegrationTest::testEmbedPreviewAccess in core/ modules/ media/ tests/ src/ FunctionalJavascript/CKEditorIntegrationTest.php
Tests preview route access.
CKEditorLoadingTest::testLoading in core/ modules/ ckeditor/ tests/ src/ Functional/CKEditorLoadingTest.php
Tests loading of CKEditor CSS, JS and JS settings.
CKEditorLoadingTest::testLoadingWithoutInternalButtons in core/ modules/ ckeditor/ tests/ src/ Functional/CKEditorLoadingTest.php
Tests presence of essential configuration even without Internal's buttons.
CKEditorStylesComboAdminTest::testExistingFormat in core/ modules/ ckeditor/ tests/ src/ Functional/CKEditorStylesComboAdminTest.php
Tests StylesCombo settings for an existing text format.
CKEditorStylesComboTranslationTest::testExistingFormat in core/ modules/ ckeditor/ tests/ src/ Functional/CKEditorStylesComboTranslationTest.php
Tests translations of CKEditor styles configuration.
CKEditorToolbarButtonTest::testImageButtonDisplay in core/ modules/ ckeditor/ tests/ src/ Functional/CKEditorToolbarButtonTest.php
Method tests CKEditor image buttons.
ClaroLayoutBuilderTest::testContextualLinks in core/ tests/ Drupal/ FunctionalTests/ Theme/ClaroLayoutBuilderTest.php
Tests the layout builder has expected contextual links with Claro.
ClaroTest::testConfigSchema in core/ tests/ Drupal/ FunctionalTests/ Theme/ClaroTest.php
Test Claro's configuration schema.
ClaroTest::testIsUninstallable in core/ tests/ Drupal/ FunctionalTests/ Theme/ClaroTest.php
Tests that the Claro theme can be uninstalled, despite being experimental.
ClaroViewsUiTest::setUp in core/ tests/ Drupal/ FunctionalJavascriptTests/ Theme/ClaroViewsUiTest.php
ClassLoaderTest::testAutoloadFromModuleFile in core/ modules/ system/ tests/ src/ Functional/ Module/ClassLoaderTest.php
Tests that .module files can use class constants in main section.
ClassLoaderTest::testMultipleModules in core/ modules/ system/ tests/ src/ Functional/ Module/ClassLoaderTest.php
Ensures the negative caches in the class loader don't result in crashes.
ClickSortingAJAXTest::setUp in core/ modules/ views/ tests/ src/ FunctionalJavascript/ClickSortingAJAXTest.php
ColorConfigSchemaTest::setUp in core/ modules/ color/ tests/ src/ Functional/ColorConfigSchemaTest.php
ColorSafePreviewTest::testColorPreview in core/ modules/ color/ tests/ src/ Functional/ColorSafePreviewTest.php
Ensures color preview.html is sanitized.
ColorTest::testLogoSettingOverride in core/ modules/ color/ tests/ src/ Functional/ColorTest.php
Test whether the custom logo is used in the color preview.
ColorTest::testOverrideAndResetScheme in core/ modules/ color/ tests/ src/ Functional/ColorTest.php
Test whether the scheme can be set, viewed anonymously and reset.
ColorTest::testValidColor in core/ modules/ color/ tests/ src/ Functional/ColorTest.php
Tests whether the provided color is valid.
ColorTest::_testColor in core/ modules/ color/ tests/ src/ Functional/ColorTest.php
Tests the Color module functionality using the given theme.
CommandsTest::testAjaxCommands in core/ tests/ Drupal/ FunctionalJavascriptTests/ Ajax/CommandsTest.php
Tests the various Ajax Commands.
CommentAccessTest::setUp in core/ modules/ comment/ tests/ src/ Functional/CommentAccessTest.php
CommentActionsTest::testCommentPublishUnpublishActions in core/ modules/ comment/ tests/ src/ Functional/CommentActionsTest.php
Tests comment publish and unpublish actions.
CommentActionsTest::testCommentUnpublishByKeyword in core/ modules/ comment/ tests/ src/ Functional/CommentActionsTest.php
Tests the unpublish comment by keyword action.
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.
CommentAdminTest::testApprovalNodeInterface in core/ modules/ comment/ tests/ src/ Functional/CommentAdminTest.php
Tests comment approval functionality through the node interface.
CommentAdminTest::testCommentAdmin in core/ modules/ comment/ tests/ src/ Functional/CommentAdminTest.php
Tests comment bundle admin.
CommentAdminTest::testCommentedEntityLabel in core/ modules/ comment/ tests/ src/ Functional/ Views/CommentAdminTest.php
Tests commented entity label of admin view.
CommentAdminTest::testCommentedTranslationDeletion in core/ modules/ comment/ tests/ src/ Functional/CommentAdminTest.php
Tests commented translation deletion admin view.
CommentAdminTest::testEditComment in core/ modules/ comment/ tests/ src/ Functional/CommentAdminTest.php
Tests editing a comment as an admin.
CommentAdminViewUpdateTest::testCommentAdminPostUpdateHook in core/ modules/ comment/ tests/ src/ Functional/ Update/CommentAdminViewUpdateTest.php
Tests that comment admin view is enabled after update.
CommentAnonymousTest::testAnonymous in core/ modules/ comment/ tests/ src/ Functional/CommentAnonymousTest.php
Tests anonymous comment functionality.
CommentAttributesTest::testCommentRdfaMarkup in core/ modules/ rdf/ tests/ src/ Functional/CommentAttributesTest.php
Tests if RDFa markup for meta information is present in comments.
CommentAttributesTest::testCommentRdfAuthorMarkup in core/ modules/ rdf/ tests/ src/ Functional/CommentAttributesTest.php
Tests comment author link markup has not been broken by RDF.
CommentAttributesTest::testCommentReplyOfRdfaMarkup in core/ modules/ rdf/ tests/ src/ Functional/CommentAttributesTest.php
Tests RDF comment replies.
CommentAttributesTest::testNumberOfCommentsRdfaMarkup in core/ modules/ rdf/ tests/ src/ Functional/CommentAttributesTest.php
Tests the presence of the RDFa markup for the number of comments.
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.
CommentCSSTest::testCommentClasses in core/ modules/ comment/ tests/ src/ Functional/CommentCSSTest.php
Tests CSS classes on comments.
CommentEditTest::testCommentEdit in core/ modules/ comment/ tests/ src/ Functional/ Views/CommentEditTest.php
Tests comment label in admin view.
CommentEntityTest::testEntityChanges in core/ modules/ comment/ tests/ src/ Functional/CommentEntityTest.php
Tests CSS classes on comments.
CommentFieldFilterTest::setUp in core/ modules/ comment/ tests/ src/ Functional/ Views/CommentFieldFilterTest.php
CommentFieldsTest::testCommentFieldCreate in core/ modules/ comment/ tests/ src/ Functional/CommentFieldsTest.php
Tests creating a comment field through the interface.
CommentFieldsTest::testCommentFieldDelete in core/ modules/ comment/ tests/ src/ Functional/CommentFieldsTest.php
Tests that you can remove a comment field.
CommentFieldsTest::testCommentFieldLinksNonDefaultName in core/ modules/ comment/ tests/ src/ Functional/CommentFieldsTest.php
Tests link building with non-default comment field names.
CommentFieldsTest::testCommentInstallAfterContentModule in core/ modules/ comment/ tests/ src/ Functional/CommentFieldsTest.php
Tests that comment module works when installed after a content module.
CommentInterfaceTest::setUp in core/ modules/ comment/ tests/ src/ Functional/CommentInterfaceTest.php
Set up comments to have subject and preview disabled.
CommentInterfaceTest::testAutoFilledHtmlSubject in core/ modules/ comment/ tests/ src/ Functional/CommentInterfaceTest.php
Test that automatic subject is correctly created from HTML comment text.
CommentInterfaceTest::testAutoFilledSubject in core/ modules/ comment/ tests/ src/ Functional/CommentInterfaceTest.php
Test that the subject is automatically filled if disabled or left blank.
CommentInterfaceTest::testCommentInterface in core/ modules/ comment/ tests/ src/ Functional/CommentInterfaceTest.php
Tests the comment interface.
CommentInterfaceTest::testViewMode in core/ modules/ comment/ tests/ src/ Functional/CommentInterfaceTest.php
Tests the comment formatter configured with a custom comment view mode.
CommentLanguageTest::setUp in core/ modules/ comment/ tests/ src/ Functional/CommentLanguageTest.php
CommentLinksAlterTest::testCommentLinksAlter in core/ modules/ comment/ tests/ src/ Functional/CommentLinksAlterTest.php
Tests comment links altering.
CommentNewIndicatorTest::testCommentNewCommentsIndicator in core/ modules/ comment/ tests/ src/ Functional/CommentNewIndicatorTest.php
Tests new comment marker.
CommentNodeAccessTest::testThreadedCommentView in core/ modules/ comment/ tests/ src/ Functional/CommentNodeAccessTest.php
Test that threaded comments can be viewed.
CommentNodeChangesTest::testNodeDeletion in core/ modules/ comment/ tests/ src/ Functional/CommentNodeChangesTest.php
Tests that comments are deleted with the node.
CommentNonNodeTest::testCommentFunctionality in core/ modules/ comment/ tests/ src/ Functional/CommentNonNodeTest.php
Tests anonymous comment functionality.
CommentNonNodeTest::testsNonIntegerIdEntities in core/ modules/ comment/ tests/ src/ Functional/CommentNonNodeTest.php
Tests comment fields cannot be added to entity types without integer IDs.
CommentOperationsTest::testCommentOperations in core/ modules/ comment/ tests/ src/ Functional/ Views/CommentOperationsTest.php
Test the operations field plugin.
CommentPagerTest::testCommentNewPageIndicator in core/ modules/ comment/ tests/ src/ Functional/CommentPagerTest.php
Tests calculation of first page with new comment.
CommentPagerTest::testCommentOrderingThreading in core/ modules/ comment/ tests/ src/ Functional/CommentPagerTest.php
Tests comment ordering and threading.
CommentPagerTest::testCommentPaging in core/ modules/ comment/ tests/ src/ Functional/CommentPagerTest.php
Confirms comment paging works correctly with flat and threaded comments.
CommentPagerTest::testCommentPermalink 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::testCommentEditPreviewSave in core/ modules/ comment/ tests/ src/ Functional/CommentPreviewTest.php
Tests comment edit, preview, and save.
CommentPreviewTest::testCommentPreview in core/ modules/ comment/ tests/ src/ Functional/CommentPreviewTest.php
Tests comment preview.
CommentPreviewTest::testCommentPreviewDuplicateSubmission in core/ modules/ comment/ tests/ src/ Functional/CommentPreviewTest.php
Tests comment preview.
CommentRestExportTest::setUp in core/ modules/ comment/ tests/ src/ Functional/ Views/CommentRestExportTest.php
CommentRssTest::testCommentRss in core/ modules/ comment/ tests/ src/ Functional/CommentRssTest.php
Tests comments as part of an RSS feed.
CommentStatisticsTest::testCommentNodeCommentStatistics in core/ modules/ comment/ tests/ src/ Functional/CommentStatisticsTest.php
Tests the node comment statistics.
CommentStatusFieldAccessTest::testCommentStatusFieldAccessStatus in core/ modules/ comment/ tests/ src/ Functional/CommentStatusFieldAccessTest.php
Tests comment status field access.
CommentTestBase::setUp in core/ modules/ comment/ tests/ src/ Functional/ Views/CommentTestBase.php
CommentThreadingTest::testCommentThreading in core/ modules/ comment/ tests/ src/ Functional/CommentThreadingTest.php
Tests the comment threading.
CommentTitleTest::testCommentEmptyTitles in core/ modules/ comment/ tests/ src/ Functional/CommentTitleTest.php
Tests markup for comments with empty titles.
CommentTitleTest::testCommentPopulatedTitles in core/ modules/ comment/ tests/ src/ Functional/CommentTitleTest.php
Tests markup for comments with populated titles.
CommentTokenReplaceTest::testCommentTokenReplacement in core/ modules/ comment/ tests/ src/ Functional/CommentTokenReplaceTest.php
Creates a comment, then tests the tokens generated from it.
CommentTranslationUITest::testTranslateLinkCommentAdminPage in core/ modules/ comment/ tests/ src/ Functional/CommentTranslationUITest.php
Tests translate link on comment content admin page.
CommentTypeTest::testCommentTypeCreation in core/ modules/ comment/ tests/ src/ Functional/CommentTypeTest.php
Tests creating a comment type programmatically and via a form.
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.
ConfigAccessTest::setUp in core/ modules/ settings_tray/ tests/ src/ FunctionalJavascript/ConfigAccessTest.php
ConfigDependencyWebTest::testConfigDependencyDeleteFormTrait in core/ modules/ config/ tests/ src/ Functional/ConfigDependencyWebTest.php
Tests ConfigDependencyDeleteFormTrait.
ConfigDraggableListBuilderTest::testDraggableList in core/ modules/ config/ tests/ src/ Functional/ConfigDraggableListBuilderTest.php
Test draggable lists.
ConfigEntityFormOverrideTest::testFormsWithOverrides in core/ modules/ config/ tests/ src/ Functional/ConfigEntityFormOverrideTest.php
Tests that overrides do not affect forms or listing screens.
ConfigEntityListMultilingualTest::testListUI in core/ modules/ config/ tests/ src/ Functional/ConfigEntityListMultilingualTest.php
Tests the listing UI with different language scenarios.
ConfigEntityListTest::testListUI in core/ modules/ config/ tests/ src/ Functional/ConfigEntityListTest.php
Tests the listing UI.
ConfigEntityListTest::testPager in core/ modules/ config/ tests/ src/ Functional/ConfigEntityListTest.php
Test paging.
ConfigEntityStatusUITest::testCRUD in core/ modules/ config/ tests/ src/ Functional/ConfigEntityStatusUITest.php
Tests status operations.
ConfigEntityTest::testAjaxOnAddPage in core/ modules/ config/ tests/ src/ FunctionalJavascript/ConfigEntityTest.php
Tests ajax operations through the UI on 'Add' page.
ConfigEntityTest::testCRUDUI in core/ modules/ config/ tests/ src/ Functional/ConfigEntityTest.php
Tests CRUD operations through the UI.
ConfigExportImportUITest::setUp in core/ modules/ config/ tests/ src/ Functional/ConfigExportImportUITest.php
ConfigExportUITest::setUp in core/ modules/ config/ tests/ src/ Functional/ConfigExportUITest.php
ConfigFormOverrideTest::testFormsWithOverrides in core/ modules/ config/ tests/ src/ Functional/ConfigFormOverrideTest.php
Tests that overrides do not affect forms.
ConfigImportAllTest::setUp in core/ modules/ config/ tests/ src/ Functional/ConfigImportAllTest.php
ConfigImportInstallProfileTest::setUp in core/ modules/ config/ tests/ src/ Functional/ConfigImportInstallProfileTest.php
ConfigImportUITest::setUp in core/ modules/ config/ tests/ src/ Functional/ConfigImportUITest.php
ConfigImportUploadTest::setUp in core/ modules/ config/ tests/ src/ Functional/ConfigImportUploadTest.php
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.
ConfigLanguageOverrideWebTest::testSiteNameTranslation in core/ modules/ config/ tests/ src/ Functional/ConfigLanguageOverrideWebTest.php
Tests translating the site name.
ConfigOverridesUpdateTest::testUpdatedSite in core/ modules/ system/ tests/ src/ Functional/ Update/ConfigOverridesUpdateTest.php
Tests that configuration has been updated.
ConfigSingleImportExportTest::testExport in core/ modules/ config/ tests/ src/ Functional/ConfigSingleImportExportTest.php
Tests exporting a single configuration file.
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.
ConfigTest::setUp in core/ modules/ system/ tests/ src/ Functional/ File/ConfigTest.php
ConfigTranslationCacheTest::testFieldConfigTranslation in core/ modules/ config_translation/ tests/ src/ Functional/ConfigTranslationCacheTest.php
Tests the translation of field and field storage configuration.
ConfigTranslationDateFormatUiTest::setUp in core/ modules/ config_translation/ tests/ src/ Functional/ConfigTranslationDateFormatUiTest.php
ConfigTranslationListUiTest::doMenuListTest in core/ modules/ config_translation/ tests/ src/ Functional/ConfigTranslationListUiTest.php
Tests the menu listing for the translate operation.
ConfigTranslationListUiTest::setUp in core/ modules/ config_translation/ tests/ src/ Functional/ConfigTranslationListUiTest.php
ConfigTranslationOverviewTest::setUp in core/ modules/ config_translation/ tests/ src/ Functional/ConfigTranslationOverviewTest.php
ConfigTranslationUiTest::testAccountSettingsConfigurationTranslation in core/ modules/ config_translation/ tests/ src/ Functional/ConfigTranslationUiTest.php
Tests the account settings translation interface.
ConfigTranslationUiTest::testAlterInfo in core/ modules/ config_translation/ tests/ src/ Functional/ConfigTranslationUiTest.php
Tests the config_translation_info_alter() hook.
ConfigTranslationUiTest::testBooleanFieldConfigTranslation in core/ modules/ config_translation/ tests/ src/ Functional/ConfigTranslationUiTest.php
Tests the translation of a boolean field settings.
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::testFieldConfigTranslation in core/ modules/ config_translation/ tests/ src/ Functional/ConfigTranslationUiTest.php
Tests the translation of field and field storage configuration.
ConfigTranslationUiTest::testLocaleDBStorage in core/ modules/ config_translation/ tests/ src/ Functional/ConfigTranslationUiTest.php
Test translation storage in locale storage.
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::testSequenceTranslation in core/ modules/ config_translation/ tests/ src/ Functional/ConfigTranslationUiTest.php
Tests the sequence data type translation.
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::testSourceAndTargetLanguage in core/ modules/ config_translation/ tests/ src/ Functional/ConfigTranslationUiTest.php
Tests source and target language edge cases.
ConfigTranslationUiTest::testSourceValueDuplicateSave in core/ modules/ config_translation/ tests/ src/ Functional/ConfigTranslationUiTest.php
Tests the site information translation interface.
ConfigTranslationUiTest::testTextFormatTranslation in core/ modules/ config_translation/ tests/ src/ Functional/ConfigTranslationUiTest.php
Test text_format translation.
ConfigTranslationUiTest::testViewContextualLink in core/ modules/ config_translation/ tests/ src/ FunctionalJavascript/ConfigTranslationUiTest.php
Tests that contextual link related to views.
ConfigTranslationUiTest::testViewsTranslationUI in core/ modules/ config_translation/ tests/ src/ Functional/ConfigTranslationUiTest.php
Tests the views translation interface.
ConfigTranslationUiThemeTest::testThemeDiscovery in core/ modules/ config_translation/ tests/ src/ Functional/ConfigTranslationUiThemeTest.php
Tests that theme provided *.config_translation.yml files are found.
ConfigTranslationViewListUiTest::setUp in core/ modules/ config_translation/ tests/ src/ Functional/ConfigTranslationViewListUiTest.php
ConfigurableLanguageManagerTest::setUp in core/ modules/ language/ tests/ src/ Functional/ConfigurableLanguageManagerTest.php
ConfigurationTest::testActionConfiguration in core/ modules/ action/ tests/ src/ Functional/ConfigurationTest.php
Tests configuration of advanced actions through administration interface.
ContactLanguageTest::setUp in core/ modules/ contact/ tests/ src/ Functional/ContactLanguageTest.php
ContactLinkTest::testContactLink in core/ modules/ contact/ tests/ src/ Functional/ Views/ContactLinkTest.php
Tests contact link.
ContactPersonalTest::checkContactAccess in core/ modules/ contact/ tests/ src/ Functional/ContactPersonalTest.php
Creates a user and then checks contact form access.
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::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.
ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::setUp in core/ tests/ Drupal/ FunctionalTests/ Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php
ContentEntityFormFieldValidationFilteringTest::setUp in core/ tests/ Drupal/ FunctionalTests/ Entity/ContentEntityFormFieldValidationFilteringTest.php
ContentModerationTest::testAdministrationPage in core/ modules/ media_library/ tests/ src/ FunctionalJavascript/ContentModerationTest.php
Tests the media library widget only shows published media.
ContentModerationTest::testWidget in core/ modules/ media_library/ tests/ src/ FunctionalJavascript/ContentModerationTest.php
Tests the media library widget only shows published media.
ContentModerationWorkflowTypeTest::setUp in core/ modules/ content_moderation/ tests/ src/ Functional/ContentModerationWorkflowTypeTest.php
ContentPreviewToggleTest::setUp in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/ContentPreviewToggleTest.php
ContentTranslationContextualLinksTest::setUp in core/ modules/ content_translation/ tests/ src/ FunctionalJavascript/ContentTranslationContextualLinksTest.php
ContentTranslationContextualLinksTest::testContentTranslationContextualLinks in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationContextualLinksTest.php
Tests that a contextual link is available for translating a node.
ContentTranslationContextualLinksTest::testContentTranslationContextualLinks in core/ modules/ content_translation/ tests/ src/ FunctionalJavascript/ContentTranslationContextualLinksTest.php
Tests that a contextual link is available for translating a node.
ContentTranslationDisableSettingTest::testDisableSetting in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationDisableSettingTest.php
Tests that entity schemas are up-to-date after enabling translation.
ContentTranslationEnableTest::testEnable in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationEnableTest.php
Tests that entity schemas are up-to-date after enabling translation.
ContentTranslationEntityBundleUITest::setUp in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationEntityBundleUITest.php
ContentTranslationLanguageChangeTest::setUp in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationLanguageChangeTest.php
ContentTranslationLinkTagTest::setUp in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationLinkTagTest.php
ContentTranslationMetadataFieldsTest::testSetTranslatable in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationMetadataFieldsTest.php
Tests setting translatable metadata fields.
ContentTranslationMetadataFieldsTest::testSkipUntranslatable in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationMetadataFieldsTest.php
Tests skipping setting non translatable metadata fields.
ContentTranslationOperationsTest::testContentTranslationOverviewAccess in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationOperationsTest.php
Tests the access to the overview page for translations.
ContentTranslationOperationsTest::testOperationTranslateLink in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationOperationsTest.php
Test that the operation "Translate" is displayed in the content listing.
ContentTranslationPendingRevisionTestBase::enableContentModeration in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationPendingRevisionTestBase.php
Enables content moderation for the test entity type and bundle.
ContentTranslationRevisionTranslationDeletionTest::doTestOverview in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationRevisionTranslationDeletionTest.php
Performs a test run.
ContentTranslationSettingsTest::setUp in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationSettingsTest.php
ContentTranslationStandardFieldsTest::setUp in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationStandardFieldsTest.php
ContentTranslationSyncImageTest::testImageFieldSync in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationSyncImageTest.php
Tests image field field synchronization.
ContentTranslationTestBase::setupUsers in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationTestBase.php
Creates and activates translator, editor and admin users.
ContentTranslationUISkipTest::testUICheckSkip in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationUISkipTest.php
Tests the content_translation_ui_skip key functionality.
ContentTranslationUITestBase::doTestBasicTranslation in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationUITestBase.php
Tests the basic translation workflow.
ContentTranslationUITestBase::doTestTranslationDeletion in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationUITestBase.php
Tests translation deletion.
ContentTranslationUntranslatableFieldsTest::setUp in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationUntranslatableFieldsTest.php
ContentTranslationWorkflowsTest::doTestWorkflows in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationWorkflowsTest.php
Checks that workflows have the expected behaviors for the given user.
ContentTranslationWorkflowsTest::setupEntity in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationWorkflowsTest.php
Creates a test entity and translate it.
ContentTranslationWorkflowsTest::testWorkflows in core/ modules/ content_translation/ tests/ src/ Functional/ContentTranslationWorkflowsTest.php
Test simple and editorial translation workflows.
ContextualDynamicContextTest::testDifferentPermissions in core/ modules/ contextual/ tests/ src/ Functional/ContextualDynamicContextTest.php
Tests contextual links with different permissions.
ContextualDynamicContextTest::testTokenProtection in core/ modules/ contextual/ tests/ src/ Functional/ContextualDynamicContextTest.php
Tests the contextual placeholder content is protected by a token.
ContextualFiltersBlockContextTest::testBlockContext in core/ modules/ views/ tests/ src/ Functional/ Plugin/ContextualFiltersBlockContextTest.php
Tests exposed context.
ContextualFilterTest::setUp in core/ modules/ views/ tests/ src/ FunctionalJavascript/ Plugin/ views/ Handler/ContextualFilterTest.php
ContextualLinksTest::setUp in core/ modules/ node/ tests/ src/ FunctionalJavascript/ContextualLinksTest.php
ContextualLinksTest::setUp in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/ContextualLinksTest.php
ContextualLinksTest::setUp in core/ modules/ contextual/ tests/ src/ FunctionalJavascript/ContextualLinksTest.php
CronRunTest::testAutomatedCron in core/ modules/ system/ tests/ src/ Functional/ System/CronRunTest.php
Ensure that the automated cron run module is working.
CronRunTest::testCronUI in core/ modules/ system/ tests/ src/ Functional/ System/CronRunTest.php
Make sure the cron UI reads from the state storage.
CronRunTest::testManualCron in core/ modules/ system/ tests/ src/ Functional/ System/CronRunTest.php
Ensure that the manual cron run is working.
CsrfRequestHeaderTest::testRouteAccess in core/ modules/ system/ tests/ src/ Functional/CsrfRequestHeaderTest.php
Tests access to routes protected by CSRF request header requirements.
CsrfTokenRaceTest::testCsrfRace in core/ tests/ Drupal/ FunctionalJavascriptTests/ Core/CsrfTokenRaceTest.php
Test race condition for CSRF tokens for simultaneous requests.
DateFilterTest::setUp in core/ modules/ datetime/ tests/ src/ Functional/DateFilterTest.php
DateFormatsLockedTest::testDateLocking in core/ modules/ system/ tests/ src/ Functional/ System/DateFormatsLockedTest.php
Tests attempts at listing, editing, and deleting locked date formats.
DateFormatsMachineNameTest::setUp in core/ modules/ system/ tests/ src/ Functional/ System/DateFormatsMachineNameTest.php
DateFormatTest::setUp in core/ modules/ system/ tests/ src/ FunctionalJavascript/ System/DateFormatTest.php
DateTestBase::setUp in core/ modules/ datetime/ tests/ src/ Functional/DateTestBase.php
DateTimeTest::setUp in core/ modules/ system/ tests/ src/ Functional/ System/DateTimeTest.php
DateTimeTest::testEnteringDateTimeViaSelectors in core/ modules/ system/ tests/ src/ Functional/ System/DateTimeTest.php
Test handling case with invalid data in selectors (like February, 31st).
DateTimeTimeAgoFormatterTest::setUp in core/ modules/ datetime/ tests/ src/ Functional/DateTimeTimeAgoFormatterTest.php
DbLogTest::doNode in core/ modules/ dblog/ tests/ src/ Functional/DbLogTest.php
Generates and then verifies some node events.
DbLogTest::doUser in core/ modules/ dblog/ tests/ src/ Functional/DbLogTest.php
Generates and then verifies some user events.
DbLogTest::test403LogEventPage in core/ modules/ dblog/ tests/ src/ Functional/DbLogTest.php
Tests that a 403 event is logged with the exception triggering it.
DbLogTest::testBacktrace in core/ modules/ dblog/ tests/ src/ Functional/DbLogTest.php
Tests that the details page displays correctly backtrace.
DbLogTest::testDbLog in core/ modules/ dblog/ tests/ src/ Functional/DbLogTest.php
Tests Database Logging module functionality through interfaces.
DbLogTest::testDBLogAddAndClear in core/ modules/ dblog/ tests/ src/ Functional/DbLogTest.php
Tests the addition and clearing of log events through the admin interface.
DbLogTest::testFilter in core/ modules/ dblog/ tests/ src/ Functional/DbLogTest.php
Tests the database log filter functionality at admin/reports/dblog.
DbLogTest::testLogEventNotFoundPage in core/ modules/ dblog/ tests/ src/ Functional/DbLogTest.php
Test not-existing log event page.
DbLogTest::testLogEventPage in core/ modules/ dblog/ tests/ src/ Functional/DbLogTest.php
Test individual log event page.
DbLogTest::testLogEventPageWithMissingInfo in core/ modules/ dblog/ tests/ src/ Functional/DbLogTest.php
Test individual log event page with missing log attributes.
DbLogTest::testOverviewLinks in core/ modules/ dblog/ tests/ src/ Functional/DbLogTest.php
Make sure HTML tags are filtered out in the log overview links.
DbLogTest::testSameTimestampEntries in core/ modules/ dblog/ tests/ src/ Functional/DbLogTest.php
Test sorting for entries with the same timestamp.
DbLogTest::testTemporaryUser in core/ modules/ dblog/ tests/ src/ Functional/DbLogTest.php
Tests that the details page displays correctly for a temporary user.
DefaultModerationStateTest::setUp in core/ modules/ content_moderation/ tests/ src/ Functional/DefaultModerationStateTest.php
Sets the test up.
DefaultViewRecentCommentsTest::testBlockDisplay in core/ modules/ comment/ tests/ src/ Functional/ Views/DefaultViewRecentCommentsTest.php
Tests the block defined by the comments_recent view.
DefaultViewsTest::setUp in core/ modules/ views/ tests/ src/ Functional/DefaultViewsTest.php
DefaultViewsTest::testDefaultViews in core/ modules/ views_ui/ tests/ src/ Functional/DefaultViewsTest.php
Tests default views.
DeleteMultipleFormTest::setUp in core/ tests/ Drupal/ FunctionalTests/ Entity/DeleteMultipleFormTest.php
DemoUmamiProfileTest::testAppearance in core/ profiles/ demo_umami/ tests/ src/ Functional/DemoUmamiProfileTest.php
Tests that the Umami theme is available on the Appearance page.
DemoUmamiProfileTest::testDemonstrationWarningMessage in core/ profiles/ demo_umami/ tests/ src/ Functional/DemoUmamiProfileTest.php
Tests that the toolbar warning only appears on the admin pages.
DemoUmamiProfileTest::testEditNodesByAdmin in core/ profiles/ demo_umami/ tests/ src/ Functional/DemoUmamiProfileTest.php
Tests the successful editing of nodes by admin.
DemoUmamiProfileTest::testWarningsOnStatusPage in core/ profiles/ demo_umami/ tests/ src/ Functional/DemoUmamiProfileTest.php
Tests demo_umami profile warnings shown on Status Page.
DeprecatedModerationStateViewsRelationshipTest::setUp in core/ modules/ content_moderation/ tests/ src/ Functional/DeprecatedModerationStateViewsRelationshipTest.php
DialogPositionTest::testDialogOpenAndClose in core/ tests/ Drupal/ FunctionalJavascriptTests/ Dialog/DialogPositionTest.php
Tests if the dialog UI works properly with block layout page.
DialogTest::testDialog in core/ tests/ Drupal/ FunctionalJavascriptTests/ Ajax/DialogTest.php
Test sending non-JS and AJAX requests to open and manipulate modals.
DisabledDisplayTest::setUp in core/ modules/ views/ tests/ src/ Functional/ Plugin/DisabledDisplayTest.php
DisplayAttachmentTest::setUp in core/ modules/ views/ tests/ src/ Functional/ Plugin/DisplayAttachmentTest.php
DisplayBlockTest::testBlockCategory in core/ modules/ block/ tests/ src/ Functional/ Views/DisplayBlockTest.php
Tests default and custom block categories.
DisplayBlockTest::testBlockContextualLinks in core/ modules/ block/ tests/ src/ Functional/ Views/DisplayBlockTest.php
Tests the contextual links on a Views block.
DisplayBlockTest::testViewsBlockForm in core/ modules/ block/ tests/ src/ Functional/ Views/DisplayBlockTest.php
Test the block form for a Views block.
DisplayEntityReferenceTest::setUp in core/ modules/ views/ tests/ src/ Functional/ Plugin/DisplayEntityReferenceTest.php
DisplayFeedTest::setUp in core/ modules/ views/ tests/ src/ Functional/ Plugin/DisplayFeedTest.php
DisplayFeedTranslationTest::setUp in core/ modules/ views/ tests/ src/ Functional/ Plugin/DisplayFeedTranslationTest.php
DisplayPageWebTest::testPageDisplayMenu in core/ modules/ views/ tests/ src/ Functional/ Plugin/DisplayPageWebTest.php
Tests menu settings of page displays.
DisplayPageWebTest::testPagePaths in core/ modules/ views/ tests/ src/ Functional/ Plugin/DisplayPageWebTest.php
Tests the views page path functionality.
DisplayPathTest::testDefaultMenuTabRegression in core/ modules/ views_ui/ tests/ src/ Functional/DisplayPathTest.php
Tests the regression in https://www.drupal.org/node/2532490 .
DisplayTest::setUp in core/ modules/ views_ui/ tests/ src/ FunctionalJavascript/DisplayTest.php
DisplayTest::setUp in core/ modules/ views/ tests/ src/ Functional/ Plugin/DisplayTest.php
DrupalDateTimeTest::testDateTimezone in core/ modules/ system/ tests/ src/ Functional/ Datetime/DrupalDateTimeTest.php
Test that DrupalDateTime can detect the right timezone to use.
Test with a variety of less commonly used timezone names to
help ensure that the system timezone will be different than the
stated timezones.
DrupalSelenium2DriverTest::setUp in core/ tests/ Drupal/ FunctionalJavascriptTests/ Tests/DrupalSelenium2DriverTest.php
DuplicateContextualLinksTest::testSameContextualLinks in core/ modules/ contextual/ tests/ src/ FunctionalJavascript/DuplicateContextualLinksTest.php
Tests the contextual links with same id.
EarlyDateTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/EarlyDateTest.php
EditModeTest::setUp in core/ modules/ contextual/ tests/ src/ FunctionalJavascript/EditModeTest.php
EditorAdminTest::addEditorToNewFormat in core/ modules/ editor/ tests/ src/ Functional/EditorAdminTest.php
Adds an editor to a new format using the UI.
EditorAdminTest::setUp in core/ modules/ editor/ tests/ src/ FunctionalJavascript/EditorAdminTest.php
EditorAdminTest::testAddEditorToExistingFormat in core/ modules/ editor/ tests/ src/ Functional/EditorAdminTest.php
Tests adding a text editor to an existing text format.
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.
EditorAdminTest::testSwitchEditorToNone in core/ modules/ editor/ tests/ src/ Functional/EditorAdminTest.php
Tests switching text editor to none does not throw a TypeError.
EditorLoadingTest::testLoading in core/ modules/ editor/ tests/ src/ Functional/EditorLoadingTest.php
Tests loading of text editors.
EditorLoadingTest::testSupportedElementTypes in core/ modules/ editor/ tests/ src/ Functional/EditorLoadingTest.php
Test supported element types.
EditorPrivateFileReferenceFilterTest::testEditorPrivateFileReferenceFilter in core/ modules/ editor/ tests/ src/ Functional/EditorPrivateFileReferenceFilterTest.php
Tests the editor file reference filter with private files.
EditorSecurityTest::testEditorXssFilterOverride in core/ modules/ editor/ tests/ src/ Functional/EditorSecurityTest.php
Tests the standard text editor XSS filter being overridden.
EditorSecurityTest::testInitialSecurity in core/ modules/ editor/ tests/ src/ Functional/EditorSecurityTest.php
Tests initial security: is the user safe without switching text formats?
EditorSecurityTest::testSwitchingSecurity in core/ modules/ editor/ tests/ src/ Functional/EditorSecurityTest.php
Tests administrator security: is the user safe when switching text formats?
EditorUploadImageScaleTest::setUp in core/ modules/ editor/ tests/ src/ Functional/EditorUploadImageScaleTest.php
ElementsVerticalTabsTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Form/ElementsVerticalTabsTest.php
ElementsVerticalTabsTest::testWrapperNotShownWhenEmpty in core/ modules/ system/ tests/ src/ Functional/ Form/ElementsVerticalTabsTest.php
Ensures that vertical tab markup is not shown if user has no tab access.
ElementTest::testFormAutocomplete in core/ modules/ system/ tests/ src/ Functional/ Form/ElementTest.php
Tests a form with a autocomplete setting..
EmailFieldTest::setUp in core/ modules/ field/ tests/ src/ Functional/ Email/EmailFieldTest.php
EmbeddedFormWidgetTest::setUp in core/ modules/ media_library/ tests/ src/ FunctionalJavascript/EmbeddedFormWidgetTest.php
EntityAddUITest::testAddPageWithBundleEntities in core/ modules/ system/ tests/ src/ Functional/ Entity/EntityAddUITest.php
Tests the add page for an entity type using bundle entities.
EntityAddUITest::testAddPageWithoutBundleEntities in core/ modules/ system/ tests/ src/ Functional/ Entity/EntityAddUITest.php
Tests the add page for an entity type not using bundle entities.
EntityDisplayModeTest::testAlphabeticalDisplaySettings in core/ modules/ field_ui/ tests/ src/ Functional/EntityDisplayModeTest.php
Tests if view modes appear in alphabetical order by visible name.
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.
EntityDisplayTest::setUp in core/ modules/ field_ui/ tests/ src/ Functional/EntityDisplayTest.php
EntityDisplayTest::setUp in core/ modules/ field_ui/ tests/ src/ FunctionalJavascript/EntityDisplayTest.php
EntityFilteringThemeTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Theme/EntityFilteringThemeTest.php
EntityFormTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Entity/EntityFormTest.php
EntityListBuilderTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Entity/EntityListBuilderTest.php
EntityOperationsTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Entity/EntityOperationsTest.php
EntityQueryAccessTest::testBlockContentEntityQueryAccess in core/ modules/ views/ tests/ src/ Functional/ Entity/EntityQueryAccessTest.php
Tests that the 'block_content_access' query tag is respected by Views.
EntityQueryAccessTest::testMediaEntityQueryAccess in core/ modules/ views/ tests/ src/ Functional/ Entity/EntityQueryAccessTest.php
Tests that the 'media_access' query tag is respected by Views.
EntityReferenceAdminTest::setUp in core/ modules/ field/ tests/ src/ Functional/ EntityReference/EntityReferenceAdminTest.php
EntityReferenceAdminTest::setUp in core/ modules/ field/ tests/ src/ FunctionalJavascript/ EntityReference/EntityReferenceAdminTest.php
EntityReferenceAutocompleteWidgetTest::setUp in core/ tests/ Drupal/ FunctionalJavascriptTests/ EntityReference/EntityReferenceAutocompleteWidgetTest.php
EntityReferenceAutocompleteWidgetTest::testEntityReferenceAutocompleteWidget in core/ tests/ Drupal/ FunctionalJavascriptTests/ EntityReference/EntityReferenceAutocompleteWidgetTest.php
Tests that the default autocomplete widget return the correct results.
EntityReferenceAutoCreateTest::setUp in core/ modules/ field/ tests/ src/ Functional/ EntityReference/EntityReferenceAutoCreateTest.php
EntityReferenceAutoCreateTest::testNoBundles in core/ modules/ field/ tests/ src/ Functional/ EntityReference/EntityReferenceAutoCreateTest.php
Tests autocreation for an entity that has no bundles.
EntityReferenceFieldAttributesTest::setUp in core/ modules/ rdf/ tests/ src/ Functional/EntityReferenceFieldAttributesTest.php
EntityReferenceFieldDefaultValueTest::setUp in core/ modules/ field/ tests/ src/ Functional/ EntityReference/EntityReferenceFieldDefaultValueTest.php
EntityReferenceFieldTranslatedReferenceViewTest::assertEntityReferenceFormDisplay in core/ modules/ field/ tests/ src/ Functional/ EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
Assert entity reference form display.
EntityReferenceFieldTranslatedReferenceViewTest::testEntityReferenceDisplay in core/ modules/ field/ tests/ src/ Functional/ EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
Tests if the entity is displayed in an entity reference field.
EntityReferenceFileUploadTest::testFileUpload in core/ modules/ field/ tests/ src/ Functional/ EntityReference/EntityReferenceFileUploadTest.php
Tests that the autocomplete input element does not cause ajax fatal.
EntityReferenceIntegrationTest::setUp in core/ modules/ field/ tests/ src/ Functional/ EntityReference/EntityReferenceIntegrationTest.php
EntityReferenceWidgetTest::setUp in core/ modules/ media_library/ tests/ src/ FunctionalJavascript/EntityReferenceWidgetTest.php
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::setUp in core/ modules/ system/ tests/ src/ Functional/ Entity/EntityRevisionsTest.php
EntityTranslationFormTest::testEntityFormLanguage in core/ modules/ system/ tests/ src/ Functional/ Entity/EntityTranslationFormTest.php
Tests entity form language.
EntityTypeWithoutLanguageFormTest::setUp in core/ modules/ language/ tests/ src/ Functional/EntityTypeWithoutLanguageFormTest.php
EntityViewControllerTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Entity/EntityViewControllerTest.php
ExperimentalHelpTest::testExperimentalHelp in core/ modules/ help/ tests/ src/ Functional/ExperimentalHelpTest.php
Verifies that a warning message is displayed for experimental modules.
ExperimentalModuleTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Module/ExperimentalModuleTest.php
ExperimentalThemeTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Theme/ExperimentalThemeTest.php
ExposedFilterAJAXTest::setUp in core/ modules/ views/ tests/ src/ FunctionalJavascript/ExposedFilterAJAXTest.php
FastTest::testUserAutocomplete in core/ modules/ system/ tests/ src/ Functional/ Theme/FastTest.php
Tests access to user autocompletion and verify the correct results.
FeedLanguageTest::testFeedLanguage in core/ modules/ aggregator/ tests/ src/ Functional/FeedLanguageTest.php
Tests creation of feeds with a language.
FieldAccessTest::setUp in core/ modules/ field/ tests/ src/ Functional/FieldAccessTest.php
FieldBlockTest::setUp in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/FieldBlockTest.php
FieldDefaultValueCallbackTest::testDefaultValueCallbackForm in core/ modules/ field/ tests/ src/ Functional/FieldDefaultValueCallbackTest.php
FieldDropButtonTest::setUp in core/ modules/ views/ tests/ src/ Functional/ Handler/FieldDropButtonTest.php
FieldEntityLinkBaseTest::setUp in core/ modules/ views/ tests/ src/ Functional/ Handler/FieldEntityLinkBaseTest.php
FieldEntityOperationsTest::testEntityOperations in core/ modules/ views/ tests/ src/ Functional/ Handler/FieldEntityOperationsTest.php
Tests entity operations field.
FieldEntityTest::testGetEntity in core/ modules/ views/ tests/ src/ Functional/ Entity/FieldEntityTest.php
Tests the getEntity method.
FieldHelpTest::testFieldHelp in core/ modules/ field/ tests/ src/ Functional/FieldHelpTest.php
Test the Field module's help page.
FieldImportDeleteUninstallUiTest::setUp in core/ modules/ field/ tests/ src/ Functional/FieldImportDeleteUninstallUiTest.php
FieldLayoutTest::setUp in core/ modules/ field_layout/ tests/ src/ Functional/FieldLayoutTest.php
FieldLayoutTest::setUp in core/ modules/ field_layout/ tests/ src/ FunctionalJavascript/FieldLayoutTest.php
FieldTest::setUp in core/ modules/ quickedit/ tests/ src/ FunctionalJavascript/FieldTest.php
FieldTest::setUp in core/ modules/ views/ tests/ src/ FunctionalJavascript/ Plugin/ views/ Handler/FieldTest.php
FieldUIDeleteTest::setUp in core/ modules/ field_ui/ tests/ src/ Functional/FieldUIDeleteTest.php
FieldUIIndentationTest::setUp in core/ modules/ field_ui/ tests/ src/ Functional/FieldUIIndentationTest.php
FieldUiIntegrationTest::setUp in core/ modules/ media_library/ tests/ src/ FunctionalJavascript/FieldUiIntegrationTest.php
FieldUiIntegrationTest::testFieldUiIntegration in core/ modules/ media_library/ tests/ src/ FunctionalJavascript/FieldUiIntegrationTest.php
Tests field UI integration for media library widget.
FieldUIRouteTest::setUp in core/ modules/ field_ui/ tests/ src/ Functional/FieldUIRouteTest.php
FieldUITest::setUp in core/ modules/ field/ tests/ src/ Functional/ Views/FieldUITest.php
FileFieldAnonymousSubmissionTest::testAuthenticatedNodeWithFileWithoutTitle in core/ modules/ file/ tests/ src/ Functional/FileFieldAnonymousSubmissionTest.php
Tests file submission for an authenticated user with a missing node title.
FileFieldTestBase::setUp in core/ modules/ file/ tests/ src/ Functional/FileFieldTestBase.php
FileFieldValidateTest::testAjaxValidationMessage in core/ modules/ file/ tests/ src/ FunctionalJavascript/FileFieldValidateTest.php
Test the validation message is displayed only once for ajax uploads.
FileFieldWidgetTest::setUp in core/ modules/ file/ tests/ src/ FunctionalJavascript/FileFieldWidgetTest.php
FileFieldWidgetTest::testPrivateFileComment in core/ modules/ file/ tests/ src/ Functional/FileFieldWidgetTest.php
Tests that download restrictions on private files work on comments.
FileFieldWidgetTest::testTemporaryFileRemovalExploit in core/ modules/ file/ tests/ src/ Functional/FileFieldWidgetTest.php
Tests exploiting the temporary file removal of another user using fid.
FileListingTest::testFileListingPages in core/ modules/ file/ tests/ src/ Functional/FileListingTest.php
Tests file overview with different user permissions.
FileListingTest::testFileListingUsageNoLink in core/ modules/ file/ tests/ src/ Functional/FileListingTest.php
Tests file listing usage page for entities with no canonical link template.
FileManagedFileElementTest::setUp in core/ modules/ file/ tests/ src/ FunctionalJavascript/FileManagedFileElementTest.php
FileMediaFormatterTestBase::setUp in core/ modules/ file/ tests/ src/ Functional/ Formatter/FileMediaFormatterTestBase.php
FileOnTranslatedEntityTest::setUp in core/ modules/ file/ tests/ src/ Functional/FileOnTranslatedEntityTest.php
FilePrivateTest::testPrivateFile in core/ modules/ file/ tests/ src/ Functional/FilePrivateTest.php
Tests file access for file uploaded to a private node.
FileSaveHtaccessLoggingTest::testHtaccessSave in core/ modules/ system/ tests/ src/ Functional/ File/FileSaveHtaccessLoggingTest.php
Tests file_save_htaccess ().
FileTransferAuthorizeFormTest::setUp in core/ modules/ update/ tests/ src/ Functional/FileTransferAuthorizeFormTest.php
FilterAdminTest::setUp in core/ modules/ filter/ tests/ src/ Functional/FilterAdminTest.php
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.
FilterCriteriaTest::setUp in core/ modules/ views_ui/ tests/ src/ FunctionalJavascript/FilterCriteriaTest.php
FilterDateTest::setUp in core/ modules/ datetime/ tests/ src/ Functional/ Views/FilterDateTest.php
Create nodes with relative dates of yesterday, today, and tomorrow.
FilterDateTest::testExposedFilter in core/ modules/ views/ tests/ src/ Functional/ Handler/FilterDateTest.php
Tests that the exposed date filter is displayed without errors.
FilterDateTest::_testFilterDatetimeUI in core/ modules/ views/ tests/ src/ Functional/ Handler/FilterDateTest.php
Test datetime grouped filter UI.
FilterDateTest::_testFilterDateUI in core/ modules/ views/ tests/ src/ Functional/ Handler/FilterDateTest.php
Test date filter UI.
FilterDateTest::_testUiValidation in core/ modules/ views/ tests/ src/ Functional/ Handler/FilterDateTest.php
Make sure the validation callbacks works.
FilterDefaultFormatTest::testDefaultTextFormats in core/ modules/ filter/ tests/ src/ Functional/FilterDefaultFormatTest.php
Tests if the default text format is accessible to users.
FilterFormatAccessTest::setUp in core/ modules/ filter/ tests/ src/ Functional/FilterFormatAccessTest.php
FilterFormatAccessTest::testFormatPermissions in core/ modules/ filter/ tests/ src/ Functional/FilterFormatAccessTest.php
Tests the Filter format access permissions functionality.
FilterFormatAccessTest::testFormatWidgetPermissions in core/ modules/ filter/ tests/ src/ Functional/FilterFormatAccessTest.php
Tests editing a page using a disallowed text format.
FilterFormTest::doFilterFormTestAsAdmin in core/ modules/ filter/ tests/ src/ Functional/FilterFormTest.php
Tests the behavior of the 'text_format' element as an administrator.
FilterFormTest::doFilterFormTestAsNonAdmin in core/ modules/ filter/ tests/ src/ Functional/FilterFormTest.php
Tests the behavior of the 'text_format' element as a normal user.
FilterHooksTest::testFilterHooks in core/ modules/ filter/ tests/ src/ Functional/FilterHooksTest.php
Tests hooks on format management.
FilterHtmlImageSecureTest::setUp in core/ modules/ filter/ tests/ src/ Functional/FilterHtmlImageSecureTest.php
FilterNodeAccessTest::setUp in core/ modules/ node/ tests/ src/ Functional/ Views/FilterNodeAccessTest.php
FilterNodeAccessTest::testFilterNodeAccess in core/ modules/ node/ tests/ src/ Functional/ Views/FilterNodeAccessTest.php
Tests the node access filter.
FilterOptionsTest::setUp in core/ modules/ views_ui/ tests/ src/ FunctionalJavascript/FilterOptionsTest.php
FilterPermissionUiTest::testHandlerUI in core/ modules/ user/ tests/ src/ Functional/ Views/FilterPermissionUiTest.php
Tests basic filter handler settings in the UI.
FilterSecurityTest::setUp in core/ modules/ filter/ tests/ src/ Functional/FilterSecurityTest.php
FilterTest::setUp in core/ modules/ views/ tests/ src/ Functional/ Plugin/FilterTest.php
FilterUITest::testFilterIdentifier in core/ modules/ views_ui/ tests/ src/ Functional/FilterUITest.php
Tests the identifier settings and restrictions.
FilterUITest::testFilterInOperatorUi in core/ modules/ views_ui/ tests/ src/ Functional/FilterUITest.php
Tests that an option for a filter is saved as expected from the UI.
FilterUITest::testFiltersUI in core/ modules/ views_ui/ tests/ src/ Functional/FilterUITest.php
Tests the filters from the UI.
FormatDateTest::testAdminDefinedFormatDate in core/ modules/ system/ tests/ src/ Functional/ Common/FormatDateTest.php
Tests admin-defined formats in DateFormatterInterface::format().
FormErrorHandlerCKEditorTest::setUp in core/ modules/ inline_form_errors/ tests/ src/ FunctionalJavascript/FormErrorHandlerCKEditorTest.php
FormErrorHandlerFileUploadTest::setUp in core/ modules/ inline_form_errors/ tests/ src/ Functional/FormErrorHandlerFileUploadTest.php
FormErrorHandlerQuickEditTest::setUp in core/ modules/ inline_form_errors/ tests/ src/ FunctionalJavascript/FormErrorHandlerQuickEditTest.php
FormGroupingElementsTest::setUp in core/ tests/ Drupal/ FunctionalJavascriptTests/ Core/ Form/FormGroupingElementsTest.php
FormJSAddMoreTest::setUp in core/ modules/ field/ tests/ src/ FunctionalJavascript/FormJSAddMoreTest.php
FormTest::setUp in core/ modules/ field/ tests/ src/ Functional/FormTest.php
FormTest::testGetFormsCsrfToken in core/ modules/ system/ tests/ src/ Functional/ Form/FormTest.php
CSRF tokens for GET forms should not be added by default.
FormTest::testInputWithInvalidToken in core/ modules/ system/ tests/ src/ Functional/ Form/FormTest.php
Tests that input is retained for safe elements even with an invalid token.
FormTest::testLabelOnMultiValueFields in core/ modules/ field/ tests/ src/ Functional/FormTest.php
Tests the form display of the label for multi-value fields.
FormValuesTest::setUp in core/ tests/ Drupal/ FunctionalJavascriptTests/ Ajax/FormValuesTest.php
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::setUp in core/ modules/ forum/ tests/ src/ Functional/ForumIndexTest.php
ForumIntegrationTest::testForumIntegration in core/ modules/ forum/ tests/ src/ Functional/ Views/ForumIntegrationTest.php
Tests the integration.
ForumNodeAccessTest::testForumNodeAccess in core/ modules/ forum/ tests/ src/ Functional/ForumNodeAccessTest.php
Creates some users and creates a public node and a private node.
ForumTest::doAdminTests in core/ modules/ forum/ tests/ src/ Functional/ForumTest.php
Runs admin tests on the admin user.
ForumTest::doBasicTests in core/ modules/ forum/ tests/ src/ Functional/ForumTest.php
Runs basic tests on the indicated user.
ForumTest::testAddOrphanTopic in core/ modules/ forum/ tests/ src/ Functional/ForumTest.php
Tests that forum nodes can't be added without a parent.
ForumTest::testForum in core/ modules/ forum/ tests/ src/ Functional/ForumTest.php
Tests forum functionality through the admin and user interfaces.
ForumTest::testForumWithNewPost in core/ modules/ forum/ tests/ src/ Functional/ForumTest.php
Tests a forum with a new post displays properly.
ForumUninstallTest::testForumUninstallWithField in core/ modules/ forum/ tests/ src/ Functional/ForumUninstallTest.php
Tests if forum module uninstallation properly deletes the field.
FrontPageTest::setUp in core/ modules/ system/ tests/ src/ Functional/ System/FrontPageTest.php
FrontPageTest::testAdminFrontPage in core/ modules/ node/ tests/ src/ Functional/ Views/FrontPageTest.php
Tests the frontpage when logged in as admin.
GlossaryViewTest::setUp in core/ modules/ views/ tests/ src/ FunctionalJavascript/GlossaryViewTest.php
GroupedExposedFilterTest::setUp in core/ modules/ views/ tests/ src/ FunctionalJavascript/ Plugin/ views/ Handler/GroupedExposedFilterTest.php
HandlerFieldRoleTest::testRole in core/ modules/ user/ tests/ src/ Functional/ Views/HandlerFieldRoleTest.php
HandlerFieldUserNameTest::testUserName in core/ modules/ user/ tests/ src/ Functional/ Views/HandlerFieldUserNameTest.php
HandlerFilterUserNameTest::testAdminUserInterface in core/ modules/ user/ tests/ src/ Functional/ Views/HandlerFilterUserNameTest.php
Tests using the user interface.
HandlerTest::testRelationshipUI in core/ modules/ views/ tests/ src/ Functional/ Handler/HandlerTest.php
Tests the relationship ui for field/filter/argument/relationship.
HelpPageOrderTest::setUp in core/ modules/ help/ tests/ src/ Functional/HelpPageOrderTest.php
HelpTest::testHelp in core/ modules/ help/ tests/ src/ Functional/HelpTest.php
Logs in users, tests help pages.
HelpTopicSearchTest::setUp in core/ modules/ help_topics/ tests/ src/ Functional/HelpTopicSearchTest.php
HelpTopicSearchTest::testHelpSearch in core/ modules/ help_topics/ tests/ src/ Functional/HelpTopicSearchTest.php
Tests help topic search.
HelpTopicSearchTest::testUninstall in core/ modules/ help_topics/ tests/ src/ Functional/HelpTopicSearchTest.php
Tests uninstalling the help_topics module.
HelpTopicsSyntaxTest::testHelpTopics in core/ modules/ help_topics/ tests/ src/ Functional/HelpTopicsSyntaxTest.php
Tests that all Core help topics can be rendered and have good syntax.
HelpTopicTest::testHelp in core/ modules/ help_topics/ tests/ src/ Functional/HelpTopicTest.php
Tests the main help page and individual pages for topics.
HelpTopicTranslatedTestBase::setUp in core/ modules/ help_topics/ tests/ src/ Functional/HelpTopicTranslatedTestBase.php
HelpTopicTranslationTest::setUp in core/ modules/ help_topics/ tests/ src/ Functional/HelpTopicTranslationTest.php
HistoryTest::setUp in core/ modules/ history/ tests/ src/ Functional/HistoryTest.php
ImageEffectsTest::testEffectFormValidationErrors in core/ modules/ image/ tests/ src/ Functional/ImageEffectsTest.php
Tests if validation errors are passed plugin form to the parent form.
ImageFieldDisplayTest::_testImageFieldFormatters in core/ modules/ image/ tests/ src/ Functional/ImageFieldDisplayTest.php
Test image formatters on node display.
ImageFieldTestBase::setUp in core/ modules/ image/ tests/ src/ Functional/ImageFieldTestBase.php
ImageFieldTestBase::setUp in core/ modules/ image/ tests/ src/ FunctionalJavascript/ImageFieldTestBase.php
ImageFieldWidgetMultipleTest::testWidgetElementMultipleUploads in core/ modules/ image/ tests/ src/ FunctionalJavascript/ImageFieldWidgetMultipleTest.php
Tests image widget element support multiple upload correctly.
ImageOnTranslatedEntityTest::setUp in core/ modules/ image/ tests/ src/ Functional/ImageOnTranslatedEntityTest.php
ImportOpmlTest::setUp in core/ modules/ aggregator/ tests/ src/ Functional/ImportOpmlTest.php
InlineBlockPrivateFilesTest::testPrivateFiles in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/InlineBlockPrivateFilesTest.php
Test access to private files added via inline blocks in the layout builder.
InlineBlockTest::testAccess in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/InlineBlockTest.php
Tests access to the block edit form of inline blocks.
InlineBlockTest::testAddInlineBlocksPermission in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/InlineBlockTest.php
Tests the 'create and edit custom blocks' permission to add a new block.
InlineBlockTest::testAddWorkFlow in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/InlineBlockTest.php
Tests the workflow for adding an inline block depending on number of types.
InlineBlockTest::testDeletion in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/InlineBlockTest.php
Tests that entity blocks deleted correctly.
InlineBlockTest::testEditInlineBlocksPermission in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/InlineBlockTest.php
Tests 'create and edit custom blocks' permission to edit an existing block.
InlineBlockTest::testInlineBlocks in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/InlineBlockTest.php
Tests adding and editing of inline blocks.
InlineBlockTest::testInlineBlocksRevisioning in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/InlineBlockTest.php
Tests entity blocks revisioning.
InlineBlockTest::testNoLayoutSave in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/InlineBlockTest.php
Tests adding a new entity block and then not saving the layout.
InstallProfileDependenciesBcTest::testUninstallingModules in core/ tests/ Drupal/ FunctionalTests/ Installer/InstallProfileDependenciesBcTest.php
Tests that the install profile BC layer for dependencies key works.
InstallProfileDependenciesTest::testUninstallingModules in core/ tests/ Drupal/ FunctionalTests/ Installer/InstallProfileDependenciesTest.php
Tests that an install profile can require modules.
IntegrationTest::testNodeCounterIntegration in core/ modules/ statistics/ tests/ src/ Functional/ Views/IntegrationTest.php
Tests the integration of the {node_counter} table in views.
InternalEntitiesTest::jsonapiGet in core/ modules/ jsonapi/ tests/ src/ Functional/InternalEntitiesTest.php
Performs an authenticated request and returns the decoded document.
InternalEntitiesTest::testRoutes in core/ modules/ jsonapi/ tests/ src/ Functional/InternalEntitiesTest.php
Ensures that internal resources types aren't present in the routes.
InvalidUpdateHookTest::testInvalidUpdateHook in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/InvalidUpdateHookTest.php
IpAddressBlockingTest::testIPAddressValidation in core/ modules/ ban/ tests/ src/ Functional/IpAddressBlockingTest.php
Tests various user input to confirm correct validation and saving of data.
ItemLayoutFieldBlockTest::setUp in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/ItemLayoutFieldBlockTest.php
JavascriptGetDrupalSettingsTest::testGetDrupalSettings in core/ tests/ Drupal/ FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php
Tests retrieval of Drupal settings.
JsonApiFunctionalTest::testRead in core/ modules/ jsonapi/ tests/ src/ Functional/JsonApiFunctionalTest.php
Test the GET method.
LanguageBlockSettingsVisibilityTest::testUnnecessaryLanguageSettingsVisibility in core/ modules/ language/ tests/ src/ Functional/LanguageBlockSettingsVisibilityTest.php
LanguageBreadcrumbTest::testBreadCrumbs in core/ modules/ language/ tests/ src/ Functional/LanguageBreadcrumbTest.php
Tests breadcrumbs with URL prefixes.
LanguageBrowserDetectionAcceptLanguageTest::setUp in core/ modules/ language/ tests/ src/ Functional/LanguageBrowserDetectionAcceptLanguageTest.php
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.
LanguageConfigOverrideImportTest::testConfigOverrideImport in core/ modules/ language/ tests/ src/ Functional/LanguageConfigOverrideImportTest.php
Tests that language can be enabled and overrides are created during a sync.
LanguageConfigSchemaTest::setUp in core/ modules/ language/ tests/ src/ Functional/LanguageConfigSchemaTest.php
LanguageConfigurationElementTest::setUp in core/ modules/ language/ tests/ src/ Functional/LanguageConfigurationElementTest.php
LanguageConfigurationElementTest::testDefaultLangcode in core/ modules/ language/ tests/ src/ Functional/LanguageConfigurationElementTest.php
Tests that the language_get_default_langcode () returns the correct values.
LanguageConfigurationElementTest::testNodeTypeDelete in core/ modules/ language/ tests/ src/ Functional/LanguageConfigurationElementTest.php
Tests the language settings are deleted on bundle delete.
LanguageConfigurationElementTest::testNodeTypeUpdate in core/ modules/ language/ tests/ src/ Functional/LanguageConfigurationElementTest.php
Tests that the configuration is retained when the node type is updated.
LanguageConfigurationElementTest::testTaxonomyVocabularyUpdate in core/ modules/ language/ tests/ src/ Functional/LanguageConfigurationElementTest.php
Tests that the configuration is retained when a vocabulary is updated.
LanguageConfigurationTest::testLanguageConfiguration in core/ modules/ language/ tests/ src/ Functional/LanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
LanguageConfigurationTest::testLanguageConfigurationWeight in core/ modules/ language/ tests/ src/ Functional/LanguageConfigurationTest.php
Functional tests for setting system language weight on adding, editing and deleting languages.
LanguageCustomLanguageConfigurationTest::testLanguageConfiguration in core/ modules/ language/ tests/ src/ Functional/LanguageCustomLanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
LanguageEntityFieldAccessHookTest::testHookEntityFieldAccess in core/ modules/ language/ tests/ src/ Functional/LanguageEntityFieldAccessHookTest.php
Tests compatibility with hook_entity_field_access ().
LanguageListModuleInstallTest::testModuleInstallLanguageList in core/ modules/ language/ tests/ src/ Functional/LanguageListModuleInstallTest.php
Tests enabling Language.
LanguageListTest::testLanguageList in core/ modules/ language/ tests/ src/ Functional/LanguageListTest.php
Functional tests for adding, editing and deleting languages.
LanguageLocaleListTest::testLanguageLocaleList in core/ modules/ language/ tests/ src/ Functional/LanguageLocaleListTest.php
Tests adding, editing, and deleting languages.
LanguageNegotiationContentEntityTest::setUp in core/ modules/ language/ tests/ src/ Functional/LanguageNegotiationContentEntityTest.php
LanguageNegotiationFormOverrideTest::testFormWithOverride in core/ modules/ config/ tests/ src/ Functional/LanguageNegotiationFormOverrideTest.php
Tests that overrides do not affect language-negotiation form values.
LanguageNegotiationInfoTest::setUp in core/ modules/ language/ tests/ src/ Functional/LanguageNegotiationInfoTest.php
LanguageNegotiationUrlTest::setUp in core/ modules/ language/ tests/ src/ Functional/LanguageNegotiationUrlTest.php
LanguagePathMonolingualTest::setUp in core/ modules/ language/ tests/ src/ Functional/LanguagePathMonolingualTest.php
LanguageSelectorTranslatableTest::setUp in core/ modules/ language/ tests/ src/ Functional/LanguageSelectorTranslatableTest.php
LanguageSwitchingTest::setUp in core/ modules/ language/ tests/ src/ Functional/LanguageSwitchingTest.php
LanguageTourTest::setUp in core/ modules/ language/ tests/ src/ Functional/LanguageTourTest.php
LanguageUILanguageNegotiationTest::setUp in core/ modules/ language/ tests/ src/ Functional/LanguageUILanguageNegotiationTest.php
LanguageUrlRewritingTest::setUp in core/ modules/ language/ tests/ src/ Functional/LanguageUrlRewritingTest.php
LayoutBuilderAccessTest::testAccessWithBundles in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderAccessTest.php
Tests Layout Builder access for an entity type that has bundles.
LayoutBuilderAccessTest::testAccessWithoutBundles in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderAccessTest.php
Tests Layout Builder access for an entity type that does not have bundles.
LayoutBuilderContentModerationIntegrationTest::setUp in core/ modules/ content_moderation/ tests/ src/ Functional/LayoutBuilderContentModerationIntegrationTest.php
LayoutBuilderContextMappingUpdatePathTest::testRunUpdates in core/ modules/ layout_builder/ tests/ src/ Functional/ Update/LayoutBuilderContextMappingUpdatePathTest.php
Tests the upgrade path for enabling Layout Builder.
LayoutBuilderDisableInteractionsTest::testFormsLinksDisabled in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php
Tests that forms and links are disabled in the Layout Builder preview.
LayoutBuilderEnableUpdatePathTest::testRunUpdates in core/ modules/ layout_builder/ tests/ src/ Functional/ Update/LayoutBuilderEnableUpdatePathTest.php
Tests the upgrade path for enabling Layout Builder.
LayoutBuilderNestedFormUiTest::testAddingFormBlocksToDefaults in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/LayoutBuilderNestedFormUiTest.php
Test blocks containing forms can be successfully saved editing defaults.
LayoutBuilderNestedFormUiTest::testAddingFormBlocksToOverrides in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/LayoutBuilderNestedFormUiTest.php
Test blocks containing forms can be successfully saved editing overrides.
LayoutBuilderOptInTest::setUp in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/LayoutBuilderOptInTest.php
LayoutBuilderQuickEditTest::createLayoutOverride in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/LayoutBuilderQuickEditTest.php
Creates a layout override.
LayoutBuilderQuickEditTest::disableLayoutBuilder in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/LayoutBuilderQuickEditTest.php
Disables Layout Builder.
LayoutBuilderQuickEditTest::enableLayouts in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/LayoutBuilderQuickEditTest.php
Enables layouts at an admin path.
LayoutBuilderQuickEditTest::loginLayoutAdmin in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/LayoutBuilderQuickEditTest.php
Login the Layout admin user for the test.
LayoutBuilderQuickEditTest::revertLayoutToDefaults in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/LayoutBuilderQuickEditTest.php
Reverts a layout override.
LayoutBuilderQuickEditTest::setUp in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/LayoutBuilderQuickEditTest.php
LayoutBuilderQuickEditTest::testPlaceFieldBlockFromDifferentEntityType in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderQuickEditTest.php
Tests Quick Edit integration with a block from a different entity type.
LayoutBuilderQuickEditTest::testQuickEditIgnoresDuplicateFields in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/LayoutBuilderQuickEditTest.php
Tests that Quick Edit still works even when there are duplicate fields.
LayoutBuilderSectionStorageTest::testRenderByContextAwarePluginDelegate in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderSectionStorageTest.php
Tests that section loading is delegated to plugins during rendering.
LayoutBuilderTest::setUp in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/LayoutBuilderTest.php
LayoutBuilderTest::testAccess in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Test that layout builder checks entity view access.
LayoutBuilderTest::testBlockPlaceholder in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Tests the usage of placeholders for empty blocks.
LayoutBuilderTest::testBlockUiListing in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Tests the Block UI when Layout Builder is installed.
LayoutBuilderTest::testBreadcrumb in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Tests the expected breadcrumbs of the Layout Builder UI.
LayoutBuilderTest::testCustomSectionAttributes in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Tests that sections can provide custom attributes.
LayoutBuilderTest::testDeletedView in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Tests that deleting a View block used in Layout Builder works.
LayoutBuilderTest::testDeleteField in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Tests deleting a field in-use by an overridden layout.
LayoutBuilderTest::testExtraFields in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Tests that extra fields work before and after enabling Layout Builder.
LayoutBuilderTest::testFormAlter in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Tests that hook_form_alter () has access to the Layout Builder info.
LayoutBuilderTest::testFullViewModeMultipleBundles in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Ensures that one bundle doesn't interfere with another bundle.
LayoutBuilderTest::testLayoutBuilderChooseBlocksAlter in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
LayoutBuilderTest::testLayoutBuilderUi in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
LayoutBuilderTest::testLayoutBuilderUiFullViewMode in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Tests the interaction between full and default view modes.
LayoutBuilderTest::testNonBundleEntityType in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Tests the Layout Builder UI for an entity type without a bundle.
LayoutBuilderTest::testNonDefaultViewMode in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Tests that a non-default view mode works as expected.
LayoutBuilderTest::testOverrides in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Tests functionality of Layout Builder for overrides.
LayoutBuilderTest::testOverridesFormAlter in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Tests a custom alter of the overrides form.
LayoutBuilderTest::testOverridesWithoutDefaultsAccess in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Tests Layout Builder overrides without access to edit the default layout.
LayoutBuilderTest::testPendingRevision in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Tests loading a pending revision in the Layout Builder UI.
LayoutBuilderTest::testPluginDependencies in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Tests that component's dependencies are respected during removal.
LayoutBuilderTest::testPreserverEntityValues in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Tests that the Layout Builder preserves entity values.
LayoutBuilderTest::testRemovingAllSections in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Tests removing all sections from overrides and defaults.
LayoutBuilderTest::testSectionLabels in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Tests the functionality of custom section labels.
LayoutBuilderTest::testSimpleConfigBasedLayout in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTest.php
Tests a config-based implementation of Layout Builder.
LayoutBuilderThemeSuggestionsTest::setUp in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderThemeSuggestionsTest.php
LayoutBuilderToolbarTest::testBackToSiteLink in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/LayoutBuilderToolbarTest.php
Tests the 'Back to site' link behaves with manage layout as admin page.
LayoutBuilderTranslationTest::addEntityTranslation in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTranslationTest.php
Adds an entity translation.
LayoutBuilderTranslationTest::setUpEntities in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutBuilderTranslationTest.php
Setup translated entity with layouts.
LayoutBuilderUiTest::setUp in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/LayoutBuilderUiTest.php
LayoutDisplayTest::setUp in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutDisplayTest.php
LayoutRestTestBase::setUp in core/ modules/ layout_builder/ tests/ src/ Functional/ Rest/LayoutRestTestBase.php
LayoutSectionTest::setUp in core/ modules/ layout_builder/ tests/ src/ Functional/LayoutSectionTest.php
LibraryCachingTest::testConsecutiveDialogRequests in core/ modules/ views_ui/ tests/ src/ FunctionalJavascript/LibraryCachingTest.php
Tests if the Views UI dialogs open on consecutive requests.
LinkFieldTest::setUp in core/ modules/ link/ tests/ src/ Functional/LinkFieldTest.php
LinkFieldTest::testURLValidation in core/ modules/ link/ tests/ src/ Functional/LinkFieldTest.php
Tests link field URL validation.
LinkFieldUITest::runFieldUIItem in core/ modules/ link/ tests/ src/ Functional/LinkFieldUITest.php
Tests one link field UI item.
LoadMultipleTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/LoadMultipleTest.php
LocalActionsAndTasksConvertedIntoBlocksUpdateTest::testUpdateHookN in core/ modules/ system/ tests/ src/ Functional/ Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php
Tests that local actions/tasks are being converted into blocks.
LocaleConfigTranslationImportTest::testConfigTranslationImport in core/ modules/ locale/ tests/ src/ Functional/LocaleConfigTranslationImportTest.php
Test update changes configuration translations if enabled after language.
LocaleConfigTranslationImportTest::testConfigTranslationModuleInstall in core/ modules/ locale/ tests/ src/ Functional/LocaleConfigTranslationImportTest.php
Test update changes configuration translations if enabled after language.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete in core/ modules/ locale/ tests/ src/ Functional/LocaleConfigTranslationImportTest.php
Test removing a string from Locale deletes configuration translations.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverridePreserve in core/ modules/ locale/ tests/ src/ Functional/LocaleConfigTranslationImportTest.php
Test removing a string from Locale changes configuration translations.
LocaleConfigTranslationTest::setUp in core/ modules/ locale/ tests/ src/ Functional/LocaleConfigTranslationTest.php
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.
LocaleContentTest::testMachineNameLTR in core/ modules/ locale/ tests/ src/ Functional/LocaleContentTest.php
Verifies that machine name fields are always LTR.
LocaleExportTest::setUp in core/ modules/ locale/ tests/ src/ Functional/LocaleExportTest.php
LocaleFileSystemFormTest::setUp in core/ modules/ locale/ tests/ src/ Functional/LocaleFileSystemFormTest.php
LocaleImportFunctionalTest::setUp in core/ modules/ locale/ tests/ src/ Functional/LocaleImportFunctionalTest.php
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.
LocaleLocaleLookupTest::setUp in core/ modules/ locale/ tests/ src/ Functional/LocaleLocaleLookupTest.php
LocalePathTest::testPathLanguageConfiguration in core/ modules/ locale/ tests/ src/ Functional/LocalePathTest.php
Test if a language can be associated with a path alias.
LocalePluralFormatTest::setUp in core/ modules/ locale/ tests/ src/ Functional/LocalePluralFormatTest.php
LocaleTranslatedSchemaDefinitionTest::testTranslatedUpdate in core/ modules/ locale/ tests/ src/ Functional/LocaleTranslatedSchemaDefinitionTest.php
Tests that translations do not affect the update system.
LocaleTranslateStringTourTest::setUp in core/ modules/ locale/ tests/ src/ Functional/LocaleTranslateStringTourTest.php
LocaleTranslationUiTest::testEnglishTranslation in core/ modules/ locale/ tests/ src/ Functional/LocaleTranslationUiTest.php
Enable interface translation to English.
LocaleTranslationUiTest::testJavaScriptTranslation in core/ modules/ locale/ tests/ src/ Functional/LocaleTranslationUiTest.php
Adds a language and checks that the JavaScript translation files are
properly created and rebuilt on deletion.
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.
LocaleTranslationUiTest::testUICustomizedStrings in core/ modules/ locale/ tests/ src/ Functional/LocaleTranslationUiTest.php
Tests that only changed strings are saved customized when edited.
LocaleUpdateCronTest::setUp in core/ modules/ locale/ tests/ src/ Functional/LocaleUpdateCronTest.php
LocaleUpdateDevelopmentReleaseTest::setUp in core/ modules/ locale/ tests/ src/ Functional/LocaleUpdateDevelopmentReleaseTest.php
LocaleUpdateInterfaceTest::setUp in core/ modules/ locale/ tests/ src/ Functional/LocaleUpdateInterfaceTest.php
LocaleUpdateTest::setUp in core/ modules/ locale/ tests/ src/ Functional/LocaleUpdateTest.php
LocalTasksTest::testLocalTaskBlockCache in core/ modules/ system/ tests/ src/ Functional/ Menu/LocalTasksTest.php
Test that local tasks blocks cache is invalidated correctly.
MachineNameTest::setUp in core/ tests/ Drupal/ FunctionalJavascriptTests/ Core/MachineNameTest.php
MainContentFallbackTest::setUp in core/ modules/ system/ tests/ src/ Functional/ System/MainContentFallbackTest.php
MainContentFallbackTest::testMainContentFallback in core/ modules/ system/ tests/ src/ Functional/ System/MainContentFallbackTest.php
Test availability of main content: Drupal falls back to SimplePageVariant.
ManageDisplayTest::setUp in core/ modules/ field_ui/ tests/ src/ Functional/ManageDisplayTest.php
ManageDisplayTest::setUp in core/ modules/ field_ui/ tests/ src/ FunctionalJavascript/ManageDisplayTest.php
ManageFieldsFunctionalTest::setUp in core/ modules/ field_ui/ tests/ src/ Functional/ManageFieldsFunctionalTest.php
ManageFieldsTest::setUp in core/ modules/ field_ui/ tests/ src/ Functional/ManageFieldsTest.php
MaximumFileSizeExceededUploadTest::setUp in core/ modules/ file/ tests/ src/ FunctionalJavascript/MaximumFileSizeExceededUploadTest.php
MediaAccessTest::testCanonicalMediaAccess in core/ modules/ media/ tests/ src/ Functional/MediaAccessTest.php
Test view access control on the canonical page.
MediaAccessTest::testMediaAccess in core/ modules/ media/ tests/ src/ Functional/MediaAccessTest.php
Test some access control functionality.
MediaAccessTest::testReferencedRendering in core/ modules/ media/ tests/ src/ Functional/MediaAccessTest.php
Tests access for embedded medias.
MediaAccessTest::testUnpublishedMediaUserAccess in core/ modules/ media/ tests/ src/ Functional/MediaAccessTest.php
Tests unpublished media access.
MediaContextualLinksTest::testMediaContextualLinks in core/ modules/ media/ tests/ src/ Functional/MediaContextualLinksTest.php
Tests contextual links.
MediaEmbedFilterConfigurationUiTest::setUp in core/ modules/ media/ tests/ src/ FunctionalJavascript/MediaEmbedFilterConfigurationUiTest.php
MediaInstallTest::setUp in core/ modules/ media/ tests/ src/ Functional/MediaInstallTest.php
MediaLibraryDisplayModeTest::setUp in core/ modules/ media_library/ tests/ src/ Functional/MediaLibraryDisplayModeTest.php
MediaOverviewPageTest::setUp in core/ modules/ media/ tests/ src/ Functional/MediaOverviewPageTest.php
MediaOverviewPageTest::testMediaOverviewPage in core/ modules/ media/ tests/ src/ Functional/MediaOverviewPageTest.php
Test that the Media overview page (/admin/content/media).
MediaOverviewTest::setUp in core/ modules/ media_library/ tests/ src/ FunctionalJavascript/MediaOverviewTest.php
MediaRevisionTest::testRevisions in core/ modules/ media/ tests/ src/ Functional/MediaRevisionTest.php
Checks media revision operations.
MediaSettingsTest::setUp in core/ modules/ media/ tests/ src/ Functional/MediaSettingsTest.php
MediaSourceImageTest::testMediaImageSource in core/ modules/ media/ tests/ src/ FunctionalJavascript/MediaSourceImageTest.php
Tests the image media source.
MediaUiFunctionalTest::testMediaCreateRedirect in core/ modules/ media/ tests/ src/ Functional/MediaUiFunctionalTest.php
Tests the redirect URL after creating a media item.
MediaUiFunctionalTest::testMediaReferenceWidget in core/ modules/ media/ tests/ src/ Functional/MediaUiFunctionalTest.php
Tests the default autocomplete widgets for media reference fields.
MediaUiFunctionalTest::testMediaWithOnlyOneMediaType in core/ modules/ media/ tests/ src/ Functional/MediaUiFunctionalTest.php
Tests the media actions (add/edit/delete).
MediaUpdateTest::testEnableStandaloneUrl in core/ modules/ media/ tests/ src/ Functional/ Update/MediaUpdateTest.php
Tests that the standalone URL is still accessible.
MenuLinkContentDeleteFormTest::setUp in core/ modules/ menu_link_content/ tests/ src/ Functional/MenuLinkContentDeleteFormTest.php
MenuLinkContentFormTest::setUp in core/ modules/ menu_link_content/ tests/ src/ Functional/MenuLinkContentFormTest.php
MenuLinkContentFormTest::testMenuLinkContentFormLinkToAnyPage in core/ modules/ menu_link_content/ tests/ src/ Functional/MenuLinkContentFormTest.php
Tests the 'link to any page' permission for a restricted page.
MenuLinkContentTranslationUITest::testTranslationLinkTheme in core/ modules/ menu_link_content/ tests/ src/ Functional/MenuLinkContentTranslationUITest.php
Tests that translation page inherits admin status of edit page.
MenuLinkContentUpdateTest::testConversionToRevisionable in core/ modules/ menu_link_content/ tests/ src/ Functional/ Update/MenuLinkContentUpdateTest.php
Tests the conversion of custom menu links to be revisionable.
MenuLinkContentUpdateTest::testPublishedEntityKeyAddition in core/ modules/ menu_link_content/ tests/ src/ Functional/ Update/MenuLinkContentUpdateTest.php
Tests the addition of the publishing status entity key.
MenuLinkReorderTest::testDefaultMenuLinkReorder in core/ modules/ menu_ui/ tests/ src/ Functional/MenuLinkReorderTest.php
Test creating, editing, deleting menu links via node form widget.
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::doTestMenuName in core/ modules/ system/ tests/ src/ Functional/ Menu/MenuRouterTest.php
Tests for menu_name parameter for default menu links.
MenuRouterTest::doTestThemeCallbackMaintenanceMode in core/ modules/ system/ tests/ src/ Functional/ Menu/MenuRouterTest.php
Test the theme negotiation when the site is in maintenance mode.
MenuRouterTest::testAuthUserUserLogin in core/ modules/ system/ tests/ src/ Functional/ Menu/MenuRouterTest.php
Test that an authenticated user hitting 'user/login' gets redirected to
'user' and 'user/register' gets redirected to the user edit page.
MenuUiContentModerationTest::testMenuUiWithPendingRevisions in core/ modules/ menu_ui/ tests/ src/ Functional/MenuUiContentModerationTest.php
Tests that node drafts can not modify the menu settings.
MenuUiJavascriptTest::testBlockContextualLinks in core/ modules/ menu_ui/ tests/ src/ FunctionalJavascript/MenuUiJavascriptTest.php
Tests the contextual links on a menu block.
MenuUiLanguageTest::setUp in core/ modules/ menu_ui/ tests/ src/ Functional/MenuUiLanguageTest.php
MenuUiNodeTest::setUp in core/ modules/ menu_ui/ tests/ src/ Functional/MenuUiNodeTest.php
MenuUiNodeTest::testMenuNodeFormWidget in core/ modules/ menu_ui/ tests/ src/ Functional/MenuUiNodeTest.php
Test creating, editing, deleting menu links via node form widget.
MenuUiNodeTest::testMultilingualMenuNodeFormWidget in core/ modules/ menu_ui/ tests/ src/ Functional/MenuUiNodeTest.php
Testing correct loading and saving of menu links via node form widget in a multilingual environment.
MenuUiTest::testExpandAllItems in core/ modules/ menu_ui/ tests/ src/ Functional/MenuUiTest.php
Test the "expand all items" feature.
MenuUiTest::testMenu in core/ modules/ menu_ui/ tests/ src/ Functional/MenuUiTest.php
Tests menu functionality using the admin and user interfaces.
MenuUiTest::testMenuParentsJsAccess in core/ modules/ menu_ui/ tests/ src/ Functional/MenuUiTest.php
Tests if admin users, other than UID1, can access parents AJAX callback.
MenuUiTest::testMenuQueryAndFragment in core/ modules/ menu_ui/ tests/ src/ Functional/MenuUiTest.php
Adds and removes a menu link with a query string and fragment.
MenuUiTest::testMenuUiWithPendingRevisions in core/ modules/ menu_ui/ tests/ src/ Functional/MenuUiTest.php
Test that menu links with pending revisions can not be re-parented.
MenuUiTest::testSystemMenuRename in core/ modules/ menu_ui/ tests/ src/ Functional/MenuUiTest.php
Tests renaming the built-in menu.
MenuUiTest::testUnpublishedNodeMenuItem in core/ modules/ menu_ui/ tests/ src/ Functional/MenuUiTest.php
Tests that menu items pointing to unpublished nodes are editable.
MigrateAccessTest::testAccess in core/ modules/ migrate_drupal_ui/ tests/ src/ Functional/MigrateAccessTest.php
Tests that only user 1 can access the migrate UI.
MigrateControllerTest::setUp in core/ modules/ migrate_drupal_ui/ tests/ src/ Functional/MigrateControllerTest.php
MigrateUpgradeFormStepsTest::setUp in core/ modules/ migrate_drupal_ui/ tests/ src/ Functional/MigrateUpgradeFormStepsTest.php
MigrateUpgradeTestBase::setUp in core/ modules/ migrate_drupal_ui/ tests/ src/ Functional/MigrateUpgradeTestBase.php
MinimalTest::testMinimal in core/ profiles/ minimal/ tests/ src/ Functional/MinimalTest.php
Tests Minimal installation profile.
ModeratedContentViewTest::testModeratedContentPage in core/ modules/ content_moderation/ tests/ src/ Functional/ModeratedContentViewTest.php
Tests the moderated content page.
ModeratedContentViewTest::testModeratedContentPageMultilingual in core/ modules/ content_moderation/ tests/ src/ Functional/ModeratedContentViewTest.php
Test the moderated content page with multilingual content.
ModerationActionsTest::setUp in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationActionsTest.php
ModerationContentTranslationTest::setUp in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationContentTranslationTest.php
ModerationContentTranslationTest::testModerationWithExistingContent in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationContentTranslationTest.php
Tests existing translations being edited after enabling content moderation.
ModerationFormTest::setUp in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationFormTest.php
Sets the test up.
ModerationFormTest::testContentTranslationNodeForm in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationFormTest.php
Tests translated and moderated nodes.
ModerationFormTest::testModerationFormSetsRevisionAuthor in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationFormTest.php
Tests the revision author is updated when the moderation form is used.
ModerationFormTest::testNonBundleModerationForm in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationFormTest.php
Test moderation non-bundle entity type.
ModerationFormTest::testWorkflowInUse in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationFormTest.php
Tests that workflows and states can not be deleted if they are in use.
ModerationLocaleTest::setUp in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationLocaleTest.php
Sets the test up.
ModerationRevisionRevertTest::setUp in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationRevisionRevertTest.php
ModerationStateAccessTest::testViewShowsCorrectStates in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationStateAccessTest.php
Test the view operation access handler with the view permission.
ModerationStateBlockTest::testCustomBlockModeration in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationStateBlockTest.php
Tests moderating custom blocks.
ModerationStateNodeTest::setUp in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationStateNodeTest.php
Sets the test up.
ModerationStateNodeTest::testNoContentModerationPermissions in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationStateNodeTest.php
Tests the workflow when a user has no Content Moderation permissions.
ModerationStateNodeTest::testPagers in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationStateNodeTest.php
Tests pagers aren't broken by content_moderation.
ModerationStateNodeTypeTest::testEnablingOnExistingContent in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationStateNodeTypeTest.php
Tests enabling moderation on an existing node-type, with content.
ModerationStateNodeTypeTest::testEnforceRevisionsEntityFormAlter in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationStateNodeTypeTest.php
@covers \Drupal\content_moderation\Entity\Handler\NodeModerationHandler ::enforceRevisionsBundleFormAlter
ModerationStateNodeTypeTest::testNotModerated in core/ modules/ content_moderation/ tests/ src/ Functional/ModerationStateNodeTypeTest.php
A node type without moderation state disabled.
ModulesListFormWebTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Form/ModulesListFormWebTest.php
ModuleTestBase::setUp in core/ modules/ system/ tests/ src/ Functional/ Module/ModuleTestBase.php
MoveBlockFormTest::setUp in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/MoveBlockFormTest.php
MultiFormTest::setUp in core/ tests/ Drupal/ FunctionalJavascriptTests/ Ajax/MultiFormTest.php
MultipleFileUploadTest::setUp in core/ modules/ file/ tests/ src/ Functional/MultipleFileUploadTest.php
MultiStepNodeFormBasicOptionsTest::testMultiStepNodeFormBasicOptions in core/ modules/ node/ tests/ src/ Functional/MultiStepNodeFormBasicOptionsTest.php
Tests changing the default values of basic options to ensure they persist.
NestedFormTest::setUp in core/ modules/ field/ tests/ src/ Functional/NestedFormTest.php
NewViewConfigSchemaTest::testNewViews in core/ modules/ views_ui/ tests/ src/ Functional/NewViewConfigSchemaTest.php
Tests creating brand new views.
NodeAccessBaseTableTest::testNodeAccessBasic in core/ modules/ node/ tests/ src/ Functional/NodeAccessBaseTableTest.php
Tests the "private" node access functionality.
NodeAccessCacheabilityTest::testNodeAccessCacheabilitySafeguard in core/ modules/ node/ tests/ src/ Functional/NodeAccessCacheabilityTest.php
Tests that the node grants cache context is auto-added, only when needed.
NodeAccessCacheabilityTest::testNodeAccessCacheContext in core/ modules/ node/ tests/ src/ Functional/NodeAccessCacheabilityTest.php
Tests that the user cache contexts are correctly set.
NodeAccessFieldTest::testNodeAccessAdministerField in core/ modules/ node/ tests/ src/ Functional/NodeAccessFieldTest.php
Tests administering fields when node access is restricted.
NodeAccessGrantsCacheContextTest::assertUserCacheContext in core/ modules/ node/ tests/ src/ Functional/NodeAccessGrantsCacheContextTest.php
Asserts that for each given user, the expected cache context is returned.
NodeAccessLanguageFallbackTest::testNodeAccessLanguageFallback in core/ modules/ node/ tests/ src/ Functional/NodeAccessLanguageFallbackTest.php
Tests node access fallback handling with multiple node languages.
NodeAccessMenuLinkTest::testNodeAccessMenuLink in core/ modules/ node/ tests/ src/ Functional/NodeAccessMenuLinkTest.php
SA-CORE-2015-003: Tests menu links to nodes 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.
NodeAccessRebuildNodeGrantsTest::setUp in core/ modules/ node/ tests/ src/ Functional/NodeAccessRebuildNodeGrantsTest.php
NodeAccessTest::setUp in core/ modules/ content_moderation/ tests/ src/ Functional/NodeAccessTest.php
Sets the test up.
NodeAccessTest::testPageAccess in core/ modules/ content_moderation/ tests/ src/ Functional/NodeAccessTest.php
Verifies that a non-admin user can still access the appropriate pages.
NodeActionsConfigurationTest::testAssignOwnerNodeActionConfiguration in core/ modules/ node/ tests/ src/ Functional/NodeActionsConfigurationTest.php
Tests configuration of the node_assign_owner_action action.
NodeAdminTest::testContentAdminPages in core/ modules/ node/ tests/ src/ Functional/NodeAdminTest.php
Tests content overview with different user permissions.
NodeAdminTest::testContentAdminSort in core/ modules/ node/ tests/ src/ Functional/NodeAdminTest.php
Tests that the table sorting works on the content admin pages.
NodeBlockFunctionalTest::testRecentNodeBlock in core/ modules/ node/ tests/ src/ Functional/NodeBlockFunctionalTest.php
Tests the recent comments block.
NodeContextualLinksTest::testNodeContextualLinks in core/ modules/ node/ tests/ src/ Functional/NodeContextualLinksTest.php
Tests contextual links.
NodeContextualLinksTest::testPageWithDisabledContextualModule in core/ modules/ node/ tests/ src/ Functional/ Views/NodeContextualLinksTest.php
Tests if the node page works if Contextual Links is disabled.
NodeCreationTest::setUp in core/ modules/ node/ tests/ src/ Functional/NodeCreationTest.php
NodeCreationTest::testAuthorAutocomplete in core/ modules/ node/ tests/ src/ Functional/NodeCreationTest.php
Tests the author autocompletion textfield.
NodeCreationTest::testAuthoredDate in core/ modules/ node/ tests/ src/ Functional/NodeCreationTest.php
Creates nodes with different authored dates.
NodeCreationTest::testNodeAddWithoutContentTypes in core/ modules/ node/ tests/ src/ Functional/NodeCreationTest.php
Check node/add when no node types exist.
NodeCreationTest::testNodeCreation in core/ modules/ node/ tests/ src/ Functional/NodeCreationTest.php
Creates a "Basic page" node and verifies its consistency in the database.
NodeDisplayConfigurableTest::testDisplayConfigurable in core/ modules/ node/ tests/ src/ Functional/NodeDisplayConfigurableTest.php
Sets base fields to configurable display and check settings are respected.
NodeEditFormTest::testNodeEdit in core/ modules/ node/ tests/ src/ Functional/NodeEditFormTest.php
Checks node edit functionality.
NodeEditFormTest::testNodeEditAuthoredBy in core/ modules/ node/ tests/ src/ Functional/NodeEditFormTest.php
Tests changing a node's "authored by" field.
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.
NodeFieldMultilingualTest::setUp in core/ modules/ node/ tests/ src/ Functional/NodeFieldMultilingualTest.php
NodeFormSaveChangedTimeTest::setUp in core/ modules/ node/ tests/ src/ Functional/NodeFormSaveChangedTimeTest.php
NodeHelpTest::setUp in core/ modules/ node/ tests/ src/ Functional/NodeHelpTest.php
NodeLanguageTest::setUp in core/ modules/ node/ tests/ src/ Functional/ Views/NodeLanguageTest.php
NodeLoadMultipleTest::setUp in core/ modules/ node/ tests/ src/ Functional/NodeLoadMultipleTest.php
NodePostSettingsTest::setUp in core/ modules/ node/ tests/ src/ Functional/NodePostSettingsTest.php
NodePreviewLinkTest::setUp in core/ modules/ node/ tests/ src/ FunctionalJavascript/NodePreviewLinkTest.php
NodeQueryAlterTest::testNodeQueryAlterOverride in core/ modules/ node/ tests/ src/ Functional/NodeQueryAlterTest.php
Tests 'node_access' query alter override.
NodeRevisionsAllTest::setUp in core/ modules/ node/ tests/ src/ Functional/NodeRevisionsAllTest.php
NodeRevisionsAllTest::testRevisions in core/ modules/ node/ tests/ src/ Functional/NodeRevisionsAllTest.php
Checks node revision operations.
NodeRevisionsTest::setUp in core/ modules/ node/ tests/ src/ Functional/NodeRevisionsTest.php
NodeRevisionsUiBypassAccessTest::testDisplayRevisionTab in core/ modules/ node/ tests/ src/ Functional/NodeRevisionsUiBypassAccessTest.php
Checks that the Revision tab is displayed correctly.
NodeRevisionsUiTest::testNodeFormSaveWithoutRevision in core/ modules/ node/ tests/ src/ Functional/NodeRevisionsUiTest.php
Checks that unchecking 'Create new revision' works when editing a node.
NodeRevisionsUiTest::testNodeRevisionDoubleEscapeFix in core/ modules/ node/ tests/ src/ Functional/NodeRevisionsUiTest.php
Checks HTML double escaping of revision logs.
NodeRevisionsUiTest::testNodeRevisionsTabWithDefaultRevision in core/ modules/ node/ tests/ src/ Functional/NodeRevisionsUiTest.php
Checks the Revisions tab.
NodeRSSContentTest::setUp in core/ modules/ node/ tests/ src/ Functional/NodeRSSContentTest.php
NodeSaveTest::setUp in core/ modules/ node/ tests/ src/ Functional/NodeSaveTest.php
NodeSyndicateBlockTest::setUp in core/ modules/ node/ tests/ src/ Functional/NodeSyndicateBlockTest.php
NodeTitleTest::setUp in core/ modules/ node/ tests/ src/ Functional/NodeTitleTest.php
NodeTitleXSSTest::testNodeTitleXSS in core/ modules/ node/ tests/ src/ Functional/NodeTitleXSSTest.php
Tests XSS functionality with a node entity.
NodeTranslationUITest::setUp in core/ modules/ node/ tests/ src/ Functional/NodeTranslationUITest.php
NodeTranslationUITest::testDetailsTitleIsNotEscaped in core/ modules/ node/ tests/ src/ Functional/NodeTranslationUITest.php
Test that title is not escaped (but XSS-filtered) for details form element.
NodeTranslationUITest::testPublishedStatusNoFields in core/ modules/ node/ tests/ src/ Functional/NodeTranslationUITest.php
Tests changing the published status on a node without fields.
NodeTranslationUITest::testTranslationLinkTheme in core/ modules/ node/ tests/ src/ Functional/NodeTranslationUITest.php
Tests that translation page inherits admin status of edit page.
NodeTypeInitialLanguageTest::setUp in core/ modules/ node/ tests/ src/ Functional/NodeTypeInitialLanguageTest.php
NodeTypeTest::testNodeTypeCreation in core/ modules/ node/ tests/ src/ Functional/NodeTypeTest.php
Tests creating a content type programmatically and via a form.
NodeTypeTest::testNodeTypeDeletion in core/ modules/ node/ tests/ src/ Functional/NodeTypeTest.php
Tests deleting a content type that still has content.
NodeTypeTest::testNodeTypeEditing in core/ modules/ node/ tests/ src/ Functional/NodeTypeTest.php
Tests editing a node type using the UI.
NodeTypeTest::testNodeTypeFieldUiPermissions in core/ modules/ node/ tests/ src/ Functional/NodeTypeTest.php
Tests Field UI integration for content types.
NodeTypeTest::testNodeTypeNoContentType in core/ modules/ node/ tests/ src/ Functional/NodeTypeTest.php
Tests for when there are no content types defined.
NodeTypeTranslationTest::testNodeTypeTitleLabelTranslation in core/ modules/ node/ tests/ src/ Functional/NodeTypeTranslationTest.php
Tests the node type title label translation.
NodeTypeTranslationTest::testNodeTypeTranslation in core/ modules/ node/ tests/ src/ Functional/NodeTypeTranslationTest.php
Tests the node type translation.
NodeViewsAnalyzeTest::testNodeViewsAnalyze in core/ modules/ node/ tests/ src/ Functional/ Views/NodeViewsAnalyzeTest.php
Tests the implementation of node_views_analyze ().
NodeViewTest::testHtmlHeadLinks in core/ modules/ node/ tests/ src/ Functional/NodeViewTest.php
Tests the html head links.
NoHelpTest::testMainPageNoHelp in core/ modules/ help/ tests/ src/ Functional/NoHelpTest.php
Ensures modules not implementing help do not appear on admin/help.
NonDefaultBlockAdminTest::testNonDefaultBlockAdmin in core/ modules/ block/ tests/ src/ Functional/NonDefaultBlockAdminTest.php
Test non-default theme admin.
NumberFieldTest::setUp in core/ modules/ field/ tests/ src/ Functional/ Number/NumberFieldTest.php
NumberFieldTest::setUp in core/ modules/ field/ tests/ src/ FunctionalJavascript/ Number/NumberFieldTest.php
NumericFormatPluralTest::setUp in core/ modules/ views/ tests/ src/ Functional/ Plugin/NumericFormatPluralTest.php
OEmbedFormatterTest::testDisplayConfiguration in core/ modules/ media/ tests/ src/ Functional/ FieldFormatter/OEmbedFormatterTest.php
Tests that oEmbed media types' display can be configured correctly.
OEmbedFormatterTest::testRender in core/ modules/ media/ tests/ src/ Functional/ FieldFormatter/OEmbedFormatterTest.php
Tests the oEmbed field formatter.
OptionsFieldUITest::setUp in core/ modules/ options/ tests/ src/ Functional/OptionsFieldUITest.php
OptionsFloatFieldImportTest::setUp in core/ modules/ options/ tests/ src/ Functional/OptionsFloatFieldImportTest.php
OptionsSelectDynamicValuesTest::testSelectListDynamic in core/ modules/ options/ tests/ src/ Functional/OptionsSelectDynamicValuesTest.php
Tests the 'options_select' widget (single select).
OptionsWidgetsTest::setUp in core/ modules/ options/ tests/ src/ Functional/OptionsWidgetsTest.php
OtherInstallationProfileTestsTest::setUp in core/ modules/ simpletest/ tests/ src/ Functional/OtherInstallationProfileTestsTest.php
OverriddenConfigurationTest::setUp in core/ modules/ settings_tray/ tests/ src/ FunctionalJavascript/OverriddenConfigurationTest.php
PageCacheTest::testConditionalRequests in core/ modules/ page_cache/ tests/ src/ Functional/PageCacheTest.php
Tests support of requests with If-Modified-Since and If-None-Match headers.
PageCacheTest::testPageCache in core/ modules/ page_cache/ tests/ src/ Functional/PageCacheTest.php
Tests cache headers.
PageCacheTest::testPageCacheAnonymousRolePermissions in core/ modules/ page_cache/ tests/ src/ Functional/PageCacheTest.php
Tests the automatic presence of the anonymous role's cache tag.
PageEditTest::testPageEdit in core/ modules/ block_content/ tests/ src/ Functional/PageEditTest.php
Checks block edit functionality.
PageNotFoundTest::testPageNotFound in core/ modules/ system/ tests/ src/ Functional/ System/PageNotFoundTest.php
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::setUp in core/ modules/ node/ tests/ src/ Functional/PagePreviewTest.php
PagePreviewTest::testSimultaneousPreview in core/ modules/ node/ tests/ src/ Functional/PagePreviewTest.php
Checks the node preview accessible for simultaneous node editing.
PagerTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Pager/PagerTest.php
PagerTest::testPagerConfigTranslation in core/ modules/ views/ tests/ src/ Functional/ Plugin/PagerTest.php
Tests translating the pager using config_translation.
PagerTest::testStorePagerSettings in core/ modules/ views/ tests/ src/ Functional/ Plugin/PagerTest.php
Pagers was sometimes not stored.
PageTest::testBatchProgressPageTheme in core/ modules/ system/ tests/ src/ Functional/ Batch/PageTest.php
Tests that the batch API progress page uses the correct theme.
PageTitleConvertedIntoBlockUpdateTest::testUpdateHookN in core/ modules/ system/ tests/ src/ Functional/ Update/PageTitleConvertedIntoBlockUpdateTest.php
Tests that page title is being converted into a block.
PageTitleTest::setUp in core/ modules/ system/ tests/ src/ Functional/ System/PageTitleTest.php
Implement setUp().
PageViewTest::testPageView in core/ modules/ node/ tests/ src/ Functional/PageViewTest.php
Tests an anonymous and unpermissioned user attempting to edit the node.
PaginationAJAXTest::setUp in core/ modules/ views/ tests/ src/ FunctionalJavascript/PaginationAJAXTest.php
PathAdminTest::setUp in core/ modules/ path/ tests/ src/ Functional/PathAdminTest.php
PathAliasTest::setUp in core/ modules/ path/ tests/ src/ Functional/PathAliasTest.php
PathContentModerationTest::setUp in core/ modules/ path/ tests/ src/ Functional/PathContentModerationTest.php
PathLanguageTest::setUp in core/ modules/ path/ tests/ src/ Functional/PathLanguageTest.php
PathLanguageUiTest::setUp in core/ modules/ path/ tests/ src/ Functional/PathLanguageUiTest.php
PathMediaFormTest::setUp in core/ modules/ path/ tests/ src/ Functional/PathMediaFormTest.php
PathNodeFormTest::setUp in core/ modules/ path/ tests/ src/ Functional/PathNodeFormTest.php
PathTaxonomyTermTest::setUp in core/ modules/ path/ tests/ src/ Functional/PathTaxonomyTermTest.php
PathWorkspacesTest::setUp in core/ modules/ workspaces/ tests/ src/ Functional/PathWorkspacesTest.php
PathWorkspacesTest::testPathAliasesUserSwitch in core/ modules/ workspaces/ tests/ src/ Functional/PathWorkspacesTest.php
Tests path aliases with workspaces and user switching.
PrepareUninstallTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Module/PrepareUninstallTest.php
PreviewTest::setUp in core/ modules/ views_ui/ tests/ src/ FunctionalJavascript/PreviewTest.php
PrivateFileOnTranslatedEntityTest::setUp in core/ modules/ file/ tests/ src/ Functional/PrivateFileOnTranslatedEntityTest.php
QuickEditAutocompleteTermTest::testAutocompleteQuickEdit in core/ modules/ quickedit/ tests/ src/ FunctionalJavascript/QuickEditAutocompleteTermTest.php
Tests Quick Edit autocomplete term behavior.
QuickEditCustomPipelineTest::testCustomPipeline in core/ modules/ quickedit/ tests/ src/ Functional/QuickEditCustomPipelineTest.php
Tests that Quick Edit works with custom render pipelines.
QuickEditFileTest::setUp in core/ modules/ quickedit/ tests/ src/ FunctionalJavascript/QuickEditFileTest.php
QuickEditImageControllerTest::setUp in core/ modules/ image/ tests/ src/ Functional/QuickEditImageControllerTest.php
QuickEditImageControllerTest::testAccess in core/ modules/ image/ tests/ src/ Functional/QuickEditImageControllerTest.php
Tests that routes restrict access for un-privileged users.
QuickEditImageControllerTest::testInvalidUpload in core/ modules/ image/ tests/ src/ Functional/QuickEditImageControllerTest.php
Tests that uploading a invalid image does not work.
QuickEditImageControllerTest::testValidImageUpload in core/ modules/ image/ tests/ src/ Functional/QuickEditImageControllerTest.php
Tests that uploading a valid image works.
QuickEditImageTest::setUp in core/ modules/ image/ tests/ src/ FunctionalJavascript/QuickEditImageTest.php
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.
QuickEditIntegrationTest::setUp in core/ modules/ quickedit/ tests/ src/ FunctionalJavascript/QuickEditIntegrationTest.php
QuickEditIntegrationTest::setUp in core/ modules/ settings_tray/ tests/ src/ FunctionalJavascript/QuickEditIntegrationTest.php
QuickEditLoadingTest::testConcurrentEdit in core/ modules/ quickedit/ tests/ src/ FunctionalJavascript/QuickEditLoadingTest.php
Tests Quick Edit on a node that was concurrently edited on the full node
form.
QuickEditLoadingTest::testContentBlock in core/ modules/ quickedit/ tests/ src/ FunctionalJavascript/QuickEditLoadingTest.php
Tests that Quick Edit's data- attributes are present for content blocks.
QuickEditLoadingTest::testImageField in core/ modules/ quickedit/ tests/ src/ FunctionalJavascript/QuickEditLoadingTest.php
Tests that Quick Edit can handle an image field.
QuickEditLoadingTest::testTitleBaseField in core/ modules/ quickedit/ tests/ src/ FunctionalJavascript/QuickEditLoadingTest.php
Tests the loading of Quick Edit for the title base field.
QuickEditLoadingTest::testUserPermissions in core/ modules/ quickedit/ tests/ src/ FunctionalJavascript/QuickEditLoadingTest.php
Test the loading of Quick Edit with different permissions.
QuickEditLoadingTest::testWithPendingRevision in core/ modules/ quickedit/ tests/ src/ FunctionalJavascript/QuickEditLoadingTest.php
Test Quick Edit does not appear for entities with pending revisions.
QuickEditMinimalTest::testSuccessfulInstall in core/ modules/ quickedit/ tests/ src/ Functional/QuickEditMinimalTest.php
Tests that Quick Edit works with no admin theme.
RebuildTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Form/RebuildTest.php
RebuildTest::setUp in core/ modules/ system/ tests/ src/ FunctionalJavascript/ Form/RebuildTest.php
RebuildTest::testPreserveFormActionAfterAJAX in core/ modules/ system/ tests/ src/ FunctionalJavascript/ Form/RebuildTest.php
Tests that a form's action is retained after an Ajax submission.
RedirectTest::testRedirectFromErrorPages in core/ modules/ system/ tests/ src/ Functional/ Form/RedirectTest.php
Tests form redirection from 404/403 pages with the Block form.
ReEnableModuleFieldTest::setUp in core/ modules/ field/ tests/ src/ Functional/ReEnableModuleFieldTest.php
ReEnableModuleFieldTest::testReEnabledField in core/ modules/ field/ tests/ src/ Functional/ReEnableModuleFieldTest.php
Test the behavior of a field module after being disabled and re-enabled.
ReportTest::testReport in core/ modules/ views_ui/ tests/ src/ Functional/ReportTest.php
Tests the existence of the views plugin report.
ResponseGeneratorTest::setUp in core/ modules/ system/ tests/ src/ Functional/ System/ResponseGeneratorTest.php
ResponsiveImageAdminUITest::setUp in core/ modules/ responsive_image/ tests/ src/ Functional/ResponsiveImageAdminUITest.php
Drupal\simpletest\WebTestBase\setUp().
ResponsiveImageFieldDisplayTest::doTestResponsiveImageFieldFormatters in core/ modules/ responsive_image/ tests/ src/ Functional/ResponsiveImageFieldDisplayTest.php
Test responsive image formatters on node display.
ResponsiveImageFieldDisplayTest::setUp in core/ modules/ responsive_image/ tests/ src/ Functional/ResponsiveImageFieldDisplayTest.php
Drupal\simpletest\WebTestBase\setUp().
ResponsiveImageFieldUiTest::setUp in core/ modules/ responsive_image/ src/ FunctionalJavascript/ResponsiveImageFieldUiTest.php
RestExportAuthTest::setUp in core/ modules/ rest/ tests/ src/ Functional/ Views/RestExportAuthTest.php
RestExportJsonApiUnsupported::setUp in core/ modules/ jsonapi/ tests/ src/ Functional/RestExportJsonApiUnsupported.php
RevisionLinkTest::testRevisionLinks in core/ modules/ node/ tests/ src/ Functional/ Views/RevisionLinkTest.php
Tests revision links.
RouteCachingLanguageTest::setUp in core/ tests/ Drupal/ FunctionalTests/ Routing/RouteCachingLanguageTest.php
RouteCachingNonPathLanguageNegotiationTest::setUp in core/ tests/ Drupal/ FunctionalTests/ Routing/RouteCachingNonPathLanguageNegotiationTest.php
RouterPermissionTest::testPermissionAccess in core/ modules/ system/ tests/ src/ Functional/ Routing/RouterPermissionTest.php
Tests permission requirements on routes.
RouterTest::testUserAccount in core/ modules/ system/ tests/ src/ Functional/ Routing/RouterTest.php
Tests the user account on the DIC.
RssTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/RssTest.php
SaveUploadFormTest::setUp in core/ modules/ file/ tests/ src/ Functional/SaveUploadFormTest.php
SaveUploadTest::setUp in core/ modules/ file/ tests/ src/ Functional/SaveUploadTest.php
SchemaConfigListenerWebTest::testConfigSchemaChecker in core/ modules/ config/ tests/ src/ Functional/SchemaConfigListenerWebTest.php
Tests \Drupal\Core\Config\Development\ConfigSchemaChecker .
SearchAdvancedSearchFormTest::setUp in core/ modules/ search/ tests/ src/ Functional/SearchAdvancedSearchFormTest.php
SearchBlockTest::setUp in core/ modules/ search/ tests/ src/ Functional/SearchBlockTest.php
SearchCommentCountToggleTest::setUp in core/ modules/ search/ tests/ src/ Functional/SearchCommentCountToggleTest.php
SearchCommentTest::setUp in core/ modules/ search/ tests/ src/ Functional/SearchCommentTest.php
SearchCommentTest::testAddNewComment in core/ modules/ search/ tests/ src/ Functional/SearchCommentTest.php
Verify that 'add new comment' does not appear in search results or index.
SearchCommentTest::testSearchResultsComment in core/ modules/ search/ tests/ src/ Functional/SearchCommentTest.php
Verify that comments are rendered using proper format in search results.
SearchCommentTest::testSearchResultsCommentAccess in core/ modules/ search/ tests/ src/ Functional/SearchCommentTest.php
Verify access rules for comment indexing with different permissions.
SearchConfigSettingsFormTest::setUp in core/ modules/ search/ tests/ src/ Functional/SearchConfigSettingsFormTest.php
SearchDateIntervalTest::setUp in core/ modules/ search/ tests/ src/ Functional/SearchDateIntervalTest.php
SearchEmbedFormTest::setUp in core/ modules/ search/ tests/ src/ Functional/SearchEmbedFormTest.php
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::setUp in core/ modules/ search/ tests/ src/ Functional/SearchKeywordsConditionsTest.php
SearchLanguageTest::setUp in core/ modules/ search/ tests/ src/ Functional/SearchLanguageTest.php
SearchMultilingualEntityTest::setUp in core/ modules/ search/ tests/ src/ Functional/SearchMultilingualEntityTest.php
SearchMultilingualTest::testMultilingualSearchFilter in core/ modules/ views/ tests/ src/ Functional/SearchMultilingualTest.php
Tests search with multilingual nodes.
SearchNodeDiacriticsTest::setUp in core/ modules/ search/ tests/ src/ Functional/SearchNodeDiacriticsTest.php
SearchNodePunctuationTest::setUp in core/ modules/ search/ tests/ src/ Functional/SearchNodePunctuationTest.php
SearchNodeUpdateAndDeletionTest::setUp in core/ modules/ search/ tests/ src/ Functional/SearchNodeUpdateAndDeletionTest.php
SearchNumberMatchingTest::setUp in core/ modules/ search/ tests/ src/ Functional/SearchNumberMatchingTest.php
SearchNumbersTest::setUp in core/ modules/ search/ tests/ src/ Functional/SearchNumbersTest.php
SearchPageCacheTagsTest::testSearchTagsBubbling in core/ modules/ search/ tests/ src/ Functional/SearchPageCacheTagsTest.php
Tests the presence of expected cache tags with referenced entities.
SearchPageCacheTagsTest::testSearchText in core/ modules/ search/ tests/ src/ Functional/SearchPageCacheTagsTest.php
Tests the presence of the expected cache tag in various situations.
SearchPageOverrideTest::setUp in core/ modules/ search/ tests/ src/ Functional/SearchPageOverrideTest.php
SearchPageTextTest::testSearchLabelXSS in core/ modules/ search/ tests/ src/ Functional/SearchPageTextTest.php
Tests for XSS in search module local task.
SearchPageTextTest::testSearchText in core/ modules/ search/ tests/ src/ Functional/SearchPageTextTest.php
Tests the failed search text, and various other text on the search page.
SearchPreprocessLangcodeTest::setUp in core/ modules/ search/ tests/ src/ Functional/SearchPreprocessLangcodeTest.php
SearchQueryAlterTest::testQueryAlter in core/ modules/ search/ tests/ src/ Functional/SearchQueryAlterTest.php
Tests that the query alter works.
SearchRankingTest::setUp in core/ modules/ search/ tests/ src/ Functional/SearchRankingTest.php
SessionExistsCacheContextTest::testCacheContext in core/ modules/ system/ tests/ src/ Functional/ Cache/SessionExistsCacheContextTest.php
Tests \Drupal\Core\Cache\Context\SessionExistsCacheContext::getContext ().
SessionTest::setUp in core/ tests/ Drupal/ FunctionalJavascriptTests/ Core/ Session/SessionTest.php
SessionTest::testDataPersistence in core/ modules/ system/ tests/ src/ Functional/ Session/SessionTest.php
Test data persistence via the session_test module callbacks.
SessionTest::testEmptySessionID in core/ modules/ system/ tests/ src/ Functional/ Session/SessionTest.php
Test that empty session IDs are not allowed.
SessionTest::testSessionPersistenceOnLogin in core/ modules/ system/ tests/ src/ Functional/ Session/SessionTest.php
Tests storing data in Session() object.
SessionTest::testSessionWrite in core/ modules/ system/ tests/ src/ Functional/ Session/SessionTest.php
Test that sessions are only saved when necessary.
SettingsFormTest::testSettingsForm in core/ modules/ media_library/ tests/ src/ Functional/SettingsFormTest.php
Tests the Media Library settings form.
SettingsTest::testEditUI in core/ modules/ views_ui/ tests/ src/ Functional/SettingsTest.php
Tests the settings for the edit ui.
SettingsTrayBlockFormTest::setUp in core/ modules/ settings_tray/ tests/ src/ FunctionalJavascript/SettingsTrayBlockFormTest.php
SevenLayoutBuilderTest::testContextualLinks in core/ tests/ Drupal/ FunctionalTests/ Theme/SevenLayoutBuilderTest.php
Tests the layout builder has expected contextual links with Seven.
SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest::testUpdateHookN in core/ modules/ system/ tests/ src/ Functional/ Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php
Tests that local actions/tasks are being converted into blocks.
ShortcutCacheTagsTest::testToolbar in core/ modules/ shortcut/ tests/ src/ Functional/ShortcutCacheTagsTest.php
Tests visibility and cacheability of shortcuts in the toolbar.
ShortcutLinksTest::testAccessShortcutsPermission in core/ modules/ shortcut/ tests/ src/ Functional/ShortcutLinksTest.php
Tests that the 'access shortcuts' permissions works properly.
ShortcutLinksTest::testShortcutBlockAccess in core/ modules/ shortcut/ tests/ src/ Functional/ShortcutLinksTest.php
Tests that the 'access shortcuts' permission is required to access the
shortcut block.
ShortcutLinksTest::testShortcutLinkAdd in core/ modules/ shortcut/ tests/ src/ Functional/ShortcutLinksTest.php
Tests that creating a shortcut works properly.
ShortcutLinksTest::testShortcutLinkChangeRoute in core/ modules/ shortcut/ tests/ src/ Functional/ShortcutLinksTest.php
Tests that changing the route of a shortcut link works.
ShortcutLinksTest::testShortcutLinkOrder in core/ modules/ shortcut/ tests/ src/ Functional/ShortcutLinksTest.php
Tests the shortcuts are correctly ordered by weight in the toolbar.
ShortcutLinksTest::testShortcutQuickLink in core/ modules/ shortcut/ tests/ src/ Functional/ShortcutLinksTest.php
Tests that the "add to shortcut" and "remove from shortcut" links work.
ShortcutLinksTest::verifyAccessShortcutsPermissionForEditPages in core/ modules/ shortcut/ tests/ src/ Functional/ShortcutLinksTest.php
Tests that the 'access shortcuts' permission is required for shortcut set
administration page access.
ShortcutTestBase::setUp in core/ modules/ shortcut/ tests/ src/ Functional/ShortcutTestBase.php
SimpletestUiTest::setUp in core/ modules/ simpletest/ tests/ src/ Functional/SimpletestUiTest.php
SiteBrandingConvertedIntoBlockUpdateTest::testUpdateHookN in core/ modules/ system/ tests/ src/ Functional/ Update/SiteBrandingConvertedIntoBlockUpdateTest.php
Tests that site branding elements are being converted into blocks.
SiteMaintenanceTest::setUp in core/ modules/ system/ tests/ src/ Functional/ System/SiteMaintenanceTest.php
SiteMaintenanceTest::testSiteMaintenance in core/ modules/ system/ tests/ src/ Functional/ System/SiteMaintenanceTest.php
Verifies site maintenance mode functionality.
StandardJavascriptTest::testBigPipe in core/ profiles/ standard/ tests/ src/ FunctionalJavascript/StandardJavascriptTest.php
Tests BigPipe accelerates particular Standard installation profile routes.
StandardProfileTest::doUserRdfaTests in core/ modules/ rdf/ tests/ src/ Functional/StandardProfileTest.php
Tests that user data is exposed on user page.
StandardProfileTest::setUp in core/ modules/ rdf/ tests/ src/ Functional/StandardProfileTest.php
StandardTest::testStandard in core/ profiles/ standard/ tests/ src/ Functional/StandardTest.php
Tests Standard installation profile.
StatisticsAdminTest::setUp in core/ modules/ statistics/ tests/ src/ Functional/StatisticsAdminTest.php
StatisticsLoggingTest::setUp in core/ modules/ statistics/ tests/ src/ Functional/StatisticsLoggingTest.php
StatisticsTestBase::setUp in core/ modules/ statistics/ tests/ src/ Functional/StatisticsTestBase.php
StatisticsTokenReplaceTest::testStatisticsTokenReplacement in core/ modules/ statistics/ tests/ src/ Functional/StatisticsTokenReplaceTest.php
Creates a node, then tests the statistics tokens generated from it.
StatusExtraTest::testStatusExtra in core/ modules/ node/ tests/ src/ Functional/ Views/StatusExtraTest.php
Tests the status extra filter.
StatusTest::setUp in core/ modules/ system/ tests/ src/ Functional/ System/StatusTest.php
StorageTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Form/StorageTest.php
StringFieldTest::setUp in core/ modules/ field/ tests/ src/ Functional/ String/StringFieldTest.php
StyleOpmlTest::setUp in core/ modules/ views/ tests/ src/ Functional/ Plugin/StyleOpmlTest.php
StyleSerializerTest::testFieldapiField in core/ modules/ rest/ tests/ src/ Functional/ Views/StyleSerializerTest.php
Tests the field row style using fieldapi fields.
StyleSerializerTest::testFieldRawOutput in core/ modules/ rest/ tests/ src/ Functional/ Views/StyleSerializerTest.php
Tests the raw output options for row field rendering.
StyleSerializerTest::testResponseFormatConfiguration in core/ modules/ rest/ tests/ src/ Functional/ Views/StyleSerializerTest.php
Tests the response format configuration.
StyleSerializerTest::testRestRenderCaching in core/ modules/ rest/ tests/ src/ Functional/ Views/StyleSerializerTest.php
Tests REST export with views render caching enabled.
StyleSerializerTest::testRestViewsAuthentication in core/ modules/ rest/ tests/ src/ Functional/ Views/StyleSerializerTest.php
Checks that the auth options restricts access to a REST views display.
StyleSerializerTest::testSerializerViewsUI in core/ modules/ rest/ tests/ src/ Functional/ Views/StyleSerializerTest.php
Tests the views interface for REST export displays.
StyleSerializerTest::testUIFieldAlias in core/ modules/ rest/ tests/ src/ Functional/ Views/StyleSerializerTest.php
Test the field ID alias functionality of the DataFieldRow plugin.
StyleSummaryTest::setUp in core/ modules/ views/ tests/ src/ Functional/ Plugin/StyleSummaryTest.php
SyslogTest::testSettings in core/ modules/ syslog/ tests/ src/ Functional/SyslogTest.php
Tests the syslog settings page.
SystemAuthorizeTest::setUp in core/ modules/ system/ tests/ src/ Functional/ System/SystemAuthorizeTest.php
TaxonomyImageTest::testTaxonomyImageAccess in core/ modules/ taxonomy/ tests/ src/ Functional/TaxonomyImageTest.php
TaxonomyIndexTidUiTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/ Views/TaxonomyIndexTidUiTest.php
TaxonomyIndexTidUiTest::testExposedUnpublishedFilterOptions in core/ modules/ taxonomy/ tests/ src/ Functional/ Views/TaxonomyIndexTidUiTest.php
Tests that an exposed taxonomy filter doesn't show unpublished terms.
TaxonomyRelationshipTest::testTaxonomyRelationships in core/ modules/ taxonomy/ tests/ src/ Functional/ Views/TaxonomyRelationshipTest.php
Tests the taxonomy parent plugin UI.
TaxonomyTermIndentationTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/TaxonomyTermIndentationTest.php
TaxonomyTermPagerTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/TaxonomyTermPagerTest.php
TaxonomyTermParentMultilingualTest::testMultilingualTermParentUpdate in core/ modules/ taxonomy/ tests/ src/ Functional/ Update/TaxonomyTermParentMultilingualTest.php
Tests taxonomy multilingual term parents update.
TaxonomyTermUpdatePathTest::testConversionToRevisionable in core/ modules/ taxonomy/ tests/ src/ Functional/ Update/TaxonomyTermUpdatePathTest.php
Tests the conversion of taxonomy terms to be revisionable.
TaxonomyTermUpdatePathTest::testPublishable in core/ modules/ taxonomy/ tests/ src/ Functional/ Update/TaxonomyTermUpdatePathTest.php
Tests the conversion of taxonomy terms to be publishable.
TaxonomyTermViewTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/ Views/TaxonomyTermViewTest.php
TelephoneFieldTest::setUp in core/ modules/ telephone/ tests/ src/ Functional/TelephoneFieldTest.php
TempstoreKeyUpdatePathTest::testRunUpdates in core/ modules/ layout_builder/ tests/ src/ Functional/ Update/TempstoreKeyUpdatePathTest.php
Tests the upgrade path for Layout Builder extra fields.
TermAccessTest::testTermAccess in core/ modules/ taxonomy/ tests/ src/ Functional/TermAccessTest.php
Test access control functionality for taxonomy terms.
TermAutocompleteTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/TermAutocompleteTest.php
TermContextualLinksTest::testTermContextualLinks in core/ modules/ taxonomy/ tests/ src/ Functional/TermContextualLinksTest.php
Tests contextual links.
TermDisplayConfigurableTest::testDisplayConfigurable in core/ modules/ taxonomy/ tests/ src/ Functional/ Views/TermDisplayConfigurableTest.php
Sets base fields to configurable display and check settings are respected.
TermIndexTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/TermIndexTest.php
TermLanguageTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/TermLanguageTest.php
TermNameFieldTest::testTermNameField in core/ modules/ taxonomy/ tests/ src/ Functional/ Views/TermNameFieldTest.php
Tests term name field plugin functionality.
TermParentsTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/TermParentsTest.php
TermTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/TermTest.php
TermTranslationTest::testTermsTranslation in core/ modules/ taxonomy/ tests/ src/ Functional/TermTranslationTest.php
Test translation of terms are showed in the node.
TermTranslationUITest::testTranslateLinkVocabularyAdminPage in core/ modules/ taxonomy/ tests/ src/ Functional/TermTranslationUITest.php
Tests translate link on vocabulary term list.
TestMultiWidthLayoutsTest::setUp in core/ modules/ layout_builder/ tests/ src/ FunctionalJavascript/TestMultiWidthLayoutsTest.php
TestSettingSummariesContentType::setUp in core/ modules/ node/ tests/ src/ FunctionalJavascript/TestSettingSummariesContentType.php
TextareaWithSummaryTest::setUp in core/ modules/ text/ tests/ src/ FunctionalJavascript/TextareaWithSummaryTest.php
TextFieldTest::_testTextfieldWidgetsFormatted in core/ modules/ text/ tests/ src/ Functional/TextFieldTest.php
Helper function for testTextfieldWidgetsFormatted().
ThemeSettingsFormTest::setUp in core/ modules/ system/ tests/ src/ FunctionalJavascript/ThemeSettingsFormTest.php
ThemeTest::setUp in core/ modules/ system/ tests/ src/ Functional/ System/ThemeTest.php
ThemeTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/ThemeTest.php
ThemeTest::testAdministrationTheme in core/ modules/ system/ tests/ src/ Functional/ System/ThemeTest.php
Test the administration theme functionality.
ThemeTest::testThemeSettingsRenderCacheClear in core/ modules/ system/ tests/ src/ Functional/ System/ThemeTest.php
Tests the 'rendered' cache tag is cleared when saving theme settings.
ThemeTokenTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Theme/ThemeTokenTest.php
ThemeUiTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Theme/ThemeUiTest.php
ThemeUiTest::testModulePermissions in core/ modules/ system/ tests/ src/ Functional/ Theme/ThemeUiTest.php
Tests permissions for enabling themes depending on disabled modules.
ThrobberTest::setUp in core/ tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ThrobberTest.php
TimestampAgoFormatterTest::setUp in core/ tests/ Drupal/ FunctionalTests/ Datetime/TimestampAgoFormatterTest.php
TimestampTest::setUp in core/ tests/ Drupal/ FunctionalTests/ Datetime/TimestampTest.php
TokenReplaceTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/TokenReplaceTest.php
TokenReplaceWebTest::testTokens in core/ modules/ system/ tests/ src/ Functional/ System/TokenReplaceWebTest.php
Tests a token replacement on an actual website.
ToolbarAdminMenuTest::setUp in core/ modules/ toolbar/ tests/ src/ Functional/ToolbarAdminMenuTest.php
ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear in core/ modules/ toolbar/ tests/ src/ Functional/ToolbarAdminMenuTest.php
Tests that toolbar cache is cleared when string translations are made.
ToolbarAdminMenuTest::testNonCurrentUserAccountUpdates in core/ modules/ toolbar/ tests/ src/ Functional/ToolbarAdminMenuTest.php
Tests that changes to a user account by another user clears the changed
account's toolbar cached, not the user's who took the action.
ToolbarAdminMenuTest::testSubtreesJsonRequest in core/ modules/ toolbar/ tests/ src/ Functional/ToolbarAdminMenuTest.php
Tests that the 'toolbar/subtrees/{hash}' is reachable and correct.
ToolbarAdminMenuTest::testUserRoleUpdateSubtreesHashCacheClear in core/ modules/ toolbar/ tests/ src/ Functional/ToolbarAdminMenuTest.php
Exercises the toolbar_user_role_update() and toolbar_user_update() hook
implementations.
ToolbarCacheContextsTest::assertToolbarCacheContexts in core/ modules/ toolbar/ tests/ src/ Functional/ToolbarCacheContextsTest.php
Tests that cache contexts are applied for both users.
ToolbarCacheContextsTest::testCacheIntegration in core/ modules/ toolbar/ tests/ src/ Functional/ToolbarCacheContextsTest.php
Tests toolbar cache integration.
ToolbarHookToolbarTest::setUp in core/ modules/ toolbar/ tests/ src/ Functional/ToolbarHookToolbarTest.php
ToolbarIntegrationTest::testToolbarToggling in core/ modules/ toolbar/ tests/ src/ FunctionalJavascript/ToolbarIntegrationTest.php
Tests if the toolbar can be toggled with JavaScript.
ToolbarMenuTranslationTest::setUp in core/ modules/ toolbar/ tests/ src/ Functional/ToolbarMenuTranslationTest.php
ToolkitSetupFormTest::setUp in core/ tests/ Drupal/ FunctionalTests/ Image/ToolkitSetupFormTest.php
ToolkitSetupFormTest::testToolkitSetupForm in core/ tests/ Drupal/ FunctionalTests/ Image/ToolkitSetupFormTest.php
Test Image toolkit setup form.
TourHelpPageTest::testHelp in core/ modules/ tour/ tests/ src/ Functional/TourHelpPageTest.php
Logs in users, tests help pages.
TourTestBasic::setUp in core/ modules/ tour/ tests/ src/ Functional/TourTestBasic.php
TrackerNodeAccessTest::testTrackerNodeAccess in core/ modules/ tracker/ tests/ src/ Functional/TrackerNodeAccessTest.php
Ensure private node on /tracker is only visible to users with permission.
TrackerNodeAccessTest::testTrackerNodeAccessIndexing in core/ modules/ tracker/ tests/ src/ Functional/TrackerNodeAccessTest.php
Ensure that tracker_cron is not access sensitive.
TrackerRecentContentLinkTest::testRecentContentLink in core/ modules/ tracker/ tests/ src/ Functional/TrackerRecentContentLinkTest.php
Tests the recent content link in menu block.
TrackerTest::testTrackerAdminUnpublish in core/ modules/ tracker/ tests/ src/ Functional/TrackerTest.php
Tests that publish/unpublish works at admin/content/node.
TrackerTest::testTrackerAll in core/ modules/ tracker/ tests/ src/ Functional/TrackerTest.php
Tests for the presence of nodes on the global tracker listing.
TrackerTest::testTrackerCronIndexing in core/ modules/ tracker/ tests/ src/ Functional/TrackerTest.php
Tests that existing nodes are indexed by cron.
TrackerTest::testTrackerHistoryMetadata in core/ modules/ tracker/ tests/ src/ Functional/TrackerTest.php
Tests the metadata for the "new"/"updated" indicators.
TrackerTest::testTrackerOrderingNewComments in core/ modules/ tracker/ tests/ src/ Functional/TrackerTest.php
Tests for ordering on a users tracker listing when comments are posted.
TrackerTest::testTrackerUser in core/ modules/ tracker/ tests/ src/ Functional/TrackerTest.php
Tests for the presence of nodes on a user's tracker listing.
TrackerTestBase::setUp in core/ modules/ tracker/ tests/ src/ Functional/ Views/TrackerTestBase.php
TransformedConfigExportImportUITest::setUp in core/ modules/ config/ tests/ src/ Functional/TransformedConfigExportImportUITest.php
TranslatedViewTest::setUp in core/ modules/ views_ui/ tests/ src/ Functional/TranslatedViewTest.php
TranslationsTest::setUp in core/ modules/ media_library/ tests/ src/ FunctionalJavascript/TranslationsTest.php
TranslationWebTest::testFieldFormTranslationRevisions in core/ modules/ field/ tests/ src/ Functional/TranslationWebTest.php
Tests field translations when creating a new revision.
TrustedHostsTest::setUp in core/ modules/ system/ tests/ src/ Functional/ System/TrustedHostsTest.php
TwigTransTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Theme/TwigTransTest.php
UITestBase::setUp in core/ modules/ views_ui/ tests/ src/ Functional/UITestBase.php
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.
UnsavedPreviewTest::setUp in core/ modules/ views_ui/ tests/ src/ Functional/UnsavedPreviewTest.php
Sets up a Drupal site for running functional and integration tests.
UpdateApiEntityDefinitionUpdateTest::setUp in core/ modules/ system/ tests/ src/ Functional/ Entity/ Update/UpdateApiEntityDefinitionUpdateTest.php
UpdateContribTest::setUp in core/ modules/ update/ tests/ src/ Functional/UpdateContribTest.php
UpdateContribTest::testHookUpdateStatusAlter in core/ modules/ update/ tests/ src/ Functional/UpdateContribTest.php
Checks that hook_update_status_alter () works to change a status.
UpdateCoreTest::setUp in core/ modules/ update/ tests/ src/ Functional/UpdateCoreTest.php
UpdateCoreTest::testBrokenThenFixedUpdates in core/ modules/ update/ tests/ src/ Functional/UpdateCoreTest.php
Checks that Drupal recovers after problems connecting to update server.
UpdateCoreTest::testLocalActions in core/ modules/ update/ tests/ src/ Functional/UpdateCoreTest.php
Ensures that the local actions appear.
UpdateManagerUpdateTest::setUp in core/ modules/ update/ tests/ src/ Functional/UpdateManagerUpdateTest.php
UpdatePathLastRemovedTest::testLastRemovedVersion in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdatePathLastRemovedTest.php
Tests that a module with a too old schema version can not be updated.
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.
UpdatePathTestBaseTest::testPathAliasProcessing in core/ tests/ Drupal/ FunctionalTests/ Update/UpdatePathTestBaseTest.php
Tests that path aliases are not processed during database updates.
UpdateRemovedPostUpdateTest::testRemovedPostUpdate in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdateRemovedPostUpdateTest.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.
UpdateScriptTest::runUpdates in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdateScriptTest.php
Helper function to run updates via the browser.
UpdateScriptTest::testExtensionCompatibilityChange in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdateScriptTest.php
Tests that extension compatibility changes are handled correctly.
UpdateScriptTest::testMaintenanceModeLink in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdateScriptTest.php
Tests maintenance mode link on update.php .
UpdateScriptTest::testMissingExtension in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdateScriptTest.php
Tests that a missing extension prevents updates.
UpdateScriptTest::testNoUpdateFunctionality in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdateScriptTest.php
Tests update.php when there are no updates to apply.
UpdateScriptTest::testOrphanedSchemaEntries in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdateScriptTest.php
Tests that orphan schemas are handled properly.
UpdateScriptTest::testRequirements in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdateScriptTest.php
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptTest::testSuccessfulMultilingualUpdateFunctionality in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdateScriptTest.php
Tests perfoming updates with update.php in a multilingual environment.
UpdateScriptTest::testSuccessfulUpdateFunctionality in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdateScriptTest.php
Tests update.php after performing a successful update.
UpdateScriptTest::testThemeSystem in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdateScriptTest.php
Tests the effect of using the update script on the theme system.
UpdateScriptTest::testUpdateAccess in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdateScriptTest.php
Tests access to the update script.
UpdatesWith7xTest::testWith7x in core/ modules/ system/ tests/ src/ Functional/ UpdateSystem/UpdatesWith7xTest.php
UpdateUploadTest::setUp in core/ modules/ update/ tests/ src/ Functional/UpdateUploadTest.php
Upgrade6Test::testMigrateUpgradeExecute in core/ modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/Upgrade6Test.php
Executes all steps of migrations upgrade.
Upgrade7Test::testMigrateUpgradeExecute in core/ modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/Upgrade7Test.php
Executes all steps of migrations upgrade.
UrlAlterFunctionalTest::testUrlAlter in core/ modules/ path_alias/ tests/ src/ Functional/UrlAlterFunctionalTest.php
Test that URL altering works and that it occurs in the correct order.
UserAccountLinksTest::testAccountPageTitles in core/ modules/ user/ tests/ src/ Functional/UserAccountLinksTest.php
Tests page title is set correctly on user account tabs.
UserAccountLinksTest::testDisabledAccountLink in core/ modules/ user/ tests/ src/ Functional/UserAccountLinksTest.php
Tests disabling the 'My account' link.
UserAccountLinksTest::testSecondaryMenu in core/ modules/ user/ tests/ src/ Functional/UserAccountLinksTest.php
Tests the secondary menu.
UserAdminLanguageTest::testActualNegotiation in core/ modules/ user/ tests/ src/ Functional/UserAdminLanguageTest.php
Tests the actual language negotiation.
UserAdminLanguageTest::testUserAdminLanguageConfigurationAvailableIfAdminLanguageNegotiationIsEnabled in core/ modules/ user/ tests/ src/ Functional/UserAdminLanguageTest.php
Tests that the admin language is configurable only for administrators.
UserAdminLanguageTest::testUserAdminLanguageConfigurationAvailableWithAdminLanguageNegotiation in core/ modules/ user/ tests/ src/ Functional/UserAdminLanguageTest.php
Tests that admin language negotiation is configurable only if enabled.
UserAdminLanguageTest::testUserAdminLanguageConfigurationNotAvailableWithOnlyOneLanguage in core/ modules/ user/ tests/ src/ Functional/UserAdminLanguageTest.php
Tests that admin language is not configurable in single language sites.
UserAdminListingTest::testUserListing in core/ modules/ user/ tests/ src/ Functional/UserAdminListingTest.php
Tests the listing.
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.
UserAttributesTest::testUserAttributesInMarkup in core/ modules/ rdf/ tests/ src/ Functional/UserAttributesTest.php
Tests if default mapping for user is being used.
UserBatchActionTest::testUserAction in core/ modules/ views/ tests/ src/ Functional/UserBatchActionTest.php
Tests user admin batch.
UserBlocksTest::setUp in core/ modules/ user/ tests/ src/ Functional/UserBlocksTest.php
UserCancelTest::testMassUserCancelByAdmin in core/ modules/ user/ tests/ src/ Functional/UserCancelTest.php
Create an administrative user and mass-delete other users.
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::testUserCancelInvalid in core/ modules/ user/ tests/ src/ Functional/UserCancelTest.php
Attempt invalid account cancellations.
UserCancelTest::testUserCancelUid1 in core/ modules/ user/ tests/ src/ Functional/UserCancelTest.php
Tests that user account for uid 1 cannot be cancelled.
UserCancelTest::testUserCancelWithoutPermission in core/ modules/ user/ tests/ src/ Functional/UserCancelTest.php
Attempt to cancel account without permission.
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.
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.
UserEditedOwnAccountTest::testUserEditedOwnAccount in core/ modules/ user/ tests/ src/ Functional/UserEditedOwnAccountTest.php
UserEditTest::testUserChangeSiteLanguage in core/ modules/ user/ tests/ src/ Functional/UserEditTest.php
Tests that a user is able to change site language.
UserEditTest::testUserEdit in core/ modules/ user/ tests/ src/ Functional/UserEditTest.php
Test user edit page.
UserEditTest::testUserWellKnownChangePasswordAuth in core/ modules/ user/ tests/ src/ Functional/UserEditTest.php
Tests well known change password route redirects to user edit form.
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.
UserFieldsAccessChangeTest::testUserFieldAccess in core/ modules/ user/ tests/ src/ Functional/ Views/UserFieldsAccessChangeTest.php
Tests if another module can change field access.
UserFieldsAccessChangeTest::testUserNameLink in core/ modules/ user/ tests/ src/ Functional/ Views/UserFieldsAccessChangeTest.php
Tests the user name formatter shows a link to the user when there is
access but not otherwise.
UserHelpersTest::testDrupalUserIsLoggedIn in core/ tests/ Drupal/ FunctionalTests/UserHelpersTest.php
Tests WebTestBase::drupalUserIsLoggedIn().
UserLanguageCreationTest::testLocalUserCreation in core/ modules/ user/ tests/ src/ Functional/UserLanguageCreationTest.php
Functional test for language handling during user creation.
UserLanguageTest::testUserLanguageConfiguration in core/ modules/ user/ tests/ src/ Functional/UserLanguageTest.php
Test if user can change their default language.
UserLoginHttpTest::testPerUserLoginFloodControl in core/ modules/ user/ tests/ src/ Functional/UserLoginHttpTest.php
Test the per-user login flood control.
UserLoginTest::testGlobalLoginFloodControl in core/ modules/ user/ tests/ src/ Functional/UserLoginTest.php
Test the global login flood control.
UserLoginTest::testPasswordRehashOnLogin in core/ modules/ user/ tests/ src/ Functional/UserLoginTest.php
Test that user password is re-hashed upon login after changing $count_log2.
UserLoginTest::testPerUserLoginFloodControl in core/ modules/ user/ tests/ src/ Functional/UserLoginTest.php
Test the per-user login flood control.
UserPasswordResetTest::setUp in core/ modules/ user/ tests/ src/ Functional/UserPasswordResetTest.php
UserPasswordResetTest::setUp in core/ modules/ user/ tests/ src/ FunctionalJavascript/UserPasswordResetTest.php
UserPasswordResetTest::testUserPasswordResetLoggedIn in core/ modules/ user/ tests/ src/ Functional/UserPasswordResetTest.php
Test user password reset while logged in.
UserPermissionsTest::testAccessContentPermission in core/ modules/ user/ tests/ src/ Functional/UserPermissionsTest.php
Verify 'access content' is listed in the correct location.
UserPermissionsTest::testAdministratorRole in core/ modules/ user/ tests/ src/ Functional/UserPermissionsTest.php
Test assigning of permissions for the administrator role.
UserPermissionsTest::testUserPermissionChanges in core/ modules/ user/ tests/ src/ Functional/UserPermissionsTest.php
Test changing user permissions through the permissions page.
UserPictureTest::testCreateDeletePicture in core/ modules/ user/ tests/ src/ Functional/UserPictureTest.php
Tests creation, display, and deletion of user pictures.
UserPictureTest::testPictureOnNodeComment in core/ modules/ user/ tests/ src/ Functional/UserPictureTest.php
Tests embedded users on node pages.
UserPictureTest::testUserViewAlter in core/ modules/ user/ tests/ src/ Functional/UserPictureTest.php
Tests user picture field with a non-standard field formatter.
UserRegistrationTest::testRegistrationWithoutEmailVerification in core/ modules/ user/ tests/ src/ Functional/UserRegistrationTest.php
UserRoleAdminTest::testRoleAdministration in core/ modules/ user/ tests/ src/ Functional/UserRoleAdminTest.php
Test adding, renaming and deleting roles.
UserRoleAdminTest::testRoleWeightOrdering in core/ modules/ user/ tests/ src/ Functional/UserRoleAdminTest.php
Test user role weight change operation and ordering.
UserRolesAssignmentTest::setUp in core/ modules/ user/ tests/ src/ Functional/UserRolesAssignmentTest.php
UserSearchTest::testUserSearch in core/ modules/ user/ tests/ src/ Functional/UserSearchTest.php
UserSubAdminTest::testSubAdmin in core/ modules/ user/ tests/ src/ Functional/UserSubAdminTest.php
Test create and cancel forms as 'sub-admin'.
UserTimeZoneTest::testUserTimeZone in core/ modules/ user/ tests/ src/ Functional/UserTimeZoneTest.php
Tests the display of dates and time when user-configurable time zones are set.
UserTokenReplaceTest::testUserTokenReplacement in core/ modules/ user/ tests/ src/ Functional/UserTokenReplaceTest.php
Creates a user, then tests the tokens generated from it.
UserTranslationUITest::testTranslatedUserDeletion in core/ modules/ user/ tests/ src/ Functional/UserTranslationUITest.php
Test translated user deletion.
ValidationTest::testValidate in core/ modules/ system/ tests/ src/ Functional/ Form/ValidationTest.php
Tests #element_validate and #validate.
ViewsBulkTest::testBulkSelection in core/ modules/ views/ tests/ src/ Functional/ Plugin/ViewsBulkTest.php
Tests bulk selection.
ViewsIntegrationTest::setUp in core/ modules/ responsive_image/ tests/ src/ Functional/ViewsIntegrationTest.php
ViewsListingTest::setUp in core/ modules/ views_ui/ tests/ src/ FunctionalJavascript/ViewsListingTest.php
ViewsListTest::setUp in core/ modules/ views_ui/ tests/ src/ Functional/ViewsListTest.php
ViewsModerationStateFilterTest::setUp in core/ modules/ content_moderation/ tests/ src/ Functional/ViewsModerationStateFilterTest.php
ViewsNoResultsBehaviorTest::setUp in core/ modules/ views/ tests/ src/ Functional/ViewsNoResultsBehaviorTest.php
ViewsUiIntegrationTest::setUp in core/ modules/ media_library/ tests/ src/ FunctionalJavascript/ViewsUiIntegrationTest.php
ViewsUITourTest::setUp in core/ modules/ views_ui/ tests/ src/ Functional/ViewsUITourTest.php
ViewsWizardTest::setUp in core/ modules/ views_ui/ tests/ src/ FunctionalJavascript/ViewsWizardTest.php
VocabularyLanguageTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/VocabularyLanguageTest.php
VocabularyPermissionsTest::testTaxonomyVocabularyOverviewPermissions in core/ modules/ taxonomy/ tests/ src/ Functional/VocabularyPermissionsTest.php
Test the vocabulary overview permission.
VocabularyPermissionsTest::testVocabularyPermissionsTaxonomyTerm in core/ modules/ taxonomy/ tests/ src/ Functional/VocabularyPermissionsTest.php
Create, edit and delete a taxonomy term via the user interface.
VocabularyPermissionsTest::testVocabularyPermissionsVocabulary in core/ modules/ taxonomy/ tests/ src/ Functional/VocabularyPermissionsTest.php
Create, edit and delete a vocabulary via the user interface.
VocabularyTranslationTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/VocabularyTranslationTest.php
VocabularyUiTest::setUp in core/ modules/ taxonomy/ tests/ src/ Functional/VocabularyUiTest.php
WarmCacheUpdateFrom8dot6Test::testWithMissingProfile in core/ modules/ system/ tests/ src/ Functional/ Update/WarmCacheUpdateFrom8dot6Test.php
Tests system_update_8601 ().
WidgetAccessTest::testWidgetAccess in core/ modules/ media_library/ tests/ src/ FunctionalJavascript/WidgetAccessTest.php
Tests that the widget access works as expected.
WidgetOEmbedTest::setUp in core/ modules/ media_library/ tests/ src/ FunctionalJavascript/WidgetOEmbedTest.php
WidgetUploadTest::testWidgetUpload in core/ modules/ media_library/ tests/ src/ FunctionalJavascript/WidgetUploadTest.php
Tests that uploads in the Media library's widget works as expected.
WidgetUploadTest::testWidgetUploadAdvancedUi in core/ modules/ media_library/ tests/ src/ FunctionalJavascript/WidgetUploadTest.php
Tests that uploads in the widget's advanced UI works as expected.
WidgetViewsTest::setUp in core/ modules/ media_library/ tests/ src/ FunctionalJavascript/WidgetViewsTest.php
WidgetWithoutTypesTest::testWidgetWithoutMediaTypes in core/ modules/ media_library/ tests/ src/ FunctionalJavascript/WidgetWithoutTypesTest.php
Tests that the widget works as expected when media types are deleted.
WizardTest::testCommentWizard in core/ modules/ comment/ tests/ src/ Functional/ Views/WizardTest.php
Tests adding a view of comments.
WizardTestBase::setUp in core/ modules/ views/ tests/ src/ Functional/ Wizard/WizardTestBase.php
WorkflowCustomStateTransitionAccessTest::testCustomWorkflowAccessOperations in core/ modules/ workflows/ tests/ src/ Functional/WorkflowCustomStateTransitionAccessTest.php
Test the custom state/transition operation access rules.
WorkflowUiNoTypeTest::testWorkflowUiWithNoType in core/ modules/ workflows/ tests/ src/ Functional/WorkflowUiNoTypeTest.php
Tests the creation of a workflow through the UI.
WorkflowUiTest::testAccess in core/ modules/ workflows/ tests/ src/ Functional/WorkflowUiTest.php
Tests route access/permissions.
WorkflowUiTest::testNumericIds in core/ modules/ workflows/ tests/ src/ Functional/WorkflowUiTest.php
Test a workflow, state, and transition can have a numeric ID and label.
WorkflowUiTest::testSorting in core/ modules/ workflows/ tests/ src/ Functional/WorkflowUiTest.php
Test the sorting of states and transitions by weight and label.
WorkflowUiTest::testStateMachineNameValidation in core/ modules/ workflows/ tests/ src/ Functional/WorkflowUiTest.php
Test the machine name validation of the state add form.
WorkflowUiTest::testWorkflowConfigurationForm in core/ modules/ workflows/ tests/ src/ Functional/WorkflowUiTest.php
Test the workflow configuration form.
WorkflowUiTest::testWorkflowCreation in core/ modules/ workflows/ tests/ src/ Functional/WorkflowUiTest.php
Tests the creation of a workflow through the UI.
WorkspaceBypassTest::testBypassOwnWorkspace in core/ modules/ workspaces/ tests/ src/ Functional/WorkspaceBypassTest.php
Verifies that a user can edit anything in a workspace they own.
WorkspaceCacheContextTest::testWorkspaceCacheContext in core/ modules/ workspaces/ tests/ src/ Functional/WorkspaceCacheContextTest.php
Tests the 'workspace' cache context.
WorkspaceConcurrentEditingTest::testConcurrentEditing in core/ modules/ workspaces/ tests/ src/ Functional/WorkspaceConcurrentEditingTest.php
Test editing a node in multiple workspaces.
WorkspaceContentModerationIntegrationTest::setUp in core/ modules/ content_moderation/ tests/ src/ Functional/WorkspaceContentModerationIntegrationTest.php
Sets the test up.
WorkspacePermissionsTest::testCreateWorkspace in core/ modules/ workspaces/ tests/ src/ Functional/WorkspacePermissionsTest.php
Verifies that a user can create but not edit a workspace.
WorkspacePermissionsTest::testDeleteAnyWorkspace in core/ modules/ workspaces/ tests/ src/ Functional/WorkspacePermissionsTest.php
Verifies that a user can delete any workspace.
WorkspacePermissionsTest::testDeleteOwnWorkspace in core/ modules/ workspaces/ tests/ src/ Functional/WorkspacePermissionsTest.php
Verifies that a user can create and delete only their own workspace.
WorkspacePermissionsTest::testEditAnyWorkspace in core/ modules/ workspaces/ tests/ src/ Functional/WorkspacePermissionsTest.php
Verifies that a user can edit any workspace.
WorkspacePermissionsTest::testEditOwnWorkspace in core/ modules/ workspaces/ tests/ src/ Functional/WorkspacePermissionsTest.php
Verifies that a user can create and edit only their own workspace.
WorkspacesUninstallTest::testUninstallingWorkspace in core/ modules/ workspaces/ tests/ src/ Functional/WorkspacesUninstallTest.php
Tests deleting workspace entities and uninstalling Workspaces module.
WorkspaceSwitcherTest::setUp in core/ modules/ workspaces/ tests/ src/ Functional/WorkspaceSwitcherTest.php
WorkspaceTest::testSpecialCharacters in core/ modules/ workspaces/ tests/ src/ Functional/WorkspaceTest.php
Test creating a workspace with special characters.
WorkspaceTest::testWorkspaceFieldUi in core/ modules/ workspaces/ tests/ src/ Functional/WorkspaceTest.php
Tests adding new fields to workspace entities.
WorkspaceTest::testWorkspaceFormRevisions in core/ modules/ workspaces/ tests/ src/ Functional/WorkspaceTest.php
Tests that editing a workspace creates a new revision.
WorkspaceTest::testWorkspaceOwner in core/ modules/ workspaces/ tests/ src/ Functional/WorkspaceTest.php
Test changing the owner of a workspace.
WorkspaceTest::testWorkspaceToolbar in core/ modules/ workspaces/ tests/ src/ Functional/WorkspaceTest.php
Test that the toolbar correctly shows the active workspace.
WorkspaceToolbarIntegrationTest::setUp in core/ modules/ workspaces/ tests/ src/ FunctionalJavascript/WorkspaceToolbarIntegrationTest.php
WorkspaceViewTest::testViewAnyWorkspace in core/ modules/ workspaces/ tests/ src/ Functional/WorkspaceViewTest.php
Verifies that a user can view any workspace.
WorkspaceViewTest::testViewOwnWorkspace in core/ modules/ workspaces/ tests/ src/ Functional/WorkspaceViewTest.php
Verifies that a user can view their own workspace.