You are here

2269 calls to UiHelperTrait::drupalGet() in Drupal 9

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
Tests 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::createFeed in core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php
Creates an aggregator feed.
AggregatorTestBase::createSampleNodes in core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php
Creates sample article nodes.
AggregatorTestBase::deleteFeed in core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php
Deletes an aggregator feed.
AggregatorTestBase::deleteFeedItems in core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php
Confirms an item removal from a feed.
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
Tests 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::testDrupalSettingsIsNotLoaded in core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php
Give ajax_page_state[libraries]=core/drupalSettings 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
Tests 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
Tests 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().
ArbitraryRebuildTest::testUserRegistrationMultipleField in core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php
Tests a rebuild caused by a multiple value field.
ArbitraryRebuildTest::testUserRegistrationRebuild in core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php
Tests a basic rebuild with the user registration form.
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 an 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
Tests node default argument.
ArgumentDefaultTest::testArgumentDefaultNoOptions in core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php
Tests the use of a default argument plugin that provides no options.
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
Tests access to protected base fields.
BasicAuthTest::testBasicAuth in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
Tests 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
BasicTest::testWizardDefaultValues in core/modules/views/tests/src/Functional/Wizard/BasicTest.php
Tests default plugin values are populated from the wizard form.
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
Tests a cacheable block without any additional cache context.
BlockCacheTest::testCachePerPage in core/modules/block/tests/src/Functional/BlockCacheTest.php
Tests "url" cache context.
BlockCacheTest::testCachePerRole in core/modules/block/tests/src/Functional/BlockCacheTest.php
Tests "user.roles" cache context.
BlockCacheTest::testCachePerUser in core/modules/block/tests/src/Functional/BlockCacheTest.php
Tests "user" cache context.
BlockCacheTest::testNoCache in core/modules/block/tests/src/Functional/BlockCacheTest.php
Tests non-cacheable block.
BlockContentContextualLinksTest::testBlockContentContextualLinks in core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php
Tests contextual links.
BlockContentCreationTest::testBlockContentCreation in core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php
Creates a "Basic page" block and verifies its consistency in the database.
BlockContentCreationTest::testBlockContentCreationMultipleViewModes in core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php
Creates a "Basic page" block with multiple view modes.
BlockContentCreationTest::testBlockDelete in core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php
Tests deleting a block.
BlockContentCreationTest::testConfigDependencies in core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php
Tests placed content blocks create a dependency in the block placement.
BlockContentCreationTest::testDefaultBlockContentCreation in core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php
Create a default custom 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.
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::testBlockContentAddPageOrder in core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php
Tests the order of the block content types on the add page.
BlockContentTypeTest::testBlockContentTypeCreation in core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php
Tests creating a block type programmatically and via a form.
BlockContentTypeTest::testBlockContentTypeDeletion in core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php
Tests deleting a block type that still has content.
BlockContentTypeTest::testBlockContentTypeEditing in core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php
Tests editing a block type using the UI.
BlockContentTypeTest::testsBlockContentAddTypes in core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php
Tests that redirects work as expected when multiple block types exist.
BlockContentWizardTest::testViewAddBlockContent in core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php
Tests creating a 'block_content' entity view.
BlockContextualLinksTest::testBlockContextualRemoveLinks in core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php
Test to ensure that remove contextual link is present in the block.
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.
BlockFilterTest::testBlockFilter in core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php
Tests block filter.
BlockFormInBlockTest::testCachePerPage in core/modules/block/tests/src/Functional/BlockFormInBlockTest.php
Tests to see if form in block's redirect isn't cached.
BlockFormInBlockTest::testPlaceholders in core/modules/block/tests/src/Functional/BlockFormInBlockTest.php
Tests 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
BlockInvalidRegionTest::testBlockInInvalidRegion in core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php
Tests that blocks assigned to invalid regions work correctly.
BlockLanguageCacheTest::testBlockLinks in core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php
Creates a block in a language, check blocks page in all languages.
BlockLanguageTest::setUp in core/modules/block/tests/src/Functional/BlockLanguageTest.php
BlockLanguageTest::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.
BlockLayoutTourTest::testBlockLayoutTourTips in core/modules/block/tests/src/Functional/BlockLayoutTourTest.php
Tests Block Layout tour tip availability.
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
Tests 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
Tests 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::testBlockToggleVisibility in core/modules/block/tests/src/Functional/BlockTest.php
Tests that visibility can be properly toggled.
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
Tests block visibility when leaving "pages" textarea empty.
BlockTest::testHideBlockTitle in core/modules/block/tests/src/Functional/BlockTest.php
Tests 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
Tests 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
Tests block admin page exists and functions correctly.
BlockUiTest::testBlockDemoUiPage in core/modules/block/tests/src/Functional/BlockUiTest.php
Tests block demo page exists and functions correctly.
BlockUiTest::testBlockPlacementIndicator in core/modules/block/tests/src/Functional/BlockUiTest.php
Tests the block placement indicator.
BlockUiTest::testBlockValidateErrors in core/modules/block/tests/src/Functional/BlockUiTest.php
Tests if validation errors are passed plugin form to the parent form.
BlockUiTest::testBrokenBlockVisibility in core/modules/block/tests/src/Functional/BlockUiTest.php
Tests that users without permission are not able to view broken blocks.
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::createBookNode in core/modules/book/tests/src/Functional/BookBreadcrumbTest.php
Creates a book node.
BookBreadcrumbTest::testBreadcrumbAccessUpdates in core/modules/book/tests/src/Functional/BookBreadcrumbTest.php
Tests that the breadcrumb is updated when book access changes.
BookBreadcrumbTest::testBreadcrumbTitleUpdates in core/modules/book/tests/src/Functional/BookBreadcrumbTest.php
Tests that the breadcrumb is updated when book content changes.
BookContentModerationTest::testBookWithPendingRevisions in core/modules/book/tests/src/Functional/BookContentModerationTest.php
Tests that book drafts can not modify the book outline.
BookJavascriptTest::testBookAddOutline in core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php
Tests book outline AJAX request.
BookJavascriptTest::testBookOrdering in core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php
Tests re-ordering of books.
BookRelationshipTest::createBookNode in core/modules/book/tests/src/Functional/Views/BookRelationshipTest.php
Creates a book node.
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::testEmptyBook in core/modules/book/tests/src/Functional/BookTest.php
Tests saving the book outline on an empty book.
BookTest::testGetTableOfContents in core/modules/book/tests/src/Functional/BookTest.php
Tests BookManager::getTableOfContents().
BookTest::testNavigationBlockOnAccessModuleInstalled in core/modules/book/tests/src/Functional/BookTest.php
Tests the book navigation block when an access module is installed.
BookTest::testSettingsForm in core/modules/book/tests/src/Functional/BookTest.php
Tests that the book settings form can be saved without error.
BooleanFieldTest::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
Tests 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::testAssertField in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests legacy field asserts using textfields.
BrowserTestBaseTest::testAssertFieldById in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests legacy field asserts by id and by Xpath.
BrowserTestBaseTest::testAssertFieldsByValue in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests legacy assertFieldsByValue().
BrowserTestBaseTest::testAssertHeader in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests legacy assertHeader().
BrowserTestBaseTest::testAssertNoText in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests deprecated assertNoText.
BrowserTestBaseTest::testAssertPattern in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests legacy assertPattern().
BrowserTestBaseTest::testAssertResponse in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests legacy assertResponse().
BrowserTestBaseTest::testAssertText in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests deprecated assertText.
BrowserTestBaseTest::testAssertTitle in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests legacy assertTitle().
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::testDrupalGetHeader in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests legacy drupalGetHeader().
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 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
Tests 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::testLegacyEscapingAssertions in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests deprecation of legacy assertEscaped() and assertNoEscaped().
BrowserTestBaseTest::testLegacyFieldAssertsByName in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests legacy assertFieldByName() and assertNoFieldByName().
BrowserTestBaseTest::testLegacyFieldAssertsForCheckbox in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests legacy assertFieldChecked() and assertNoFieldChecked().
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::testPageContainsNoDuplicateId in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests pageContainsNoDuplicateId() functionality.
BrowserTestBaseTest::testPipeCharInLocator in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests linkExists() with pipe character (|) in locator.
BrowserTestBaseTest::testResponseHeaderDoesNotExist in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests responseHeaderDoesNotExist() functionality.
BrowserTestBaseTest::testTextAsserts in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests legacy text asserts.
BrowserTestBaseTest::testVarDump in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests the dump() function provided by the var-dumper Symfony component.
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
Tests 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::testNodeDeleteAccess in core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php
Tests if nodes that may not be deleted, can not be deleted in bulk.
BulkFormAccessTest::testNodeEditAccess in core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php
Tests if nodes that may not be edited, can not be edited in bulk.
BulkFormAccessTest::testUserDeleteAccess in core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php
Tests if users that may not be deleted, can not be deleted in bulk.
BulkFormAccessTest::testUserEditAccess in core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php
Tests if users that may not be edited, can not be edited in bulk.
BulkFormTest::setUp in core/modules/node/tests/src/Functional/Views/BulkFormTest.php
BulkFormTest::testBulkForm in core/modules/views/tests/src/Functional/BulkFormTest.php
Tests the bulk form.
BulkFormTest::testBulkForm in core/modules/user/tests/src/Functional/Views/BulkFormTest.php
Tests the user bulk form.
CacheabilityMetadataConfigOverrideIntegrationTest::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
Tests 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
Tests 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.
ClaroPasswordConfirmWidgetTest::testPasswordConfirmMessage in core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroPasswordConfirmWidgetTest.php
Tests that password match message is invisible when widget is initialized.
ClaroTableDragTest::testNoDuplicates in core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php
Ensures that there are no duplicate tabledrag handles.
ClaroTest::testConfigSchema in core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php
Tests 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::testAutoloadFromModuleFile in core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php
Tests that .module files can use class constants in main section.
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.
ClassLoaderTest::testMultipleModules in core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php
Ensures the negative caches in the class loader don't result in crashes.
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.
CollapsedSummariesTest::testSummaries in core/modules/node/tests/src/FunctionalJavascript/CollapsedSummariesTest.php
Confirm that summaries are provided for node meta at all widths.
ColorConfigSchemaTest::testValidColorConfigSchema in core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php
Tests whether the color config schema is valid.
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
Tests whether the custom logo is used in the color preview.
ColorTest::testOverrideAndResetScheme in core/modules/color/tests/src/Functional/ColorTest.php
Tests whether the scheme can be set, viewed anonymously and reset.
ColorTest::testValidColor in core/modules/color/tests/src/Functional/ColorTest.php
Tests whether the provided color is valid.
ColorTest::_testColor in core/modules/color/tests/src/Functional/ColorTest.php
Tests the Color module functionality using the given theme.
CommandsTest::testAjaxCommands in core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php
Tests the various Ajax Commands.
CommentAccessTest::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
Tests comment approval functionality through admin/content/comment.
CommentAdminTest::testApprovalAdminInterface in core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php
Tests comment approval functionality through admin/content/comment.
CommentAdminTest::testApprovalNodeInterface in core/modules/comment/tests/src/Functional/CommentAdminTest.php
Tests comment approval functionality through the node interface.
CommentAdminTest::testCommentAdmin in core/modules/comment/tests/src/Functional/CommentAdminTest.php
Tests comment bundle admin.
CommentAdminTest::testCommentedEntityLabel in core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php
Tests commented entity label of admin view.
CommentAdminTest::testCommentedTranslationDeletion in core/modules/comment/tests/src/Functional/CommentAdminTest.php
Tests commented translation deletion admin view.
CommentAdminTest::testEditComment in core/modules/comment/tests/src/Functional/CommentAdminTest.php
Tests editing a comment as an admin.
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::testCommentFieldCreate in core/modules/comment/tests/src/Functional/CommentFieldsTest.php
Tests creating a comment field through the interface.
CommentFieldsTest::testCommentFieldDelete in core/modules/comment/tests/src/Functional/CommentFieldsTest.php
Tests that you can remove a comment field.
CommentFieldsTest::testCommentFieldLinksNonDefaultName in core/modules/comment/tests/src/Functional/CommentFieldsTest.php
Tests link building with non-default comment field names.
CommentFieldsTest::testCommentInstallAfterContentModule in core/modules/comment/tests/src/Functional/CommentFieldsTest.php
Tests that comment module works when installed after a content module.
CommentInterfaceTest::setUp in core/modules/comment/tests/src/Functional/CommentInterfaceTest.php
Set up comments to have subject and preview disabled.
CommentInterfaceTest::testAutoFilledHtmlSubject in core/modules/comment/tests/src/Functional/CommentInterfaceTest.php
Tests that automatic subject is correctly created from HTML comment text.
CommentInterfaceTest::testAutoFilledSubject in core/modules/comment/tests/src/Functional/CommentInterfaceTest.php
Tests that the subject is automatically filled if disabled or left blank.
CommentInterfaceTest::testCommentInterface in core/modules/comment/tests/src/Functional/CommentInterfaceTest.php
Tests the comment interface.
CommentInterfaceTest::testViewMode in core/modules/comment/tests/src/Functional/CommentInterfaceTest.php
Tests the comment formatter configured with a custom comment view mode.
CommentLanguageTest::setUp in core/modules/comment/tests/src/Functional/CommentLanguageTest.php
CommentLanguageTest::testCommentLanguage in core/modules/comment/tests/src/Functional/CommentLanguageTest.php
Tests 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
Tests 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::performCommentOperation in core/modules/comment/tests/src/Functional/CommentNonNodeTest.php
Performs the specified operation on the specified 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
Tests 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.
CommentPreviewTest::testCommentPreview in core/modules/comment/tests/src/Functional/CommentPreviewTest.php
Tests comment preview.
CommentPreviewTest::testCommentPreviewDuplicateSubmission in core/modules/comment/tests/src/Functional/CommentPreviewTest.php
Tests comment preview.
CommentRestExportTest::testCommentRestExport in core/modules/comment/tests/src/Functional/Views/CommentRestExportTest.php
Tests comment row.
CommentRowTest::testCommentRow in core/modules/comment/tests/src/Functional/Views/CommentRowTest.php
Tests 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::deleteComment in core/modules/comment/tests/src/Functional/CommentTestBase.php
Deletes a comment.
CommentTestBase::getUnapprovedComment in core/modules/comment/tests/src/Functional/CommentTestBase.php
Gets the comment ID for an unapproved comment.
CommentTestBase::performCommentOperation in core/modules/comment/tests/src/Functional/CommentTestBase.php
Performs the specified operation on the specified 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::doTestAuthoringInfo in core/modules/comment/tests/src/Functional/CommentTranslationUITest.php
Tests the translation authoring information.
CommentTranslationUITest::doTestPublishedStatus in core/modules/comment/tests/src/Functional/CommentTranslationUITest.php
Tests the translation publishing status.
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.
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
Tests 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
Tests 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.
ConfigExportTest::testAjaxOnExportPage in core/modules/config/tests/src/FunctionalJavascript/ConfigExportTest.php
Tests Ajax form functionality on the config export page.
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.
ConfigImportAllTest::testInstallUninstall in core/modules/config/tests/src/Functional/ConfigImportAllTest.php
Tests that a fixed set of modules can be installed and uninstalled.
ConfigImportInstallProfileTest::testInstallProfileValidation in core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php
Tests config importer cannot uninstall install profiles.
ConfigImportUITest::testBatchErrors in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests that errors set in the batch and on the ConfigImporter are merged.
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::testExtensionValidation in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests config importer cannot uninstall extensions which are depended on.
ConfigImportUITest::testImport in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests importing configuration.
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.
ConfigInstallWebTest::testUnmetDependenciesInstall in core/modules/config/tests/src/Functional/ConfigInstallWebTest.php
Tests unmet dependencies detection.
ConfigLanguageOverrideWebTest::testSiteNameTranslation in core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php
Tests translating the site name.
ConfigSingleImportExportTest::testExport in core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php
Tests exporting a single configuration file.
ConfigSingleImportExportTest::testImport in core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php
Tests importing a single configuration file.
ConfigSingleImportExportTest::testImportSimpleConfiguration in core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php
Tests importing a simple configuration file.
ConfigTest::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::setSiteInformation in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Sets site name and slogan for default language, helps in tests.
ConfigTranslationUiTest::testAccountSettingsConfigurationTranslation in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests the account settings translation interface.
ConfigTranslationUiTest::testAlterInfo in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests the config_translation_info_alter() hook.
ConfigTranslationUiTest::testBooleanFieldConfigTranslation in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests the translation of a boolean field settings.
ConfigTranslationUiTest::testContactConfigEntityTranslation in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests the contact form translation.
ConfigTranslationUiTest::testDateFormatTranslation in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests date format translation.
ConfigTranslationUiTest::testFieldConfigTranslation in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests the translation of field and field storage configuration.
ConfigTranslationUiTest::testLocaleDBStorage in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests translation storage in locale storage.
ConfigTranslationUiTest::testMenuTranslationWithoutChange in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Test translation save confirmation message.
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
Tests translation of plural strings with multiple plural forms in config.
ConfigTranslationUiTest::testPluralConfigStringsSourceElements in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests the number of source elements for plural strings in config translation forms.
ConfigTranslationUiTest::testSequenceTranslation in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests the sequence data type translation.
ConfigTranslationUiTest::testSingleLanguageUI in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests the single language existing.
ConfigTranslationUiTest::testSiteInformationTranslationUi in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests the site information translation interface.
ConfigTranslationUiTest::testSourceAndTargetLanguage in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests source and target language edge cases.
ConfigTranslationUiTest::testSourceValueDuplicateSave in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests the site information translation interface.
ConfigTranslationUiTest::testTextFormatTranslation in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests 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
Tests translation with URL and Preferred Admin Language negotiators.
ConfigurableLanguageManagerTest::testUrlContentTranslationWithSessionLanguage in core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php
Tests 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::submitPersonalContact in core/modules/contact/tests/src/Functional/ContactPersonalTest.php
Fills out a user's personal contact form and submits it.
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::addContactForm in core/modules/contact/tests/src/Functional/ContactSitewideTest.php
Adds a form.
ContactSitewideTest::deleteContactForms in core/modules/contact/tests/src/Functional/ContactSitewideTest.php
Deletes all forms.
ContactSitewideTest::submitContact in core/modules/contact/tests/src/Functional/ContactSitewideTest.php
Submits the contact form.
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.
ContactSitewideTest::updateContactForm in core/modules/contact/tests/src/Functional/ContactSitewideTest.php
Updates a 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
Tests 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
Tests that the source language is properly set when changing.
ContentTranslationLanguageChangeTest::testTitleDoesNotChangesOnChangingLanguageWidgetAndTriggeringAjaxCall in core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php
Tests 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
Tests 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::assertSettings in core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php
Asserts that translatability has the expected value for the given bundle.
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
Tests 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::doTestAuthoringInfo in core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
Tests the translation authoring information.
ContentTranslationUITestBase::doTestBasicTranslation in core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
Tests the basic translation workflow.
ContentTranslationUITestBase::doTestChangedTimeAfterSaveWithoutChanges in core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
Tests the changed time after API and FORM save without changes.
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::doTestTranslationChanged in core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
Tests the basic translation workflow.
ContentTranslationUITestBase::doTestTranslationDeletion in core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
Tests translation deletion.
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::setUp in core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php
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::setupEntity in core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php
Creates a test entity and translate it.
ContentTranslationWorkflowsTest::testWorkflows in core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php
Tests 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
Tests 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
Tests clicking contextual links.
ContextualLinksTest::testContextualLinksDestination in core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php
Tests 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.
ConvertTest::testConvertFileInRoot in core/modules/image/tests/src/Functional/ImageEffect/ConvertTest.php
Tests that files stored in the root folder are converted properly.
CorsIntegrationTest::testCrossSiteRequest in core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php
CredentialFormTest::testCredentialFrom in core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php
Test the credential form.
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
Tests 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
Tests race condition for CSRF tokens for simultaneous requests.
DatabaseDriverProvidedByModuleTest::testDatabaseDriverIsProvidedByModuleButTheModuleIsNotEnabled in core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php
Tests that the status page shows the error message.
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.
DateFormatsMachineNameTest::testDateFormatsMachineNameAllowedValues in core/modules/system/tests/src/Functional/System/DateFormatsMachineNameTest.php
Tests that date formats cannot be created with invalid machine names.
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
Tests default value functionality.
DateRangeFieldTest::testInvalidField in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
Tests 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
Tests default value functionality.
DateTimeFieldTest::testInvalidField in core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
Tests that invalid values are caught and marked as invalid.
DateTimeTest::testDateFormatConfiguration in core/modules/system/tests/src/Functional/System/DateTimeTest.php
Tests date format configuration.
DateTimeTest::testEnteringDateTimeViaSelectors in core/modules/system/tests/src/Functional/System/DateTimeTest.php
Tests handling case with invalid data in selectors (like February, 31st).
DateTimeTest::testTimeZoneHandling in core/modules/system/tests/src/Functional/System/DateTimeTest.php
Tests 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
Tests not-existing log event page.
DbLogTest::testLogEventPage in core/modules/dblog/tests/src/Functional/DbLogTest.php
Tests individual log event page.
DbLogTest::testLogEventPageWithMissingInfo in core/modules/dblog/tests/src/Functional/DbLogTest.php
Tests 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
Tests 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::verifyRowLimit in core/modules/dblog/tests/src/Functional/DbLogTest.php
Verifies setting of the database log row limit.
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
Tests access to deleting the default state.
DefaultModerationStateTest::testPublishedDefaultState in core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php
Tests 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::testEnableRequirementsFailureDependency in core/modules/system/tests/src/Functional/Module/DependencyTest.php
Tests enabling a module that depends on a module which fails hook_requirements().
DependencyTest::testEnableWithoutDependency in core/modules/system/tests/src/Functional/Module/DependencyTest.php
Attempts to enable the Content Translation module without Language enabled.
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::testModuleEnableOrder in core/modules/system/tests/src/Functional/Module/DependencyTest.php
Tests that module dependencies are enabled in the correct order in the UI.
DependencyTest::testProjectNamespaceForDependencies in core/modules/system/tests/src/Functional/Module/DependencyTest.php
Checks functionality of project namespaces for dependencies.
DependencyTest::testUninstallDependents in core/modules/system/tests/src/Functional/Module/DependencyTest.php
Tests attempting to uninstall a module that has installed dependents.
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
Tests 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
Tests 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.
DisplayFeedTranslationTest::setUp in core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php
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.
DoubleSlashTest::testMigrateUpgradeExecute in core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php
Executes all steps of migrations upgrade.
DownloadTest::checkUrl in core/modules/file/tests/src/Functional/DownloadTest.php
Download a file from the URL generated by generateString().
DownloadTest::doPrivateFileTransferTest in core/modules/file/tests/src/Functional/DownloadTest.php
Tests the private file transfer system.
DrupalDateTimeTest::testDateTimezone in core/modules/system/tests/src/Functional/Datetime/DrupalDateTimeTest.php
Tests that DrupalDateTime can detect the right timezone to use. Test with a variety of less commonly used timezone names to help ensure that the system timezone will be different than the stated timezones.
DrupalDateTimeTest::testSystemTimezone in core/modules/system/tests/src/Functional/Datetime/DrupalDateTimeTest.php
Tests 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.
EarlyDateTest::testTaxonomyEarlyDateNode in core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php
Tests taxonomy functionality with nodes prior to 1970.
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
Tests access to the editor image dialog.
EditorIntegrationLoadingTest::testUsersWithoutPermission in core/modules/quickedit/tests/src/Functional/EditorIntegrationLoadingTest.php
Tests loading of untransformed text when a user doesn't have access to it.
EditorIntegrationLoadingTest::testUserWithPermission in core/modules/quickedit/tests/src/Functional/EditorIntegrationLoadingTest.php
Tests loading of untransformed text when a user does have access to it.
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
Tests 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.
ElementsAccessTest::testAccessFalse in core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php
Ensures that child values are still processed when #access = FALSE.
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
Tests 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
Tests the #js_select property.
ElementsTableSelectTest::testAjax in core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php
Tests the presence of ajax functionality for all options.
ElementsTableSelectTest::testEmptyText in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
Tests the display of the #empty text when #options is an empty array.
ElementsTableSelectTest::testMultipleFalse in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
Tests the display of radios when #multiple is FALSE.
ElementsTableSelectTest::testMultipleFalseSubmit in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
Tests submission of values when #multiple is FALSE.
ElementsTableSelectTest::testMultipleTrue in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
Tests the display of checkboxes when #multiple is TRUE.
ElementsTableSelectTest::testMultipleTrueSubmit in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
Tests the submission of single and multiple values 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::testDefaultTabCleaned in core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php
Ensures that vertical tab form values are cleaned.
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 an autocomplete setting..
ElementTest::testFormElementErrors in core/modules/system/tests/src/Functional/Form/ElementTest.php
Tests form element error messages.
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.
EmailTest::testFormEmail in core/modules/system/tests/src/Functional/Form/EmailTest.php
Tests that #type 'email' fields are properly validated.
EmbeddedFormWidgetTest::testInsertionAndReselection in core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php
Tests 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().
EntityFormTest::testEntityFormModeAlter in core/modules/system/tests/src/Functional/Entity/EntityFormTest.php
Tests hook_entity_form_mode_alter().
EntityFormTest::testValidationHandlers in core/modules/system/tests/src/Functional/Entity/EntityFormTest.php
Checks that validation handlers works as expected.
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
Tests 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.
EntityReferenceAutoCreateTest::testMultipleTargetBundles in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAutoCreateTest.php
Tests if an entity reference field having multiple target bundles is storing the auto-created entity in the right destination.
EntityReferenceAutoCreateTest::testNoBundles in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAutoCreateTest.php
Tests autocreation for an entity that has no bundles.
EntityReferenceFieldCreationTest::testAddReferenceFieldTargetingEntityTypeWithoutId in core/modules/system/tests/src/Functional/Entity/EntityReferenceFieldCreationTest.php
Tests that entity reference fields cannot target entity types without IDs.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultConfigValue in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that dependencies due to default values can be removed.
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.
EntityReferenceFieldTranslatedReferenceViewTest::testEntityReferenceDisplay in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
Tests if the entity is displayed in an entity reference field.
EntityReferenceFileUploadTest::testFileUpload in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFileUploadTest.php
Tests that the autocomplete input element does not cause ajax fatal.
EntityReferenceIntegrationTest::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::testRequiredMediaField in core/modules/media_library/tests/src/FunctionalJavascript/EntityReferenceWidgetTest.php
Tests saving a required media library field.
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.
EntityTestRevisionTest::testRevisionsViewWithNoTypeOnBaseTable in core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php
Tests creating a view of revisions where the type is not on the base table.
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
Tests the error handler.
ErrorHandlerTest::testExceptionHandler in core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php
Tests 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.
ExperimentalModuleTest::testExperimentalConfirmForm in core/modules/system/tests/src/Functional/Module/ExperimentalModuleTest.php
Tests installing experimental modules and dependencies in the UI.
ExperimentalThemeTest::testExperimentalConfirmForm in core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php
Tests installing experimental themes and dependencies in the UI.
ExposedFilterAJAXTest::testExposedFiltering in core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php
Tests if exposed filtering via AJAX works for the "Content" View.
ExposedFilterAJAXTest::testExposedFilteringWithButtonElement in core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php
Tests exposed filtering via AJAX with a button element.
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
Tests 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
Tests 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.
FeedLanguageTest::testFeedLanguage in core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php
Tests creation of feeds with a language.
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
Tests 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
Tests 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.
FieldWebTest::testClickSortingDistinct in core/modules/views/tests/src/Functional/Handler/FieldWebTest.php
Tests the default click sorting functionality with distinct.
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::removeNodeFile in core/modules/file/tests/src/Functional/FileFieldTestBase.php
Removes a file from a node.
FileFieldTestBase::replaceNodeFile in core/modules/file/tests/src/Functional/FileFieldTestBase.php
Replaces a file within a node.
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
Tests the validation message is displayed only once for ajax uploads.
FileFieldValidateTest::testRequired in core/modules/file/tests/src/Functional/FileFieldValidateTest.php
Tests the required property on file fields.
FileFieldWidgetTest::doTestTemporaryFileRemovalExploit in core/modules/file/tests/src/Functional/FileFieldWidgetTest.php
Helper for testing exploiting the temporary file removal using fid.
FileFieldWidgetTest::testFileExtensionsSetting in core/modules/file/tests/src/Functional/FileFieldWidgetTest.php
Tests configuring file field's allowed file extensions setting.
FileFieldWidgetTest::testMaximumUploadFileSizeValidation in core/modules/file/tests/src/Functional/FileFieldWidgetTest.php
Tests maximum upload file size validation.
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::testFileNameTrim in core/modules/file/tests/src/Functional/FileManagedFileElementTest.php
Tests file names have leading . removed.
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.
FileOnTranslatedEntityTest::setUp in core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php
FileOnTranslatedEntityTest::testSyncedFiles in core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php
Tests synced file fields on translated nodes.
FilePathTest::testFilePath in core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php
Executes all steps of migrations upgrade.
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.
FilterAdminTest::testUrlFilterAdmin in core/modules/filter/tests/src/Functional/FilterAdminTest.php
Tests the URL filter settings form is properly validated.
FilterCriteriaTest::testFilterCriteriaDialog in core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php
Tests dialog for filter criteria.
FilterCriteriaTest::testOperatorLabels in core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php
Tests operator labels.
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::_testFilterDatetimeUI in core/modules/views/tests/src/Functional/Handler/FilterDateTest.php
Tests datetime grouped filter UI.
FilterDateTest::_testFilterDateUI in core/modules/views/tests/src/Functional/Handler/FilterDateTest.php
Tests date filter UI.
FilterDateTest::_testUiValidation in core/modules/views/tests/src/Functional/Handler/FilterDateTest.php
Make sure the validation callbacks works.
FilterDefaultFormatTest::testDefaultTextFormats in core/modules/filter/tests/src/Functional/FilterDefaultFormatTest.php
Tests if the default text format is accessible to users.
FilterFormatAccessTest::setUp in core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php
FilterFormatAccessTest::testFormatPermissions in core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php
Tests the Filter format access permissions functionality.
FilterFormatAccessTest::testFormatWidgetPermissions in core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php
Tests editing a page using a disallowed text format.
FilterFormTest::doFilterFormTestAsAdmin in core/modules/filter/tests/src/Functional/FilterFormTest.php
Tests the behavior of the 'text_format' element as an administrator.
FilterFormTest::doFilterFormTestAsNonAdmin in core/modules/filter/tests/src/Functional/FilterFormTest.php
Tests the behavior of the 'text_format' element as a normal user.
FilterHooksTest::testFilterHooks in core/modules/filter/tests/src/Functional/FilterHooksTest.php
Tests hooks on format management.
FilterHtmlImageSecureTest::testImageSource in core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php
Tests removal of images having a non-local source.
FilterHtmlTest::testTableTags in core/modules/filter/tests/src/FunctionalJavascript/FilterHtmlTest.php
Tests restricting HTML to table tags.
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::testAddingFilter in core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FilterTest.php
Tests adding a filter handler.
FilterTest::testInOperatorSelectAllOptions in core/modules/views/tests/src/Functional/Plugin/FilterTest.php
Tests no error message is displayed when all options are selected in an exposed filter.
FilterTest::testLimitExposedOperators in core/modules/views/tests/src/Functional/Plugin/FilterTest.php
Tests the limit of the expose operator functionality.
FocusFirstCommandTest::testFocusFirst in core/tests/Drupal/FunctionalJavascriptTests/Ajax/FocusFirstCommandTest.php
Tests AjaxFocusFirstCommand on a page.
FormatDateTest::testAdminDefinedFormatDate in core/modules/system/tests/src/Functional/Common/FormatDateTest.php
Tests admin-defined formats in DateFormatterInterface::format().
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.
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::testCheckboxProcessing in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests default value handling for checkboxes.
FormTest::testColorValidation in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests validation of #type 'color' elements.
FormTest::testDisabledElements in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests 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::testFieldFormSingleRequired 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
Tests 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::testNumber in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests validation of #type 'number' and 'range' elements.
FormTest::testRange in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests default value handling of #type 'range' elements.
FormTest::testRequiredAttribute in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests required attribute.
FormTest::testRequiredCheckboxesRadio in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests validation for required checkbox, select, and radio elements.
FormTest::testRequiredTextfieldNoTitle in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests validation for required textfield element without title.
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::createForumTopics in core/modules/forum/tests/src/Functional/ForumBlockTest.php
Creates a forum topic.
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::createForum in core/modules/forum/tests/src/Functional/ForumTest.php
Creates a forum container or a forum.
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::editForumVocabulary in core/modules/forum/tests/src/Functional/ForumTest.php
Edits the forum taxonomy.
ForumTest::testAddOrphanTopic in core/modules/forum/tests/src/Functional/ForumTest.php
Tests that forum nodes can't be added without a parent.
ForumTest::testForum in core/modules/forum/tests/src/Functional/ForumTest.php
Tests forum functionality through the admin and user interfaces.
ForumTest::testForumTopicButton in core/modules/forum/tests/src/Functional/ForumTest.php
Evaluate whether "Add new Forum topic" button is present or not.
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.
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
Tests 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
Tests that the glossary also works on a language prefixed URL.
GroupedExposedFilterTest::testGroupedFilterValuesUI in core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php
Tests 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.
HelpTopicSearchTest::testUninstallSearch in core/modules/help_topics/tests/src/Functional/HelpTopicSearchTest.php
Tests uninstalling the search 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::testHelpLinks in core/modules/help_topics/tests/src/Functional/HelpTopicTest.php
Verifies links on various topic pages.
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.
HelpTopicTranslationTest::testHelpTopicTranslations in core/modules/help_topics/tests/src/Functional/HelpTopicTranslationTest.php
Tests help topic translations.
HiddenTaxonomyTermReferenceFieldWizardTest::testHiddenTaxonomyTermReferenceField in core/modules/node/tests/src/Functional/Views/Wizard/HiddenTaxonomyTermReferenceFieldWizardTest.php
Tests content type with a hidden Taxonomy Term Reference field.
HistoryTest::testHistory in core/modules/history/tests/src/Functional/HistoryTest.php
Verifies that the history endpoints work.
HookRequirementsTest::testHookRequirementsFailure in core/modules/system/tests/src/Functional/Module/HookRequirementsTest.php
Assert that a module cannot be installed if it fails hook_requirements().
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
Tests rendering of ['#attached'].
HtmlResponseAttachmentsTest::testRenderCachedBlock in core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php
Tests caching of ['#attached'].
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
Tests flush user interface.
ImageAdminStylesTest::testImageStyleAccess in core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
Tests access for the image style listing.
ImageAdminStylesTest::testNumericStyleName in core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
Tests creating an image style with a numeric name.
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
Tests deleting a style and choosing a replacement style.
ImageDimensionsTest::testImageDimensions in core/modules/image/tests/src/Functional/ImageDimensionsTest.php
Tests 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
Tests 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
Tests image formatters on node display.
ImageFieldTestBase::previewNodeImage in core/modules/image/tests/src/Functional/ImageFieldTestBase.php
Preview an image in a node.
ImageFieldTestBase::uploadNodeImage in core/modules/image/tests/src/Functional/ImageFieldTestBase.php
Upload an image to a node.
ImageFieldValidateTest::testAJAXValidationMessage in core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php
Tests 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.
ImageFieldValidateTest::testRequiredAttributes in core/modules/image/tests/src/Functional/ImageFieldValidateTest.php
Tests that required alt/title fields gets validated right.
ImageFieldValidateTest::testValid in core/modules/image/tests/src/Functional/ImageFieldValidateTest.php
Tests image validity.
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.
ImageLoadingAttributeTest::testImageLoadingAttribute in core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php
Tests that loading attribute is enabled for images.
ImageOnTranslatedEntityTest::setUp in core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php
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.
ImageStyleFlushTest::testFlush in core/modules/image/tests/src/Functional/ImageStyleFlushTest.php
General test to flush a style.
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.
ImportOpmlTest::submitImportForm in core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php
Submits form with invalid, empty, and valid OPML files.
ImportOpmlTest::validateImportFormFields in core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php
Submits form filled with invalid fields.
IndexPhpTest::testIndexPhpHandling in core/modules/system/tests/src/Functional/System/IndexPhpTest.php
Tests 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
Tests access to private files added to inline blocks in the layout builder.
InlineBlockTest::assertNodeRevisionContent in core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php
Assert the contents of a node revision.
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::testInlineBlocksRevisioningIntegrity 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.
InlineFormErrorsIntegrationTest::testDisabledInlineFormErrors in core/modules/quickedit/tests/src/FunctionalJavascript/InlineFormErrorsIntegrationTest.php
Tests that the inline form errors are not visible for Quick Edit forms.
InstallerExistingConfigSyncDriectoryProfileMismatchTest::setUpSettings in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php
Installer step: Configure settings.
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.
InstallerTranslationMultipleLanguageTest::verifyImportedStringsTranslated in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php
Helper function to verify that the expected strings are translated.
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.
InstallerWithTablePrefixArrayTest::testInstall in core/tests/Drupal/FunctionalTests/Installer/InstallerWithTablePrefixArrayTest.php
Ensures that the status report raises the warning after installation.
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::assertSuccessfulUninstall in core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
Uninstalls a module and asserts that it was done correctly.
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
Tests Javascript deprecation notices.
JavascriptErrorsSuppressionTest::testJavascriptErrors in core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsSuppressionTest.php
Tests that JavaScript console errors can be suppressed.
JavascriptErrorsTest::testJavascriptErrors in core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsTest.php
Tests that JavaScript console errors will result in a deprecation warning.
JavascriptGetDrupalSettingsTest::testGetDrupalSettings in core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php
Tests retrieval of Drupal settings.
JavascriptStatesTest::doCheckboxesTriggerTests in core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php
Tests states of elements triggered by a checkboxes element.
JavascriptStatesTest::doCheckboxTriggerTests in core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php
Tests states of elements triggered by a checkbox element.
JavascriptStatesTest::doMultipleTriggerTests in core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php
Tests states of elements triggered by multiple elements.
JavascriptStatesTest::doRadiosTriggerTests in core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php
Tests states of elements triggered by a radios element.
JavascriptStatesTest::doSelectTriggerTests in core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php
Tests states of elements triggered by a select element.
JavascriptStatesTest::doTextfieldTriggerTests in core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php
Tests states of elements triggered by a textfield element.
JqueryUiLibraryAssetsTest::testAssetLoadingUnchanged in core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php
Confirms jQuery UI assets load as expected.
JqueryUiLibraryAssetsTest::testLibraryAssetLoadingOrder in core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php
Confirms that jQuery UI assets load on the page in the configured order.
JsMessageTest::testAddRemoveMessages in core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php
Tests 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
Tests the GET method.
JsonApiFunctionalTest::testReferencingTwiceRead in core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTest.php
Tests 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::setUp in core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php
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.
LanguageConfigSchemaTest::testValidLanguageConfigSchema in core/modules/language/tests/src/Functional/LanguageConfigSchemaTest.php
Tests whether the language config schema is valid.
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.
LanguageConfigurationElementTest::testNodeTypeDelete in core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php
Tests the language settings are deleted on bundle delete.
LanguageConfigurationElementTest::testNodeTypeUpdate in core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php
Tests that the configuration is retained when the node type is updated.
LanguageConfigurationElementTest::testTaxonomyVocabularyUpdate in core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php
Tests that the configuration is retained when a vocabulary is updated.
LanguageConfigurationTest::testLanguageConfiguration in core/modules/language/tests/src/Functional/LanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
LanguageConfigurationTest::testLanguageConfigurationWeight in core/modules/language/tests/src/Functional/LanguageConfigurationTest.php
Functional tests for setting system language weight on adding, editing and deleting languages.
LanguageCustomLanguageConfigurationTest::testLanguageConfiguration in core/modules/language/tests/src/Functional/LanguageCustomLanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
LanguageEntityFieldAccessHookTest::testHookEntityFieldAccess in core/modules/language/tests/src/Functional/LanguageEntityFieldAccessHookTest.php
Tests compatibility with hook_entity_field_access().
LanguageListModuleInstallTest::testModuleInstallLanguageList in core/modules/language/tests/src/Functional/LanguageListModuleInstallTest.php
Tests enabling Language.
LanguageListTest::testLanguageList in core/modules/language/tests/src/Functional/LanguageListTest.php
Functional tests for adding, editing and deleting languages.
LanguageLocaleListTest::testLanguageLocaleList in core/modules/language/tests/src/Functional/LanguageLocaleListTest.php
Tests adding, editing, and deleting languages.
LanguageNegotiationContentEntityTest::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::setUp in core/modules/language/tests/src/Functional/LanguageNegotiationInfoTest.php
LanguageNegotiationInfoTest::testConfigLangTypeAlterations in core/modules/language/tests/src/Functional/LanguageNegotiationInfoTest.php
Tests altering config of configurable language types.
LanguageNegotiationInfoTest::testInfoAlterations in core/modules/language/tests/src/Functional/LanguageNegotiationInfoTest.php
Tests alterations to language types/negotiation info.
LanguageNegotiationUrlTest::setUp in core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php
LanguageNegotiationUrlTest::testDomain in core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php
@covers ::processInbound
LanguagePathMonolingualTest::setUp in core/modules/language/tests/src/Functional/LanguagePathMonolingualTest.php
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::testLanguageBlock in core/modules/language/tests/src/Functional/LanguageSwitchingTest.php
Functional tests for the language switcher block.
LanguageSwitchingTest::testLanguageBlockWithDomain in core/modules/language/tests/src/Functional/LanguageSwitchingTest.php
Tests 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::testLanguageLinkActiveClass in core/modules/language/tests/src/Functional/LanguageSwitchingTest.php
Tests active class on links when switching languages.
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::testContentCustomization in core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php
Tests persistence of negotiation settings for the content language type.
LanguageUILanguageNegotiationTest::testDisableLanguageSwitcher in core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php
Tests if the language switcher block gets deleted when a language type has been made not configurable.
LanguageUILanguageNegotiationTest::testLanguageDomain in core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php
Tests URL handling when separate domains are used for multiple languages.
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
Tests 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::testDomainNameNegotiationPort in core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php
Check URL rewriting when using a domain name and a non-standard port.
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.
LayoutBuilderContentModerationIntegrationTest::testModeratedInlineBlockBundles in core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php
Test placing inline blocks that belong to a moderated custom block bundle.
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.
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
Tests blocks containing forms can be successfully saved editing defaults.
LayoutBuilderNestedFormUiTest::testAddingFormBlocksToOverrides in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderNestedFormUiTest.php
Tests 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.
LayoutBuilderPrepareLayoutTest::testAlterPrepareLayout in core/modules/layout_builder/tests/src/Functional/LayoutBuilderPrepareLayoutTest.php
Tests that we can alter a Layout Builder element while preparing.
LayoutBuilderQuickEditTest::assertQuickEditInit in core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php
Asserts that Quick Edit is initialized on the node view correctly.
LayoutBuilderQuickEditTest::createLayoutOverride in core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php
Creates a layout override.
LayoutBuilderQuickEditTest::disableLayoutBuilder in core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php
Disables Layout Builder.
LayoutBuilderQuickEditTest::enableLayouts in core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php
Enables layouts at an admin path.
LayoutBuilderQuickEditTest::revertLayoutToDefaults in core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php
Reverts a layout override.
LayoutBuilderQuickEditTest::testPlaceFieldBlockFromDifferentEntityType in core/modules/quickedit/tests/src/Functional/LayoutBuilderQuickEditTest.php
Tests Quick Edit integration with a block from a different entity type.
LayoutBuilderQuickEditTest::testQuickEditIgnoresDuplicateFields in core/modules/quickedit/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
Tests 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::testContextAwareLayouts in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
Tests that layouts can be context-aware.
LayoutBuilderTest::testCustomSectionAttributes in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
Tests that sections can provide custom attributes.
LayoutBuilderTest::testDeletedView in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
Tests that deleting a View block used in Layout Builder works.
LayoutBuilderTest::testDeleteField in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
Tests deleting a field in-use by an overridden layout.
LayoutBuilderTest::testExtraFields in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
Tests that extra fields work before and after enabling Layout Builder.
LayoutBuilderTest::testFormAlter in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
Tests that hook_form_alter() has access to the Layout Builder info.
LayoutBuilderTest::testFullViewModeMultipleBundles in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
Ensures that one bundle doesn't interfere with another bundle.
LayoutBuilderTest::testHtmlEntityFormControllerDecoration in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
Test decorating controller.entity_form while layout_builder is installed.
LayoutBuilderTest::testLayoutBuilderChooseBlocksAlter in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
LayoutBuilderTest::testLayoutBuilderContexts in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
Tests the Layout Builder UI with a context defined at runtime.
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::testRemovingSectionWithoutLayoutLabel in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
Tests removing section without layout label configuration.
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::addEntityTranslation in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php
Adds an entity translation.
LayoutBuilderTranslationTest::addLayoutOverride in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php
Adds a layout override.
LayoutBuilderTranslationTest::setUpEntities in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php
Setup translated entity with layouts.
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::setUp in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php
LayoutBuilderUiTest::testAddHighlights in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php
Tests that elements that open the dialog are properly highlighted.
LayoutBuilderUiTest::testNewExtraField in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php
Tests removing newly added extra field.
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::testLayoutDeletingBundle in core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php
Tests that deleting a bundle removes the layout.
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::assertInvalidEntries in core/modules/link/tests/src/Functional/LinkFieldTest.php
Asserts that invalid URLs cannot be submitted.
LinkFieldTest::assertValidEntries in core/modules/link/tests/src/Functional/LinkFieldTest.php
Asserts that valid URLs can be submitted.
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::testNoLinkUri in core/modules/link/tests/src/Functional/LinkFieldTest.php
Tests <nolink> and <none> as link uri.
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
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
Tests update changes configuration translations if enabled after language.
LocaleConfigTranslationImportTest::testConfigTranslationModuleInstall in core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php
Tests update changes configuration translations if enabled after language.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete in core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php
Tests removing a string from Locale deletes configuration translations.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverridePreserve in core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php
Tests removing a string from Locale changes configuration translations.
LocaleConfigTranslationTest::setUp in core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php
LocaleConfigTranslationTest::testConfigTranslation in core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php
Tests basic configuration translation.
LocaleConfigTranslationTest::testOptionalConfiguration in core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php
Tests translatability of optional configuration in locale.
LocaleContentTest::testContentTypeDirLang in core/modules/locale/tests/src/Functional/LocaleContentTest.php
Tests if a dir and lang tags exist in node's attributes.
LocaleContentTest::testContentTypeLanguageConfiguration in core/modules/locale/tests/src/Functional/LocaleContentTest.php
Tests 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::testExportTranslation in core/modules/locale/tests/src/Functional/LocaleExportTest.php
Tests exportation of translations.
LocaleExportTest::testExportTranslationTemplateFile in core/modules/locale/tests/src/Functional/LocaleExportTest.php
Tests 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.
LocaleImportFunctionalTest::importPoFile in core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
Helper function: import a standalone .po file in a given language.
LocaleImportFunctionalTest::testConfigPoFile in core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
Tests .po file import with configuration translation.
LocaleImportFunctionalTest::testEmptyMsgstr in core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
Tests empty msgstr at end of .po file see #611786.
LocaleImportFunctionalTest::testStandalonePoFile in core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
Tests import of standalone .po files.
LocaleJavascriptTranslationTest::testLocaleTranslationJsDependencies in core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php
Assert translations JS is added before drupal.js, because it depends on it.
LocaleLocaleLookupTest::testCircularDependency in core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php
Tests that there are no circular dependencies.
LocaleLocaleLookupTest::testFixOldPluralStyle in core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php
Tests old plural style @count[number] fix.
LocaleLocaleLookupTest::testLanguageFallbackDefaults in core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php
Tests 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
Tests if a language can be associated with a path alias.
LocalePluralFormatTest::importPoFile in core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php
Imports a standalone .po file in a given language.
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::testEnglishTranslation in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
Enable interface translation to English.
LocaleTranslationUiTest::testJavaScriptTranslation in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
Adds a language and checks that the JavaScript translation files are properly created and rebuilt on deletion.
LocaleTranslationUiTest::testStringSearch in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
Tests translation search form.
LocaleTranslationUiTest::testStringTranslation in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
Adds a language and tests string translation by users with the appropriate permissions.
LocaleTranslationUiTest::testStringValidation in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
Tests the validation of the translation input.
LocaleTranslationUiTest::testUICustomizedStrings in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
Tests that only changed strings are saved customized when edited.
LocaleUpdateBase::addLanguage in core/modules/locale/tests/src/Functional/LocaleUpdateBase.php
Adds a language.
LocaleUpdateCronTest::testUpdateCron in core/modules/locale/tests/src/Functional/LocaleUpdateCronTest.php
Tests interface translation update using cron.
LocaleUpdateDevelopmentReleaseTest::setUp in core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php
LocaleUpdateInterfaceTest::testInterface in core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php
Tests the user interfaces of the interface translation update system.
LocaleUpdateTest::testEnableCustomLanguage in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
Tests automatic translation import when a custom language is added.
LocaleUpdateTest::testEnableLanguage in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
Tests automatic translation import when a language is added.
LocaleUpdateTest::testEnableUninstallModule in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
Tests automatic translation import when a module is enabled.
LocaleUpdateTest::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
Tests 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
Tests 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::testViewModeCustom in core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php
Tests switching view modes to use custom or 'default' settings'.
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::testDisallowedFieldNames in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests that Field UI respects disallowed field names.
ManageFieldsFunctionalTest::testDuplicateFieldName in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests that a duplicate field name is caught by validation.
ManageFieldsFunctionalTest::testExternalDestinations in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests that external URLs in the 'destinations' query parameter are blocked.
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
Tests view access control on the canonical page.
MediaAccessTest::testMediaAccess in core/modules/media/tests/src/Functional/MediaAccessTest.php
Tests 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
Tests 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.
MediaLibraryDisplayModeTest::testDisplayModes in core/modules/media_library/tests/src/Functional/MediaLibraryDisplayModeTest.php
Tests that the Media Library can automatically configure display modes.
MediaOverviewPageTest::testMediaOverviewPage in core/modules/media/tests/src/Functional/MediaOverviewPageTest.php
Tests 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
Tests our custom help texts when creating a field.
MediaRequirementsTest::testMissingSourceFieldDefinition in core/modules/media/tests/src/Functional/MediaRequirementsTest.php
Tests that the requirements check can handle a missing source 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 an 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
Tests 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
Tests 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.
MediaSourceImageTest::testOnlyMainPropertiesTriggerSourceFieldChanged in core/modules/media/tests/src/Functional/MediaSourceImageTest.php
Test that non-main properties do not trigger source field value change.
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
Tests that a security warning appears if iFrame domain is not set.
MediaSourceTestBase::doTestCreateMediaType in core/modules/media/tests/src/FunctionalJavascript/MediaSourceTestBase.php
Tests generic media type creation.
MediaStandardProfileTest::audioTest in core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php
Tests the standard profile configuration for media type 'audio'.
MediaStandardProfileTest::documentTest in core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php
Tests the standard profile configuration for media type 'document'.
MediaStandardProfileTest::imageTest in core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php
Tests the standard profile configuration for media type 'image'.
MediaStandardProfileTest::remoteVideoTest in core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php
Tests the standard profile configuration for media type 'remote_video'.
MediaStandardProfileTest::videoTest in core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php
Tests 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
Tests 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
Tests 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
Tests 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.
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.
MenuActiveTrail403Test::testMenuActiveTrail403Cache in core/tests/Drupal/FunctionalTests/Menu/MenuActiveTrail403Test.php
Tests that visiting 403 page does not override original active trail.
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.
MenuLinkReorderTest::testDefaultMenuLinkReorder in core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php
Tests 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
Tests 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
Tests path containing "exotic" characters.
MenuRouterTest::doTestHookMenuIntegration in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Tests 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
Tests menu links that have optional placeholders.
MenuRouterTest::doTestThemeCallbackAdministrative in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Tests the theme negotiation when it is set to use an administrative theme.
MenuRouterTest::doTestThemeCallbackFakeTheme in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Tests 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
Tests the theme negotiation when the site is in maintenance mode.
MenuRouterTest::doTestThemeCallbackNoThemeRequested in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Tests the theme negotiation when no theme is requested.
MenuRouterTest::doTestThemeCallbackOptionalTheme in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Tests the theme negotiation when it is set to use an optional theme.
MenuRouterTest::doTestTitleCallbackFalse in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Tests 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
Tests 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.
MenuUiContentModerationTest::testMenuUiWithPendingRevisions in core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php
Tests that node drafts can not modify the menu settings.
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
Tests 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::addInvalidMenuLink in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Attempts to add menu link with invalid path or no access permission.
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::disableMenuLink in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Disables a menu link.
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::enableMenuLink in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Enables a menu link.
MenuUiTest::modifyMenuLink in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Modifies a menu link using the UI.
MenuUiTest::moveMenuLink in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Changes the parent of a menu link using the UI.
MenuUiTest::resetMenuLink in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Resets a standard menu link using the UI.
MenuUiTest::testExpandAllItems in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Tests 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
Tests that menu links with pending revisions can not be re-parented.
MenuUiTest::testSystemMenuRename in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Tests renaming the built-in menu.
MenuUiTest::testUnpublishedNodeMenuItem in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Tests that menu items pointing to unpublished nodes are editable.
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
Tests 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::doUpgradeAndIncremental in core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php
Executes an upgrade and then an incremental 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.
MigrateUpgradeTestBase::submitCredentialForm in core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php
Navigates to the credential form and submits valid credentials.
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.
ModeratedContentLocalTaskTest::testModeratedContentLocalTask in core/modules/content_moderation/tests/src/Functional/ModeratedContentLocalTaskTest.php
Tests the moderated content local task appears.
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
Tests the moderated content page with multilingual content.
ModerationActionsTest::testNodeStatusActions in core/modules/content_moderation/tests/src/Functional/ModerationActionsTest.php
Tests the node status actions report moderation status to users correctly.
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::testAlternativeModerationStateWidget in core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php
Tests the moderation_state field when an alternative widget is set.
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
Tests 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
Tests that reverting a revision works.
ModerationStateAccessTest::testViewShowsCorrectStates in core/modules/content_moderation/tests/src/Functional/ModerationStateAccessTest.php
Tests 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::testCreatingContent in core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTest.php
Tests creating and deleting content.
ModerationStateNodeTest::testFormSaveDestination in core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTest.php
Tests edit form destinations.
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::testInstalledIncompatibleModule in core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php
Tests that incompatible modules message is shown.
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
Tests the module form with modules with invalid info.yml files.
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.
MoveBlockFormTest::setUp in core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php
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.
MultiStepNodeFormBasicOptionsTest::testMultiStepNodeFormBasicOptions in core/modules/node/tests/src/Functional/MultiStepNodeFormBasicOptionsTest.php
Tests changing the default values of basic options to ensure they persist.
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::testAssignOwnerNodeActionAutocomplete in core/modules/node/tests/src/Functional/NodeActionsConfigurationTest.php
Tests the autocomplete field when configuring the AssignOwnerNode action.
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::testDeprecatedNodeTypeCondition in core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php
Tests customization of deprecated node type condition.
NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php
Tests the recent comments block.
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
Tests 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::testAuthoredDate in core/modules/node/tests/src/Functional/NodeCreationTest.php
Creates nodes with different authored dates.
NodeCreationTest::testNodeAddPageOrder in core/modules/node/tests/src/Functional/NodeCreationTest.php
Tests the order of the node types on the add page.
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.
NodeCreationTest::testUnpublishedNodeCreation in core/modules/node/tests/src/Functional/NodeCreationTest.php
Creates an unpublished node and confirms correct redirect behavior.
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::setUp in core/modules/node/tests/src/Functional/NodeFieldMultilingualTest.php
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.
NodeFormSaveChangedTimeTest::testChangedTimeAfterSaveWithoutChanges in core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php
Tests the changed time after API and FORM save without changes.
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.
NodePostSettingsTest::testPagePostInfo in core/modules/node/tests/src/Functional/NodePostSettingsTest.php
Confirms "Basic page" content type and post information is on a new node.
NodePreviewAnonymousTest::testAnonymousPagePreview in core/modules/node/tests/src/Functional/NodePreviewAnonymousTest.php
Checks the node preview functionality for anonymous users.
NodePreviewLinkTest::testPreviewLinks in core/modules/node/tests/src/FunctionalJavascript/NodePreviewLinkTest.php
Tests the behavior of clicking preview links.
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.
NodeRevisionsTest::testRevisionTranslationRevert in core/modules/node/tests/src/Functional/NodeRevisionsTest.php
Tests the revision translations are correctly reverted.
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.
NodeRevisionWizardTest::testViewAdd in core/modules/node/tests/src/Functional/Views/Wizard/NodeRevisionWizardTest.php
Tests creating a node revision view.
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::doTestAuthoringInfo in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
Tests the translation authoring information.
NodeTranslationUITest::doTestPublishedStatus in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
Tests the translation publishing status.
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::setUp in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
NodeTranslationUITest::testDetailsTitleIsNotEscaped in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
Tests 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.
NodeWizardTest::testViewAddWithNodeTitles in core/modules/views/tests/src/Functional/Wizard/NodeWizardTest.php
Tests creating a view with node titles.
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.
NonDefaultBlockAdminTest::testNonDefaultBlockAdmin in core/modules/block/tests/src/Functional/NonDefaultBlockAdminTest.php
Tests non-default theme admin.
NoPreExistingSchemaUpdateTest::testNoPreExistingSchema in core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php
Tests 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
Tests decimal field.
NumberFieldTest::testNumberFloatField in core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
Tests float field.
NumberFieldTest::testNumberFormatter in core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php
Tests default formatter behavior.
NumberFieldTest::testNumberIntegerField in core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
Tests integer field.
NumericFormatPluralTest::testNumericFormatPlural in core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php
Tests 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
Tests 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.
OliveroMessagesTest::testDataDrupalSelectors in core/tests/Drupal/FunctionalJavascriptTests/Theme/OliveroMessagesTest.php
Tests data-drupal-selector="messages" exists.
OliveroTest::testBaseLibraryAvailable in core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php
Tests that the Olivero theme always adds base library files.
OliveroTest::testConfigSchema in core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php
Test Olivero's configuration schema.
OliveroTest::testIsUninstallable in core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php
Tests that the Olivero theme can be uninstalled.
OliveroTest::testPreprocessBlock in core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php
Tests that olivero_preprocess_block is functioning as expected.
OptionsFieldUITest::assertAllowedValuesInput in core/modules/options/tests/src/Functional/OptionsFieldUITest.php
Tests a string input for the 'allowed values' form element.
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).
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
Tests 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
Tests 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
Tests that cache tags are properly persisted.
PageCacheTest::testPageCacheTagsIndependentFromCacheabilityHeaders in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Tests 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::testPagePreviewCache in core/modules/node/tests/src/Functional/PagePreviewTest.php
Tests node preview with dynamic_page_cache and anonymous users.
PagePreviewTest::testPagePreviewWithRevisions in core/modules/node/tests/src/Functional/PagePreviewTest.php
Checks the node preview functionality, when using revisions.
PagePreviewTest::testSimultaneousPreview in core/modules/node/tests/src/Functional/PagePreviewTest.php
Checks the node preview accessible for simultaneous node editing.
PagerTest::createViewAtPath in core/modules/views/tests/src/Functional/Wizard/PagerTest.php
Create a simple View of nodes at a given path.
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
Tests 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
Tests 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
Tests 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.
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
Tests 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.
PasswordConfirmWidgetTest::testFillConfirmOnly in core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php
Tests the password confirm widget so that only confirm input is filled.
PasswordConfirmWidgetTest::testPasswordConfirmMessage in core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php
Ensures that password match message is visible when widget is initialized.
PasswordConfirmWidgetTest::testPasswordConfirmWidgetJsComponents in core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php
Tests the components added to the password confirm widget.
PasswordWidgetThemeFunctionTest::testPasswordConfirmWidgetJsComponents in core/modules/user/tests/src/FunctionalJavascript/PasswordWidgetThemeFunctionTest.php
Tests password widget theme functions and its deprecations.
PathAdminTest::testPathFiltering in core/modules/path/tests/src/Functional/PathAdminTest.php
Tests the filtering aspect of the Path UI.
PathAliasTest::testAdminAlias in core/modules/path/tests/src/Functional/PathAliasTest.php
Tests alias functionality through the admin interfaces.
PathAliasTest::testDuplicateNodeAlias in core/modules/path/tests/src/Functional/PathAliasTest.php
Tests that duplicate aliases fail validation.
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.
PathContentModerationTest::assertPathsAreAccessible in core/modules/path/tests/src/Functional/PathContentModerationTest.php
Helper callback to verify paths are responding with status 200.
PathContentModerationTest::setUp in core/modules/path/tests/src/Functional/PathContentModerationTest.php
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::setUp in core/modules/path/tests/src/Functional/PathLanguageTest.php
PathLanguageTest::testAliasTranslation in core/modules/path/tests/src/Functional/PathLanguageTest.php
Tests alias functionality through the admin interfaces.
PathLanguageUiTest::setUp in core/modules/path/tests/src/Functional/PathLanguageUiTest.php
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
Tests 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::setUp in core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php
PathWorkspacesTest::testPathAliases in core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php
Tests path aliases with workspaces.
PathWorkspacesTest::testPathAliasesUserSwitch in core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php
Tests path aliases with workspaces and user switching.
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
Tests deprecation message from deprecated route.
PlaceholderMessageTest::testMessagePlaceholder in core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php
Tests 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::setUp in core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php
PrivateFileOnTranslatedEntityTest::testPrivateLanguageFile in core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php
Tests private file fields on translated nodes.
ProcessingTest::testBatchForm in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
Tests batches defined in a form submit handler.
ProcessingTest::testBatchFormMultipleBatches in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
Tests batches defined in different submit handlers on the same form.
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
Tests 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/quickedit/tests/src/Functional/QuickEditImageControllerTest.php
Tests that routes restrict access for un-privileged users.
QuickEditImageControllerTest::testFieldInfo in core/modules/quickedit/tests/src/Functional/QuickEditImageControllerTest.php
Tests that the field info route returns expected data.
QuickEditImageTest::testImageInPlaceEditor in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditImageTest.php
Tests that quick editor works correctly with images.
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
Tests the loading of Quick Edit with different permissions.
QuickEditLoadingTest::testWithPendingRevision in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php
Tests Quick Edit does not appear for entities with pending revisions.
RebuildScriptTest::testRebuild in core/modules/system/tests/src/Functional/UpdateSystem/RebuildScriptTest.php
Tests 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.
RebuildTest::testRebuildPreservesValues in core/modules/system/tests/src/Functional/Form/RebuildTest.php
Tests preservation of values.
RedirectTest::testRedirect in core/modules/system/tests/src/Functional/Form/RedirectTest.php
Tests form redirection.
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
Tests 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.
RenderCacheWebTest::testRepeatedDisplay in core/modules/views/tests/src/Functional/RenderCacheWebTest.php
Tests render caching for display rendered with different args on same page.
RenderDeprecationTest::testRenderDeprecation in core/tests/Drupal/FunctionalTests/Core/Render/RenderDeprecationTest.php
Tests deprecated render() function.
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
Tests to see if generator header is added.
ResponseTest::testFormResponse in core/modules/system/tests/src/Functional/Form/ResponseTest.php
Tests that enforced responses propagate through subscribers and middleware.
ResponsiveImageAdminUITest::testResponsiveImageAdmin in core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php
Tests 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
Tests 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::setUp in core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php
RouteCachingLanguageTest::testLinkTranslationWithAlias in core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php
Creates content with a link field pointing to an alias of another language.
RouteCachingNonPathLanguageNegotiationTest::setUp in core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
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
Tests 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::setUp in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
SaveUploadFormTest::testCombinedErrorMessages in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests that multiple validation errors are combined in one message.
SaveUploadFormTest::testDrupalMovingUploadedFileError in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests for log entry on failing destination.
SaveUploadFormTest::testErrorMessagesAreNotChanged in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests that form validation does not change error messages.
SaveUploadFormTest::testExistingError in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests for failure when uploading over a file that already exists.
SaveUploadFormTest::testExistingRename in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests renaming when uploading over a file that already exists.
SaveUploadFormTest::testExistingReplace in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests replacement when uploading over a file that already exists.
SaveUploadFormTest::testHandleDangerousFile in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests dangerous file handling.
SaveUploadFormTest::testHandleExtension in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests extension handling.
SaveUploadFormTest::testHandleFileMunge in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests file munge handling.
SaveUploadFormTest::testNormal in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests the _file_save_upload_from_form() function.
SaveUploadFormTest::testNoUpload in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests for no failures when not uploading a file.
SaveUploadFormTest::testUploadFieldIsHighlighted in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests highlighting of file upload field when it has an error.
SaveUploadTest::setUp in core/modules/file/tests/src/Functional/SaveUploadTest.php
SaveUploadTest::testDrupalMovingUploadedFileError in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests for log entry on failing destination.
SaveUploadTest::testDuplicate in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests uploading a duplicate file.
SaveUploadTest::testExistingError in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests for failure when uploading over a file that already exists.
SaveUploadTest::testExistingRename in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests renaming when uploading over a file that already exists.
SaveUploadTest::testExistingReplace in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests replacement when uploading over a file that already exists.
SaveUploadTest::testHandleDangerousFile in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests dangerous file handling.
SaveUploadTest::testHandleDotFile in core/modules/file/tests/src/Functional/SaveUploadTest.php
Test dangerous file handling.
SaveUploadTest::testHandleExtension in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests extension handling.
SaveUploadTest::testHandleFileMunge in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests file munge handling.
SaveUploadTest::testInvalidUtf8FilenameUpload in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests that filenames containing invalid UTF-8 are rejected.
SaveUploadTest::testNormal in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests the file_save_upload() function.
SaveUploadTest::testNoUpload in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests for no failures when not uploading a file.
SchemaConfigListenerWebTest::testConfigSchemaChecker in core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php
Tests \Drupal\Core\Config\Development\ConfigSchemaChecker.
SearchAdminThemeTest::testSearchUsingAdminTheme in core/modules/search/tests/src/Functional/SearchAdminThemeTest.php
Tests that search results could be displayed in administration theme.
SearchAdvancedSearchFormTest::testFormRefill in core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php
Tests that after submitting the advanced search form, the form is refilled.
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
Tests that the search form block can be placed and works.
SearchCommentCountToggleTest::setUp in core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php
SearchCommentCountToggleTest::testSearchCommentCountToggle in core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php
Verify that comment count display toggles properly on comment status of node.
SearchCommentTest::assertCommentAccess in core/modules/search/tests/src/Functional/SearchCommentTest.php
Update search index and search for comment.
SearchCommentTest::testAddNewComment in core/modules/search/tests/src/Functional/SearchCommentTest.php
Verify that 'add new comment' does not appear in search results or index.
SearchCommentTest::testSearchResultsComment in core/modules/search/tests/src/Functional/SearchCommentTest.php
Verify that comments are rendered using proper format in search results.
SearchCommentTest::testSearchResultsCommentAccess in core/modules/search/tests/src/Functional/SearchCommentTest.php
Verify access rules for comment indexing with different permissions.
SearchConfigSettingsFormTest::setDefaultThroughUi in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
Sets a search page as the default in the UI.
SearchConfigSettingsFormTest::setUp in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
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.
SearchDateIntervalTest::testDateIntervalQueryAlter in core/modules/search/tests/src/Functional/SearchDateIntervalTest.php
Tests searching with date filters that exclude some translations.
SearchEmbedFormTest::testEmbeddedForm in core/modules/search/tests/src/Functional/SearchEmbedFormTest.php
Tests that the embedded form appears and can be submitted.
SearchExactTest::testExactQuery in core/modules/search/tests/src/Functional/SearchExactTest.php
Tests that the correct number of pager links are found for both keywords and phrases.
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::testLanguageAttributes in core/modules/search/tests/src/Functional/SearchLanguageTest.php
Test language attribute "lang" for the search results.
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.
SearchMultilingualEntityTest::testMultilingualSearch in core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php
Tests the indexing throttle and search results with multilingual nodes.
SearchMultilingualTest::testMultilingualSearchFilter in core/modules/views/tests/src/Functional/SearchMultilingualTest.php
Tests search with multilingual nodes.
SearchNodeDiacriticsTest::testPhraseSearchPunctuation in core/modules/search/tests/src/Functional/SearchNodeDiacriticsTest.php
Tests that search returns results with diacritics in the search phrase.
SearchNodePunctuationTest::testPhraseSearchPunctuation in core/modules/search/tests/src/Functional/SearchNodePunctuationTest.php
Tests that search works with punctuation and HTML entities.
SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeChange in core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php
Tests that the search index info is properly updated when a node changes.
SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeDeletion in core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php
Tests that the search index info is updated when a node is deleted.
SearchNumberMatchingTest::setUp in core/modules/search/tests/src/Functional/SearchNumberMatchingTest.php
SearchNumberMatchingTest::testNumberSearching in core/modules/search/tests/src/Functional/SearchNumberMatchingTest.php
Tests that all the numbers can be searched.
SearchNumbersTest::setUp in core/modules/search/tests/src/Functional/SearchNumbersTest.php
SearchNumbersTest::testNumberSearching in core/modules/search/tests/src/Functional/SearchNumbersTest.php
Tests that all the numbers can be searched.
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.
SearchPreprocessLangcodeTest::testPreprocessLangcode in core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php
Tests that hook_search_preprocess() returns the correct langcode.
SearchPreprocessLangcodeTest::testPreprocessStemming in core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php
Tests stemming for hook_search_preprocess().
SearchQueryAlterTest::testQueryAlter in core/modules/search/tests/src/Functional/SearchQueryAlterTest.php
Tests that the query alter works.
SearchRankingTest::testRankings in core/modules/search/tests/src/Functional/SearchRankingTest.php
SecurityAdvisoryTest::assertAdminPageLinks in core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
Asserts the correct links appear on an admin page.
SecurityAdvisoryTest::assertAdvisoriesNotDisplayed in core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
Asserts that security advisory links are not shown on admin pages.
SecurityAdvisoryTest::assertStatusReportLinks in core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
Asserts the correct links appear on the status report page.
SecurityAdvisoryTest::testPsa in core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
Tests that a security advisory is displayed.
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.
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
Tests data persistence via the session_test module callbacks.
SessionTest::testEmptyAnonymousSession in core/modules/system/tests/src/Functional/Session/SessionTest.php
Tests that empty anonymous sessions are destroyed.
SessionTest::testEmptySessionID in core/modules/system/tests/src/Functional/Session/SessionTest.php
Tests that empty session IDs are not allowed.
SessionTest::testSessionBag in core/modules/system/tests/src/Functional/Session/SessionTest.php
Tests 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
Tests 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.
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::testShortcutLinkChangePath in core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
Tests that changing the path of a shortcut link works.
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::testShortcutLinkRename in core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
Tests that shortcut links can be renamed.
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::testShortcutSetDelete in core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
Tests deleting a shortcut set.
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.
ShortcutSetsTest::testShortcutSetSwitchCreate in core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
Tests switching a user's shortcut set and creating one at the same time.
ShortcutSetsTest::testShortcutSetSwitchNoSetName in core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
Tests switching a user's shortcut set without providing a new set name.
ShortcutSetsTest::testShortcutSetSwitchOwn in core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
Tests switching a user's own 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
Tests shutdown functions.
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.
SourceProviderTest::testSourceProvider in core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php
Test missing source provider.
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.
StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced in core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php
Tests \Drupal\Core\Form\FormState::cleanValues().
StateValuesCleanTest::testFormStateValuesClean in core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php
Tests \Drupal\Core\Form\FormState::cleanValues().
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::setUp in core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php
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.
StorageTest::testValidation in core/modules/system/tests/src/Functional/Form/StorageTest.php
Tests validation when form storage is used.
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
Tests 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
Tests 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
Tests table caption/summary/description.
StyleTableTest::testEmptyColumn in core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php
Tests that empty columns are hidden when empty_column is set.
StyleTableTest::testFieldInColumns in core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php
Tests 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
Tests 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::assertKeyboardAccessibility in core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php
Asserts accessibility through keyboard of a test draggable table.
TableDragTest::testDragAndDrop in core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php
Tests draggable table drag'n'drop.
TableDragTest::testNestedDraggableTables in core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php
Tests nested draggable tables through keyboard.
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.
TaggedWithTest::testTaggedWithByViewReference in core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php
Tests that "tagged with" works with views entity reference.
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.
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::testTelephoneFormatter in core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php
Tests the telephone formatter.
TelephoneFieldTest::testTelephoneWidget in core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php
Tests 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.
TermAccessTest::testTermAccess in core/modules/taxonomy/tests/src/Functional/TermAccessTest.php
Tests 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::testTaxonomyIndex in core/modules/taxonomy/tests/src/Functional/TermIndexTest.php
Tests that the taxonomy index is maintained properly.
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
Tests term creation with a free-tagging vocabulary from the node form.
TermTest::testReSavingTags in core/modules/taxonomy/tests/src/Functional/TermTest.php
Tests that editing and saving a node with no changes works correctly.
TermTest::testTaxonomyNode in core/modules/taxonomy/tests/src/Functional/TermTest.php
Tests 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::testTaxonomyTermHierarchy in core/modules/taxonomy/tests/src/Functional/TermTest.php
Tests terms in a single and multiple hierarchy.
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::testTermMultipleParentsInterface in core/modules/taxonomy/tests/src/Functional/TermTest.php
Tests saving a term with multiple parents through the UI.
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::doTestPublishedStatus in core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php
Tests the translation publishing status.
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.
TestMultiWidthLayoutsTest::testWidthChange in core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php
Tests changing the columns widths of a multi-width section.
TestSettingSummariesContentType::testWorkflowSummary in core/modules/node/tests/src/FunctionalJavascript/TestSettingSummariesContentType.php
Tests 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
Tests 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
Tests 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
Tests 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
Tests 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
Tests switching the default theme.
ThemeTest::testTaxonomyTermThemes in core/modules/taxonomy/tests/src/Functional/ThemeTest.php
Tests 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
Tests the theme settings form.
ThemeTest::testThemeSettingsLogo in core/modules/system/tests/src/Functional/System/ThemeTest.php
Tests the theme settings logo form.
ThemeTest::testThemeSettingsNoLogoNoFavicon in core/modules/system/tests/src/Functional/System/ThemeTest.php
Tests 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
Tests 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::testInstalledIncompatibleTheme in core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
Tests that incompatible themes message is shown.
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.
TokenReplaceTest::testTaxonomyTokenReplacement in core/modules/taxonomy/tests/src/Functional/TokenReplaceTest.php
Creates some terms and a node, then tests the tokens generated from them.
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
Tests 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
Tests 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::testMenuLinkUpdateSubtreesHashCacheClear in core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
Tests toolbar cache tags implementation.
ToolbarAdminMenuTest::testModuleStatusChangeSubtreesHashCacheClear in core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
Tests the toolbar_modules_installed() and toolbar_modules_uninstalled() hook implementations.
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.
ToolbarClaroOverridesTest::testClaroAssets in core/modules/system/tests/src/Functional/Theme/ToolbarClaroOverridesTest.php
Confirm Claro assets load on a non-Claro default theme.
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
Tests 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.
TourJavascriptTest::testGeneralTourUse in core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php
Tests stepping through a tour.
TourJavascriptTest::testQueryArg in core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php
Confirm the 'tips' and 'tour 'query arguments.
TourLegacyTest::testTourTipMarkup in core/modules/tour/tests/src/FunctionalJavascript/TourLegacyTest.php
Confirms backwards compatible markup.
TourTest::testTourFunctionality in core/modules/tour/tests/src/Functional/TourTest.php
Tests 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.
TranslationWebTest::testFieldFormTranslationRevisions in core/modules/field/tests/src/Functional/TranslationWebTest.php
Tests field translations when creating a new revision.
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::testRequestBags in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
Tests that the request bags have the correct classes.
TrustedHostsTest::testShortcut in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
Tests that shortcut module works together with host verification.
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 the status page behavior with no setting.
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::installLanguages in core/modules/system/tests/src/Functional/Theme/TwigTransTest.php
Helper function: install languages.
TwigTransTest::testTwigTransTags in core/modules/system/tests/src/Functional/Theme/TwigTransTest.php
Tests 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.
UmamiMultilingualInstallTest::testUmami in core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php
Ensures that Umami can be installed with Spanish as the default language.
UncaughtExceptionTest::testErrorContainer in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
Tests a container which has an error.
UncaughtExceptionTest::testExceptionContainer in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
Tests a container which has an exception really early.
UncaughtExceptionTest::testLoggerException in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
Tests fallback to PHP error log when an exception is thrown while logging.
UncaughtExceptionTest::testLostDatabaseConnection in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
Tests the case when the database connection is gone.
UncaughtExceptionTest::testMissingDependency in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
Tests a missing dependency on a service.
UncaughtExceptionTest::testMissingDependencyCustomErrorHandler in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
Tests a missing dependency on a service with a custom error handler.
UncaughtExceptionTest::testUncaughtException in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
Tests uncaught exception handling when system is in a bad state.
UncaughtExceptionTest::testUncaughtExceptionCustomExceptionHandler in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
Tests uncaught exception handling with custom exception handler.
UncaughtExceptionTest::testUncaughtFatalError in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
Tests displaying an uncaught fatal error.
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.
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.
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.
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 performing 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.
UpdateSemverCoreTest::testBrokenThenFixedUpdates in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Checks that Drupal recovers after problems connecting to update server.
UpdateSemverCoreTest::testLanguageModuleUpdate in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Checks language module in core package at admin/reports/updates.
UpdateSemverCoreTest::testLocalActions in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Ensures that the local actions appear.
UpdateSemverCoreTest::testModulePageRegularUpdate in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Checks the messages at admin/modules when an update is missing.
UpdateSemverCoreTest::testModulePageRunCron in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Checks that running cron updates the list of available updates.
UpdateSemverCoreTest::testModulePageSecurityUpdate in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Checks the messages at admin/modules when a security update is missing.
UpdateSemverCoreTest::testModulePageUpToDate in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Checks the messages at admin/modules when the site is up to date.
UpdateSemverCoreTest::testSecurityCoverageMessage in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Tests the security coverage messages for Drupal core versions.
UpdateSemverTestBase::testMajorUpdateAvailable in core/modules/update/tests/src/Functional/UpdateSemverTestBase.php
Tests the Update Manager module when a major update is available.
UpdateSemverTestBase::testNormalUpdateAvailable in core/modules/update/tests/src/Functional/UpdateSemverTestBase.php
Tests the Update Manager module when one normal update is available.
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.
UpdateUploadTest::testUploadModule in core/modules/update/tests/src/Functional/UpdateUploadTest.php
Tests upload, extraction, and update of a module.
UrlAlterFunctionalTest::testUrlAlter in core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php
Tests 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::testActiveLinkAttributes in core/modules/system/tests/src/Functional/Common/UrlTest.php
Tests the active class in links.
UrlTest::testFormUrl in core/modules/system/tests/src/Functional/Form/UrlTest.php
Tests that #type 'url' fields are properly validated and trimmed.
UserAccountLinksTest::testAccountPageTitles in core/modules/user/tests/src/Functional/UserAccountLinksTest.php
Tests page title is set correctly on user account tabs.
UserAccountLinksTest::testAnonymousLogout in core/modules/user/tests/src/Functional/UserAccountLinksTest.php
Ensures that logout url redirects an anonymous user to the front page.
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::addCustomLanguage in core/modules/user/tests/src/Functional/UserAdminLanguageTest.php
Helper method for adding a custom language.
UserAdminLanguageTest::setLanguageNegotiation in core/modules/user/tests/src/Functional/UserAdminLanguageTest.php
Sets the User interface negotiation detection method.
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
Tests 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::testMassUserCancelByAdmin in core/modules/user/tests/src/Functional/UserCancelTest.php
Create an administrative user and mass-delete other users.
UserCancelTest::testUserAnonymize in core/modules/user/tests/src/Functional/UserCancelTest.php
Delete account and anonymize all content.
UserCancelTest::testUserAnonymizeBatch in core/modules/user/tests/src/Functional/UserCancelTest.php
Delete account and anonymize all content using a batch process.
UserCancelTest::testUserBlock in core/modules/user/tests/src/Functional/UserCancelTest.php
Disable account and keep all content.
UserCancelTest::testUserBlockUnpublish in core/modules/user/tests/src/Functional/UserCancelTest.php
Disable account and unpublish all content.
UserCancelTest::testUserBlockUnpublishNodeAccess in core/modules/user/tests/src/Functional/UserCancelTest.php
Tests nodes are unpublished even if inaccessible to cancelling user.
UserCancelTest::testUserCancelByAdmin in core/modules/user/tests/src/Functional/UserCancelTest.php
Create an administrative user and delete another user.
UserCancelTest::testUserCancelChangePermission in core/modules/user/tests/src/Functional/UserCancelTest.php
Tests ability to change the permission for canceling users.
UserCancelTest::testUserCancelInvalid in core/modules/user/tests/src/Functional/UserCancelTest.php
Attempt invalid account cancellations.
UserCancelTest::testUserCancelUid1 in core/modules/user/tests/src/Functional/UserCancelTest.php
Tests that user account for uid 1 cannot be cancelled.
UserCancelTest::testUserCancelWithoutPermission in core/modules/user/tests/src/Functional/UserCancelTest.php
Attempt to cancel account without permission.
UserCancelTest::testUserDelete in core/modules/user/tests/src/Functional/UserCancelTest.php
Delete account and remove all content.
UserCancelTest::testUserWithoutEmailCancelByAdmin in core/modules/user/tests/src/Functional/UserCancelTest.php
Tests deletion of a user account without an email address.
UserChangedTest::testChangedField in core/modules/user/tests/src/Functional/Views/UserChangedTest.php
Tests changed field.
UserCreateFailMailTest::testUserAdd in core/modules/user/tests/src/Functional/UserCreateFailMailTest.php
Tests the create user administration page.
UserCreateTest::testUserAdd in core/modules/user/tests/src/Functional/UserCreateTest.php
Create a user through the administration interface and ensure that it displays in the user list.
UserEditedOwnAccountTest::testUserEditedOwnAccount in core/modules/user/tests/src/Functional/UserEditedOwnAccountTest.php
UserEditTest::testUserChangeSiteLanguage in core/modules/user/tests/src/Functional/UserEditTest.php
Tests that a user is able to change site language.
UserEditTest::testUserEdit in core/modules/user/tests/src/Functional/UserEditTest.php
Tests 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.
UserEditTest::testUserWith0Password in core/modules/user/tests/src/Functional/UserEditTest.php
Tests setting the password to "0".
UserEditTest::testUserWithoutEmailEdit in core/modules/user/tests/src/Functional/UserEditTest.php
Tests editing of a user account without an email address.
UserFieldsAccessChangeTest::testUserFieldAccess in core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php
Tests if another module can change field access.
UserFieldsAccessChangeTest::testUserNameLink in core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php
Tests the user name formatter shows a link to the user when there is access but not otherwise.
UserHelpersTest::testDrupalUserIsLoggedIn in core/tests/Drupal/FunctionalTests/UserHelpersTest.php
Tests BrowserTestBase::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
Tests if user can change their default language.
UserLoginHttpTest::loginFromResetEmail in core/modules/user/tests/src/Functional/UserLoginHttpTest.php
Login from reset password email.
UserLoginTest::assertFailedLogin in core/modules/user/tests/src/Functional/UserLoginTest.php
Make an unsuccessful login attempt.
UserLoginTest::testCookiesNotAccepted in core/modules/user/tests/src/Functional/UserLoginTest.php
Tests with a browser that denies cookies.
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
Tests user password reset while logged in.
UserPasswordResetTest::testUserPasswordResetPreferredLanguage in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Tests password reset functionality when user has set preferred language.
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
Tests assigning of permissions for the administrator role.
UserPermissionsTest::testUserPermissionChanges in core/modules/user/tests/src/Functional/UserPermissionsTest.php
Tests changing user permissions through the permissions page.
UserPictureTest::saveUserPicture in core/modules/user/tests/src/Functional/UserPictureTest.php
Edits the user picture for the test user.
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::testRegistrationEmailDuplicates in core/modules/user/tests/src/Functional/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithEmailVerification in core/modules/user/tests/src/Functional/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithoutEmailVerification 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.
UserRegistrationTest::testUniqueFields in core/modules/user/tests/src/Functional/UserRegistrationTest.php
Tests username and email field constraints on user registration.
UserRegistrationTest::testUuidFormState in core/modules/user/tests/src/Functional/UserRegistrationTest.php
Tests that UUID isn't cached in form state on register form.
UserRoleAdminTest::testRoleAdministration in core/modules/user/tests/src/Functional/UserRoleAdminTest.php
Tests adding, renaming and deleting roles.
UserRoleAdminTest::testRoleWeightOrdering in core/modules/user/tests/src/Functional/UserRoleAdminTest.php
Tests user role weight change operation and ordering.
UserRolesAssignmentTest::testAssignAndRemoveRole in core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php
Tests that a user can be assigned a role and that the role can be removed again.
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
Tests 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.
UserTranslationUITest::testTranslatedUserDeletion in core/modules/user/tests/src/Functional/UserTranslationUITest.php
Tests translated user deletion.
UserUpdateRoleDependenciesTest::testRolePermissions in core/modules/user/tests/src/Functional/Update/UserUpdateRoleDependenciesTest.php
Tests that roles have dependencies and only existing permissions.
ValidationTest::testCustomRequiredError in core/modules/system/tests/src/Functional/Form/ValidationTest.php
Tests #required with custom validation errors.
ValidationTest::testDisabledToken in core/modules/system/tests/src/Functional/Form/ValidationTest.php
Tests that a form with a disabled CSRF token can be validated.
ValidationTest::testPatternValidation in core/modules/system/tests/src/Functional/Form/ValidationTest.php
Tests #pattern validation.
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
Tests 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.
ViewsModerationStateFilterTest::testFilterRenderCache in core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php
Tests the content moderation state filter caching is correct.
ViewsModerationStateFilterTest::testModerationStateFilterDependencyHandling in core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php
Tests the dependency handling of the moderation state filter.
ViewsModerationStateFilterTest::testWorkflowChanges in core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php
Tests the moderation state filter when the configured workflow is changed.
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.
ViewsUITourTest::testViewsUiTourTips in core/modules/views_ui/tests/src/Functional/ViewsUITourTest.php
Tests views_ui tour tip availability.
ViewsUITourTest::testViewsUiTourTipsTranslated in core/modules/views_ui/tests/src/Functional/ViewsUITourTest.php
Tests views_ui tour tip availability in a different language.
ViewsWizardTest::testCreateViewWizard in core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php
Tests creating a View using the wizard.
ViewTranslationTest::testViewTitleTranslation in core/modules/views/tests/src/Functional/ViewTranslationTest.php
Tests that the view route title is translated.
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
Tests 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.
VocabularyTranslationTest::testVocabularyTitleLabelTranslation in core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php
Tests vocabulary name translation for the overview and reset pages.
VocabularyUiTest::testTaxonomyAdminChangingWeights in core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php
Changing weights on the vocabulary overview with two or more 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
Tests 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.
WebAssertTest::testAddressEquals in core/tests/Drupal/FunctionalTests/WebAssertTest.php
@covers ::addressEquals
WebAssertTest::testAddressNotEqualsException in core/tests/Drupal/FunctionalTests/WebAssertTest.php
@covers ::addressNotEquals
WebAssertTest::testElementTextEquals in core/tests/Drupal/FunctionalTests/WebAssertTest.php
@covers ::elementTextEquals
WebAssertTest::testPageTextContainsOnce in core/tests/Drupal/FunctionalTests/WebAssertTest.php
@covers ::pageTextContainsOnce
WebAssertTest::testPageTextMatchesCount in core/tests/Drupal/FunctionalTests/WebAssertTest.php
@covers ::pageTextMatchesCount
WebAssertTest::testResponseHeaderDoesNotExist in core/tests/Drupal/FunctionalTests/WebAssertTest.php
Tests WebAssert::responseHeaderDoesNotExist().
WebAssertTest::testResponseHeaderExists in core/tests/Drupal/FunctionalTests/WebAssertTest.php
Tests WebAssert::responseHeaderExists().
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.
WizardTest::testWizardFieldLength in core/modules/views_ui/tests/src/Functional/WizardTest.php
Tests filling in the wizard with really long strings.
WorkflowCustomStateTransitionAccessTest::testCustomWorkflowAccessOperations in core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php
Tests 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
Tests a workflow, state, and transition can have a numeric ID and label.
WorkflowUiTest::testSorting in core/modules/workflows/tests/src/Functional/WorkflowUiTest.php
Tests the sorting of states and transitions by weight and label.
WorkflowUiTest::testStateMachineNameValidation in core/modules/workflows/tests/src/Functional/WorkflowUiTest.php
Tests the machine name validation of the state add form.
WorkflowUiTest::testWorkflowConfigurationForm in core/modules/workflows/tests/src/Functional/WorkflowUiTest.php
Tests 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
Tests 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
Tests switching workspace via a query parameter.
WorkspaceSwitcherTest::testSwitchingWorkspaces in core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php
Tests switching workspace via the switcher block and admin page.
WorkspaceTest::testDeleteWorkspaceWithExistingContent in core/modules/workspaces/tests/src/Functional/WorkspaceTest.php
Verifies that a workspace with existing content may be deleted.
WorkspaceTest::testSpecialCharacters in core/modules/workspaces/tests/src/Functional/WorkspaceTest.php
Tests creating a workspace with special characters.
WorkspaceTest::testWorkspaceFieldUi in core/modules/workspaces/tests/src/Functional/WorkspaceTest.php
Tests adding new fields to workspace entities.
WorkspaceTest::testWorkspaceFormRevisions in core/modules/workspaces/tests/src/Functional/WorkspaceTest.php
Tests that editing a workspace creates a new revision.
WorkspaceTest::testWorkspaceList in core/modules/workspaces/tests/src/Functional/WorkspaceTest.php
Tests the Workspaces listing UI.
WorkspaceTest::testWorkspaceManagePage in core/modules/workspaces/tests/src/Functional/WorkspaceTest.php
Tests the manage workspace page.
WorkspaceTest::testWorkspaceOwner in core/modules/workspaces/tests/src/Functional/WorkspaceTest.php
Tests changing the owner of a workspace.
WorkspaceTest::testWorkspaceToolbar in core/modules/workspaces/tests/src/Functional/WorkspaceTest.php
Tests 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.