You are here

1876 calls to UiHelperTrait::drupalGet() 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.
AccessTest::testStaticAccessPlugin in core/modules/views/tests/src/Functional/Plugin/AccessTest.php
Tests static access check.
ActionFormAjaxTest::testActionConfigurationWithAjax in core/modules/action/tests/src/FunctionalJavascript/ActionFormAjaxTest.php
Tests action plugins with AJAX save their configuration.
ActionListTest::testEmptyActionList in core/modules/action/tests/src/Functional/ActionListTest.php
Tests the behavior when there are no actions to list in the admin page.
ActionUninstallTest::testActionUninstall in core/modules/action/tests/src/Functional/ActionUninstallTest.php
Tests Action uninstall.
AddFeedTest::testAddFeed in core/modules/aggregator/tests/src/Functional/AddFeedTest.php
Creates and ensures that a feed is unique, checks source, and deletes feed.
AddFeedTest::testAddLongFeed in core/modules/aggregator/tests/src/Functional/AddFeedTest.php
Tests feeds with very long URLs.
AddFeedTest::testFeedLabelEscaping in core/modules/aggregator/tests/src/Functional/AddFeedTest.php
Ensures that the feed label is escaping when rendering the feed icon.
AdminMetaTagTest::testMetaTag in core/modules/system/tests/src/Functional/System/AdminMetaTagTest.php
Verify that the meta tag HTML is generated correctly.
AdminPathEntityConverterLanguageTest::testConfigUsingCurrentLanguage in core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php
Tests the translated and untranslated config entities are loaded properly.
AdminTest::testAdminPages in core/modules/system/tests/src/Functional/System/AdminTest.php
Tests output on administrative listing pages.
AdminTest::testCompactMode in core/modules/system/tests/src/Functional/System/AdminTest.php
Test compact mode.
AggregatorAdminTest::testOverviewPage in core/modules/aggregator/tests/src/Functional/AggregatorAdminTest.php
Tests the overview page.
AggregatorAdminTest::testSettingsPage in core/modules/aggregator/tests/src/Functional/AggregatorAdminTest.php
Tests the settings form to ensure the correct default values are used.
AggregatorDisplayConfigurableTest::testFeedDisplayConfigurable in core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php
Sets feed base fields to configurable display and checks settings are respected.
AggregatorDisplayConfigurableTest::testItemDisplayConfigurable in core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php
Sets item base fields to configurable display and checks settings are respected.
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::updateFeedItems in core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php
Updates the feed items.
AjaxBlockTest::testAddAjaxBlock in core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php
Tests configuring a field block for a user field.
AjaxCallbacksTest::testDateAjaxCallback in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php
Tests if Ajax callback works on date element.
AjaxCallbacksTest::testDateTimeAjaxCallback in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php
Tests if Ajax callback works on datetime element.
AjaxCssTest::testCkeditorAjaxAddCss in core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php
Tests adding style sheets dynamically to CKEditor.
AjaxFileManagedMultipleTest::testMultipleFilesUpload in core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php
Test if managed file form element works well with multiple files upload.
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.
AjaxFormImageButtonTest::testAjaxImageButtonKeypressEnter in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php
Tests image buttons can be operated with the keyboard ENTER key.
AjaxFormImageButtonTest::testAjaxImageButtonKeypressSpace in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php
Tests image buttons can be operated with the keyboard SPACE key.
AjaxFormPageCacheTest::testAjaxElementValidation in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php
Tests that updating the text field trigger an AJAX request/response.
AjaxFormPageCacheTest::testSimpleAJAXFormValue in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php
Create a simple form, then submit the form via AJAX to change to it.
AjaxInGroupTest::testSimpleAjaxFormValue in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php
Submits forms with select and checkbox elements via Ajax.
AjaxPageStateTest::testHtml5ShivIsNotLoaded in core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php
Give ajax_page_state[libraries]=core/html5shiv to exclude the library.
AjaxPageStateTest::testLibrariesAvailable in core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php
Default functionality without the param ajax_page_state[libraries].
AjaxPageStateTest::testMultipleLibrariesAreNotLoaded in core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php
Test if multiple libraries can be excluded.
AjaxTest::assertInsert in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php
Assert insert.
AjaxTest::testAjaxWithAdminRoute in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php
AjaxTest::testDrupalSettingsCachingRegression in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php
Test that AJAX loaded libraries are not retained between requests.
AlterTest::testExecutionOrder in core/modules/system/tests/src/Functional/Form/AlterTest.php
Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter().
AreaHTTPStatusCodeTest::testHTTPStatusCodeHandler in core/modules/views/tests/src/Functional/Handler/AreaHTTPStatusCodeTest.php
Tests the area handler.
AreaTest::testRenderAreaToken in core/modules/views/tests/src/Functional/Handler/AreaTest.php
Tests global tokens.
AreaTest::testTitleArea in core/modules/views/tests/src/Functional/Handler/AreaTest.php
Tests overriding the view title using the area title handler.
AreaTest::testUI in core/modules/views/tests/src/Functional/Handler/AreaTest.php
Tests the generic UI of a area handler.
AreaTitleWebTest::testTitleText in core/modules/views/tests/src/Functional/Handler/AreaTitleWebTest.php
Tests the title area handler.
ArgumentDefaultTest::testArgumentDefaultNode in core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php
Test node default argument.
AssertLegacyTraitDeprecatedTest::testGetAllOptions in core/tests/Drupal/FunctionalTests/Core/Test/AssertLegacyTraitDeprecatedTest.php
Tests getAllOptions().
BackwardCompatibilityTest::testAjaxBackwardCompatibility in core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php
Ensures Drupal.Ajax.element_settings BC layer.
BartikTest::testRegressionMissingMessagesCss in core/tests/Drupal/FunctionalTests/Theme/BartikTest.php
Tests that the Bartik theme always adds its message CSS files.
BaseFieldAccessTest::testProtectedField in core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php
Test access to protected base fields.
BasicAuthTest::testBasicAuth in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
Test http basic authentication.
BasicAuthTest::testCacheabilityOf401Response in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
Tests the cacheability of Basic Auth's 401 response.
BasicAuthTest::testControllerNotCalledBeforeAuth in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
Tests if the controller is called before authentication.
BasicAuthTest::testUnauthorizedErrorMessage in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
Tests if a comprehensive message is displayed when the route is denied.
BasicTest::testViewsWizardAndListing in core/modules/views/tests/src/Functional/Wizard/BasicTest.php
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::testCachePermissions in core/modules/block/tests/src/Functional/BlockCacheTest.php
Test a cacheable block without any additional cache context.
BlockCacheTest::testCachePerPage in core/modules/block/tests/src/Functional/BlockCacheTest.php
Test "url" cache context.
BlockCacheTest::testCachePerRole in core/modules/block/tests/src/Functional/BlockCacheTest.php
Test "user.roles" cache context.
BlockCacheTest::testCachePerUser in core/modules/block/tests/src/Functional/BlockCacheTest.php
Test "user" cache context.
BlockCacheTest::testNoCache in core/modules/block/tests/src/Functional/BlockCacheTest.php
Test non-cacheable block.
BlockConditionMissingSchemaUpdateTest::testUpdateHookN in core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php
Tests that block context mapping is updated properly.
BlockContentContextualLinksTest::testBlockContentContextualLinks in core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php
Tests contextual links.
BlockContentCreationTest::testBlockContentCreationMultipleViewModes in core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php
Creates a "Basic page" block with multiple view modes.
BlockContentCreationTest::testBlockDelete in core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php
Test deleting a block.
BlockContentFieldFilterTest::assertPageCounts in core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php
Asserts that the given block_content translation counts are correct.
BlockContentIntegrationTest::testBlockContentViewTypeArgument in core/modules/block_content/tests/src/Functional/Views/BlockContentIntegrationTest.php
Tests basic block_content view with a block_content_type argument.
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.
BlockContentRevisionsTest::testRevisions in core/modules/block_content/tests/src/Functional/BlockContentRevisionsTest.php
Checks block revision related operations.
BlockContentTranslationUITest::doTestBasicTranslation in core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php
Tests the basic translation workflow.
BlockContentTranslationUITest::doTestTranslationEdit in core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php
Tests edit content translation.
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.
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::testExposedFilteringAndReset in core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php
Tests if exposed filtering and reset works with a views block and ajax.
BlockFilterTest::testBlockFilter in core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php
Tests block filter.
BlockFormInBlockTest::testCachePerPage in core/modules/block/tests/src/Functional/BlockFormInBlockTest.php
Test to see if form in block's redirect isn't cached.
BlockFormInBlockTest::testPlaceholders in core/modules/block/tests/src/Functional/BlockFormInBlockTest.php
Test the actual placeholders
BlockFormMessagesTest::testValidationMessage in core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php
Tests that validation messages are shown on the block form.
BlockHiddenRegionTest::testBlockNotInHiddenRegion in core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php
Tests that hidden regions do not inherit blocks when a theme is installed.
BlockHookOperationTest::testBlockOperationAlter in core/modules/block/tests/src/Functional/BlockHookOperationTest.php
Tests the block list to see if the test_operation link is added.
BlockHtmlTest::testHtml in core/modules/block/tests/src/Functional/BlockHtmlTest.php
Tests for valid HTML for a block.
BlockInstallTest::testCacheTagInvalidationUponInstallation in core/modules/block/tests/src/Functional/BlockInstallTest.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::testLanguageBlockVisibility in core/modules/block/tests/src/Functional/BlockLanguageTest.php
Tests the visibility settings for the blocks based on language.
BlockLanguageTest::testLanguageBlockVisibilityLanguageDelete in core/modules/block/tests/src/Functional/BlockLanguageTest.php
Tests if the visibility settings are removed if the language is deleted.
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::testBlockRenderOrder in core/modules/block/tests/src/Functional/BlockRenderOrderTest.php
Tests the render order of the blocks.
BlockSystemBrandingTest::testSystemBrandingSettings in core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php
Tests system branding block configuration.
BlockTest::moveBlockToRegion in core/modules/block/tests/src/Functional/BlockTest.php
Moves a block to a given region via the UI and confirms the result.
BlockTest::testAddBlockFromLibraryWithWeight in core/modules/block/tests/src/Functional/BlockTest.php
Tests adding a block from the library page with a weight query string.
BlockTest::testBlock in core/modules/block/tests/src/Functional/BlockTest.php
Test configuring and moving a module-define block to specific regions.
BlockTest::testBlockAccess in core/modules/block/tests/src/Functional/BlockTest.php
Tests the block access.
BlockTest::testBlockCacheTags in core/modules/block/tests/src/Functional/BlockTest.php
Test that cache tags are properly set and bubbled up to the page cache.
BlockTest::testBlockThemeSelector in core/modules/block/tests/src/Functional/BlockTest.php
Tests that the block form has a theme selector when not passed via the URL.
BlockTest::testBlockVisibility in core/modules/block/tests/src/Functional/BlockTest.php
Tests block visibility.
BlockTest::testBlockVisibilityListedEmpty in core/modules/block/tests/src/Functional/BlockTest.php
Test block visibility when leaving "pages" textarea empty.
BlockTest::testHideBlockTitle in core/modules/block/tests/src/Functional/BlockTest.php
Test block title display settings.
BlockTest::testThemeAdminLink in core/modules/block/tests/src/Functional/BlockTest.php
Tests that a link exists to block layout from the appearance form.
BlockTest::testThemeName in core/modules/block/tests/src/Functional/BlockTest.php
Test block display of theme titles.
BlockTest::testUninstallTheme in core/modules/block/tests/src/Functional/BlockTest.php
Tests that uninstalling a theme removes its block configuration.
BlockUiTest::testBlockAdminUiPage in core/modules/block/tests/src/Functional/BlockUiTest.php
Test block admin page exists and functions correctly.
BlockUiTest::testBlockDemoUiPage in core/modules/block/tests/src/Functional/BlockUiTest.php
Test block demo page exists and functions correctly.
BlockUiTest::testCandidateBlockList in core/modules/block/tests/src/Functional/BlockUiTest.php
Tests the block categories on the listing page.
BlockUiTest::testContextAwareBlocks in core/modules/block/tests/src/Functional/BlockUiTest.php
Tests the behavior of context-aware blocks.
BlockUiTest::testContextAwareUnsatisfiedBlocks in core/modules/block/tests/src/Functional/BlockUiTest.php
Tests the behavior of unsatisfied context-aware blocks.
BlockUiTest::testMachineNameSuggestion in core/modules/block/tests/src/Functional/BlockUiTest.php
Tests that the BlockForm populates machine name correctly.
BlockUiTest::testRouteProtection in core/modules/block/tests/src/Functional/BlockUiTest.php
Tests that the enable/disable routes are protected from CSRF.
BlockXssTest::doBlockContentTest in core/modules/block/tests/src/Functional/BlockXssTest.php
Tests XSS coming from Block Content block info.
BlockXssTest::doMenuTest in core/modules/block/tests/src/Functional/BlockXssTest.php
Tests XSS coming from Menu block labels.
BlockXssTest::doViewTest in core/modules/block/tests/src/Functional/BlockXssTest.php
Tests XSS coming from View block labels.
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::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.
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::testRelationship in core/modules/book/tests/src/Functional/Views/BookRelationshipTest.php
Tests using the views relationship.
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::testGetTableOfContents in core/modules/book/tests/src/Functional/BookTest.php
Tests BookManager::getTableOfContents().
BookTest::testNavigationBlockOnAccessModuleInstalled in core/modules/book/tests/src/Functional/BookTest.php
Tests the book navigation block when an access module is installed.
BooleanFieldTest::testBooleanField in core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php
Tests boolean field.
BooleanFieldTest::testFormAccess in core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php
Test field access.
BooleanFormatterSettingsTest::testBooleanFormatterSettings in core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php
Tests the formatter settings page for the Boolean formatter.
BooleanFormatterSettingsTest::testBooleanFormatterSettings in core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php
Tests the formatter settings page for the Boolean formatter.
Breadcrumb404Test::testBreadcrumbOn404Pages in core/tests/Drupal/FunctionalTests/Breadcrumb/Breadcrumb404Test.php
Tests that different 404s don't create unnecessary cache entries.
BreadcrumbFrontCacheContextsTest::testBreadcrumbsFrontPageCache in core/modules/system/tests/src/Functional/Menu/BreadcrumbFrontCacheContextsTest.php
Validate that breadcrumb markup get the right cache contexts.
BreadcrumbTest::testBreadCrumbs in core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
BrowserTestBaseTest::testCheckForMetaRefresh in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests the ::checkForMetaRefresh() method.
BrowserTestBaseTest::testClickLink in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests clickLink() functionality.
BrowserTestBaseTest::testDeprecationHeaders in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests that deprecation headers do not get duplicated.
BrowserTestBaseTest::testDrupalGet in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests drupalGet().
BrowserTestBaseTest::testError in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
BrowserTestBaseTest::testEscapingAssertions in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests assertEscaped() and assertUnescaped().
BrowserTestBaseTest::testFieldAssertsForButton in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests legacy field asserts for button field type.
BrowserTestBaseTest::testFieldAssertsForCheckbox in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests legacy field asserts for checkbox field type.
BrowserTestBaseTest::testFieldAssertsForOptions in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests legacy field asserts for options field type.
BrowserTestBaseTest::testFieldAssertsForTextfields in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests legacy field asserts using textfields.
BrowserTestBaseTest::testForm in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests basic form functionality.
BrowserTestBaseTest::testGetRawContent in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests legacy getRawContent().
BrowserTestBaseTest::testGoTo in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests basic page test.
BrowserTestBaseTest::testHtkey in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Test the protections provided by .htkey.
BrowserTestBaseTest::testInvalidLinkExistsExact in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests linkExistsExact() functionality fail.
BrowserTestBaseTest::testInvalidLinkNotExistsExact in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests linkNotExistsExact() functionality fail.
BrowserTestBaseTest::testLinkExistsExact in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests linkExistsExact() functionality.
BrowserTestBaseTest::testLinkNotExistsExact in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests linkNotExistsExact() functionality.
BrowserTestBaseTest::testPipeCharInLocator in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests linkExists() with pipe character (|) in locator.
BrowserTestBaseTest::testTextAsserts in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests legacy text asserts.
BrowserTestBaseTest::testXpathAsserts in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests legacy field asserts which use xpath directly.
BrowserTestBaseUserAgentTest::testUserAgentValidation in core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php
Test validation of the User-Agent header we use to perform test requests.
BrowserWithJavascriptTest::testAssertJsCondition in core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
BrowserWithJavascriptTest::testCreateScreenshot in core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
Tests creating screenshots.
BrowserWithJavascriptTest::testEscapingAssertions in core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
Tests assertEscaped() and assertUnescaped().
BrowserWithJavascriptTest::testJavascript in core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
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::testConfigOverride in core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php
Tests if config overrides correctly set cacheability metadata.
CacheWebTest::testCacheOutputOnPage in core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php
Tests the output caching on an actual page.
CaseInsensitivePathTest::testMixedCasePaths in core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php
Tests mixed case paths.
CaseInsensitivePathTest::testPathsWithArguments in core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php
Tests paths with slugs.
CheckboxTest::testFormCheckbox in core/modules/system/tests/src/Functional/Form/CheckboxTest.php
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::testAlignment in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests alignment integration.
CKEditorIntegrationTest::testAllowedMediaTypes in core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests the allowed media types setting on the MediaEmbed filter.
CKEditorIntegrationTest::testAlt in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests the EditorMediaDialog can set the alt attribute.
CKEditorIntegrationTest::testButton in core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests using DrupalMediaLibrary button to embed media into CKEditor.
CKEditorIntegrationTest::testConfigurationValidation in core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests validation that DrupalMediaLibrary requires media_embed filter.
CKEditorIntegrationTest::testDialogAccess in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Test the EditorMediaDialog's form elements' #access logic.
CKEditorIntegrationTest::testDrupalImageCaptionDialog in core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests if the Drupal Image Caption plugin appears and works as expected.
CKEditorIntegrationTest::testDrupalImageDialog in core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests if the Image button appears and works as expected.
CKEditorIntegrationTest::testEditableCaption in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests caption editing in the CKEditor widget.
CKEditorIntegrationTest::testEmbedPreviewAccess in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests preview route access.
CKEditorIntegrationTest::testErrorMessages in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests that failed media embed preview requests inform the end user.
CKEditorIntegrationTest::testFragmentLink in core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests if the fragment link to a textarea works with CKEditor enabled.
CKEditorIntegrationTest::testLinkability in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests linkability of the CKEditor widget.
CKEditorIntegrationTest::testOffCanvasStyles in core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests if CKEditor is properly styled inside an off-canvas dialog.
CKEditorIntegrationTest::testOnlyDrupalMediaTagProcessed in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests that only <drupal-media> tags are processed.
CKEditorIntegrationTest::testPreviewUsesDefaultThemeAndIsClientCacheable in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
The CKEditor Widget must load a preview generated using the default theme.
CKEditorIntegrationTest::testTranslationAlt in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Test that dialog loads appropriate translation's alt text.
CKEditorIntegrationTest::testViewMode in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
Tests the EditorMediaDialog can set the data-view-mode attribute.
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.
ClaroEntityDisplayTest::testEntityForm in core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php
Copied from parent.
ClaroEntityDisplayTest::testEntityView in core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php
Copied from parent.
ClaroEntityDisplayTest::testExtraFields in core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php
Copied from parent.
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.
ClaroTest::testRegressionMissingElementsCss in core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php
Testing that Claro theme's global library is always attached.
ClaroViewsUiTest::testViewsUiDropButtonCssClasses in core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php
Tests Views UI dropbutton CSS classes.
ClaroViewsUiTest::testViewsUiTabsCssClasses in core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php
Tests Views UI display menu tabs CSS classes.
ClassLoaderTest::testClassLoading in core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php
Tests that module-provided classes can be loaded when a module is enabled.
ClassLoaderTest::testClassLoadingDisabledModules in core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php
Tests that module-provided classes can't be loaded from disabled modules.
ClassLoaderTest::testClassLoadingNotInstalledModules in core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php
Tests that module-provided classes can't be loaded if module not installed.
ClassyTest::testRegressionMissingMessagesCss in core/tests/Drupal/FunctionalTests/Theme/ClassyTest.php
Tests that the Classy theme always adds its message CSS.
ClickSortingAJAXTest::testClickSorting in core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php
Tests if sorting via AJAX works for the "Content" View.
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::_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::testCannotCommentOnEntitiesYouCannotView in core/modules/comment/tests/src/Functional/CommentAccessTest.php
Tests commenting disabled for access-blocked entities.
CommentAccessTest::testCannotViewCommentReplyFormOnEntitiesYouCannotView in core/modules/comment/tests/src/Functional/CommentAccessTest.php
Tests cannot view comment reply form on entities you cannot view.
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::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::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.
CommentAttributesTest::_testBasicCommentRdfaMarkup in core/modules/rdf/tests/src/Functional/CommentAttributesTest.php
Helper function for testCommentRdfaMarkup().
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::assertPageCounts in core/modules/comment/tests/src/Functional/Views/CommentFieldFilterTest.php
Asserts that the given comment translation counts are correct.
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.
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::testCommentLanguage in core/modules/comment/tests/src/Functional/CommentLanguageTest.php
Test that comment language is properly set.
CommentLinksAlterTest::testCommentLinksAlter in core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php
Tests comment links altering.
CommentLinksTest::testCommentLinks in core/modules/comment/tests/src/Functional/CommentLinksTest.php
Tests that comment links are output and can be hidden.
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.
CommentNonNodeTest::getUnapprovedComment in core/modules/comment/tests/src/Functional/CommentNonNodeTest.php
Gets the comment ID for an unapproved comment.
CommentNonNodeTest::postComment in core/modules/comment/tests/src/Functional/CommentNonNodeTest.php
Posts a comment.
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::clickLinkWithXPath in core/modules/comment/tests/src/Functional/CommentPagerTest.php
Follows a link found at a give xpath query.
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.
CommentRestExportTest::testCommentRestExport in core/modules/comment/tests/src/Functional/Views/CommentRestExportTest.php
Test comment row.
CommentRowTest::testCommentRow in core/modules/comment/tests/src/Functional/Views/CommentRowTest.php
Test comment row.
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::getUnapprovedComment in core/modules/comment/tests/src/Functional/CommentTestBase.php
Gets the comment ID for an unapproved comment.
CommentTestBase::postComment in core/modules/comment/tests/src/Functional/CommentTestBase.php
Posts a comment.
CommentThreadingTest::testCommentThreading in core/modules/comment/tests/src/Functional/CommentThreadingTest.php
Tests the comment threading.
CommentTokenReplaceTest::testCommentTokenReplacement in core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php
Creates a comment, then tests the tokens generated from it.
CommentTranslationUITest::doTestTranslationEdit in core/modules/comment/tests/src/Functional/CommentTranslationUITest.php
Tests edit content translation.
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.
CommentUpdateTest::testCommentEntityTypeAndFieldUpdateRequirementsCheck in core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php
Test the update hook requirements check for 8701.
ConditionFormTest::testConfigForm in core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php
Submit the condition_node_type_test_form to test condition forms.
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::testExportImport in core/modules/config/tests/src/Functional/ConfigExportImportUITest.php
Tests a simple site export import case.
ConfigExportImportUITest::testExportImportCollections in core/modules/config/tests/src/Functional/ConfigExportImportUITest.php
Tests an export and import of collections.
ConfigExportUITest::testExport in core/modules/config/tests/src/Functional/ConfigExportUITest.php
Tests export of configuration.
ConfigFormOverrideTest::testFormsWithOverrides in core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php
Tests that overrides do not affect forms.
ConfigImportUITest::testConfigUninstallConfigException in core/modules/config/tests/src/Functional/ConfigImportUITest.php
ConfigImportUITest::testEntityBundleDelete in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests the config importer cannot delete bundles with existing entities.
ConfigImportUITest::testImport in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests importing configuration.
ConfigImportUITest::testImportDiff in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests the screen that shows differences between active and sync.
ConfigImportUITest::testImportErrorLog in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests an import that results in an error.
ConfigImportUITest::testImportLock in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests concurrent importing of configuration.
ConfigImportUITest::testImportSiteUuidValidation in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests verification of site UUID before importing configuration.
ConfigImportUITest::testImportValidation in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests that multiple validation errors are listed on the page.
ConfigImportUploadTest::testImport in core/modules/config/tests/src/Functional/ConfigImportUploadTest.php
Tests importing configuration.
ConfigInstallWebTest::testConfigModuleRequirements in core/modules/config/tests/src/Functional/ConfigInstallWebTest.php
Tests config_requirements().
ConfigInstallWebTest::testPreExistingConfigInstall in core/modules/config/tests/src/Functional/ConfigInstallWebTest.php
Tests pre-existing configuration detection.
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::testImportSimpleConfiguration in core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php
Tests importing a simple configuration file.
ConfigTest::testFileConfigurationPage in core/modules/system/tests/src/Functional/File/ConfigTest.php
Tests file configuration page.
ConfigTranslationCacheTest::testFieldConfigTranslation in core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php
Tests the translation of field and field storage configuration.
ConfigTranslationDateFormatUiTest::testDateFormatUI in core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php
Tests date format translation behavior.
ConfigTranslationInstallTest::testConfigTranslation in core/modules/config_translation/tests/src/Functional/ConfigTranslationInstallTest.php
ConfigTranslationListUiTest::doBlockListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
Tests the block listing for the translate operation.
ConfigTranslationListUiTest::doContactFormsListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
Tests the contact forms listing for the translate operation.
ConfigTranslationListUiTest::doContentTypeListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
Tests the content type listing for the translate operation.
ConfigTranslationListUiTest::doCustomContentTypeListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
Tests the custom block listing for the translate operation.
ConfigTranslationListUiTest::doDateFormatListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
Tests the date format listing for the translate operation.
ConfigTranslationListUiTest::doFieldListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
Tests the field listing for the translate operation.
ConfigTranslationListUiTest::doFormatsListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
Tests the formats listing for the translate operation.
ConfigTranslationListUiTest::doImageStyleListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
Tests the image style listing for the translate operation.
ConfigTranslationListUiTest::doLanguageListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
Tests the language listing for the translate operation.
ConfigTranslationListUiTest::doMenuListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
Tests the menu listing for the translate operation.
ConfigTranslationListUiTest::doResponsiveImageListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
Tests the responsive image mapping listing for the translate operation.
ConfigTranslationListUiTest::doSettingsPageTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
Tests a given settings page for the translate operation.
ConfigTranslationListUiTest::doShortcutListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
Tests the shortcut listing for the translate operation.
ConfigTranslationListUiTest::doUserRoleListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
Tests the role listing for the translate operation.
ConfigTranslationListUiTest::doVocabularyListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
Tests the vocabulary listing for the translate operation.
ConfigTranslationOverviewTest::testHiddenEntities in core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php
Tests availability of hidden entities in the translation overview.
ConfigTranslationOverviewTest::testListingFieldsPage in core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php
Tests the field listing for the translate operation.
ConfigTranslationOverviewTest::testListingPageWithOverrides in core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php
Tests that overrides do not affect listing screens.
ConfigTranslationOverviewTest::testMapperListPage in core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php
Tests the config translation mapper page.
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::testNodeFieldTranslation in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests field translation for node fields.
ConfigTranslationUiTest::testPluralConfigStrings in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Test translation of plural strings with multiple plural forms in config.
ConfigTranslationUiTest::testPluralConfigStringsSourceElements in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Test the number of source elements for plural strings in config translation forms.
ConfigTranslationUiTest::testSingleLanguageUI in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests the single language existing.
ConfigTranslationUiTest::testSiteInformationTranslationUi in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests the site information translation interface.
ConfigTranslationUiTest::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.
ConfigurableLanguageManagerTest::setUp in core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php
ConfigurableLanguageManagerTest::testUrlContentTranslationWithPreferredAdminLanguage in core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php
Test translation with URL and Preferred Admin Language negotiators.
ConfigurableLanguageManagerTest::testUrlContentTranslationWithSessionLanguage in core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php
Test translation with URL and Session Language Negotiators.
ConfigurableLanguageManagerTest::testUserProfileTranslationWithPreferredAdminLanguage in core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php
Tests translation of the user profile edit form.
ConfigurationTest::testActionConfiguration in core/modules/action/tests/src/Functional/ConfigurationTest.php
Tests configuration of advanced actions through administration interface.
ConfirmFormTest::testConfirmForm in core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php
ConfirmFormTest::testConfirmFormWithExternalDestination in core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php
Tests that the confirm form does not use external destinations.
ContactLanguageTest::testContactLanguage in core/modules/contact/tests/src/Functional/ContactLanguageTest.php
Tests configuration options with language enabled.
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::testSendPersonalContactMessage in core/modules/contact/tests/src/Functional/ContactPersonalTest.php
Tests that mails for contact messages are correctly sent.
ContactSitewideTest::deleteContactForms in core/modules/contact/tests/src/Functional/ContactSitewideTest.php
Deletes all forms.
ContactSitewideTest::testAutoReply in core/modules/contact/tests/src/Functional/ContactSitewideTest.php
Tests auto-reply on the site-wide contact form.
ContactSitewideTest::testSiteWideContact in core/modules/contact/tests/src/Functional/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
ContactStorageTest::testContactStorage in core/modules/contact/tests/src/Functional/ContactStorageTest.php
Tests configuration options and the site-wide contact form.
ContainerRebuildWebTest::testContainerInvalidation in core/modules/system/tests/src/Functional/DrupalKernel/ContainerRebuildWebTest.php
Tests container invalidation.
ContainerRebuildWebTest::testSetContainerRebuildWithDifferentDeploymentIdentifier in core/modules/system/tests/src/Functional/DrupalKernel/ContainerRebuildWebTest.php
Sets a different deployment identifier.
ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::testCorrectUserInputMappingOnComplexFields in core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php
Tests the correct user input mapping on complex fields.
ContentEntityFormFieldValidationFilteringTest::testFieldWidgetsWithLimitedValidationErrors in core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php
Tests field widgets with #limit_validation_errors.
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::testNewWorkflow in core/modules/content_moderation/tests/src/Functional/ContentModerationWorkflowTypeTest.php
Test creating a new workflow using the content moderation plugin.
ContentNegotiationTest::testBogusAcceptHeader in core/modules/system/tests/src/Functional/DrupalKernel/ContentNegotiationTest.php
Verifies HTML responses for bogus Accept headers.
ContentPreviewToggleTest::testContentPreviewToggle in core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php
Tests the content preview toggle.
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::testContentTypeUI in core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php
Tests content types default translation behavior.
ContentTranslationLanguageChangeTest::setUp in core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php
ContentTranslationLanguageChangeTest::testLanguageChange in core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php
Test that the source language is properly set when changing.
ContentTranslationLanguageChangeTest::testTitleDoesNotChangesOnChangingLanguageWidgetAndTriggeringAjaxCall in core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php
Test that title does not change on ajax call with new language value.
ContentTranslationLinkTagTest::testCanonicalAlternateTags in core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php
Tests alternate link tag found for entity types with canonical links.
ContentTranslationLinkTagTest::testCanonicalAlternateTagsMissing in core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php
Tests alternate link tag missing for entity types without canonical links.
ContentTranslationOperationsTest::testOperationTranslateLink in core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php
Test that the operation "Translate" is displayed in the content listing.
ContentTranslationOutdatedRevisionTranslationTest::testFlagAsOutdatedHidden in core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php
Tests that outdated revision translations work correctly.
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::testAccountLanguageSettingsUI in core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php
Tests the language settings checkbox on account settings page.
ContentTranslationSettingsTest::testFieldTranslatableSettingsUI in core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php
Tests that field setting depends on bundle translatability.
ContentTranslationSettingsTest::testNonTranslatableTranslationSettingsUI in core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php
Tests the translatable settings checkbox for untranslatable entities.
ContentTranslationSettingsTest::testSettingsUI in core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php
Tests that the settings UI works as expected.
ContentTranslationStandardFieldsTest::testFieldTranslatableArticle in core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php
Tests that translatable fields are being rendered.
ContentTranslationStandardFieldsTest::testRevisionLogNotTranslatable in core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php
Test that revision_log is not translatable.
ContentTranslationSyncImageTest::testImageFieldSync in core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php
Tests image field field synchronization.
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::doTestOutdatedStatus in core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
Tests up-to-date status tracking.
ContentTranslationUITestBase::doTestPublishedStatus in core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
Tests the translation publishing status.
ContentTranslationUITestBase::doTestTranslationDeletion in core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
Tests translation deletion.
ContentTranslationUITestBase::doTestTranslationEdit in core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
Tests edit content translation.
ContentTranslationUITestBase::doTestTranslationOverview in core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
Tests that the translation overview shows the correct values.
ContentTranslationUntranslatableFieldsTest::testHiddenWidgets in core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php
Tests that hiding untranslatable field widgets works correctly.
ContentTranslationWorkflowsTest::doTestWorkflows in core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php
Checks that workflows have the expected behaviors for the given user.
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::testAddContextualFilterUI in core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/ContextualFilterTest.php
Test adding a contextual filter handler through the UI.
ContextualLinksTest::testContextualLinks in core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php
Tests that the contextual links inside Layout Builder are removed.
ContextualLinksTest::testContextualLinksClick in core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php
Test clicking contextual links.
ContextualLinksTest::testContextualLinksDestination in core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php
Test the contextual links destination.
ContextualLinksTest::testContextualLinksVisibility in core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php
Tests the visibility of contextual links.
ContextualLinksTest::testRevisionContextualLinks in core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php
Tests the contextual links on revisions.
CorsIntegrationTest::testCrossSiteRequest in core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php
CronRunTest::testAutomatedCron in core/modules/system/tests/src/Functional/System/CronRunTest.php
Ensure that the automated cron run module is working.
CronRunTest::testCronRun in core/modules/system/tests/src/Functional/System/CronRunTest.php
Test cron runs.
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.
DatabaseVersionCheckUpdateTest::testUpdate in core/modules/system/tests/src/Functional/Update/DatabaseVersionCheckUpdateTest.php
Tests that updates fail if the database does not meet the minimum version.
DateFilterTest::testLimitExposedOperators in core/modules/datetime/tests/src/Functional/DateFilterTest.php
Tests the limit of the expose operator functionality.
DateFormatsLockedTest::testDateLocking in core/modules/system/tests/src/Functional/System/DateFormatsLockedTest.php
Tests attempts at listing, editing, and deleting locked date formats.
DateFormatTest::testDateFormatXss in core/modules/system/tests/src/FunctionalJavascript/System/DateFormatTest.php
Tests XSS via date format configuration.
DateRangeFieldTest::testAlldayRangeField in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
Tests all-day field.
DateRangeFieldTest::testDatelistWidget in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
Tests Date Range List Widget functionality.
DateRangeFieldTest::testDateRangeField in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
Tests date field functionality.
DateRangeFieldTest::testDateStorageSettings in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
Tests that 'Date' field storage setting form is disabled if field has data.
DateRangeFieldTest::testDatetimeRangeField in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
Tests date and time field.
DateRangeFieldTest::testDefaultValue in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
Test default value functionality.
DateRangeFieldTest::testInvalidField in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
Test that invalid values are caught and marked as invalid.
DateTimeFieldTest::testDateField in core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
Tests date field functionality.
DateTimeFieldTest::testDatelistWidget in core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
Tests Date List Widget functionality.
DateTimeFieldTest::testDateStorageSettings in core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
Tests that 'Date' field storage setting form is disabled if field has data.
DateTimeFieldTest::testDatetimeField in core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
Tests date and time field.
DateTimeFieldTest::testDefaultValue in core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
Test default value functionality.
DateTimeFieldTest::testInvalidField in core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
Test that invalid values are caught and marked as invalid.
DateTimeTest::testDateFormatConfiguration in core/modules/system/tests/src/Functional/System/DateTimeTest.php
Test date format configuration.
DateTimeTest::testEnteringDateTimeViaSelectors in core/modules/system/tests/src/Functional/System/DateTimeTest.php
Test handling case with invalid data in selectors (like February, 31st).
DateTimeTest::testTimeZoneHandling in core/modules/system/tests/src/Functional/System/DateTimeTest.php
Test time zones and DST handling.
DateTimeTimeAgoFormatterTest::testSettings in core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php
Tests the formatter settings.
DbLogTest::clearLogsEntries in core/modules/dblog/tests/src/Functional/DbLogTest.php
Clear the entry logs by clicking on 'Clear log messages' button.
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::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.
DbLogTest::verifyBreadcrumbs in core/modules/dblog/tests/src/Functional/DbLogTest.php
Generates and then verifies breadcrumbs.
DbLogTest::verifyLinkEscaping in core/modules/dblog/tests/src/Functional/DbLogTest.php
Tests the escaping of links in the operation row of a database log detail page.
DbLogTest::verifyReports in core/modules/dblog/tests/src/Functional/DbLogTest.php
Confirms that database log reports are displayed at the correct paths.
DbLogTest::verifySort in core/modules/dblog/tests/src/Functional/DbLogTest.php
Verifies the sorting functionality of the database logging reports table.
DbLogViewsTest::filterLogsEntries in core/modules/dblog/tests/src/Functional/DbLogViewsTest.php
Filters the logs according to the specific severity and log entry type.
DefaultContentFilesAccessTest::testAccessDeniedToFiles in core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/DefaultContentFilesAccessTest.php
Tests that sample images, recipes and articles are not accessible.
DefaultFormatTest::testFoo in core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php
DefaultFormatTest::testMultipleRoutesWithSameSingleFormat in core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php
DefaultMetatagsTest::testMetaTag in core/modules/system/tests/src/Functional/Page/DefaultMetatagsTest.php
Tests meta tags.
DefaultMobileMetaTagsTest::testDefaultMetaTagsExist in core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php
Verifies that the default mobile meta tags are added.
DefaultMobileMetaTagsTest::testRemovingDefaultMetaTags in core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php
Verifies that the default mobile meta tags can be removed.
DefaultModerationStateTest::testDeleteDefaultStateAccess in core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php
Test access to deleting the default state.
DefaultModerationStateTest::testPublishedDefaultState in core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php
Test a workflow with a default moderation state set.
DefaultViewsTest::testArchiveView in core/modules/views/tests/src/Functional/DefaultViewsTest.php
Tests the archive view.
DeleteFeedTest::testDeleteFeed in core/modules/aggregator/tests/src/Functional/DeleteFeedTest.php
Deletes a feed and ensures that all of its services are deleted.
DeleteMultipleFormTest::testTranslatableEntities in core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php
Tests the delete form for translatable entities.
DeleteMultipleFormTest::testUntranslatableEntities in core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php
Tests the delete form for untranslatable entities.
DemoUmamiProfileTest::drupalLoginWithPassword in core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php
Logs in a user using the Mink controlled browser using a password.
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.
DependencyTest::testCoreCompatibility in core/modules/system/tests/src/Functional/Module/DependencyTest.php
Tests enabling modules with different core version specifications.
DependencyTest::testIncompatibleCoreVersionDependency in core/modules/system/tests/src/Functional/Module/DependencyTest.php
Tests enabling a module that depends on a module with an incompatible core version.
DependencyTest::testIncompatibleModuleVersionDependency in core/modules/system/tests/src/Functional/Module/DependencyTest.php
Tests enabling a module that depends on an incompatible version of a module.
DependencyTest::testIncompatiblePhpVersionDependency in core/modules/system/tests/src/Functional/Module/DependencyTest.php
Tests failing PHP version requirements.
DependencyTest::testMissingModules in core/modules/system/tests/src/Functional/Module/DependencyTest.php
Attempts to enable a module with a missing dependency.
DependencyTest::testUninstallDependents in core/modules/system/tests/src/Functional/Module/DependencyTest.php
Tests attempting to uninstall a module that has installed dependents.
DeprecatedModerationStateViewsRelationshipTest::testCodeDeprecationModerationStateRelationships in core/modules/content_moderation/tests/src/Functional/DeprecatedModerationStateViewsRelationshipTest.php
Test the deprecations are triggered when the deprecated code is executed.
DeprecatedModerationStateViewsRelationshipTest::testReportDeprecatedModerationStateRelationships in core/modules/content_moderation/tests/src/Functional/DeprecatedModerationStateViewsRelationshipTest.php
Test how the deprecated relationships appear in the UI.
DestinationTest::testDestination in core/modules/system/tests/src/Functional/Routing/DestinationTest.php
Tests that $_GET/$_REQUEST['destination'] only contain internal URLs.
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::testDisabledDisplays in core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php
Tests that views displays can be disabled.
DisplayAttachmentTest::testAttachment in core/modules/views/tests/src/Functional/Plugin/DisplayAttachmentTest.php
Tests the attachment plugin.
DisplayAttachmentTest::testDisabledAttachments in core/modules/views/tests/src/Functional/Plugin/DisplayAttachmentTest.php
Tests that nothing is output when the attachment displays are disabled.
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::testBlockEmptyRendering in core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php
Tests the various testcases of empty block rendering.
DisplayBlockTest::testBlockRendering in core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php
Tests the actual rendering of the views block.
DisplayBlockTest::testDeleteBlockDisplay in core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php
Tests removing a block display.
DisplayBlockTest::testViewsBlockForm in core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php
Test the block form for a Views block.
DisplayEntityReferenceTest::testEntityReferenceDisplay in core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php
Tests the entity reference display plugin.
DisplayFeedTest::testDisabledFeed in core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php
Tests that nothing is output when the feed display is disabled.
DisplayFeedTest::testDisabledLinkedDisplay in core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php
Tests that the feed display works when the linked display is disabled.
DisplayFeedTest::testFeedFieldOutput in core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php
Tests the rendered output for fields display.
DisplayFeedTest::testFeedOutput in core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php
Tests the rendered output.
DisplayFeedTranslationTest::checkFeedResults in core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php
Checks the feed results for the given style of node links.
DisplayPageWebTest::assertPagePath in core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php
Tests that we can successfully change a view page display path.
DisplayPageWebTest::testArguments in core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php
Tests arguments.
DisplayPageWebTest::testPageDisplayMenu in core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php
Tests menu settings of page displays.
DisplayPageWebTest::testTitleOutput in core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php
Tests the title is not displayed in the output.
DisplayTest::checkTranslationSetting in core/modules/views/tests/src/Functional/Plugin/DisplayTest.php
Asserts a node and a file based view for the translation setting.
DisplayTest::testAddDisplay in core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php
Tests adding a display.
DisplayTest::testAjaxRebuild in core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php
Confirms that form_alter is triggered after ajax rebuilds.
DisplayTest::testDisplayPlugin in core/modules/views/tests/src/Functional/Plugin/DisplayTest.php
Tests the display test plugin.
DisplayTest::testInvalidDisplayPlugins in core/modules/views/tests/src/Functional/Plugin/DisplayTest.php
Tests invalid display plugins.
DisplayTest::testPageContextualLinks in core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php
Tests contextual links on Views page displays.
DisplayVariantTest::testPageDisplayVariantSelectionEvent in core/modules/system/tests/src/Functional/Render/DisplayVariantTest.php
Tests selecting the variant and passing configuration.
DistributionProfileTranslationQueryTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php
Confirms that the installation succeeded.
DistributionProfileTranslationQueryTest::visitInstaller in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php
Visits the interactive installer.
DistributionProfileTranslationTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php
Confirms that the installation succeeded.
DownloadTest::checkUrl in core/modules/file/tests/src/Functional/DownloadTest.php
Download a file from the URL generated by file_create_url().
DownloadTest::doPrivateFileTransferTest in core/modules/file/tests/src/Functional/DownloadTest.php
Test the private file transfer system.
DrupalDateTimeTest::testSystemTimezone in core/modules/system/tests/src/Functional/Datetime/DrupalDateTimeTest.php
Test that the AJAX Timezone Callback can deal with various formats.
DrupalMessengerServiceTest::testDrupalMessengerService in core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php
Tests Messenger service.
DrupalSelenium2DriverTest::testGetRemoteFilePath in core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php
Tests uploading remote files.
DuplicateContextualLinksTest::testSameContextualLinks in core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php
Tests the contextual links with same id.
DynamicPageCacheIntegrationTest::testDynamicPageCache in core/modules/dynamic_page_cache/tests/src/Functional/DynamicPageCacheIntegrationTest.php
Tests that Dynamic Page Cache works correctly, and verifies the edge cases.
EarlyRenderingControllerTest::testEarlyRendering in core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php
Tests theme preprocess functions being able to attach assets.
EditModeTest::testEditModeEnableDisable in core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php
Tests enabling and disabling edit mode.
EditorAdminTest::addEditorToNewFormat in core/modules/editor/tests/src/Functional/EditorAdminTest.php
Adds an editor to a new format using the UI.
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::testEditorSelection in core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php
Tests that editor selection can be toggled without breaking ajax.
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.
EditorAdminTest::verifyUnicornEditorConfiguration in core/modules/editor/tests/src/Functional/EditorAdminTest.php
Verifies unicorn editor configuration.
EditorDialogAccessTest::testEditorImageDialogAccess in core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php
Test access to the editor image dialog.
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::uploadImage in core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php
Uploads an image via the editor dialog.
ElementsContainerTest::testOptionalContainerElements in core/modules/system/tests/src/Functional/Form/ElementsContainerTest.php
Tests the #optional container property.
ElementsLabelsTest::testFormDescriptions in core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php
Tests different display options for form element descriptions.
ElementsLabelsTest::testFormLabels in core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php
Test form elements, labels, title attributes and required marks output correctly and have the correct label option class if needed.
ElementsLabelsTest::testTitleEscaping in core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php
Tests XSS-protection of element labels.
ElementsTableSelectTest::testAdvancedSelect in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
Test the #js_select property.
ElementsTableSelectTest::testAjax in core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php
Test the presence of ajax functionality for all options.
ElementsTableSelectTest::testEmptyText in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
Test the display of the #empty text when #options is an empty array.
ElementsTableSelectTest::testMultipleFalse in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
Test the display of radios when #multiple is FALSE.
ElementsTableSelectTest::testMultipleTrue in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
Test the display of checkboxes when #multiple is TRUE.
ElementsTableSelectTest::testTableSelectColSpan in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
Tests the display when #colspan is set.
ElementsVerticalTabsTest::testDefaultTab in core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php
Ensures that default vertical tab is correctly selected.
ElementsVerticalTabsTest::testJavaScriptOrdering in core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php
Ensures that vertical-tabs.js is included before collapse.js.
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::testButtonClasses in core/modules/system/tests/src/Functional/Form/ElementTest.php
Tests button classes.
ElementTest::testDetailsSummaryAttributes in core/modules/system/tests/src/Functional/Form/ElementTest.php
Tests summary attributes of details.
ElementTest::testFormAutocomplete in core/modules/system/tests/src/Functional/Form/ElementTest.php
Tests a form with a autocomplete setting..
ElementTest::testGroupElements in core/modules/system/tests/src/Functional/Form/ElementTest.php
Tests the #group property.
ElementTest::testOptions in core/modules/system/tests/src/Functional/Form/ElementTest.php
Tests expansion of #options for #type checkboxes and radios.
ElementTest::testPlaceHolderText in core/modules/system/tests/src/Functional/Form/ElementTest.php
Tests placeholder text for elements that support placeholders.
ElementTest::testRadiosChecked in core/modules/system/tests/src/Functional/Form/ElementTest.php
Tests correct checked attribute for radios element.
ElementTest::testRequiredFieldsetsAndDetails in core/modules/system/tests/src/Functional/Form/ElementTest.php
Tests the #required property on details and fieldset elements.
ElementTest::testWrapperIds in core/modules/system/tests/src/Functional/Form/ElementTest.php
Tests wrapper ids for checkboxes and radios.
ElementValidationTest::testAjaxElementValidation in core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php
Tries to post an Ajax change to a form that has a validated element.
EmailFieldTest::testEmailField in core/modules/field/tests/src/Functional/Email/EmailFieldTest.php
Tests email field.
EmbeddedFormWidgetTest::testInsertionAndReselection in core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php
Test media inside another widget that validates too enthusiastically.
EngineNyanCatTest::testTemplateOverride in core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php
Ensures a theme's template is overridable based on the 'template' filename.
EngineTwigTest::testRenderable in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
Tests the rendering of renderables.
EngineTwigTest::testTwigAttachLibrary in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
Tests the attach of asset libraries.
EngineTwigTest::testTwigFileUrls in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
Tests the automatic/magic calling of toString() on objects, if exists.
EngineTwigTest::testTwigLinkGenerator in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
Tests the link_generator Twig functions.
EngineTwigTest::testTwigUrlGenerator in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
Tests the url and url_generate Twig functions.
EngineTwigTest::testTwigUrlToString in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
Tests the magic url to string Twig functions.
EngineTwigTest::testTwigVariableDataTypes in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
Tests that the Twig engine handles PHP data correctly.
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.
EntityBundleListCacheTest::testBundleListingCache in core/tests/Drupal/FunctionalTests/Entity/EntityBundleListCacheTest.php
Tests that tags are invalidated when an entity with that bundle changes.
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::testEntityForm in core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php
Tests the use of regions for entity form displays.
EntityDisplayTest::testEntityView in core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php
Tests the use of regions for entity view displays.
EntityDisplayTest::testEntityView in core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php
Tests the use of regions for entity view displays.
EntityDisplayTest::testExtraFields in core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php
Tests extra fields.
EntityFilteringThemeTest::testThemedEntity in core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php
Checks each themed entity for XSS filtering in available themes.
EntityFormTest::doTestFormCRUD in core/modules/system/tests/src/Functional/Entity/EntityFormTest.php
Executes the form CRUD tests for the given entity type.
EntityFormTest::doTestMultilingualFormCRUD in core/modules/system/tests/src/Functional/Entity/EntityFormTest.php
Executes the multilingual form CRUD tests for the given entity type ID.
EntityFormTest::testEntityFormDisplayAlter in core/modules/system/tests/src/Functional/Entity/EntityFormTest.php
Tests hook_entity_form_display_alter().
EntityListBuilderTest::testCacheTags in core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php
Tests if the list cache tags are set.
EntityListBuilderTest::testPager in core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php
Test paging.
EntityOperationsTest::testEntityOperationAlter in core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php
Checks that hook_entity_operation_alter() can add an operation.
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::testAvailableFormatters in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php
Tests the formatters for the Entity References.
EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php
Tests the Entity Reference Admin UI.
EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php
Tests the Entity Reference Admin UI.
EntityReferenceAdminTest::testMultipleTargetBundles in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php
Tests field settings for an entity reference field when the field has multiple target bundles and is set to auto-create the target entity.
EntityReferenceAutocompleteWidgetTest::testEntityReferenceAutocompleteWidget in core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php
Tests that the default autocomplete widget return the correct results.
EntityReferenceAutoCreateTest::testAutoCreate in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAutoCreateTest.php
Tests that the autocomplete input element appears and the creation of a new entity.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultValue in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that default values are correctly translated to UUIDs in config.
EntityReferenceFieldTranslatedReferenceViewTest::assertEntityReferenceDisplay in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
Assert entity reference display.
EntityReferenceFieldTranslatedReferenceViewTest::assertEntityReferenceFormDisplay in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
Assert entity reference form display.
EntityReferenceIntegrationTest::testSupportedEntityTypesAndWidgets in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceIntegrationTest.php
Tests the entity reference field with all its supported field widgets.
EntityReferenceWidgetTest::testFocusNotAppliedWithoutSelectionChange in core/modules/media_library/tests/src/FunctionalJavascript/EntityReferenceWidgetTest.php
Tests that disabled media items don't capture focus on page load.
EntityReferenceWidgetTest::testWidget in core/modules/media_library/tests/src/FunctionalJavascript/EntityReferenceWidgetTest.php
Tests that the Media library's widget works as expected.
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::runRevisionsTests in core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php
Executes the revision tests for the given entity type.
EntityRevisionsTest::testEntityRevisionParamConverter in core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php
Tests that an entity revision is upcasted in the correct language.
EntityTranslationFormTest::testEntityFormLanguage in core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php
Tests entity form language.
EntityTypeWithoutLanguageFormTest::testEmptyLangcode in core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php
Tests configuration options with an entity without language definition.
EntityViewControllerTest::testEntityViewController in core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php
Tests EntityViewController.
EntityViewControllerTest::testEntityViewControllerViewBuilder in core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php
Tests that a view builder can successfully override the view builder.
EntityViewControllerTest::testFieldItemAttributes in core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php
Tests field item attributes.
ErrorHandlerTest::testErrorHandler in core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php
Test the error handler.
ErrorHandlerTest::testExceptionHandler in core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php
Test the exception handler.
ExcludedFieldTokenTest::testExcludedTitleTokenDisplay in core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php
Tests the display of an excluded title field when used as a token.
ExperimentalHelpTest::testExperimentalHelp in core/modules/help/tests/src/Functional/ExperimentalHelpTest.php
Verifies that a warning message is displayed for experimental modules.
ExperimentalThemeTest::testExperimentalConfirmForm in core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php
Tests installing experimental themes and dependencies in the UI.
ExposedFilterAJAXTest::testExposedFiltering in core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php
Tests if exposed filtering via AJAX works for the "Content" View.
ExposedFilterAJAXTest::testExposedFiltersInModal in core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php
Tests if exposed filtering via AJAX works in a modal.
ExposedFormCheckboxesTest::testExposedFormRenderCheckboxes in core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php
Tests overriding the default render option with checkboxes.
ExposedFormCheckboxesTest::testExposedIsAllOfFilter in core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php
Tests that "is all of" filters work with checkboxes.
ExposedFormTest::testExposedBlock in core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
Tests the exposed block functionality.
ExposedFormTest::testExposedFilterPagination in core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
Tests the exposed form with a pager.
ExposedFormTest::testExposedIdentifier in core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
Tests the exposed form with a non-standard identifier.
ExposedFormTest::testExposedSortAndItemsPerPage in core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
Tests exposed forms with exposed sort and items per page.
ExposedFormTest::testFormErrorWithExposedForm in core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
Tests a view which is rendered after a form with a validation error.
ExposedFormTest::testInputRequired in core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
Test the input required exposed form type.
ExposedFormTest::testResetButton in core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
Tests whether the reset button works on an exposed form.
ExposedFormTest::testSubmitButton in core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
Tests the submit button.
ExposedFormTest::testTextInputRequired in core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
Test the "on demand text" for the input required exposed form type.
FastTest::testUserAutocomplete in core/modules/system/tests/src/Functional/Theme/FastTest.php
Tests access to user autocompletion and verify the correct results.
FeedAdminDisplayTest::testFeedUpdateFields in core/modules/aggregator/tests/src/Functional/FeedAdminDisplayTest.php
Tests the "Next update" and "Last update" fields.
FeedParserTest::testAtomSample in core/modules/aggregator/tests/src/Functional/FeedParserTest.php
Tests a feed that uses the Atom format.
FeedParserTest::testHtmlEntitiesSample in core/modules/aggregator/tests/src/Functional/FeedParserTest.php
Tests a feed that uses HTML entities in item titles.
FeedParserTest::testInvalidFeed in core/modules/aggregator/tests/src/Functional/FeedParserTest.php
Tests error handling when an invalid feed is added.
FeedParserTest::testRSS091Sample in core/modules/aggregator/tests/src/Functional/FeedParserTest.php
Tests a feed that uses the RSS 0.91 format.
FieldAccessTest::testFieldAccess in core/modules/field/tests/src/Functional/FieldAccessTest.php
Test that hook_entity_field_access() is called.
FieldBlockTest::testStatesFieldBlock in core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php
Tests configuring a field block that uses #states.
FieldBlockTest::testUserFieldBlock in core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php
Tests configuring a field block for a user field.
FieldCounterTest::testExcludedTitleTokenDisplay in core/modules/rest/tests/src/Functional/Views/FieldCounterTest.php
Tests the display of an excluded title field when used as a token.
FieldDefaultValueCallbackTest::testDefaultValueCallbackForm in core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php
FieldDropButtonTest::testDropbutton in core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php
Tests dropbutton field.
FieldEntityLinkBaseTest::testEntityLink in core/modules/views/tests/src/Functional/Handler/FieldEntityLinkBaseTest.php
Tests entity link fields.
FieldEntityOperationsTest::testEntityOperations in core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php
Tests entity operations field.
FieldEntityTranslationTest::testTranslationRows in core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php
Tests that different translation mechanisms can be used for base fields.
FieldGroupRowsWebTest::testGroupRows in core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php
Testing when "Display all values in the same row" is checked.
FieldGroupRowsWebTest::testUngroupedRows in core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php
Testing when "Display all values in the same row" is unchecked.
FieldHelpTest::testFieldHelp in core/modules/field/tests/src/Functional/FieldHelpTest.php
Test the Field module's help page.
FieldImportDeleteUninstallUiTest::testImportDeleteUninstall in core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php
Tests deleting field storages and fields as part of config import.
FieldLayoutTest::testChangingFormatterAndRegion in core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php
Tests changing the formatter and region at the same time.
FieldLayoutTest::testEntityForm in core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php
Tests the use of field layout for entity form displays.
FieldLayoutTest::testEntityView in core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php
Tests the use of field layout for entity view displays.
FieldLayoutTest::testEntityViewModes in core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php
Tests that layouts are unique per view mode.
FieldLayoutTest::testLayoutForms in core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php
Tests layout plugins with forms.
FieldLayoutTest::testNodeView in core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php
Tests an entity type that has fields shown by default.
FieldLayoutTest::testRegionChanges in core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php
Tests that changes to the regions still leave the fields visible.
FieldRenderedEntityTranslationTest::testTranslationRows in core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php
Tests that different translation mechanisms can be used for base fields.
FieldTest::testFieldWithCkeditor in core/modules/quickedit/tests/src/FunctionalJavascript/FieldTest.php
Tests that quickeditor works correctly for field with CKEditor.
FieldTest::testFormatterChanging in core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php
FieldUIDeleteTest::testDeleteField in core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php
Tests that deletion removes field storages and fields as expected.
FieldUIIndentationTest::testIndentation in core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php
FieldUiIntegrationTest::testFieldUiIntegration in core/modules/media_library/tests/src/FunctionalJavascript/FieldUiIntegrationTest.php
Tests field UI integration for media library widget.
FieldUIRouteTest::testFieldUIRoutes in core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php
Ensures that entity types with bundles do not break following entity types.
FieldUITest::testBooleanFilterHandler in core/modules/field/tests/src/Functional/Views/FieldUITest.php
Tests adding a boolean field filter handler.
FieldUITest::testHandlerUI in core/modules/field/tests/src/Functional/Views/FieldUITest.php
Tests basic field handler settings in the UI.
FieldUITest::testHandlerUIAggregation in core/modules/field/tests/src/Functional/Views/FieldUITest.php
Tests the basic field handler form when aggregation is enabled.
FieldWebTest::testClickSorting in core/modules/views/tests/src/Functional/Handler/FieldWebTest.php
Tests the click sorting functionality.
FileAudioFormatterTest::testRender in core/modules/file/tests/src/Functional/Formatter/FileAudioFormatterTest.php
@covers ::viewElements
FileFieldAnonymousSubmissionTest::doTestNodeWithFileWithoutTitle in core/modules/file/tests/src/Functional/FileFieldAnonymousSubmissionTest.php
Helper method to test file submissions with missing node titles.
FileFieldAnonymousSubmissionTest::testAnonymousNode in core/modules/file/tests/src/Functional/FileFieldAnonymousSubmissionTest.php
Tests the basic node submission for an anonymous visitor.
FileFieldAnonymousSubmissionTest::testAnonymousNodeWithFile in core/modules/file/tests/src/Functional/FileFieldAnonymousSubmissionTest.php
Tests file submission for an anonymous visitor.
FileFieldAttributesTest::testNodeTeaser in core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php
Tests if file fields in teasers have correct resources.
FileFieldDisplayTest::testDefaultFileFieldDisplay in core/modules/file/tests/src/Functional/FileFieldDisplayTest.php
Tests default display of File Field.
FileFieldDisplayTest::testDescriptionDefaultFileFieldDisplay in core/modules/file/tests/src/Functional/FileFieldDisplayTest.php
Tests description display of File Field.
FileFieldDisplayTest::testDescToggle in core/modules/file/tests/src/Functional/FileFieldDisplayTest.php
Tests description toggle for field instance configuration.
FileFieldDisplayTest::testNodeDisplay in core/modules/file/tests/src/Functional/FileFieldDisplayTest.php
Tests normal formatter display on node display.
FileFieldFormatterAccessTest::testFileAccessHandler in core/modules/file/tests/src/Functional/FileFieldFormatterAccessTest.php
Tests the custom access handler is invoked.
FileFieldRevisionTest::testRevisions in core/modules/file/tests/src/Functional/FileFieldRevisionTest.php
Tests creating multiple revisions of a node and managing attached files.
FileFieldRSSContentTest::testFileFieldRSSContent in core/modules/file/tests/src/Functional/FileFieldRSSContentTest.php
Tests RSS enclosure formatter display for RSS feeds.
FileFieldTestBase::uploadNodeFiles in core/modules/file/tests/src/Functional/FileFieldTestBase.php
Uploads multiple files to a node.
FileFieldValidateTest::testAjaxValidationMessage in core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php
Test the validation message is displayed only once for ajax uploads.
FileFieldWidgetTest::doTestTemporaryFileRemovalExploit in core/modules/file/tests/src/Functional/FileFieldWidgetTest.php
Helper for testing exploiting the temporary file removal using fid.
FileFieldWidgetTest::testMultiValuedWidget in core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetTest.php
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTest::testMultiValuedWidget in core/modules/file/tests/src/Functional/FileFieldWidgetTest.php
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTest::testPrivateFileComment in core/modules/file/tests/src/Functional/FileFieldWidgetTest.php
Tests that download restrictions on private files work on comments.
FileFieldWidgetTest::testPrivateFileSetting in core/modules/file/tests/src/Functional/FileFieldWidgetTest.php
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTest::testSingleValuedWidget in core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetTest.php
Tests uploading and remove buttons for a single-valued File field.
FileFieldWidgetTest::testSingleValuedWidget in core/modules/file/tests/src/Functional/FileFieldWidgetTest.php
Tests upload and remove buttons for a single-valued File field.
FileFieldWidgetTest::testUploadingMoreFilesThenAllowed in core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetTest.php
Tests uploading more files then allowed at once.
FileFieldWidgetTest::testWidgetElement in core/modules/file/tests/src/Functional/FileFieldWidgetTest.php
Tests file widget element.
FileFieldWidgetTest::testWidgetValidation in core/modules/file/tests/src/Functional/FileFieldWidgetTest.php
Tests validation with the Upload button.
FileListingTest::testFileListingPages in core/modules/file/tests/src/Functional/FileListingTest.php
Tests file overview with different user permissions.
FileListingTest::testFileListingUsageNoLink in core/modules/file/tests/src/Functional/FileListingTest.php
Tests file listing usage page for entities with no canonical link template.
FileManagedFileElementTest::testFileRemovedFromDisk in core/modules/file/tests/src/Functional/FileManagedFileElementTest.php
Ensure a file entity can be saved when the file does not exist on disk.
FileManagedFileElementTest::testManagedFile in core/modules/file/tests/src/FunctionalJavascript/FileManagedFileElementTest.php
Tests the managed_file element type.
FileManagedFileElementTest::testManagedFile in core/modules/file/tests/src/Functional/FileManagedFileElementTest.php
Tests the managed_file element type.
FileManagedFileElementTest::testManagedFileRemoved in core/modules/file/tests/src/Functional/FileManagedFileElementTest.php
Ensure that warning is shown if file on the field has been removed.
FileManagedFileElementTest::testUnusedPermanentFileValidation in core/modules/file/tests/src/Functional/FileManagedFileElementTest.php
Verify that unused permanent files can be used.
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::testViaAuthorize in core/modules/update/tests/src/Functional/FileTransferAuthorizeFormTest.php
Tests the Update Manager module upload via authorize.php functionality.
FileVideoFormatterTest::testAttributes in core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php
Tests that the attributes added to the formatter are applied on render.
FileVideoFormatterTest::testRender in core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php
@covers ::viewElements
FilterAdminTest::testDisabledFormat in core/modules/filter/tests/src/Functional/FilterAdminTest.php
Tests whether a field using a disabled format is rendered.
FilterAdminTest::testFilterAdmin in core/modules/filter/tests/src/Functional/FilterAdminTest.php
Tests filter administration functionality.
FilterAdminTest::testFilterTipHtmlEscape in core/modules/filter/tests/src/Functional/FilterAdminTest.php
Tests whether filter tips page is not HTML escaped.
FilterAdminTest::testFormatAdmin in core/modules/filter/tests/src/Functional/FilterAdminTest.php
Tests the format administration functionality.
FilterCriteriaTest::testFilterCriteriaDialog in core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php
Tests dialog for filter criteria.
FilterDateTest::testExposedFilter in core/modules/views/tests/src/Functional/Handler/FilterDateTest.php
Tests that the exposed date filter is displayed without errors.
FilterDateTest::testExposedGroupedFilters in core/modules/datetime/tests/src/Functional/Views/FilterDateTest.php
Tests exposed grouped filters.
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.
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.
FilterNodeAccessTest::testFilterNodeAccess in core/modules/node/tests/src/Functional/Views/FilterNodeAccessTest.php
Tests the node access filter.
FilterOptionsTest::testFilterOptionsAddFields in core/modules/views_ui/tests/src/FunctionalJavascript/FilterOptionsTest.php
Tests filtering options in the 'Add fields' dialog.
FilterPermissionUiTest::testHandlerUI in core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php
Tests basic filter handler settings in the UI.
FilterPlaceholderTextTest::testPlaceholderText in core/modules/views/tests/src/Functional/Handler/FilterPlaceholderTextTest.php
Tests that HTML placeholders are added, when appropriate.
FilterSecurityTest::testDisableFilterModule in core/modules/filter/tests/src/Functional/FilterSecurityTest.php
Tests removal of filtered content when an active filter is disabled.
FilterTest::testLimitExposedOperators in core/modules/views/tests/src/Functional/Plugin/FilterTest.php
Tests the limit of the expose operator functionality.
FormErrorHandlerCKEditorTest::testFragmentLink in core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php
Tests if the fragment link to a textarea works with CKEditor enabled.
FormErrorHandlerFileUploadTest::testFileUploadErrors in core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php
Tests that the required field error is displayed as inline error message.
FormErrorHandlerQuickEditTest::testDisabledInlineFormErrors in core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerQuickEditTest.php
Tests that the inline form errors are not visible for Quick Edit forms.
FormGroupingElementsTest::testDetailsChildVisibility in core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php
Tests that details element children become visible.
FormGroupingElementsTest::testVerticalTabChildVisibility in core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php
Tests that vertical tab children become visible.
FormJSAddMoreTest::testFieldFormJsAddMore in core/modules/field/tests/src/FunctionalJavascript/FormJSAddMoreTest.php
Tests the 'Add more' functionality.
FormObjectTest::testObjectFormCallback in core/modules/system/tests/src/Functional/Form/FormObjectTest.php
Tests using an object as the form callback.
FormStoragePageCacheTest::testRebuildFormStorageOnCachedPage in core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php
Build-id is regenerated when rebuilding cached form.
FormStoragePageCacheTest::testValidateFormStorageOnCachedPage in core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php
Build-id is regenerated when validating cached form.
FormTest::testDisabledElements in core/modules/system/tests/src/Functional/Form/FormTest.php
Test handling of disabled elements.
FormTest::testDisabledMarkup in core/modules/system/tests/src/Functional/Form/FormTest.php
Verify markup for disabled form elements.
FormTest::testEmptySelect in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests a select element when #options is not set.
FormTest::testFieldFormAccess in core/modules/field/tests/src/Functional/FormTest.php
Tests fields with no 'edit' access.
FormTest::testFieldFormDefaultValue in core/modules/field/tests/src/Functional/FormTest.php
Tests field widget default values on entity forms.
FormTest::testFieldFormMultipleWidget in core/modules/field/tests/src/Functional/FormTest.php
Tests widgets handling multiple values.
FormTest::testFieldFormMultivalueWithRequiredRadio in core/modules/field/tests/src/Functional/FormTest.php
Tests widget handling of multiple required radios.
FormTest::testFieldFormSingle in core/modules/field/tests/src/Functional/FormTest.php
FormTest::testFieldFormUnlimited in core/modules/field/tests/src/Functional/FormTest.php
FormTest::testFieldFormUnlimitedRequired in core/modules/field/tests/src/Functional/FormTest.php
Tests the position of the required label.
FormTest::testGetFormsCsrfToken in core/modules/system/tests/src/Functional/Form/FormTest.php
CSRF tokens for GET forms should not be added by default.
FormTest::testHiddenField in core/modules/field/tests/src/Functional/FormTest.php
Tests hiding a field in a form.
FormTest::testInputForgery in core/modules/system/tests/src/Functional/Form/FormTest.php
Test Form API protections against input forgery.
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.
FormTest::testRequiredAttribute in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests required attribute.
FormTest::testSelect in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests validation of #type 'select' elements.
FormTest::testSelectSorting in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests sorting and not sorting of options in a select element.
FormTest::widgetAlterTest in core/modules/field/tests/src/Functional/FormTest.php
Tests widget alter hooks for a given hook name.
FormValuesTest::testSimpleAjaxFormValue in core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php
Submits forms with select and checkbox elements via Ajax.
ForumBlockTest::testActiveForumTopicsBlock in core/modules/forum/tests/src/Functional/ForumBlockTest.php
Tests the "Active forum topics" block.
ForumBlockTest::testNewForumTopicsBlock in core/modules/forum/tests/src/Functional/ForumBlockTest.php
Tests the "New forum topics" block.
ForumIndexTest::testForumIndexStatus in core/modules/forum/tests/src/Functional/ForumIndexTest.php
Tests the forum index for published and unpublished nodes.
ForumNodeAccessTest::testForumNodeAccess in core/modules/forum/tests/src/Functional/ForumNodeAccessTest.php
Creates some users and creates a public node and a private node.
ForumTest::createForumTopic in core/modules/forum/tests/src/Functional/ForumTest.php
Creates a forum topic.
ForumTest::deleteForum in core/modules/forum/tests/src/Functional/ForumTest.php
Deletes a forum.
ForumTest::doAdminTests in core/modules/forum/tests/src/Functional/ForumTest.php
Runs admin tests on the admin user.
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.
ForumTest::verifyForums in core/modules/forum/tests/src/Functional/ForumTest.php
Verifies that the logged in user has access to a forum node.
ForumTest::verifyForumView in core/modules/forum/tests/src/Functional/ForumTest.php
Verifies the display of a forum page.
ForumUninstallTest::testForumUninstallWithField in core/modules/forum/tests/src/Functional/ForumUninstallTest.php
Tests if forum module uninstallation properly deletes the field.
FrameworkTest::drupalGetAjax in core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php
Requests a path or URL in drupal_ajax format and JSON-decodes the response.
FrameworkTest::testCurrentPathChange in core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php
Tests that drupalSettings.currentPath is not updated on AJAX requests.
FrameworkTest::testLazyLoad in core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php
Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
FrameworkTest::testLazyLoadOverriddenCSS in core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php
Tests that overridden CSS files are not added during lazy load.
FrameworkTest::testOrder in core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php
Tests AjaxResponse::prepare() AJAX commands ordering.
FrontPageTest::doTestFrontPageViewCacheTags in core/modules/node/tests/src/Functional/Views/FrontPageTest.php
Tests the cache tags on the front page.
FrontPageTest::testAdminFrontPage in core/modules/node/tests/src/Functional/Views/FrontPageTest.php
Tests the frontpage when logged in as admin.
FrontPageTest::testDrupalFrontPage in core/modules/system/tests/src/Functional/System/FrontPageTest.php
Test front page functionality.
GetRdfNamespacesTest::testGetRdfNamespaces in core/modules/rdf/tests/src/Functional/GetRdfNamespacesTest.php
Tests getting RDF namespaces.
GlossaryTest::testGlossaryView in core/modules/views/tests/src/Functional/GlossaryTest.php
Tests the default glossary view.
GlossaryViewTest::testGlossaryDefault in core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php
Tests the AJAX callbacks for the glossary view.
GlossaryViewTest::testGlossaryLanguagePrefix in core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php
Test that the glossary also works on a language prefixed URL.
GroupedExposedFilterTest::testGroupedFilterValuesUI in core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php
Test if the right fields are shown and the right values set.
HandlerFieldRoleTest::testRole in core/modules/user/tests/src/Functional/Views/HandlerFieldRoleTest.php
HandlerFilterUserNameTest::testAdminUserInterface in core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php
Tests using the user interface.
HandlerFilterUserNameTest::testExposedFilter in core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php
Tests exposed filters.
HandlerTest::testRelationshipUI in core/modules/views/tests/src/Functional/Handler/HandlerTest.php
Tests the relationship ui for field/filter/argument/relationship.
HelpBlockTest::testHelp in core/modules/help/tests/src/Functional/HelpBlockTest.php
Logs in users, tests help pages.
HelpPageOrderTest::testHelp in core/modules/help/tests/src/Functional/HelpPageOrderTest.php
Tests the order of the help page.
HelpTest::testHelp in core/modules/help/tests/src/Functional/HelpTest.php
Logs in users, tests help pages.
HelpTest::verifyHelp in core/modules/help/tests/src/Functional/HelpTest.php
Verifies the logged in user has access to the various help pages.
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::verifyTopic in core/modules/help_topics/tests/src/Functional/HelpTopicsSyntaxTest.php
Verifies rendering and standards compliance of one help topic.
HelpTopicTest::testHelp in core/modules/help_topics/tests/src/Functional/HelpTopicTest.php
Tests the main help page and individual pages for topics.
HelpTopicTest::verifyHelp in core/modules/help_topics/tests/src/Functional/HelpTopicTest.php
Verifies the logged in user has access to various help links and pages.
HelpTopicTest::verifyHelpLinks in core/modules/help_topics/tests/src/Functional/HelpTopicTest.php
Verifies links on the test help topic page and other pages.
HelpTopicTranslationTest::testHelpTopicTranslations in core/modules/help_topics/tests/src/Functional/HelpTopicTranslationTest.php
Tests help topic translations.
HistoryTest::testHistory in core/modules/history/tests/src/Functional/HistoryTest.php
Verifies that the history endpoints work.
HtaccessTest::assertFileAccess in core/modules/system/tests/src/Functional/System/HtaccessTest.php
Asserts that a file exists and requesting it returns a specific response.
HtaccessTest::testFileAccess in core/modules/system/tests/src/Functional/System/HtaccessTest.php
Iterates over protected files and calls assertNoFileAccess().
HtaccessTest::testSvgzContentEncoding in core/modules/system/tests/src/Functional/System/HtaccessTest.php
Tests that SVGZ files are served with Content-Encoding: gzip.
HtmlAttributesTest::testThemeHtmlAttributes in core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php
Tests that attributes in the 'html' and 'body' elements can be altered.
HtmlResponseAttachmentsTest::testAttachments in core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php
Test rendering of ['#attached'].
HtmlResponseAttachmentsTest::testRenderCachedBlock in core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php
Test caching of ['#attached'].
IdConflictTest::testMigrateUpgradeExecute in core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php
Tests ID Conflict form.
IdConflictTest::testMigrateUpgradeExecute in core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php
Tests ID Conflict form.
ImageAdminStylesTest::testAjaxEnabledEffectForm in core/modules/image/tests/src/FunctionalJavascript/ImageAdminStylesTest.php
Tests editing Ajax-enabled image effect forms.
ImageAdminStylesTest::testConfigImport in core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
Tests image style configuration import that does a delete.
ImageAdminStylesTest::testEditEffect in core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
Verifies that editing an image effect does not cause it to be duplicated.
ImageAdminStylesTest::testFlushUserInterface in core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
Test flush user interface.
ImageAdminStylesTest::testImageStyleAccess in core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
Tests access for the image style listing.
ImageAdminStylesTest::testStyle in core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
General test to add a style, add/remove/edit effects to it, then delete it.
ImageAdminStylesTest::testStyleReplacement in core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
Test deleting a style and choosing a replacement style.
ImageDimensionsTest::testImageDimensions in core/modules/image/tests/src/Functional/ImageDimensionsTest.php
Test styled image dimensions cumulatively.
ImageFieldDefaultImagesTest::testDefaultImages in core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php
Tests CRUD for fields and field storages with default images.
ImageFieldDisplayTest::testImageFieldDefaultImage in core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php
Test use of a default image with an image field.
ImageFieldDisplayTest::testImageFieldSettings in core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php
Tests for image field settings.
ImageFieldDisplayTest::_testImageFieldFormatters in core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php
Test image formatters on node display.
ImageFieldValidateTest::testAJAXValidationMessage in core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php
Test the validation message is displayed only once for ajax uploads.
ImageFieldValidateTest::testEmpty in core/modules/image/tests/src/Functional/ImageFieldValidateTest.php
Tests creating an entity while leaving the image field empty.
ImageFieldValidateTest::testFriendlyAjaxValidation in core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php
Tests that image field validation works with other form submit handlers.
ImageFieldWidgetMultipleTest::testWidgetElementMultipleUploads in core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php
Tests image widget element support multiple upload correctly.
ImageFieldWidgetTest::testWidgetElement in core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php
Tests file widget element.
ImageOnTranslatedEntityTest::testSyncedImages in core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php
Tests synced file fields on translated nodes.
ImageStyleDeleteTest::testDelete in core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php
Tests image style deletion.
ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php
Tests building an image style URL.
ImageStylesPathAndUrlTest::testImageStyleUrlForMissingSourceImage in core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php
Tests that an invalid source image returns a 404.
ImportOpmlTest::openImportForm in core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php
Opens OPML import form.
IndexPhpTest::testIndexPhpHandling in core/modules/system/tests/src/Functional/System/IndexPhpTest.php
Test index.php handling.
InlineBlockPrivateFilesTest::assertFileAccessibleOnNode in core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php
Asserts a file is accessible on the page.
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.
InlineBlockTestBase::assertSaveLayout in core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php
Saves a layout and asserts the message is correct.
InstallerExistingConfigSyncDriectoryProfileMismatchTest::setUpSettings in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php
Installer step: Configure settings.
InstallerExistingSettingsMismatchProfileTest::visitInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php
Visits the interactive installer.
InstallerExistingSettingsReadOnlyMismatchProfileTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsReadOnlyMismatchProfileTest.php
Verifies that installation succeeded.
InstallerExistingSettingsReadOnlyMismatchProfileTest::visitInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsReadOnlyMismatchProfileTest.php
Visits the interactive installer.
InstallerExistingSettingsTest::visitInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php
Visits the interactive installer.
InstallerPostInstallTest::testVisitInstallerPostInstall in core/tests/Drupal/FunctionalTests/Installer/InstallerPostInstallTest.php
Confirms that visiting the installer does not break things post-install.
InstallerTestBase::visitInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php
Visits the interactive installer.
InstallerTranslationMultipleLanguageTest::testTranslationsLoaded in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php
Tests that translations ended up at the expected places.
InstallerTranslationQueryTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php
Verifies the expected behaviors of the installation result.
InstallerTranslationQueryTest::visitInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php
Visits the interactive installer.
InstallerTranslationTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php
Verifies the expected behaviors of the installation result.
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.
InstallUninstallTest::assertHelp in core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
Verifies a module's help.
InstallUninstallTest::testInstallUninstall in core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
Tests that a fixed set of modules can be installed and uninstalled.
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::testAddAjaxBlock in core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php
Tests configuring a field block for a user field.
ItemsPerPageTest::testItemsPerPage in core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php
Tests the number of items per page.
JavascriptDeprecationTest::testJavascriptDeprecation in core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php
@expectedDeprecation Javascript Deprecation: This function is deprecated for testing purposes. @expectedDeprecation Javascript Deprecation: This property is deprecated for testing purposes.
JavascriptGetDrupalSettingsTest::testGetDrupalSettings in core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php
Tests retrieval of Drupal settings.
JsMessageTest::testAddRemoveMessages in core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php
Test click on links to show messages and remove messages.
JsonApiFunctionalMultilingualTest::testPatchTranslation in core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalMultilingualTest.php
Tests updating a translation.
JsonApiFunctionalMultilingualTest::testPatchTranslationFallback in core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalMultilingualTest.php
Tests updating a translation fallback.
JsonApiFunctionalMultilingualTest::testReadMultilingual in core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalMultilingualTest.php
Tests reading multilingual content.
JsonApiFunctionalTest::testRead in core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTest.php
Test the GET method.
JsonApiFunctionalTest::testReferencingTwiceRead in core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTest.php
Test the GET method on articles referencing the same tag twice.
JSWebAssertTest::testJsWebAssert in core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php
Tests that JSWebAssert assertions work correctly.
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::testAcceptLanguageEmptyDefault in core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php
Tests with browsers with and without Accept-Language header.
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.
LanguageConfigOverrideImportTest::testConfigOverrideImportEvents in core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php
Tests that configuration events are not fired during a sync of overrides.
LanguageConfigurationElementTest::testDefaultLangcode in core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php
Tests that the language_get_default_langcode() returns the correct values.
LanguageConfigurationElementTest::testLanguageConfigurationElement in core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php
Tests the language settings have been saved.
LanguageConfigurationTest::testLanguageConfiguration in core/modules/language/tests/src/Functional/LanguageConfigurationTest.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().
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::testDefaultConfiguration in core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php
Tests default with content language remaining same as interface language.
LanguageNegotiationContentEntityTest::testEnabledLanguageContentNegotiator in core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php
Tests enabling the language negotiator language_content_entity.
LanguageNegotiationFormOverrideTest::testFormWithOverride in core/modules/config/tests/src/Functional/LanguageNegotiationFormOverrideTest.php
Tests that overrides do not affect language-negotiation form values.
LanguageNegotiationInfoTest::testInfoAlterations in core/modules/language/tests/src/Functional/LanguageNegotiationInfoTest.php
Tests alterations to language types/negotiation info.
LanguagePathMonolingualTest::testPageLinks in core/modules/language/tests/src/Functional/LanguagePathMonolingualTest.php
Verifies that links do not have language prefixes in them.
LanguageSelectElementTest::testHiddenLanguageSelectElement in core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php
Tests the case when the language select elements should not be printed.
LanguageSelectElementTest::testLanguageSelectElementOptions in core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php
Tests that the options printed by the language select element are correct.
LanguageSelectorTranslatableTest::testLanguageStringSelector in core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php
Tests content translation language selectors are correctly translated.
LanguageSwitchingTest::doTestLanguageBlockAnonymous in core/modules/language/tests/src/Functional/LanguageSwitchingTest.php
For anonymous users, the "active" class is set by PHP.
LanguageSwitchingTest::doTestLanguageBlockAuthenticated in core/modules/language/tests/src/Functional/LanguageSwitchingTest.php
For authenticated users, the "active" class is set by JavaScript.
LanguageSwitchingTest::doTestLanguageLinkActiveClassAnonymous in core/modules/language/tests/src/Functional/LanguageSwitchingTest.php
For anonymous users, the "active" class is set by PHP.
LanguageSwitchingTest::doTestLanguageLinkActiveClassAuthenticated in core/modules/language/tests/src/Functional/LanguageSwitchingTest.php
For authenticated users, the "active" class is set by JavaScript.
LanguageSwitchingTest::testLanguageBlockWithDomain in core/modules/language/tests/src/Functional/LanguageSwitchingTest.php
Test language switcher links for domain based negotiation.
LanguageSwitchingTest::testLanguageBodyClass in core/modules/language/tests/src/Functional/LanguageSwitchingTest.php
Check the path-admin class, as same as on default language.
LanguageSwitchingTest::testLanguageSessionSwitchLinks in core/modules/language/tests/src/Functional/LanguageSwitchingTest.php
Tests language switcher links for session based negotiation.
LanguageTourTest::testLanguageAddTour in core/modules/language/tests/src/Functional/LanguageTourTest.php
Go to add language page and check the tour tooltips.
LanguageTourTest::testLanguageEditTour in core/modules/language/tests/src/Functional/LanguageTourTest.php
Go to edit language page and check the tour tooltips.
LanguageTourTest::testLanguageTour in core/modules/language/tests/src/Functional/LanguageTourTest.php
Tests language tour tip availability.
LanguageUILanguageNegotiationTest::doRunTest in core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php
LanguageUILanguageNegotiationTest::testUILanguageNegotiation in core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php
Tests for language switching by URL path.
LanguageUILanguageNegotiationTest::testUrlLanguageFallback in core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php
Test URL language detection when the requested URL has no language.
LanguageUrlRewritingTest::checkUrl in core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php
Check URL rewriting for the given language.
LanguageUrlRewritingTest::setUp in core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php
LanguageUrlRewritingTest::testUrlRewritingEdgeCases in core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php
Check that non-installed languages are not considered.
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::testLayoutModeration in core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php
Tests that Layout changes are respected by Content Moderation.
LayoutBuilderContextMappingUpdatePathTest::testRunUpdates in core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderContextMappingUpdatePathTest.php
Tests the upgrade path for enabling Layout Builder.
LayoutBuilderDisableInteractionsTest::assertContextualLinksClickable in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php
Confirms that Layout Builder contextual links remain active.
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.
LayoutBuilderFieldBlockEntityReferenceCacheTagsTest::testEntityReferenceFieldBlockCaching in core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php
Tests cache tags on field block for entity reference field.
LayoutBuilderFieldBlockEntityReferenceCacheTagsTest::verifyPageCacheContainsTags in core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php
Verify that when loading a given page, it's a page cache hit or miss.
LayoutBuilderNestedFormUiTest::addFormBlock in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderNestedFormUiTest.php
Adds a form block specified by label layout and checks it can be saved.
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::testCheckboxLogic in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderOptInTest.php
Tests the interaction between the two layout checkboxes.
LayoutBuilderOptInTest::testDefaultValues in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderOptInTest.php
Tests the expected default values for enabling Layout Builder.
LayoutBuilderQuickEditTest::assertQuickEditInit in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php
Asserts that Quick Edit is initialized on the node view correctly.
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::revertLayoutToDefaults in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php
Reverts a layout override.
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::enableLayoutsForBundle in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php
Enable layouts.
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::testConfigurableLayoutSections in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php
Tests configurable layouts.
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::testLayoutBuilderUi in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php
Tests the Layout Builder UI.
LayoutBuilderTest::testLayoutBuilderUiFullViewMode in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
Tests the interaction between full and default view modes.
LayoutBuilderTest::testLayoutNoDialog in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php
Tests bypassing the off-canvas dialog.
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
LayoutBuilderThemeSuggestionsTest::testFieldBlockViewModeTemplates in core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php
Tests that of view mode specific field templates are suggested.
LayoutBuilderThemeSuggestionsTest::testLayoutListSuggestion in core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php
Tests alterations of the layout list via preprocess functions.
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::addLayoutOverride in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php
Adds a layout override.
LayoutBuilderTranslationTest::testLayoutOverrideBeforeTranslation in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php
Tests that layout overrides work when created before a translation.
LayoutBuilderTranslationTest::testTranslationBeforeLayoutOverride in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php
Tests that layout overrides work when created after a translation.
LayoutBuilderUiTest::assertModifiedLayout in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php
Asserts that modifying a layout works as expected.
LayoutBuilderUiTest::testAddHighlights in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php
Tests that elements that open the dialog are properly highlighted.
LayoutBuilderUiTest::testReloadWithNoSections in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php
Tests that after removing sections reloading the page does not re-add them.
LayoutDisplayTest::testMultipleViewModes in core/modules/layout_builder/tests/src/Functional/LayoutDisplayTest.php
Tests the interaction between multiple view modes.
LayoutRestTestBase::setUp in core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php
LayoutSectionTest::testLayoutDeletingField in core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php
Tests that deleting a field removes it from the layout.
LayoutSectionTest::testLayoutPageTitle in core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php
Ensures that the entity title is displayed.
LayoutSectionTest::testLayoutSectionFormatter in core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php
Tests layout_section formatter output.
LayoutSectionTest::testLayoutSectionFormatterAccess in core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php
Tests the access checking of the section formatter.
LayoutSectionTest::testLayoutUrlNoSectionField in core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php
Tests that no Layout link shows without a section field.
LegacyStyleSheetsRemoveTest::testStyleSheetsRemove in core/modules/system/tests/src/Functional/Theme/LegacyStyleSheetsRemoveTest.php
Tests the stylesheets-remove key.
LibraryCachingTest::testConsecutiveDialogRequests in core/modules/views_ui/tests/src/FunctionalJavascript/LibraryCachingTest.php
Tests if the Views UI dialogs open on consecutive requests.
LinkFieldTest::testEditNonNodeEntityLink in core/modules/link/tests/src/Functional/LinkFieldTest.php
Tests editing a link to a non-node entity.
LinkFieldTest::testLinkFormatter in core/modules/link/tests/src/Functional/LinkFieldTest.php
Tests the default 'link' formatter.
LinkFieldTest::testLinkSeparateFormatter in core/modules/link/tests/src/Functional/LinkFieldTest.php
Tests the 'link_separate' formatter.
LinkFieldTest::testLinkTitle in core/modules/link/tests/src/Functional/LinkFieldTest.php
Tests the link title settings of a link field.
LinkFieldTest::testURLValidation in core/modules/link/tests/src/Functional/LinkFieldTest.php
Tests link field URL validation.
LinkFieldUITest::runFieldUIItem in core/modules/link/tests/src/Functional/LinkFieldUITest.php
Tests one link field UI item.
LinkViewsTokensTest::testLinkViewsTokens in core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php
LocalActionsAndTasksConvertedIntoBlocksUpdateTest::testUpdateHookN in core/modules/system/tests/src/Functional/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php
Tests that local actions/tasks are being converted into blocks.
LocalActionTest::testLocalAction in core/modules/system/tests/src/Functional/Menu/LocalActionTest.php
Tests appearance of local actions.
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.
LocaleConfigTranslationTest::testConfigTranslation in core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php
Tests basic configuration translation.
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::testExportTranslationTemplateFile in core/modules/locale/tests/src/Functional/LocaleExportTest.php
Test exportation of translation template file.
LocaleFileSystemFormTest::testFileConfigurationPage in core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php
Tests translation directory settings on the file settings form.
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::testFixOldPluralStyle in core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php
Test old plural style @count[number] fix.
LocaleLocaleLookupTest::testLanguageFallbackDefaults in core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php
Test language fallback defaults.
LocaleNonInteractiveInstallTest::testInstallerTranslations in core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php
Tests that the expected translated text appears on the login screen.
LocalePathTest::testPathLanguageConfiguration in core/modules/locale/tests/src/Functional/LocalePathTest.php
Test if a language can be associated with a path alias.
LocalePluralFormatTest::testPluralEditDateFormatter in core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php
Tests plural editing of DateFormatter strings
LocalePluralFormatTest::testPluralEditExport in core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php
Tests plural editing and export functionality.
LocaleTranslatedSchemaDefinitionTest::testTranslatedUpdate in core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php
Tests that translations do not affect the update system.
LocaleTranslateStringTourTest::testTranslateStringTourTips in core/modules/locale/tests/src/Functional/LocaleTranslateStringTourTest.php
Tests locale tour tip availability.
LocaleTranslationUiTest::testStringTranslation in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
Adds a language and tests string translation by users with the appropriate permissions.
LocaleUpdateCronTest::testUpdateCron in core/modules/locale/tests/src/Functional/LocaleUpdateCronTest.php
Tests interface translation update using cron.
LocaleUpdateInterfaceTest::testInterface in core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php
Tests the user interfaces of the interface translation update system.
LocaleUpdateTest::testUpdateCheckStatus in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
Checks if local or remote translation sources are detected.
LocaleUpdateTest::testUpdateImportModeNonCustomized in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
Tests translation import and only overwrite non-customized translations.
LocaleUpdateTest::testUpdateImportModeNone in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
Tests translation import and don't overwrite any translation.
LocaleUpdateTest::testUpdateImportSourceLocal in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
Tests translation import from local sources.
LocaleUpdateTest::testUpdateImportSourceRemote in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
Tests translation import from remote sources.
LocalTasksTest::testLocalTaskBlock in core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php
Tests that local task blocks are configurable to show a specific level.
LocalTasksTest::testLocalTaskBlockCache in core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php
Test that local tasks blocks cache is invalidated correctly.
LocalTasksTest::testPluginLocalTask in core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php
Tests the plugin based local tasks.
LockFunctionalTest::testLockAcquire in core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php
Confirms that we can acquire and release locks in two parallel requests.
LockFunctionalTest::testPersistentLock in core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php
Tests that the persistent lock is persisted between requests.
MachineNameTest::testMachineName in core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php
Tests that machine name field functions.
MainContentFallbackTest::testMainContentFallback in core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php
Test availability of main content: Drupal falls back to SimplePageVariant.
ManageDisplayTest::fieldUIAddNewField in core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
Creates a new field through the Field UI.
ManageDisplayTest::testFormatterUI in core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
Tests formatter settings.
ManageDisplayTest::testNoFieldsDisplayOverview in core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php
Tests that a message is shown when there are no fields.
ManageDisplayTest::testNonInitializedFields in core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php
Tests that fields with no explicit display settings do not break.
ManageDisplayTest::testSingleViewMode in core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php
Tests hiding the view modes fieldset when there's only one available.
ManageDisplayTest::testViewModeLocalTasks in core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php
Tests the local tasks are displayed correctly for view modes.
ManageDisplayTest::testWidgetUI in core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
Tests widget settings.
ManageFieldsFunctionalTest::addExistingField in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests adding an existing field in another content type.
ManageFieldsFunctionalTest::addPersistentFieldStorage in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests that persistent field storage appears in the field UI.
ManageFieldsFunctionalTest::cardinalitySettings in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests the cardinality settings of a field.
ManageFieldsFunctionalTest::deleteField in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests deleting a field from the field edit form.
ManageFieldsFunctionalTest::fieldListAdminPage in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests that the field list administration page operates correctly.
ManageFieldsFunctionalTest::manageFieldsPage in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests the manage fields page.
ManageFieldsFunctionalTest::testDefaultValue in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests that default value is correctly validated and saved.
ManageFieldsFunctionalTest::testFieldPrefix in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests that the 'field_prefix' setting works on Field UI.
ManageFieldsFunctionalTest::testHelpDescriptions in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests that help descriptions render valid HTML.
ManageFieldsFunctionalTest::testHiddenFields in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests that Field UI respects the 'no_ui' flag in the field type definition.
ManageFieldsFunctionalTest::testLockedField in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests that Field UI respects locked fields.
ManageFieldsFunctionalTest::testNonExistentFieldUrls in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests the access to non-existent field URLs.
ManageFieldsFunctionalTest::testPreconfiguredFields in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests the "preconfigured field" functionality.
ManageFieldsFunctionalTest::updateField in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests editing an existing field.
ManageFieldsTest::testFieldDropButtonOperations in core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php
MaximumFileSizeExceededUploadTest::testUploadFileExceedingMaximumFileSize in core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php
Tests that uploading files exceeding maximum size are handled correctly.
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::testMediaAnonymousUserAccess in core/modules/media/tests/src/Functional/MediaAccessTest.php
Tests media access of anonymous user.
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.
MediaBulkFormTest::testBulkForm in core/modules/media/tests/src/Functional/MediaBulkFormTest.php
Tests the media bulk form.
MediaContextualLinksTest::testMediaContextualLinks in core/modules/media/tests/src/Functional/MediaContextualLinksTest.php
Tests contextual links.
MediaDisplayTest::testMediaDisplay in core/modules/media/tests/src/FunctionalJavascript/MediaDisplayTest.php
Test basic media display.
MediaEmbedFilterConfigurationUiTest::testValidationWhenAdding in core/modules/media/tests/src/FunctionalJavascript/MediaEmbedFilterConfigurationUiTest.php
@covers ::media_form_filter_format_add_form_alter @covers ::media_filter_format_edit_form_validate @dataProvider providerTestValidations
MediaEmbedFilterConfigurationUiTest::testValidationWhenEditing in core/modules/media/tests/src/FunctionalJavascript/MediaEmbedFilterConfigurationUiTest.php
@covers ::media_form_filter_format_edit_form_alter @covers ::media_filter_format_edit_form_validate @dataProvider providerTestValidations
MediaInstallTest::testReinstallAfterUninstall in core/modules/media/tests/src/Functional/MediaInstallTest.php
Tests reinstalling after being uninstalled.
MediaOverviewPageTest::testMediaOverviewPage in core/modules/media/tests/src/Functional/MediaOverviewPageTest.php
Test that the Media overview page (/admin/content/media).
MediaOverviewTest::testAdministrationPage in core/modules/media_library/tests/src/FunctionalJavascript/MediaOverviewTest.php
Tests that the Media Library's administration page works as expected.
MediaReferenceFieldHelpTest::testFieldCreationHelpText in core/modules/media/tests/src/FunctionalJavascript/MediaReferenceFieldHelpTest.php
Test our custom help texts when creating a field.
MediaRevisionTest::testFileMediaRevision in core/modules/media/tests/src/Functional/MediaRevisionTest.php
Tests creating revisions of a File media item.
MediaRevisionTest::testImageMediaRevision in core/modules/media/tests/src/Functional/MediaRevisionTest.php
Tests creating revisions of a Image media item.
MediaRevisionTest::testRevisions in core/modules/media/tests/src/Functional/MediaRevisionTest.php
Checks media revision operations.
MediaSettingsTest::testStatusPage in core/modules/media/tests/src/Functional/MediaSettingsTest.php
Test that media warning appears if oEmbed media types exists.
MediaSourceAudioVideoTest::testAudioTypeCreation in core/modules/media/tests/src/FunctionalJavascript/MediaSourceAudioVideoTest.php
Check the Audio source functionality.
MediaSourceAudioVideoTest::testVideoTypeCreation in core/modules/media/tests/src/FunctionalJavascript/MediaSourceAudioVideoTest.php
Check the Video source functionality.
MediaSourceFileTest::testMediaFileSource in core/modules/media/tests/src/FunctionalJavascript/MediaSourceFileTest.php
Tests the file media source.
MediaSourceFileTest::testPreventSourceFieldDeletion in core/modules/media/tests/src/Functional/MediaSourceFileTest.php
Ensure source field deletion is not possible.
MediaSourceFileTest::testSourceFieldSettingsEditing in core/modules/media/tests/src/Functional/MediaSourceFileTest.php
Test that it's possible to change the allowed file extensions.
MediaSourceImageTest::assertViewDisplayConfigured in core/modules/media/tests/src/FunctionalJavascript/MediaSourceImageTest.php
Asserts the proper entity view display components for a media type.
MediaSourceImageTest::testMediaImageSource in core/modules/media/tests/src/FunctionalJavascript/MediaSourceImageTest.php
Tests the image media source.
MediaSourceOEmbedVideoTest::testMediaOEmbedVideoSource in core/modules/media/tests/src/FunctionalJavascript/MediaSourceOEmbedVideoTest.php
Tests the oembed media source.
MediaSourceOEmbedVideoTest::testOEmbedSecurityWarning in core/modules/media/tests/src/FunctionalJavascript/MediaSourceOEmbedVideoTest.php
Test that a security warning appears if iFrame domain is not set.
MediaSourceTestBase::doTestCreateMediaType in core/modules/media/tests/src/FunctionalJavascript/MediaSourceTestBase.php
Test generic media type creation.
MediaStandardProfileTest::audioTest in core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php
Test the standard profile configuration for media type 'audio'.
MediaStandardProfileTest::documentTest in core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php
Test the standard profile configuration for media type 'document'.
MediaStandardProfileTest::imageTest in core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php
Test the standard profile configuration for media type 'image'.
MediaStandardProfileTest::remoteVideoTest in core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php
Test the standard profile configuration for media type 'remote_video'.
MediaStandardProfileTest::videoTest in core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php
Test the standard profile configuration for media type 'video'.
MediaTypeCreationTest::testMediaTypeCreationForm in core/modules/media/tests/src/Functional/MediaTypeCreationTest.php
Tests the media type creation form with only the mandatory options.
MediaTypeCreationTest::testMediaTypeCreationFormWithDefaultField in core/modules/media/tests/src/FunctionalJavascript/MediaTypeCreationTest.php
Tests the media type creation form.
MediaTypeCreationTest::testMediaTypeCreationReuseSourceField in core/modules/media/tests/src/FunctionalJavascript/MediaTypeCreationTest.php
Test creation of media type, reusing an existing source field.
MediaTypeCreationTest::testSourceChangeOnMediaTypeCreationForm in core/modules/media/tests/src/FunctionalJavascript/MediaTypeCreationTest.php
Tests the source field behavior on the add media type form.
MediaUiFunctionalTest::testMediaCollectionRoute in core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php
Test the media collection route.
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::testMediaWithMultipleMediaTypes in core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php
Tests the "media/add" page.
MediaUiFunctionalTest::testMediaWithOnlyOneMediaType in core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php
Tests the media actions (add/edit/delete).
MediaUiFunctionalTest::testRenderedEntityReferencedMedia in core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php
Test that media in ER fields use the Rendered Entity formatter by default.
MediaUiJavascriptTest::testMediaTypes in core/modules/media/tests/src/FunctionalJavascript/MediaUiJavascriptTest.php
Tests a media type administration.
MediaUpdateTest::testEnableStandaloneUrl in core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php
Tests that the standalone URL is still accessible.
MediaViewsWizardTest::testMediaRevisionWizard in core/modules/media/tests/src/FunctionalJavascript/MediaViewsWizardTest.php
Tests adding a view of media revisions.
MediaViewsWizardTest::testMediaWizard in core/modules/media/tests/src/FunctionalJavascript/MediaViewsWizardTest.php
Tests adding a view of media.
MenuAccessTest::testMenuBlockLinksAccessCheck in core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php
Tests menu link for route with access check.
MenuLinkContentDeleteFormTest::testMenuLinkContentDeleteForm in core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php
Tests the MenuLinkContentDeleteForm class.
MenuLinkContentFormTest::testMenuLinkContentForm in core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php
Tests the MenuLinkContentForm class.
MenuLinkContentFormTest::testMenuLinkContentFormLinkToAnyPage in core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php
Tests the 'link to any page' permission for a restricted page.
MenuLinkContentFormTest::testMenuLinkContentFormValidation in core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php
Tests validation for the MenuLinkContentForm class.
MenuLinkContentTranslationUITest::doTestTranslationEdit in core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php
Tests edit content translation.
MenuLinkContentTranslationUITest::testTranslationLinkOnMenuEditForm in core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php
Ensure that a translate link can be found on the menu edit form.
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::testMissingDataUpdateRequirementsCheck in core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php
Test the update hook requirements check for revisionable menu links.
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.
MenuLinkSecurityTest::testMenuLink in core/modules/system/tests/src/Functional/Menu/MenuLinkSecurityTest.php
Ensures that a menu link does not cause an XSS issue.
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::doTestDescriptionMenuItems in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Tests menu item descriptions.
MenuRouterTest::doTestExoticPath in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Test path containing "exotic" characters.
MenuRouterTest::doTestHookMenuIntegration in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Test local tasks with route placeholders.
MenuRouterTest::doTestMenuLinksDiscoveredAlter in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Tests menu links added in hook_menu_links_discovered_alter().
MenuRouterTest::doTestMenuOnRoute in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Tests a menu on a router page.
MenuRouterTest::doTestMenuOptionalPlaceholders in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Test menu links that have optional placeholders.
MenuRouterTest::doTestThemeCallbackAdministrative in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Test the theme negotiation when it is set to use an administrative theme.
MenuRouterTest::doTestThemeCallbackFakeTheme in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Test the theme negotiation when it is set to use a theme that does not exist.
MenuRouterTest::doTestThemeCallbackMaintenanceMode in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Test the theme negotiation when the site is in maintenance mode.
MenuRouterTest::doTestThemeCallbackNoThemeRequested in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Test the theme negotiation when no theme is requested.
MenuRouterTest::doTestThemeCallbackOptionalTheme in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Test the theme negotiation when it is set to use an optional theme.
MenuRouterTest::doTestTitleCallbackFalse in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Test title callback set to FALSE.
MenuRouterTest::doTestTitleMenuCallback in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Tests page title of MENU_CALLBACKs.
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.
MenuRouterTest::testMaintenanceModeLoginPaths in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Make sure the maintenance mode can be bypassed using an EventSubscriber.
MenuTest::testMenus in core/modules/views/tests/src/Functional/Wizard/MenuTest.php
Tests the menu functionality.
MenuUiJavascriptTest::addCustomMenu in core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php
Creates a custom menu.
MenuUiJavascriptTest::addMenuLink in core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php
Adds a menu link using the UI.
MenuUiJavascriptTest::testBlockContextualLinks in core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php
Tests the contextual links on a menu block.
MenuUiLanguageTest::testMenuLanguage in core/modules/menu_ui/tests/src/Functional/MenuUiLanguageTest.php
Tests menu language settings and the defaults for menu link items.
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::addCustomMenu in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Creates a custom menu.
MenuUiTest::addCustomMenuCRUD in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Adds a custom menu using CRUD functions.
MenuUiTest::addMenuLink in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Adds a menu link using the UI.
MenuUiTest::checkInvalidParentMenuLinks in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Tests that parent options are limited by depth when adding menu links.
MenuUiTest::deleteCustomMenu in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Deletes the locally stored custom menu.
MenuUiTest::deleteMenuLink in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Deletes a menu link using the UI.
MenuUiTest::doMenuLinkFormDefaultsTest in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Ensures that the proper default values are set when adding a menu link
MenuUiTest::doMenuTests in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Tests menu functionality.
MenuUiTest::doTestMenuBlock in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Tests menu block settings.
MenuUiTest::modifyMenuLink in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Modifies a menu link using the UI.
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::testUnpublishedNodeMenuItem in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Tests that menu items pointing to unpublished nodes are editable.
MenuUiTest::toggleMenuLink in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Alternately disables and enables a menu link.
MenuUiTest::verifyAccess in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Verifies the logged in user has the desired access to various menu pages.
MenuUiTest::verifyMenuLink in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Verifies a menu link using the UI.
MessageCommandTest::testMessageCommand in core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php
Test AJAX MessageCommand use in a form.
MigrateAccessTest::testAccess in core/modules/migrate_drupal_ui/tests/src/Functional/MigrateAccessTest.php
Tests that only user 1 can access the migrate UI.
MigrateControllerTest::testUpgradeReport in core/modules/migrate_drupal_ui/tests/src/Functional/MigrateControllerTest.php
Tests the upgrade report with the view enabled, disabled and uninstalled.
MigrateNoMigrateDrupalTest::testExecutionNoMigrateDrupal in core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php
Tests execution of a migration.
MigrateUpgradeExecuteTestBase::testMigrateUpgradeExecute in core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php
Executes all steps of migrations upgrade.
MigrateUpgradeFormStepsTest::assertFirstForm in core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php
Helper to test that a path goes to the Overview form.
MigrateUpgradeFormStepsTest::testMigrateUpgradeReviewPage in core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php
Tests the flow of the Migrate Drupal UI form.
MinimalTest::testMinimal in core/profiles/minimal/tests/src/Functional/MinimalTest.php
Tests Minimal installation profile.
MiniPagerTest::testMiniPagerRender in core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php
Tests the rendering of mini pagers.
ModalRendererTest::testModalRenderer in core/modules/system/tests/src/FunctionalJavascript/ModalRendererTest.php
Tests that links respect 'data-dialog-renderer' attribute.
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.
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::testContentTranslationNodeForm in core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php
Tests translated and moderated nodes.
ModerationFormTest::testModerationForm in core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php
Tests the moderation form that shows on the latest version page.
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::assertModerationForm in core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php
Asserts that the moderation form is displayed for the specified node.
ModerationLocaleTest::assertNoModerationForm in core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php
Asserts that the moderation form is not displayed for the specified node.
ModerationLocaleTest::setUp in core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php
Sets the test up.
ModerationLocaleTest::testLanguageIndependentContentModeration in core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php
Tests that individual translations can be moderated independently.
ModerationLocaleTest::testNewTranslationSourceValues in core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php
Checks that new translation values are populated properly.
ModerationLocaleTest::testTranslateModeratedContent in core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php
Tests article translations can be moderated separately.
ModerationRevisionRevertTest::testEditingAfterRevertRevision in core/modules/content_moderation/tests/src/Functional/ModerationRevisionRevertTest.php
Test that reverting a revision works.
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::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.
ModerationStateTestBase::createContentTypeFromUi in core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php
Creates a content-type from the UI.
ModerationStateTestBase::enableModerationThroughUi in core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php
Enable moderation for a specified content type, using the UI.
ModulesListFormWebTest::testModuleListForm in core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php
Tests the module list form.
ModulesListFormWebTest::testModulesListFormWithInvalidInfoFile in core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php
ModulesListFormWebTest::testRequiredByThemeMessage in core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php
Confirm that module 'Required By' descriptions include dependent themes.
MonthDatePluginTest::testMonthDatePlugin in core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php
Tests the Month Date Plugin.
MultiFormTest::testMultiForm in core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php
Tests that pages with the 'node_page_form' included twice work correctly.
MultilingualReviewPageTestBase::testMigrateUpgradeReviewPage in core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php
Tests the migrate upgrade review form.
MultipleFileUploadTest::testMultipleFileFieldWithAllFileExtensions in core/modules/file/tests/src/Functional/MultipleFileUploadTest.php
Tests multiple file field with all file extensions.
NestedFormTest::testNestedEntityFormEntityLevelValidation in core/modules/field/tests/src/Functional/NestedFormTest.php
Tests entity level validation within subforms.
NestedFormTest::testNestedFieldForm in core/modules/field/tests/src/Functional/NestedFormTest.php
Tests Field API form integration within a subform.
NodeAccessBaseTableTest::assertTaxonomyPage in core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php
Checks taxonomy/term listings to ensure only accessible nodes are listed.
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.
NodeAccessCacheabilityWithNodeGrants::testAccessCacheabilityWithNodeGrants in core/modules/node/tests/src/Functional/NodeAccessCacheabilityWithNodeGrants.php
Tests node view access cacheability with node grants.
NodeAccessFieldTest::testNodeAccessAdministerField in core/modules/node/tests/src/Functional/NodeAccessFieldTest.php
Tests administering fields when node access is restricted.
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::testNodeAccessRebuildNoAccessModules in core/modules/node/tests/src/Functional/NodeAccessRebuildNodeGrantsTest.php
Tests rebuilding the node access permissions table with no content.
NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNodeGrants in core/modules/node/tests/src/Functional/NodeAccessRebuildNodeGrantsTest.php
Tests rebuilding the node access permissions table with content.
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.
NodeAttributesTest::testNodeAttributes in core/modules/rdf/tests/src/Functional/NodeAttributesTest.php
Creates a node of type article and tests its RDFa markup.
NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php
Tests the recent comments block.
NodeClassicTest::testMigrateUpgradeExecute in core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php
Tests ID Conflict form.
NodeCommentsTest::testCommentCount in core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php
Test the comment count field.
NodeCommentsTest::testNewComments in core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php
Test the new comments field plugin.
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::testAuthorAutocomplete in core/modules/node/tests/src/Functional/NodeCreationTest.php
Tests the author autocompletion textfield.
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::checkVariousAuthoredByValues in core/modules/node/tests/src/Functional/NodeEditFormTest.php
Checks that the "authored by" works correctly with various values.
NodeEditFormTest::testNodeEdit in core/modules/node/tests/src/Functional/NodeEditFormTest.php
Checks node edit functionality.
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.
NodeFieldFilterTest::assertPageCounts in core/modules/node/tests/src/Functional/Views/NodeFieldFilterTest.php
Asserts that the given node translation counts are correct.
NodeFieldMultilingualTest::testMultilingualDisplaySettings in core/modules/node/tests/src/Functional/NodeFieldMultilingualTest.php
Tests multilingual field display settings.
NodeFieldMultilingualTest::testMultilingualNodeForm in core/modules/node/tests/src/Functional/NodeFieldMultilingualTest.php
Tests whether field languages are correctly set through the node form.
NodeFieldTokensTest::testViewsTokenReplacement in core/modules/node/tests/src/Functional/Views/NodeFieldTokensTest.php
Tests token replacement for Views tokens supplied by the Node module.
NodeHelpTest::testNodeShowHelpText in core/modules/node/tests/src/Functional/NodeHelpTest.php
Verifies that help text appears on node add/edit forms.
NodeIntegrationTest::testNodeViewTypeArgument in core/modules/node/tests/src/Functional/Views/NodeIntegrationTest.php
Tests basic node view with a node type argument.
NodeLanguageTest::assertLanguageNames in core/modules/node/tests/src/Functional/Views/NodeLanguageTest.php
Asserts the presence of language names in their English or native forms.
NodeLanguageTest::testLanguages in core/modules/node/tests/src/Functional/Views/NodeLanguageTest.php
Tests translation language filter, field, and sort.
NodeLinksTest::testHideLinks in core/modules/node/tests/src/Functional/NodeLinksTest.php
Tests that the links can be hidden in the view display settings.
NodeLoadMultipleTest::testNodeMultipleLoad in core/modules/node/tests/src/Functional/NodeLoadMultipleTest.php
Creates four nodes and ensures that they are loaded correctly.
NodeRevisionsAllTest::testRevisions in core/modules/node/tests/src/Functional/NodeRevisionsAllTest.php
Checks node revision operations.
NodeRevisionsTest::testNodeRevisionWithoutLogMessage in core/modules/node/tests/src/Functional/NodeRevisionsTest.php
Checks that revisions are correctly saved without log messages.
NodeRevisionsTest::testRevisions in core/modules/node/tests/src/Functional/NodeRevisionsTest.php
Checks node revision related operations.
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::testNodeRSSContent in core/modules/node/tests/src/Functional/NodeRSSContentTest.php
Ensures that a new node includes the custom data when added to an RSS feed.
NodeRSSContentTest::testUrlHandling in core/modules/node/tests/src/Functional/NodeRSSContentTest.php
Tests relative, root-relative, protocol-relative and absolute URLs.
NodeSyndicateBlockTest::testSyndicateBlock in core/modules/node/tests/src/Functional/NodeSyndicateBlockTest.php
Tests that the "Syndicate" block is shown when enabled.
NodeTitleTest::testNodeTitle in core/modules/node/tests/src/Functional/NodeTitleTest.php
Creates one node and tests if the node title has the correct value.
NodeTitleXSSTest::testNodeTitleXSS in core/modules/node/tests/src/Functional/NodeTitleXSSTest.php
Tests XSS functionality with a node entity.
NodeTranslationUITest::doTestAlternateHreflangLinks in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
Tests that the given path provides the correct alternate hreflang links.
NodeTranslationUITest::doTestTranslationEdit in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
Tests edit content translation.
NodeTranslationUITest::doTestTranslations in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
Tests that the given path displays the correct translation values.
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::testDisabledBundle in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
Tests that no metadata is stored for a disabled bundle.
NodeTranslationUITest::testPublishedStatusNoFields in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
Tests changing the published status on a node without fields.
NodeTranslationUITest::testRevisionTranslationRendering in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
Tests that revision translations are rendered properly.
NodeTranslationUITest::testTranslationLinkTheme in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
Tests that translation page inherits admin status of edit page.
NodeTranslationUITest::testTranslationRendering in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
Tests that translations are rendered properly.
NodeTypeInitialLanguageTest::testLanguageFieldVisibility in core/modules/node/tests/src/Functional/NodeTypeInitialLanguageTest.php
Tests language field visibility features.
NodeTypeInitialLanguageTest::testNodeTypeInitialLanguageDefaults in core/modules/node/tests/src/Functional/NodeTypeInitialLanguageTest.php
Tests the node type initial language defaults, and modifies them.
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.
NodeViewLanguageTest::testViewLanguage in core/modules/node/tests/src/Functional/NodeViewLanguageTest.php
Tests the language extra field display.
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.
NodeViewTest::testLinkHeader in core/modules/node/tests/src/Functional/NodeViewTest.php
Tests the Link header.
NodeViewTest::testMultiByteUtf8 in core/modules/node/tests/src/Functional/NodeViewTest.php
Tests that we store and retrieve multi-byte UTF-8 characters correctly.
NoHelpTest::testMainPageNoHelp in core/modules/help/tests/src/Functional/NoHelpTest.php
Ensures modules not implementing help do not appear on admin/help.
NoJavaScriptAnonymousTest::testNoJavaScript in core/modules/system/tests/src/Functional/Common/NoJavaScriptAnonymousTest.php
Tests that anonymous users are not served any JavaScript.
NoMultilingualReviewPageTestBase::testMigrateUpgradeReviewPage in core/modules/migrate_drupal_ui/tests/src/Functional/NoMultilingualReviewPageTestBase.php
Tests the review page when content_translation is enabled.
NonDefaultBlockAdminTest::testNonDefaultBlockAdmin in core/modules/block/tests/src/Functional/NonDefaultBlockAdminTest.php
Test non-default theme admin.
NoPreExistingSchemaUpdateTest::testNoPreExistingSchema in core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php
Test the system module updates with no dependencies installed.
NumberFieldTest::assertSetMinimumValue in core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
Helper function to set the minimum value of a field.
NumberFieldTest::testNumberDecimalField in core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
Test decimal field.
NumberFieldTest::testNumberFloatField in core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
Test float field.
NumberFieldTest::testNumberFormatter in core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php
Test default formatter behavior.
NumberFieldTest::testNumberIntegerField in core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
Test integer field.
NumericFormatPluralTest::testNumericFormatPlural in core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php
Test plural formatting setting on a numeric views handler.
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.
OffCanvasDialogTest::testDialog in core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php
Test sending AJAX requests to open and manipulate off-canvas dialog.
OffCanvasTestBase::drupalGet in core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php
Retrieves a Drupal path or an absolute path.
OptionsFieldUITest::testNodeDisplay in core/modules/options/tests/src/Functional/OptionsFieldUITest.php
Tests normal and key formatter display on node display.
OptionsFloatFieldImportTest::testImport in core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php
Tests that importing list_float fields works.
OptionsSelectDynamicValuesTest::testSelectListDynamic in core/modules/options/tests/src/Functional/OptionsSelectDynamicValuesTest.php
Tests the 'options_select' widget (single select).
OptionsWidgetsTest::testCheckBoxes in core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTest::testEmptyValue in core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
Tests the 'options_select' and 'options_button' widget for empty value.
OptionsWidgetsTest::testRadioButtons in core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (single select).
OptionsWidgetsTest::testSelectListFloat in core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
Tests the 'options_select' widget (float values).
OptionsWidgetsTest::testSelectListMultiple in core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTest::testSelectListSingle in core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
Tests the 'options_select' widget (single select).
OtherInstallationProfileTestsTest::testOtherInstallationProfile in core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php
Tests that tests located in another installation profile appear.
PageCacheTagsTestBase::verifyDynamicPageCache in core/modules/system/tests/src/Functional/Cache/PageCacheTagsTestBase.php
Verify that when loading a given page, it's a page cache hit or miss.
PageCacheTagsTestBase::verifyPageCache in core/modules/system/tests/src/Functional/Cache/PageCacheTagsTestBase.php
Verify that when loading a given page, it's a page cache hit or miss.
PageCacheTest::testCacheableResponseResponses in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Tests cacheability of a CacheableResponse.
PageCacheTest::testCacheableWithCustomCacheControl in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Test a cacheable response with custom cache control.
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::testFormImmutability in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Test the setting of forms to be immutable.
PageCacheTest::testHead in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Tests that HEAD requests are treated the same as GET requests.
PageCacheTest::testPageCache in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Tests cache headers.
PageCacheTest::testPageCacheAnonymous403404 in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Tests the 4xx-response cache tag is added and invalidated.
PageCacheTest::testPageCacheAnonymousRolePermissions in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Tests the automatic presence of the anonymous role's cache tag.
PageCacheTest::testPageCacheTags in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Test that cache tags are properly persisted.
PageCacheTest::testPageCacheTagsIndependentFromCacheabilityHeaders in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Test that the page cache doesn't depend on cacheability headers.
PageCacheTest::testPageCacheWithoutVaryCookie in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Tests the omit_vary_cookie setting.
PageCacheTest::testQueryParameterFormatRequests in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Tests support for different cache items with different request formats specified via a query parameter.
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::testPagePreview in core/modules/node/tests/src/Functional/PagePreviewTest.php
Checks the node preview functionality.
PagePreviewTest::testSimultaneousPreview in core/modules/node/tests/src/Functional/PagePreviewTest.php
Checks the node preview accessible for simultaneous node editing.
PagerTest::testActiveClass in core/modules/system/tests/src/Functional/Pager/PagerTest.php
Tests markup and CSS classes of pager links.
PagerTest::testMultiplePagers in core/modules/system/tests/src/Functional/Pager/PagerTest.php
Test proper functioning of multiple pagers.
PagerTest::testNormalPager in core/modules/views/tests/src/Functional/Plugin/PagerTest.php
Tests the normal pager.
PagerTest::testPager in core/modules/views/tests/src/Functional/Wizard/PagerTest.php
Tests the pager option.
PagerTest::testPagerConfigTranslation in core/modules/views/tests/src/Functional/Plugin/PagerTest.php
Tests translating the pager using config_translation.
PagerTest::testPagerEllipsis in core/modules/system/tests/src/Functional/Pager/PagerTest.php
Test proper functioning of the ellipsis.
PagerTest::testPagerLocale in core/modules/views/tests/src/Functional/Plugin/PagerTest.php
Tests translating the pager using locale.
PagerTest::testPagerQueryParametersAndCacheContext in core/modules/system/tests/src/Functional/Pager/PagerTest.php
Test proper functioning of the query parameters and the pager cache context.
PagerTest::testStorePagerSettings in core/modules/views/tests/src/Functional/Plugin/PagerTest.php
Pagers was sometimes not stored.
PageTest::testBatchProgressMessages in core/modules/system/tests/src/Functional/Batch/PageTest.php
Tests that the progress messages are correct.
PageTest::testBatchProgressPageTheme in core/modules/system/tests/src/Functional/Batch/PageTest.php
Tests that the batch API progress page uses the correct theme.
PageTest::testBatchProgressPageTitle in core/modules/system/tests/src/Functional/Batch/PageTest.php
Tests that the batch API progress page shows the title correctly.
PageTitleConvertedIntoBlockUpdateTest::testUpdateHookN in core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php
Tests that page title is being converted into a block.
PageTitleTest::testRoutingTitle in core/modules/system/tests/src/Functional/System/PageTitleTest.php
Tests the page title of render arrays.
PageTitleTest::testTitleTags in core/modules/system/tests/src/Functional/System/PageTitleTest.php
Tests the handling of HTML in node titles.
PageTitleTest::testTitleXSS in core/modules/system/tests/src/Functional/System/PageTitleTest.php
Test if the title of the site is XSS proof.
PageViewTest::testPageView in core/modules/node/tests/src/Functional/PageViewTest.php
Tests an anonymous and unpermissioned user attempting to edit the node.
PaginationAJAXTest::testBasicPagination in core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php
Tests if pagination via AJAX works for the "Content" View.
PathAliasTest::testAdminAlias in core/modules/path/tests/src/Functional/PathAliasTest.php
Tests alias functionality through the admin interfaces.
PathAliasTest::testNodeAlias in core/modules/path/tests/src/Functional/PathAliasTest.php
Tests alias functionality through the node interfaces.
PathAliasTest::testPathCache in core/modules/path/tests/src/Functional/PathAliasTest.php
Tests the path cache.
PathAliasToEntityUpdateTest::testConversionToEntities in core/modules/system/tests/src/Functional/Update/PathAliasToEntityUpdateTest.php
Tests the conversion of path aliases to entities.
PathContentModerationTest::assertPathsAreAccessible in core/modules/path/tests/src/Functional/PathContentModerationTest.php
Helper callback to verify paths are responding with status 200.
PathContentModerationTest::testNodePathAlias in core/modules/path/tests/src/Functional/PathContentModerationTest.php
Tests node path aliases on a moderated content type.
PathContentModerationTest::testTranslatedModeratedNodeAlias in core/modules/path/tests/src/Functional/PathContentModerationTest.php
Tests that translated and moderated node can get new draft revision.
PathEncodedTest::testAliasToEncoded in core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php
PathEncodedTest::testGetEncoded in core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php
PathLanguageTest::testAliasTranslation in core/modules/path/tests/src/Functional/PathLanguageTest.php
Test alias functionality through the admin interfaces.
PathLanguageUiTest::testDefaultLanguageUrl in core/modules/path/tests/src/Functional/PathLanguageUiTest.php
Tests that a default language URL alias works.
PathLanguageUiTest::testLanguageNeutralUrl in core/modules/path/tests/src/Functional/PathLanguageUiTest.php
Tests that a language-neutral URL alias works.
PathLanguageUiTest::testNonDefaultUrl in core/modules/path/tests/src/Functional/PathLanguageUiTest.php
Tests that a non-default language URL alias works.
PathLanguageUiTest::testNotSpecifiedNode in core/modules/path/tests/src/Functional/PathLanguageUiTest.php
Test that language unspecific aliases are shown and saved in the node form.
PathMediaFormTest::testMediaForm in core/modules/path/tests/src/Functional/PathMediaFormTest.php
Tests the media form UI.
PathNodeFormTest::testNodeForm in core/modules/path/tests/src/Functional/PathNodeFormTest.php
Tests the node form ui.
PathTaxonomyTermTest::testTermAlias in core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php
Tests alias functionality through the admin interfaces.
PathWorkspacesTest::assertAccessiblePaths in core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php
Helper callback to verify paths are responding with status 200.
PathWorkspacesTest::assertNotAccessiblePaths in core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php
Helper callback to verify paths are responding with status 404.
PathWorkspacesTest::testPathAliasesWithTranslation in core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php
Tests path aliases with workspaces for translatable nodes.
PhpUnitBridgeTest::testErrorOnSiteUnderTest in core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php
@expectedDeprecation This is the deprecation message for deprecation_test_function().
PlaceholderMessageTest::testMessagePlaceholder in core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php
Test rendering of message placeholder.
PrepareUninstallTest::testUninstall in core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php
Tests that Node and Taxonomy can be uninstalled.
PreviewTest::getPreviewAJAX in core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php
Get the preview form and force an AJAX preview update.
PrivateFileOnTranslatedEntityTest::testPrivateLanguageFile in core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php
Tests private file fields on translated nodes.
ProcessingTest::testBatchFormMultistep in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
Tests batches defined in a multistep form.
ProcessingTest::testBatchFormProgrammatic in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
Tests batches defined in a programmatically submitted form.
ProcessingTest::testBatchLargePercentage in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
Tests batches that return $context['finished'] > 1 do in fact complete.
ProcessingTest::testBatchNoForm in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
Tests batches triggered outside of form submission.
ProcessingTest::testBatchRedirectFinishedCallback in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
Tests batches that redirect in the batch finished callback.
ProcessingTest::testDrupalFormSubmitInBatch in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
Test form submission during a batch operation.
QuickEditAutocompleteTermTest::testAutocompleteQuickEdit in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditAutocompleteTermTest.php
Tests Quick Edit autocomplete term behavior.
QuickEditFileTest::testRemove in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditFileTest.php
Tests if a file can be in-place removed with Quick Edit.
QuickEditImageControllerTest::testAccess in core/modules/image/tests/src/Functional/QuickEditImageControllerTest.php
Tests that routes restrict access for un-privileged users.
QuickEditImageControllerTest::testFieldInfo in core/modules/image/tests/src/Functional/QuickEditImageControllerTest.php
Tests that the field info route returns expected data.
QuickEditImageTest::testImageInPlaceEditor in core/modules/image/tests/src/FunctionalJavascript/QuickEditImageTest.php
Test that quick editor works correctly with images.
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::testArticleNode in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php
Tests if an article node can be in-place edited with Quick Edit.
QuickEditIntegrationTest::testCustomBlock in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php
Tests if a custom can be in-place edited with Quick Edit.
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.
RebuildScriptTest::testRebuild in core/modules/system/tests/src/Functional/UpdateSystem/RebuildScriptTest.php
Test redirect in rebuild.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::testReEnabledField in core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php
Test the behavior of a field module after being disabled and re-enabled.
RegistrationWithUserFieldsTest::testRegistrationWithUserFields in core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php
Tests Field API fields on user registration forms.
RenderArrayNonHtmlSubscriberTest::testResponses in core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php
Tests handling of responses by events subscriber.
RenderCacheWebTest::testEmptyView in core/modules/views/tests/src/Functional/RenderCacheWebTest.php
Tests rendering caching of a views block with arguments.
RenderWebTest::testWrapperFormatCacheContext in core/modules/system/tests/src/Functional/Common/RenderWebTest.php
Asserts the cache context for the wrapper format is always present.
ResourceTest::testAuthentication in core/modules/rest/tests/src/Functional/ResourceTest.php
Tests that a resource without authentication cannot be enabled.
ResourceTest::testFormats in core/modules/rest/tests/src/Functional/ResourceTest.php
Tests that a resource without formats cannot be enabled.
ResponseGeneratorTest::testGeneratorHeaderAdded in core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php
Test to see if generator header is added.
ResponsiveImageAdminUITest::testResponsiveImageAdmin in core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php
Test responsive image administration functionality.
ResponsiveImageFieldDisplayTest::assertResponsiveImageFieldFormattersLink in core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php
Tests responsive image formatters linked to the file or node.
ResponsiveImageFieldDisplayTest::doTestResponsiveImageFieldFormatters in core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php
Test responsive image formatters on node display.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersEmptyMediaQuery in core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php
Tests responsive image formatter on node display with an empty media query.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersOneSource in core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php
Tests responsive image formatter on node display with one source.
ResponsiveImageFieldUiTest::testResponsiveImageFormatterUi in core/modules/responsive_image/src/FunctionalJavascript/ResponsiveImageFieldUiTest.php
Tests formatter settings.
RestExportAuthTest::testAuthProvidersOptions in core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php
Checks that correct authentication providers are available for choosing.
RestExportJsonApiUnsupported::testFormatOptions in core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php
Tests that 'api_json' is not a RestExport format option.
RevisionLinkTest::testRevisionLinks in core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php
Tests revision links.
RolesRidArgumentTest::testArgumentTitle in core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php
Tests the generated title of a user: roles argument.
RouteCachingLanguageTest::testLinkTranslationWithAlias in core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php
Creates content with a link field pointing to an alias of another language.
RouteCachingNonPathLanguageNegotiationTest::testAliases in core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
Tests aliases when the negotiated language is not in the path.
RouterPermissionTest::testPermissionAccess in core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php
Tests permission requirements on routes.
RouterTest::testControllerPlaceholders in core/modules/system/tests/src/Functional/Routing/RouterTest.php
Confirms that placeholders in paths work correctly.
RouterTest::testControllerPlaceholdersDefaultValues in core/modules/system/tests/src/Functional/Routing/RouterTest.php
Confirms that default placeholders in paths work correctly.
RouterTest::testControllerPlaceholdersDefaultValuesProvided in core/modules/system/tests/src/Functional/Routing/RouterTest.php
Confirms that default placeholders in paths work correctly.
RouterTest::testControllerResolutionAjax in core/modules/system/tests/src/Functional/Routing/RouterTest.php
Checks that an ajax request gets rendered as an Ajax response, by mime.
RouterTest::testControllerResolutionPage in core/modules/system/tests/src/Functional/Routing/RouterTest.php
Checks that a request with text/html response gets rendered as a page.
RouterTest::testDuplicateRoutePaths in core/modules/system/tests/src/Functional/Routing/RouterTest.php
Confirms that multiple routes with the same path do not cause an error.
RouterTest::testDynamicRoutes in core/modules/system/tests/src/Functional/Routing/RouterTest.php
Checks that dynamically defined and altered routes work correctly.
RouterTest::testFinishResponseSubscriber in core/modules/system/tests/src/Functional/Routing/RouterTest.php
Confirms that our FinishResponseSubscriber logic works properly.
RouterTest::testLeadingSlashes in core/modules/system/tests/src/Functional/Routing/RouterTest.php
Ensure that multiple leading slashes are redirected.
RouterTest::testRouterMatching in core/modules/system/tests/src/Functional/Routing/RouterTest.php
Tests that a page trying to match a path will succeed.
RouterTest::testRouterResponsePsr7 in core/modules/system/tests/src/Functional/Routing/RouterTest.php
Tests that a PSR-7 response works.
RouterTest::testUserAccount in core/modules/system/tests/src/Functional/Routing/RouterTest.php
Tests the user account on the DIC.
RowRssTest::testRssRow in core/modules/comment/tests/src/Functional/Views/RowRssTest.php
Test comment rss output.
RssTest::testTaxonomyRss in core/modules/taxonomy/tests/src/Functional/RssTest.php
Tests that terms added to nodes are displayed in core RSS feed.
SaveUploadFormTest::testCombinedErrorMessages in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests that multiple validation errors are combined in one message.
SaveUploadFormTest::testDrupalMovingUploadedFileError in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests for log entry on failing destination.
SaveUploadTest::testDrupalMovingUploadedFileError in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests for log entry on failing destination.
SaveUploadTest::testInvalidUtf8FilenameUpload in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests that filenames containing invalid UTF-8 are rejected.
SchemaConfigListenerWebTest::testConfigSchemaChecker in core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php
Tests \Drupal\Core\Config\Development\ConfigSchemaChecker.
SearchAdvancedSearchFormTest::testNodeType in core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php
Tests advanced search by node type.
SearchBlockTest::testSearchFormBlock in core/modules/search/tests/src/Functional/SearchBlockTest.php
Test that the search form block can be placed and works.
SearchCommentCountToggleTest::testSearchCommentCountToggle in core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php
Verify that comment count display toggles properly on comment status of node
SearchCommentTest::testAddNewComment in core/modules/search/tests/src/Functional/SearchCommentTest.php
Verify that 'add new comment' does not appear in search results or index.
SearchCommentTest::testSearchResultsCommentAccess in core/modules/search/tests/src/Functional/SearchCommentTest.php
Verify access rules for comment indexing with different permissions.
SearchConfigSettingsFormTest::setDefaultThroughUi in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
Sets a search page as the default in the UI.
SearchConfigSettingsFormTest::testDefaultSearchPageOrdering in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
Tests the ordering of search pages on a clean install.
SearchConfigSettingsFormTest::testMultipleSearchPages in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
Tests multiple search pages of the same type.
SearchConfigSettingsFormTest::testRouteProtection in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
Tests that the enable/disable/default routes are protected from CSRF.
SearchConfigSettingsFormTest::testSearchModuleDisabling in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
Verifies that you can disable individual search plugins.
SearchConfigSettingsFormTest::testSearchModuleSettingsPage in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
Verifies plugin-supplied settings form.
SearchConfigSettingsFormTest::testSearchSettingsPage in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
Verifies the search settings form.
SearchEmbedFormTest::testEmbeddedForm in core/modules/search/tests/src/Functional/SearchEmbedFormTest.php
Tests that the embedded form appears and can be submitted.
SearchIntegrationTest::testSearchIntegration in core/modules/views/tests/src/Functional/SearchIntegrationTest.php
Tests search integration.
SearchKeywordsConditionsTest::testSearchKeywordsConditions in core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php
Verify the keywords are captured and conditions respected.
SearchLanguageTest::testLanguages in core/modules/search/tests/src/Functional/SearchLanguageTest.php
SearchMultilingualEntityTest::assertIndexCounts in core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php
Verifies the indexing status counts.
SearchMultilingualTest::testMultilingualSearchFilter in core/modules/views/tests/src/Functional/SearchMultilingualTest.php
Tests search with multilingual nodes.
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::testSearchPageHook 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.
SearchRankingTest::testRankings in core/modules/search/tests/src/Functional/SearchRankingTest.php
SelectionTest::testAutocompleteOutput in core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php
Tests that the Views selection handles the views output properly.
SelectPagerDefaultTest::testEvenPagerQuery in core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php
Confirms that a pager query returns the correct results.
SelectPagerDefaultTest::testOddPagerQuery in core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php
Confirms that a pager query returns the correct results.
SelectProfileFormTest::testUmamiProfileWarningMessage in core/tests/Drupal/FunctionalJavascriptTests/Core/Installer/Form/SelectProfileFormTest.php
Tests a warning message is displayed when the Umami profile is selected.
SelectTableSortDefaultTest::testTableSortDefaultSort in core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php
Confirms that tableselect is rendered without error.
SelectTableSortDefaultTest::testTableSortQuery in core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php
Confirms that a tablesort query returns the correct results.
SelectTableSortDefaultTest::testTableSortQueryFirst in core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php
Confirms precedence of tablesorts headers.
ServiceProviderWebTest::testServiceProviderRegistrationIntegration in core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php
Tests that module service providers get registered to the DIC.
SessionAuthenticationTest::testBasicAuthNoSession in core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php
Tests that a session is not started automatically by basic authentication.
SessionAuthenticationTest::testSessionFromBasicAuthenticationDoesNotLeak in core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php
Check that a basic authentication session does not leak.
SessionExistsCacheContextTest::testCacheContext in core/modules/system/tests/src/Functional/Cache/SessionExistsCacheContextTest.php
Tests \Drupal\Core\Cache\Context\SessionExistsCacheContext::getContext().
SessionHttpsTest::getUserLoginFormBuildId in core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php
Gets the form build ID for the user login form.
SessionHttpsTest::loginHttp in core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php
Log in a user via HTTP.
SessionHttpsTest::loginHttps in core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php
Log in a user via HTTPS.
SessionHttpsTest::testHttpsSession in core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php
Tests HTTPS sessions.
SessionTest::sessionReset in core/modules/system/tests/src/Functional/Session/SessionTest.php
Reset the cookie file so that it refers to the specified user.
SessionTest::testDataPersistence in core/modules/system/tests/src/Functional/Session/SessionTest.php
Test data persistence via the session_test module callbacks.
SessionTest::testEmptyAnonymousSession in core/modules/system/tests/src/Functional/Session/SessionTest.php
Test that empty anonymous sessions are destroyed.
SessionTest::testEmptySessionID in core/modules/system/tests/src/Functional/Session/SessionTest.php
Test that empty session IDs are not allowed.
SessionTest::testSessionBag in core/modules/system/tests/src/Functional/Session/SessionTest.php
Test session bag.
SessionTest::testSessionExpiration in core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php
Tests that the session doesn't expire.
SessionTest::testSessionPersistenceOnLogin in core/modules/system/tests/src/Functional/Session/SessionTest.php
Tests storing data in Session() object.
SessionTest::testSessionSaveRegenerate in core/modules/system/tests/src/Functional/Session/SessionTest.php
Tests for \Drupal\Core\Session\WriteSafeSessionHandler::setSessionWritable() ::isSessionWritable and \Drupal\Core\Session\SessionManager::regenerate().
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.
SettingsTrayTest::testOptOut in core/modules/settings_tray/tests/src/Functional/SettingsTrayTest.php
Tests that certain blocks opt out from Settings Tray.
SettingsTrayTest::testPossibleAnnotations in core/modules/settings_tray/tests/src/Functional/SettingsTrayTest.php
Tests the 3 possible forms[settings_tray] annotations: class, FALSE, none.
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::testNoShortcutLink in core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
Tests that the add shortcut link is not displayed for 404/403 errors.
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::testShortcutLinkDelete in core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
Tests deleting a shortcut link.
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.
ShortcutSetsTest::testShortcutSetAdd in core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
Tests creating a shortcut set.
ShortcutSetsTest::testShortcutSetCreateWithSetName in core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
Tests creating a new shortcut set with a defined set name.
ShortcutSetsTest::testShortcutSetDeleteDefault in core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
Tests deleting the default shortcut set.
ShortcutSetsTest::testShortcutSetEdit in core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
Tests editing a shortcut set.
ShortcutSetsTest::testShortcutSetRename in core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
Tests renaming a shortcut set.
ShortcutTranslationUITest::doTestBasicTranslation in core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php
Tests the basic translation workflow.
ShortcutTranslationUITest::doTestTranslationEdit in core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php
Tests edit content translation.
ShutdownFunctionsTest::testShutdownFunctions in core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php
Test shutdown functions.
SimpletestPhpunitBrowserTest::testOutput in core/modules/simpletest/tests/fixtures/simpletest_phpunit_browsertest.php
Dummy test that logs the visited front page for HTML output.
SimpletestUiTest::testTestingThroughUI in core/modules/simpletest/tests/src/Functional/SimpletestUiTest.php
Tests that unit, kernel, and functional tests work through the UI.
SiteBrandingConvertedIntoBlockUpdateTest::testUpdateHookN in core/modules/system/tests/src/Functional/Update/SiteBrandingConvertedIntoBlockUpdateTest.php
Tests that site branding elements are being converted into blocks.
SiteMaintenanceTest::testNonHtmlRequest in core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php
Tests responses to non-HTML requests when in maintenance mode.
SiteMaintenanceTest::testSiteMaintenance in core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php
Verifies site maintenance mode functionality.
SiteNameTest::testSiteName in core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php
Tests that the desired site name appears on the page after installation.
SortingTest::testSorting in core/modules/views/tests/src/Functional/Wizard/SortingTest.php
Tests the sorting functionality.
StackSessionHandlerIntegrationTest::testRequest in core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php
Tests a request.
StandardJavascriptTest::testBigPipe in core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php
Tests BigPipe accelerates particular Standard installation profile routes.
StandardProfileTest::assertRdfaCommonNodeProperties in core/modules/rdf/tests/src/Functional/StandardProfileTest.php
Tests output for properties held in common between articles and pages.
StandardProfileTest::assertRdfaNodeCommentProperties in core/modules/rdf/tests/src/Functional/StandardProfileTest.php
Tests output for comment properties on nodes in full page view mode.
StandardProfileTest::doArticleRdfaTests in core/modules/rdf/tests/src/Functional/StandardProfileTest.php
Tests that article data is exposed using RDFa.
StandardProfileTest::doFrontPageRdfaTests in core/modules/rdf/tests/src/Functional/StandardProfileTest.php
Tests that data is exposed in the front page teasers.
StandardTest::testStandard in core/profiles/standard/tests/src/Functional/StandardTest.php
Tests Standard installation profile.
StatisticsAdminTest::testDeleteNode in core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php
Tests that when a node is deleted, the node counter is deleted too.
StatisticsAdminTest::testExpiredLogs in core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php
Tests that cron clears day counts and expired access logs.
StatisticsAdminTest::testStatisticsSettings in core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php
Verifies that the statistics settings page works.
StatisticsAttachedTest::testAttached in core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php
Tests if statistics.js is loaded when content is not printed.
StatisticsLoggingTest::getStatisticsCounter in core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php
Gets counter of views by path.
StatisticsLoggingTest::testLogging in core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php
Verifies node hit counter logging and script placement.
StatisticsReportsTest::testPopularContentBlock in core/modules/statistics/tests/src/Functional/StatisticsReportsTest.php
Tests the "popular content" block.
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::testStatusPage in core/modules/system/tests/src/Functional/System/StatusTest.php
Tests that the status page returns.
StorageTest::testCachedFormStorageValidation in core/modules/system/tests/src/Functional/Form/StorageTest.php
Tests updating cached form storage during form validation.
StorageTest::testForm in core/modules/system/tests/src/Functional/Form/StorageTest.php
Tests using the form in a usual way.
StorageTest::testFormCached in core/modules/system/tests/src/Functional/Form/StorageTest.php
Tests using the form after calling $form_state->setCached().
StorageTest::testImmutableForm in core/modules/system/tests/src/Functional/Form/StorageTest.php
Verifies that form build-id is regenerated when loading an immutable form from the cache.
StorageTest::testImmutableFormLegacyProtection in core/modules/system/tests/src/Functional/Form/StorageTest.php
Verify that existing contrib code cannot overwrite immutable form state.
StringFieldTest::_testTextfieldWidgets in core/modules/field/tests/src/Functional/String/StringFieldTest.php
Helper function for testTextfieldWidgets().
StyleOpmlTest::testOpmlOutput in core/modules/views/tests/src/Functional/Plugin/StyleOpmlTest.php
Tests the rendered output.
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::testMulEntityRows in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
Test multilingual entity rows.
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::testRestViewExposedFilter in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
Tests the exposed filter works.
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::testSerializerResponses in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
Checks the behavior of the Serializer callback paths and row plugins.
StyleSerializerTest::testSerializerViewsUI in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
Tests the views interface for REST export displays.
StyleSerializerTest::testSharedPagePath in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
Verifies REST export views work on the same path as a page display.
StyleSerializerTest::testSiteMaintenance in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
Verifies site maintenance mode functionality.
StyleSerializerTest::testUIFieldAlias in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
Test the field ID alias functionality of the DataFieldRow plugin.
StyleSummaryTest::testSummaryView in core/modules/views/tests/src/Functional/Plugin/StyleSummaryTest.php
Tests a summary view.
StyleTableTest::testAccessibilitySettings in core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php
Test table caption/summary/description.
StyleTableTest::testEmptyColumn in core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php
Test that empty columns are hidden when empty_column is set.
StyleTableTest::testFieldInColumns in core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php
Test table fields in columns.
StyleTableTest::testGrouping in core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php
Tests grouping by a field.
StyleTableTest::testNumericFieldVisible in core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php
Test that a number with the value of "0" is displayed in the table.
StyleTableTest::testTableCacheability in core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php
Tests the cacheability of the table display.
SyslogTest::testSettings in core/modules/syslog/tests/src/Functional/SyslogTest.php
Tests the syslog settings page.
SystemAuthorizeTest::drupalGetAuthorizePHP in core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php
Helper function to initialize authorize.php and load it via drupalGet().
SystemConfigFormTest::testSystemConfigForm in core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php
Tests the SystemConfigFormTestBase class.
TableDragTest::testDragAndDrop in core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php
Tests draggable table drag'n'drop.
TableDragTest::testKeyboardAccessibility in core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php
Tests accessibility through keyboard of the tabledrag functionality.
TableDragTest::testRootLeafDraggableRowsWithKeyboard in core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php
Tests the root and leaf behaviors for rows.
TableDragTest::testRowWeightSwitch in core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php
Tests row weight switch.
TableDragTest::testTableDragChangedWarning in core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php
Tests the warning that appears upon making changes to a tabledrag table.
TaggedWithTest::testTaggedWith in core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php
Tests the "tagged with" functionality.
TaggedWithTest::testTaggedWithByNodeType in core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php
Tests that the "tagged with" form element only shows for node types that support it.
TaxonomyAttributesTest::testTaxonomyTermRdfaAttributes in core/modules/rdf/tests/src/Functional/TaxonomyAttributesTest.php
Creates a random term and ensures the RDF output is correct.
TaxonomyDefaultArgumentTest::testTermTitleEscaping in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyDefaultArgumentTest.php
Tests escaping of page title when the taxonomy plugin provides it.
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsField in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php
Tests the "all terms" field handler.
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsWithTokens in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php
Tests token replacement in the "all terms" field handler.
TaxonomyFieldFilterTest::assertPageCounts in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php
Asserts that the given taxonomy translation counts are correct.
TaxonomyGlossaryTest::testTaxonomyGlossaryView in core/modules/views/tests/src/Functional/TaxonomyGlossaryTest.php
Tests a taxonomy glossary view.
TaxonomyImageTest::testTaxonomyImageAccess in core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php
TaxonomyRelationshipTest::testTaxonomyRelationships in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyRelationshipTest.php
Tests the taxonomy parent plugin UI.
TaxonomyTermArgumentDepthTest::testTermWithDepthArgumentTitleEscaping in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentDepthTest.php
Tests title escaping.
TaxonomyTermIndentationTest::testTermIndentation in core/modules/taxonomy/tests/src/Functional/TaxonomyTermIndentationTest.php
Tests term indentation.
TaxonomyTermPagerTest::testTaxonomyTermOverviewPager in core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php
Tests that the pager is displayed properly on the term overview page.
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::testMissingDataUpdateRequirementsCheck in core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php
Test the update hook requirements check for revisionable terms.
TaxonomyTermUpdatePathTest::testPublishable in core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php
Tests the conversion of taxonomy terms to be publishable.
TaxonomyTermViewTest::testTaxonomyTermView in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php
Tests that the taxonomy term view is working properly.
TaxonomyVocabularyArgumentTest::testTermWithVocabularyArgument in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php
Tests the vocabulary argument handler.
TelephoneFieldTest::testTelephoneWidget in core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php
Test to confirm the widget is setup.
TemporaryQueryTest::testTemporaryQuery in core/modules/system/tests/src/Functional/Database/TemporaryQueryTest.php
Confirms that temporary tables work and are limited to one request.
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::drupalGetJson in core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php
Helper function for JSON formatted requests.
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::testTaxonomyTermHierarchyBreadcrumbs in core/modules/taxonomy/tests/src/Functional/TermIndexTest.php
Tests that there is a link to the parent term on the child term page.
TermLanguageTest::testDefaultTermLanguage in core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php
TermLanguageTest::testTermLanguage in core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php
TermLanguageTest::testTermTranslatedOnOverviewPage in core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php
Tests that translated terms are displayed correctly on the term overview.
TermParentsTest::doTestEditingSingleParent in core/modules/taxonomy/tests/src/Functional/TermParentsTest.php
Performs tests that edit terms with a single parent
TermParentsTest::testAddWithParents in core/modules/taxonomy/tests/src/Functional/TermParentsTest.php
Tests specifying parents when creating terms.
TermParentsTest::testEditingParents in core/modules/taxonomy/tests/src/Functional/TermParentsTest.php
Tests editing the parents of existing terms.
TermParentsTest::testEditingParentsWithDisabledFormElement in core/modules/taxonomy/tests/src/Functional/TermParentsTest.php
Tests specifying parents when creating terms and a disabled parent form.
TermTest::testNodeTermCreationAndDeletion in core/modules/taxonomy/tests/src/Functional/TermTest.php
Test term creation with a free-tagging vocabulary from the node form.
TermTest::testTaxonomyNode in core/modules/taxonomy/tests/src/Functional/TermTest.php
Test that hook_node_$op implementations work correctly.
TermTest::testTaxonomyTermChildTerms in core/modules/taxonomy/tests/src/Functional/TermTest.php
Tests that many terms with parents show on each page
TermTest::testTermBreadcrumbs in core/modules/taxonomy/tests/src/Functional/TermTest.php
Check the breadcrumb on edit and delete a term page.
TermTest::testTermInterface in core/modules/taxonomy/tests/src/Functional/TermTest.php
Save, edit and delete a term using the user interface.
TermTest::testTermReorder in core/modules/taxonomy/tests/src/Functional/TermTest.php
Save, edit and delete a term using the user interface.
TermTranslationFieldViewTest::testTranslatedTaxonomyTermReferenceDisplay in core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php
Tests if the translated taxonomy term is displayed.
TermTranslationUITest::doTestTranslationEdit in core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php
Tests edit content translation.
TermTranslationUITest::testTranslateLinkVocabularyAdminPage in core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php
Tests translate link on vocabulary term list.
TestSettingSummariesContentType::testWorkflowSummary in core/modules/node/tests/src/FunctionalJavascript/TestSettingSummariesContentType.php
Test a vertical tab 'Workflow' summary.
TextareaWithSummaryTest::assertSummaryToggle in core/modules/text/tests/src/FunctionalJavascript/TextareaWithSummaryTest.php
Helper to test toggling the summary area.
TextareaWithSummaryTest::testTextSummaryBehavior in core/modules/text/tests/src/FunctionalJavascript/TextareaWithSummaryTest.php
Tests the textSummary javascript behavior.
TextFieldTest::testRequiredLongTextWithFileUpload in core/modules/text/tests/src/Functional/TextFieldTest.php
Test required long text with file upload.
TextFieldTest::_testTextfieldWidgetsFormatted in core/modules/text/tests/src/Functional/TextFieldTest.php
Helper function for testTextfieldWidgetsFormatted().
ThemeEarlyInitializationTest::testRequestListener in core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php
Test that the theme system can generate output in a request listener.
ThemeInfoTest::testStylesheets in core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php
Tests stylesheets-remove.
ThemeLegacyTest::testFunctionOverride in core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php
Ensures a theme template can override a theme function.
ThemeLegacyTest::testSuggestionsAlterInclude in core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php
Tests that theme suggestion alter hooks work with theme hook includes.
ThemeLegacyTest::testThemeFunctionSuggestionsAlter in core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php
Tests that theme suggestion alter hooks work for theme functions.
ThemeSettingsFormTest::testFormSettingsSubmissionHandler in core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php
Tests that submission handler works correctly.
ThemeSuggestionsAlterTest::testExecutionOrder in core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
Tests execution order of theme suggestion alter hooks.
ThemeSuggestionsAlterTest::testGeneralSuggestionsAlter in core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
Tests hook_theme_suggestions_alter().
ThemeSuggestionsAlterTest::testSpecificSuggestionsAlter in core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
Tests that theme suggestion alter hooks work for specific theme calls.
ThemeSuggestionsAlterTest::testTemplateSuggestions in core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
Tests that hooks to provide theme suggestions work.
ThemeSuggestionsAlterTest::testTemplateSuggestionsAlter in core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
Tests that theme suggestion alter hooks work for templates.
ThemeTest::testAdministrationTheme in core/modules/system/tests/src/Functional/System/ThemeTest.php
Test the administration theme functionality.
ThemeTest::testClassLoading in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
Tests theme can provide classes.
ThemeTest::testCSSOverride in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
Ensures a theme's .info.yml file is able to override a module CSS file from being added to the page.
ThemeTest::testInstallAndSetAsDefault in core/modules/system/tests/src/Functional/System/ThemeTest.php
Tests installing a theme and setting it as default.
ThemeTest::testInvalidTheme in core/modules/system/tests/src/Functional/System/ThemeTest.php
Test themes can't be installed when the base theme or engine is missing.
ThemeTest::testNegotiatorPriorities in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
Tests the priority of some theme negotiators.
ThemeTest::testPreprocessForSuggestions in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
Ensures preprocess functions run even for suggestion implementations.
ThemeTest::testPreprocessHtml in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
Tests that the page variable is not prematurely flattened.
ThemeTest::testRegionClass in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
Tests that region attributes can be manipulated via preprocess functions.
ThemeTest::testSuggestionPreprocessForDefaults in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
Ensures suggestion preprocess functions run for default implementations.
ThemeTest::testSwitchDefaultTheme in core/modules/system/tests/src/Functional/System/ThemeTest.php
Test switching the default theme.
ThemeTest::testTaxonomyTermThemes in core/modules/taxonomy/tests/src/Functional/ThemeTest.php
Test the theme used when adding, viewing and editing taxonomy terms.
ThemeTest::testTemplateOverride in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
Ensures a themes template is overridable based on the 'template' filename.
ThemeTest::testThemeOnNonHtmlRequest in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
Ensures that non-HTML requests never initialize themes.
ThemeTest::testThemeSettings in core/modules/system/tests/src/Functional/System/ThemeTest.php
Test the theme settings form.
ThemeTest::testThemeSettingsLogo in core/modules/system/tests/src/Functional/System/ThemeTest.php
Test the theme settings logo form.
ThemeTest::testThemeSettingsNoLogoNoFavicon in core/modules/system/tests/src/Functional/System/ThemeTest.php
Test the theme settings form when logo and favicon features are disabled.
ThemeTest::testThemeSettingsRenderCacheClear in core/modules/system/tests/src/Functional/System/ThemeTest.php
Tests the 'rendered' cache tag is cleared when saving theme settings.
ThemeTest::testUninstallingThemes in core/modules/system/tests/src/Functional/System/ThemeTest.php
Test uninstalling of themes works.
ThemeTokenTest::testThemeToken in core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php
Tests if the 'theme_token' key of 'ajaxPageState' is computed.
ThemeUiTest::testInstallModuleWithIncompatibleDependencies in core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
Tests installing a theme with incompatible module dependencies.
ThemeUiTest::testInstallModuleWithMissingDependencies in core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
Tests installing a theme with missing module dependencies.
ThemeUiTest::testModulePermissions in core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
Tests permissions for enabling themes depending on disabled modules.
ThemeUiTest::testThemeInstallWithModuleDependencies in core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
Tests installing a theme with module dependencies.
ThemeUiTest::uninstallModules in core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
Uninstalls modules via the admin UI.
ThemeUiTest::uninstallTheme in core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
Uninstalls a theme via the admin UI.
ThrobberTest::testThemingThrobberElement in core/tests/Drupal/FunctionalJavascriptTests/Ajax/ThrobberTest.php
Tests theming throbber element.
TimestampAgoFormatterTest::testSettings in core/tests/Drupal/FunctionalTests/Datetime/TimestampAgoFormatterTest.php
Tests the formatter settings.
TimestampTest::testWidget in core/tests/Drupal/FunctionalTests/Datetime/TimestampTest.php
Tests the "datetime_timestamp" widget.
TokenReplaceWebTest::testTokens in core/modules/system/tests/src/Functional/System/TokenReplaceWebTest.php
Tests a token replacement on an actual website.
ToolbarAdminMenuTest::assertDifferentHash in core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
Asserts the subtrees hash on a fresh page GET is different from the hash from the previous page GET.
ToolbarAdminMenuTest::setUp in core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
ToolbarAdminMenuTest::testBackToSiteLink in core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
Test that back to site link exists on admin pages, not on content pages.
ToolbarAdminMenuTest::testExternalLink in core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
Tests that external links added to the menu appear in the toolbar.
ToolbarAdminMenuTest::testLanguageSwitching in core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
Test that subtrees hashes vary by the language of the page.
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::testHookToolbar in core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php
Tests for a tab and tray provided by a module implementing hook_toolbar().
ToolbarIntegrationTest::testToolbarToggling in core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php
Tests if the toolbar can be toggled with JavaScript.
ToolbarMenuTranslationTest::testToolbarClasses in core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php
Tests that toolbar classes don't change when adding a translation.
ToolkitSetupFormTest::testToolkitSetupForm in core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php
Test Image toolkit setup form.
TourHelpPageTest::verifyHelp in core/modules/tour/tests/src/Functional/TourHelpPageTest.php
Verifies the logged in user has access to the help properly.
TourTest::testTourFunctionality in core/modules/tour/tests/src/Functional/TourTest.php
Test tour functionality.
TourTestBasic::testTips in core/modules/tour/tests/src/Functional/TourTestBasic.php
A simple tip test.
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.
TransformedConfigExportImportUITest::testTransformedExportImport in core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php
Tests a simple site export import case.
TranslationLinkTest::testTranslationLink in core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php
Tests the content translation overview link field handler.
TranslationsTest::testMediaLibraryTranslations in core/modules/media_library/tests/src/FunctionalJavascript/TranslationsTest.php
Tests the media library widget shows all media only once.
TriggeringElementTest::testAttemptAccessControlBypass in core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php
Tests attempts to bypass access control.
TriggeringElementTest::testNoButtonInfoInPost in core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php
Tests the triggering element when no button information is included.
TrustedHostsTest::testFakeRequests in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
Tests that fake requests have the proper host configured.
TrustedHostsTest::testShortcut in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
Tests that shortcut module works together with host verification.
TrustedHostsTest::testStatusPageWithConfiguration in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
Tests that the status page shows the trusted patterns from settings.php.
TrustedHostsTest::testStatusPageWithoutConfiguration in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
Tests that the status page shows an error when the trusted host setting is missing from settings.php
TwigEnvironmentTest::testTwigEmbed in core/modules/system/tests/src/Functional/Theme/TwigEnvironmentTest.php
Tests template class loading with Twig embed.
TwigExtensionTest::testTwigExtensionFilter in core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php
Tests that the Twig extension's filter produces expected output.
TwigExtensionTest::testTwigExtensionFunction in core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php
Tests that the Twig extension's function produces expected output.
TwigRegistryLoaderTest::testTwigNamespaces in core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php
Tests template extension and includes using the Drupal theme registry.
TwigSettingsTest::testTwigCacheOverride in core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php
Ensures Twig template cache setting can be overridden.
TwigSettingsTest::testTwigInlineWithAutoReload in core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php
Tests twig inline templates with auto_reload.
TwigTransTest::testTwigTransTags in core/modules/system/tests/src/Functional/Theme/TwigTransTest.php
Test Twig "trans" tags.
UiHelperTrait::checkForMetaRefresh in core/tests/Drupal/Tests/UiHelperTrait.php
Checks for meta refresh tag and if found call drupalGet() recursively.
UiHelperTrait::drupalLogin in core/tests/Drupal/Tests/UiHelperTrait.php
Logs in a user using the Mink controlled browser.
UiHelperTrait::drupalLogout in core/tests/Drupal/Tests/UiHelperTrait.php
Logs a user out of the Mink controlled browser and confirms.
UiHelperTrait::drupalPostForm in core/tests/Drupal/Tests/UiHelperTrait.php
Executes a form submission.
UITestBase::drupalGet in core/modules/views_ui/tests/src/Functional/UITestBase.php
Retrieves a Drupal path or an absolute path.
UmamiMultilingualInstallTest::testUmami in core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php
Ensures that Umami can be installed with Spanish as the default language.
UninstallDefaultContentTest::assertImportedCustomBlock in core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php
Assert block content are imported.
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.
UnpublishedBlockTest::testViewShowsCorrectStates in core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php
Tests unpublishing of block_content entities.
UpcastingTest::testEntityLanguage in core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
Confirms entity is shown in user's language by default.
UpcastingTest::testSameTypes in core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
Confirms we can upcast to controller arguments of the same type.
UpcastingTest::testUpcasting in core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
Confirms that all parameters are converted as expected.
UpdateApiEntityDefinitionUpdateTest::testStatusReport in core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php
Tests that entity updates are correctly reported in the status report page.
UpdateCacheTest::testCaches in core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php
Tests that caches are cleared during updates.
UpdateContribTest::testHookUpdateStatusAlter in core/modules/update/tests/src/Functional/UpdateContribTest.php
Checks that hook_update_status_alter() works to change a status.
UpdateContribTest::testNoReleasesAvailable in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests when there is no available release data for a contrib module.
UpdateContribTest::testNormalUpdateAvailable in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests the Update Manager module when one normal update is available.
UpdateContribTest::testUpdateBrokenFetchURL in core/modules/update/tests/src/Functional/UpdateContribTest.php
Makes sure that if we fetch from a broken URL, sane things happen.
UpdateCoreTest::testBrokenThenFixedUpdates in core/modules/update/tests/src/Functional/UpdateCoreTest.php
Checks that Drupal recovers after problems connecting to update server.
UpdateCoreTest::testLanguageModuleUpdate in core/modules/update/tests/src/Functional/UpdateCoreTest.php
Checks language module in core package at admin/reports/updates.
UpdateCoreTest::testLocalActions in core/modules/update/tests/src/Functional/UpdateCoreTest.php
Ensures that the local actions appear.
UpdateCoreTest::testMajorUpdateAvailable in core/modules/update/tests/src/Functional/UpdateCoreTest.php
Tests the Update Manager module when a major update is available.
UpdateCoreTest::testModulePageRegularUpdate in core/modules/update/tests/src/Functional/UpdateCoreTest.php
Checks the messages at admin/modules when an update is missing.
UpdateCoreTest::testModulePageRunCron in core/modules/update/tests/src/Functional/UpdateCoreTest.php
Checks that running cron updates the list of available updates.
UpdateCoreTest::testModulePageSecurityUpdate in core/modules/update/tests/src/Functional/UpdateCoreTest.php
Checks the messages at admin/modules when a security update is missing.
UpdateCoreTest::testModulePageUpToDate in core/modules/update/tests/src/Functional/UpdateCoreTest.php
Checks the messages at admin/modules when the site is up to date.
UpdateCoreTest::testNormalUpdateAvailable in core/modules/update/tests/src/Functional/UpdateCoreTest.php
Tests the Update Manager module when one normal update is available.
UpdateCoreTest::testSecurityCoverageMessage in core/modules/update/tests/src/Functional/UpdateCoreTest.php
Tests the security coverage messages for Drupal core versions.
UpdateFeedItemTest::testUpdateFeedItem in core/modules/aggregator/tests/src/Functional/UpdateFeedItemTest.php
Tests running "update items" from 'admin/config/services/aggregator' page.
UpdateFeedTest::testUpdateFeed in core/modules/aggregator/tests/src/Functional/UpdateFeedTest.php
Creates a feed and attempts to update it.
UpdateManagerUpdateTest::testIncompatibleUpdatesTable in core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php
Tests the Update form for a single test scenario of incompatible updates.
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.
UpdatePathRC1TestBaseTest::testDatabaseLoaded in core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php
Tests that the database was properly loaded.
UpdatePathTestBaseFilledTest::testUpdatedSite in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php
Tests that the content and configuration were properly updated.
UpdatePathTestBaseTest::testDatabaseLoaded in core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php
Tests that the database was properly loaded.
UpdatePathTestBaseTest::testPathAliasProcessing in core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php
Tests that path aliases are not processed during database updates.
UpdatePathWithBrokenRoutingTest::testWithBrokenRouting in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathWithBrokenRoutingTest.php
Tests running update.php with some form of broken routing.
UpdatePostUpdateTest::testPostUpdate in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php
Tests hook_post_update_NAME().
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::assertErrorOnUpdate in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Asserts an error is shown on the update and status report pages.
UpdateScriptTest::assertUpdateWithNoError in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Asserts a particular error is not shown on update and status report pages.
UpdateScriptTest::enableExtension in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Enables an extension using the UI.
UpdateScriptTest::runUpdates in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Helper function to run updates via the browser.
UpdateScriptTest::testMaintenanceModeLink in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Tests maintenance mode link on update.php.
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
UpdateTestBase::confirmRevokedStatus in core/modules/update/tests/src/Functional/UpdateTestBase.php
Confirms messages are correct when a release has been unpublished/revoked.
UpdateTestBase::confirmUnsupportedStatus in core/modules/update/tests/src/Functional/UpdateTestBase.php
Confirms messages are correct when a release has been marked unsupported.
UpdateTestBase::refreshUpdateStatus in core/modules/update/tests/src/Functional/UpdateTestBase.php
Refreshes the update status based on the desired available update scenario.
UpdateUploadTest::testFileNameExtensionMerging in core/modules/update/tests/src/Functional/UpdateUploadTest.php
Ensures that archiver extensions are properly merged in the UI.
UpdateUploadTest::testUpdateManagerCoreSecurityUpdateMessages in core/modules/update/tests/src/Functional/UpdateUploadTest.php
Checks the messages on update manager pages when missing a security update.
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.
UrlBubbleableMetadataBubblingTest::testUrlBubbleableMetadataBubbling in core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php
Tests that URL bubbleable metadata is correctly bubbled.
UrlTest::testLinkAttributes in core/modules/system/tests/src/Functional/Common/UrlTest.php
Tests that default and custom attributes are handled correctly on links.
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::testUserLoginBlock in core/modules/user/tests/src/Functional/UserBlocksTest.php
Test the user login block.
UserBlocksTest::testUserLoginBlockVisibility in core/modules/user/tests/src/Functional/UserBlocksTest.php
Tests that user login block is hidden from user/login.
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::testUserCancelInvalid in core/modules/user/tests/src/Functional/UserCancelTest.php
Attempt invalid account cancellations.
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.
UserChangedTest::testChangedField in core/modules/user/tests/src/Functional/Views/UserChangedTest.php
Tests changed field.
UserCreateTest::testUserAdd in core/modules/user/tests/src/Functional/UserCreateTest.php
Create a user through the administration interface and ensure that it displays in the user list.
UserEditTest::testUserEdit in core/modules/user/tests/src/Functional/UserEditTest.php
Test user edit page.
UserEditTest::testUserWellKnownChangePasswordAnon in core/modules/user/tests/src/Functional/UserEditTest.php
Tests well known change password route returns 403 to anonymous user.
UserEditTest::testUserWellKnownChangePasswordAuth in core/modules/user/tests/src/Functional/UserEditTest.php
Tests well known change password route redirects to user edit form.
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::loginFromResetEmail in core/modules/user/tests/src/Functional/UserLoginHttpTest.php
Login from reset password email.
UserLoginTest::testLoginCacheTagsAndDestination in core/modules/user/tests/src/Functional/UserLoginTest.php
Tests login with destination.
UserPasswordResetTest::testResetImpersonation in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Make sure that users cannot forge password reset URLs of other users.
UserPasswordResetTest::testUserPasswordReset in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Tests password reset functionality.
UserPasswordResetTest::testUserPasswordResetLoggedIn in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Test user password reset while logged in.
UserPasswordResetTest::testUserPasswordResetWithAdditionalAjaxForm in core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php
Tests password reset functionality with an AJAX form.
UserPasswordResetTest::testUserResetPasswordIpFloodControl in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Tests password reset flood control for one IP.
UserPasswordResetTest::testUserResetPasswordTextboxFilled in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Prefill the text box on incorrect login via link to password reset page.
UserPasswordResetTest::testUserResetPasswordUserFloodControl in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Tests password reset flood control for one user.
UserPasswordResetTest::testUserResetPasswordUserFloodControlIsCleared in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Tests user password reset flood control is cleared on successful reset.
UserPathTest::testUserLoginPage in core/modules/views/tests/src/Functional/UserPathTest.php
Tests if the login page is still available when using a wildcard path.
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.
UserRegistrationTest::testRegistrationDefaultValues in core/modules/user/tests/src/Functional/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithEmailVerification in core/modules/user/tests/src/Functional/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithUserFields in core/modules/user/tests/src/Functional/UserRegistrationTest.php
Tests Field API fields on user registration forms.
UserRoleAdminTest::testRoleAdministration in core/modules/user/tests/src/Functional/UserRoleAdminTest.php
Test adding, renaming and deleting roles.
UserRolesAssignmentTest::testCreateUserWithRole in core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php
Tests that when creating a user the role can be assigned. And that it can be removed again.
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.
UserTranslationUITest::doTestTranslationEdit in core/modules/user/tests/src/Functional/UserTranslationUITest.php
Tests edit content translation.
ValidationTest::testValidate in core/modules/system/tests/src/Functional/Form/ValidationTest.php
Tests #element_validate and #validate.
ValidationTest::testValidateLimitErrors in core/modules/system/tests/src/Functional/Form/ValidationTest.php
Tests partial form validation through #limit_validation_errors.
VersionTest::testModuleVersions in core/modules/system/tests/src/Functional/Module/VersionTest.php
Test version dependencies.
ViewAjaxTest::testAjaxView in core/modules/views/tests/src/Functional/ViewAjaxTest.php
Tests an ajax view.
ViewElementTest::testViewElement in core/modules/views/tests/src/Functional/ViewElementTest.php
Tests the rendered output and form output of a view element.
ViewElementTest::testViewElementEmbed in core/modules/views/tests/src/Functional/ViewElementTest.php
Tests the rendered output and form output of a view element, using the embed display plugin.
ViewNonTranslatableEntityTest::testViewNoTranslatableEntity in core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php
Tests displaying a view of non-translatable entities.
ViewsBulkTest::testBulkSelection in core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php
Tests bulk selection.
ViewsEscapingTest::testViewsFieldHeaderEscaping in core/modules/views/tests/src/Functional/ViewsEscapingTest.php
Tests for incorrectly escaped markup in a header label on a display table.
ViewsEscapingTest::testViewsViewFieldsEscaping in core/modules/views/tests/src/Functional/ViewsEscapingTest.php
Tests for incorrectly escaped markup in the views-view-fields.html.twig.
ViewsFormMultipleTest::testViewsFormMultiple in core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php
Tests the a page with multiple View forms in it.
ViewsFormTest::testFormWrapper in core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php
Tests the Views form wrapper.
ViewsIntegrationTest::testViewsAddResponsiveImageField in core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php
Tests integration with Views.
ViewsListingTest::testFilterViewsListing in core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php
Tests the filtering on the Views listing page.
ViewsModerationStateFilterTest::assertFilterStates in core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php
Assert the states which appear in the filter.
ViewsNoResultsBehaviorTest::testDuplicateText in core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php
Tests the view with the text.
ViewsThemeIntegrationTest::testThemedViewPage in core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php
Tests for exceptions and successful execution of hook_views_pre_render() and hook_views_post_render() in theme and subtheme.
ViewsUiIntegrationTest::testViewsAdmin in core/modules/media_library/tests/src/FunctionalJavascript/ViewsUiIntegrationTest.php
Tests that the integration with Views works correctly.
ViewsWizardTest::testCreateViewWizard in core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php
Tests creating a View using the wizard.
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms in core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php
Tests term language settings for vocabulary terms are saved and updated.
VocabularyLanguageTest::testVocabularyLanguage in core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php
Tests language settings for vocabularies.
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.
VocabularySerializationTest::testSerialization in core/modules/taxonomy/tests/src/Functional/VocabularySerializationTest.php
VocabularyTranslationTest::testVocabularyLanguage in core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php
Tests language settings for vocabularies.
VocabularyUiTest::testTaxonomyAdminDeletingVocabulary in core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php
Deleting a vocabulary.
VocabularyUiTest::testTaxonomyAdminNoVocabularies in core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php
Test the vocabulary overview with no vocabularies.
VocabularyUiTest::testVocabularyInterface in core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php
Create, edit and delete a vocabulary via the user interface.
WarmCacheUpdateFrom8dot6Test::testUpdatedSite in core/modules/system/tests/src/Functional/Update/WarmCacheUpdateFrom8dot6Test.php
Tests \Drupal\Core\Update\UpdateKernel::fixSerializedExtensionObjects().
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.
WidgetAnonymousTest::testWidgetAnonymous in core/modules/media_library/tests/src/FunctionalJavascript/WidgetAnonymousTest.php
Tests that the widget works as expected for anonymous users.
WidgetOEmbedTest::testWidgetOEmbed in core/modules/media_library/tests/src/FunctionalJavascript/WidgetOEmbedTest.php
Tests that oEmbed media can be added in the Media library's widget.
WidgetOEmbedTest::testWidgetOEmbedAdvancedUi in core/modules/media_library/tests/src/FunctionalJavascript/WidgetOEmbedTest.php
Tests that oEmbed media can be added in the widget's advanced UI.
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::testWidgetViews in core/modules/media_library/tests/src/FunctionalJavascript/WidgetViewsTest.php
Tests that the views in the Media library's widget work as expected.
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.
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::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::testModerationInWorkspace in core/modules/content_moderation/tests/src/Functional/WorkspaceContentModerationIntegrationTest.php
Tests moderating nodes in a workspace.
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::testQueryParameterNegotiator in core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php
Test switching workspace via a query parameter.
WorkspaceSwitcherTest::testSwitchingWorkspaces in core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php
Test switching workspace via the switcher block and admin page.
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::testWorkspaceToolbar in core/modules/workspaces/tests/src/Functional/WorkspaceTest.php
Test that the toolbar correctly shows the active workspace.
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.