You are here

341 calls to BrowserTestBase::xpath() in Drupal 8

AggregatorAdminTest::testOverviewPage in core/modules/aggregator/tests/src/Functional/AggregatorAdminTest.php
Tests the overview page.
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.
AjaxFormPageCacheTest::getFormBuildId in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php
Return the build id of the current form.
AreaTest::testRenderAreaToken in core/modules/views/tests/src/Functional/Handler/AreaTest.php
Tests global tokens.
BigPipeTest::assertBigPipePlaceholders in core/modules/big_pipe/tests/src/Functional/BigPipeTest.php
Asserts expected BigPipe placeholders are present and replaced.
BlockContentIntegrationTest::assertIds in core/modules/block_content/tests/src/Functional/Views/BlockContentIntegrationTest.php
Ensures that a list of block_contents appear on the page.
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.
BlockHtmlTest::testHtml in core/modules/block/tests/src/Functional/BlockHtmlTest.php
Tests for valid HTML for a block.
BlockLanguageTest::testLanguageBlockVisibilityLanguageDelete in core/modules/block/tests/src/Functional/BlockLanguageTest.php
Tests if the visibility settings are removed if the language is deleted.
BlockPlaceTest::testPlacingBlocksAdmin in core/modules/block_place/tests/src/Functional/BlockPlaceTest.php
Tests placing blocks as an admin.
BlockPlaceTest::testPlacingBlocksUnprivileged in core/modules/block_place/tests/src/Functional/BlockPlaceTest.php
Tests placing blocks as an unprivileged user.
BlockRemoveDisabledRegionUpdateTest::testUpdateHookN in core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php
Tests that block context mapping is updated properly.
BlockSystemBrandingTest::testSystemBrandingSettings in core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php
Tests system branding block configuration.
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::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.
BlockUiTest::testBlockAdminUiPage in core/modules/block/tests/src/Functional/BlockUiTest.php
Test block admin page exists and functions correctly.
BlockUiTest::testBlockDemoUiPage in core/modules/block/tests/src/Functional/BlockUiTest.php
Test block demo page exists and functions correctly.
BlockUiTest::testBlockValidateErrors in core/modules/block/tests/src/Functional/BlockUiTest.php
Tests if validation errors are passed plugin form to the parent form.
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.
BookBreadcrumbTest::testBreadcrumbAccessUpdates in core/modules/book/tests/src/Functional/BookBreadcrumbTest.php
Test that the breadcrumb is updated when book access changes.
BookBreadcrumbTest::testBreadcrumbTitleUpdates in core/modules/book/tests/src/Functional/BookBreadcrumbTest.php
Test that the breadcrumb is updated when book content changes.
BookTest::testAdminBookNodeListing in core/modules/book/tests/src/Functional/BookTest.php
Tests the administrative listing of all book pages in a book.
BooleanFormatterSettingsTest::testBooleanFormatterSettings in core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php
Tests the formatter settings page for the Boolean formatter.
BreadcrumbTest::testBreadCrumbs in core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
BrowserTestBaseTest::testFieldAssertsForTextfields in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests legacy field asserts using textfields.
BrowserTestBaseTest::testXpathAsserts in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests legacy field asserts which use xpath directly.
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.
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.
CKEditorLoadingTest::getThingsToCheck in core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php
CKEditorLoadingTest::testLoading in core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php
Tests loading of CKEditor CSS, JS and JS settings.
CommentAdminTest::testApprovalAdminInterface in core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php
Test comment approval functionality through admin/content/comment.
CommentAdminTest::testCommentedEntityLabel in core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php
Tests commented entity label of admin view.
CommentCSSTest::testCommentClasses in core/modules/comment/tests/src/Functional/CommentCSSTest.php
Tests CSS classes on comments.
CommentInterfaceTest::testCommentInterface in core/modules/comment/tests/src/Functional/CommentInterfaceTest.php
Tests the comment interface.
CommentNewIndicatorTest::testCommentNewCommentsIndicator in core/modules/comment/tests/src/Functional/CommentNewIndicatorTest.php
Tests new comment marker.
CommentPagerTest::assertCommentOrder in core/modules/comment/tests/src/Functional/CommentPagerTest.php
Asserts that the comments are displayed in the correct order.
CommentPagerTest::clickLinkWithXPath in core/modules/comment/tests/src/Functional/CommentPagerTest.php
Follows a link found at a give xpath query.
CommentPreviewTest::testCommentPreviewDuplicateSubmission in core/modules/comment/tests/src/Functional/CommentPreviewTest.php
Tests comment preview.
CommentRowTest::testCommentRow in core/modules/comment/tests/src/Functional/Views/CommentRowTest.php
Test comment row.
ConfigDraggableListBuilderTest::testDraggableList in core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php
Test draggable lists.
ConfigEntityFormOverrideTest::testFormsWithOverrides in core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php
Tests that overrides do not affect forms or listing screens.
ConfigEntityListTest::testListUI in core/modules/config/tests/src/Functional/ConfigEntityListTest.php
Tests the listing UI.
ConfigFormOverrideTest::testFormsWithOverrides in core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php
Tests that overrides do not affect forms.
ConfigImportUITest::testImportDiff in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests the screen that shows differences between active and sync.
ConfigTranslationUiTest::assertDisabledTextarea in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Asserts that a textarea with a given ID has been disabled from editing.
ConfigTranslationUiTest::testSiteInformationTranslationUi in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests the site information translation interface.
ConfigTranslationUiThemeTest::testThemeDiscovery in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php
Tests that theme provided *.config_translation.yml files are found.
ConfigurationTest::testActionConfiguration in core/modules/action/tests/src/Functional/ConfigurationTest.php
Tests configuration of advanced actions through administration interface.
ConfirmFormTest::assertCancelLinkUrl in core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php
Asserts that a cancel link is present pointing to the provided URL.
ContactLinkTest::assertContactLinks in core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php
Asserts whether certain users contact links appear on the page.
ContactSitewideTest::testSiteWideContact in core/modules/contact/tests/src/Functional/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
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.
ContentTranslationSettingsTest::testSettingsUI in core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php
Tests that the settings UI works as expected.
ContentTranslationSyncImageTest::testImageFieldSync in core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php
Tests image field field synchronization.
ContentTranslationUITestBase::doTestAuthoringInfo in core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
Tests the translation authoring information.
ContentTranslationUITestBase::doTestOutdatedStatus in core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
Tests up-to-date status tracking.
ContentTranslationUITestBase::doTestTranslationOverview in core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
Tests that the translation overview shows the correct values.
ContentTranslationUntranslatableFieldsTest::testHiddenWidgets in core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php
Tests that hiding untranslatable field widgets works correctly.
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.
DateTimeFieldTest::testDateStorageSettings in core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
Tests that 'Date' field storage setting form is disabled if field has data.
DbLogTest::doUser in core/modules/dblog/tests/src/Functional/DbLogTest.php
Generates and then verifies some user events.
DbLogTest::getLogsEntriesTable in core/modules/dblog/tests/src/Functional/DbLogTest.php
Find the Logs table in the DOM.
DbLogTest::test403LogEventPage in core/modules/dblog/tests/src/Functional/DbLogTest.php
Tests that a 403 event is logged with the exception triggering it.
DbLogViewsTest::getLogsEntriesTable in core/modules/dblog/tests/src/Functional/DbLogViewsTest.php
Find the Logs table in the DOM.
DefaultMetatagsTest::testMetaTag in core/modules/system/tests/src/Functional/Page/DefaultMetatagsTest.php
Tests meta tags.
DefaultViewsTest::clickViewsOperationLink in core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php
Click a link to perform an operation on a view.
DefaultViewsTest::testSplitListing in core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php
Tests that enabling views moves them to the correct table.
DependencyTest::testIncompatibleCoreVersionDependency in core/modules/system/tests/src/Functional/Module/DependencyTest.php
Tests enabling a module that depends on a module with an incompatible core version.
DependencyTest::testIncompatibleModuleVersionDependency in core/modules/system/tests/src/Functional/Module/DependencyTest.php
Tests enabling a module that depends on an incompatible version of a module.
DependencyTest::testIncompatiblePhpVersionDependency in core/modules/system/tests/src/Functional/Module/DependencyTest.php
Tests failing PHP version requirements.
DependencyTest::testMissingModules in core/modules/system/tests/src/Functional/Module/DependencyTest.php
Attempts to enable a module with a missing dependency.
DependencyTest::testUninstallDependents in core/modules/system/tests/src/Functional/Module/DependencyTest.php
Tests attempting to uninstall a module that has installed dependents.
DialogTest::testDialog in core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php
Test sending non-JS and AJAX requests to open and manipulate modals.
DisabledDisplayTest::testDisabledDisplays in core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php
Tests that views displays can be disabled.
DisplayAttachmentTest::testAttachment in core/modules/views/tests/src/Functional/Plugin/DisplayAttachmentTest.php
Tests the attachment plugin.
DisplayAttachmentTest::testAttachmentUI in core/modules/views_ui/tests/src/Functional/DisplayAttachmentTest.php
Tests the attachment UI.
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::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::testViewsBlockForm in core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php
Test the block form for a Views block.
DisplayCRUDTest::testDefaultDisplay in core/modules/views_ui/tests/src/Functional/DisplayCRUDTest.php
Tests that the correct display is loaded by default.
DisplayCRUDTest::testRemoveDisplay in core/modules/views_ui/tests/src/Functional/DisplayCRUDTest.php
Tests removing a display.
DisplayFeedTest::checkFeedViewUi in core/modules/views_ui/tests/src/Functional/DisplayFeedTest.php
Checks views UI for a specific feed view.
DisplayFeedTest::testDisabledFeed in core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php
Tests that nothing is output when the feed display is disabled.
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.
DisplayPathTest::testMenuOptions in core/modules/views_ui/tests/src/Functional/DisplayPathTest.php
Tests the menu and tab option form.
DisplayTest::testDisableDisplay in core/modules/views_ui/tests/src/Functional/DisplayTest.php
Tests disabling of a display.
DisplayTest::testDisplayAreas in core/modules/views_ui/tests/src/Functional/DisplayTest.php
Tests display areas.
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::testLinkDisplay in core/modules/views_ui/tests/src/Functional/DisplayTest.php
Tests the link-display setting.
DisplayTest::testReorderDisplay in core/modules/views_ui/tests/src/Functional/DisplayTest.php
Tests reordering of displays.
DisplayTest::testViewStatus in core/modules/views_ui/tests/src/Functional/DisplayTest.php
Tests that the view status is correctly reflected on the edit form.
DistributionProfileTranslationQueryTest::setUpSettings in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php
Installer step: Configure settings.
DistributionProfileTranslationTest::setUpSettings in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php
Installer step: Configure settings.
EditorAdminTest::selectUnicornEditor in core/modules/editor/tests/src/Functional/EditorAdminTest.php
Tests and selects the unicorn editor.
EditorAdminTest::testAddEditorToExistingFormat in core/modules/editor/tests/src/Functional/EditorAdminTest.php
Tests adding a text editor to an existing text format.
EditorAdminTest::testNoEditorAvailable in core/modules/editor/tests/src/Functional/EditorAdminTest.php
Tests an existing format without any editors available.
EditorAdminTest::verifyUnicornEditorConfiguration in core/modules/editor/tests/src/Functional/EditorAdminTest.php
Verifies unicorn editor configuration.
EditorLoadingTest::getThingsToCheck in core/modules/editor/tests/src/Functional/EditorLoadingTest.php
EditorLoadingTest::testLoading in core/modules/editor/tests/src/Functional/EditorLoadingTest.php
Tests loading of text editors.
EditorLoadingTest::testSupportedElementTypes in core/modules/editor/tests/src/Functional/EditorLoadingTest.php
Test supported element types.
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?
ElementsLabelsTest::testFormDescriptions in core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php
Tests different display options for form element descriptions.
ElementsLabelsTest::testFormLabels in core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php
Test form elements, labels, title attributes and required marks output correctly and have the correct label option class if needed.
ElementsTableSelectTest::testMultipleFalse in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
Test the display of radios when #multiple is FALSE.
ElementsTableSelectTest::testMultipleTrue in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
Test the display of checkboxes when #multiple is TRUE.
ElementsTableSelectTest::testTableSelectColSpan in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
Tests the display when #colspan is set.
ElementsVerticalTabsTest::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::testFormAutocomplete in core/modules/system/tests/src/Functional/Form/ElementTest.php
Tests a form with a autocomplete setting..
ElementTest::testGroupElements in core/modules/system/tests/src/Functional/Form/ElementTest.php
Tests the #group property.
ElementTest::testOptions in core/modules/system/tests/src/Functional/Form/ElementTest.php
Tests expansion of #options for #type checkboxes and radios.
ElementTest::testPlaceHolderText in core/modules/system/tests/src/Functional/Form/ElementTest.php
Tests placeholder text for elements that support placeholders.
ElementTest::testRadiosChecked in core/modules/system/tests/src/Functional/Form/ElementTest.php
Tests correct checked attribute for radios element.
ElementTest::testWrapperIds in core/modules/system/tests/src/Functional/Form/ElementTest.php
Tests wrapper ids for checkboxes and radios.
EntityFormTest::testEntityFormDisplayAlter in core/modules/system/tests/src/Functional/Entity/EntityFormTest.php
Tests hook_entity_form_display_alter().
EntityReferenceAdminTest::assertFieldSelectOptions in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php
Checks if a select element contains the specified options.
EntityReferenceAdminTest::assertFieldSelectOptions in core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php
Checks if a select element contains the specified options.
EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php
Tests the Entity Reference Admin UI.
EntityTranslationFormTest::testEntityFormLanguage in core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php
Tests entity form language.
EntityViewControllerTest::testFieldItemAttributes in core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php
Tests field item attributes.
ErrorHandlerTest::assertNoMessages in core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php
Asserts that no messages are printed onto the page.
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::testExposedSortAndItemsPerPage in core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
Tests exposed forms with exposed sort and items per page.
ExposedFormTest::testInputRequired in core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
Test the input required exposed form type.
FieldDropButtonTest::testDropbutton in core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php
Tests dropbutton field.
FieldEntityOperationsTest::testEntityOperations in core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php
Tests entity operations field.
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::testFieldUI in core/modules/views_ui/tests/src/Functional/FieldUITest.php
Tests the UI of field handlers.
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::clickSortLoadIdsFromOutput in core/modules/views/tests/src/Functional/Handler/FieldWebTest.php
Small helper function to get all ids in the output.
FieldWebTest::testClickSorting in core/modules/views/tests/src/Functional/Handler/FieldWebTest.php
Tests the click sorting functionality.
FileFieldDisplayTest::assertNoDuplicateIds in core/modules/file/tests/src/Functional/FileFieldDisplayTest.php
Asserts that each HTML ID is used for just a single element on the page.
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::testSingleValuedWidget in core/modules/file/tests/src/Functional/FileFieldWidgetTest.php
Tests upload and remove buttons for a single-valued File field.
FileFieldWidgetTest::testWidgetElement in core/modules/file/tests/src/Functional/FileFieldWidgetTest.php
Tests file widget element.
FileListingTest::testFileListingPages in core/modules/file/tests/src/Functional/FileListingTest.php
Tests file overview with different user permissions.
FilterAdminTest::testFilterAdmin in core/modules/filter/tests/src/Functional/FilterAdminTest.php
Tests filter administration functionality.
FilterBooleanWebTest::testFilterBooleanUI in core/modules/views_ui/tests/src/Functional/FilterBooleanWebTest.php
Tests the filter boolean UI.
FilterFormatAccessTest::testFormatPermissions in core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php
Tests the Filter format access permissions functionality.
FilterFormTest::assertDisabledTextarea in core/modules/filter/tests/src/Functional/FilterFormTest.php
Asserts that a textarea with a given ID has been disabled from editing.
FilterFormTest::assertEnabledTextarea in core/modules/filter/tests/src/Functional/FilterFormTest.php
Asserts that a textarea with a given ID exists and is not disabled.
FilterFormTest::assertNoSelect in core/modules/filter/tests/src/Functional/FilterFormTest.php
Makes sure that no select element with the given ID exists on the page.
FilterFormTest::assertOptions in core/modules/filter/tests/src/Functional/FilterFormTest.php
Asserts that a select element has the correct options.
FilterFormTest::assertRequiredSelectAndOptions in core/modules/filter/tests/src/Functional/FilterFormTest.php
Asserts that there is a select element with the given ID that is required.
FilterHtmlImageSecureTest::testImageSource in core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php
Tests removal of images having a non-local source.
FormObjectTest::testObjectFormCallback in core/modules/system/tests/src/Functional/Form/FormObjectTest.php
Tests using an object as the form callback.
FormStoragePageCacheTest::getFormBuildId in core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php
Return the build id of the current form.
FormTest::testDisabledElements in core/modules/system/tests/src/Functional/Form/FormTest.php
Test handling of disabled elements.
FormTest::testDisabledMarkup in core/modules/system/tests/src/Functional/Form/FormTest.php
Verify markup for disabled form elements.
FormTest::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::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.
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::doAdminTests in core/modules/forum/tests/src/Functional/ForumTest.php
Runs admin tests on the admin user.
ForumTest::testForum in core/modules/forum/tests/src/Functional/ForumTest.php
Tests forum functionality through the admin and user interfaces.
GlossaryTest::testGlossaryView in core/modules/views/tests/src/Functional/GlossaryTest.php
Tests the default glossary view.
HandlerTest::assertNoDuplicateField in core/modules/views_ui/tests/src/Functional/HandlerTest.php
Asserts that fields only appear once.
HandlerTest::testBrokenHandlers in core/modules/views_ui/tests/src/Functional/HandlerTest.php
Tests broken handlers.
HandlerTest::testUICRUD in core/modules/views_ui/tests/src/Functional/HandlerTest.php
Tests UI CRUD.
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::assertFeed in core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php
Helper function to make assertions about the presence of an RSS feed.
HtmlResponseAttachmentsTest::assertHead in core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php
Helper function to make assertions about HTML head elements.
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::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.
ImageFieldDisplayTest::_testImageFieldFormatters in core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php
Test image formatters on node display.
ImageFieldValidateTest::testAJAXValidationMessage in core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php
Test the validation message is displayed only once for ajax uploads.
ImageFieldValidateTest::testRequiredAttributes in core/modules/image/tests/src/Functional/ImageFieldValidateTest.php
Test that required alt/title fields gets validated right.
ImageFieldWidgetTest::testWidgetElement in core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php
Tests file widget element.
InstallerLanguageDirectionTest::setUpLanguage in core/tests/Drupal/FunctionalTests/Installer/InstallerLanguageDirectionTest.php
Installer step: Select language.
InstallerNonDefaultDatabaseDriverTest::setUpSettings in core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php
Installer step: Configure settings.
InstallerTest::setUpProfile in core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php
Installer step: Select installation profile.
InstallerTest::setUpSettings in core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php
Installer step: Configure settings.
InstallerTranslationQueryTest::visitInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php
Visits the interactive installer.
InstallerTranslationTest::setUpLanguage in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php
Installer step: Select language.
InstallUninstallTest::testInstallUninstall in core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
Tests that a fixed set of modules can be installed and uninstalled.
LanguageLocaleListTest::testLanguageLocaleList in core/modules/language/tests/src/Functional/LanguageLocaleListTest.php
Tests adding, editing, and deleting languages.
LanguageSelectElementTest::_testLanguageSelectElementOptions in core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php
Helper function to check the options of a language select form element.
LanguageSelectorTranslatableTest::testLanguageStringSelector in core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php
Tests content translation language selectors are correctly translated.
LanguageSwitchingTest::doTestLanguageBlockAnonymous in core/modules/language/tests/src/Functional/LanguageSwitchingTest.php
For anonymous users, the "active" class is set by PHP.
LanguageSwitchingTest::doTestLanguageBlockAuthenticated in core/modules/language/tests/src/Functional/LanguageSwitchingTest.php
For authenticated users, the "active" class is set by JavaScript.
LanguageSwitchingTest::doTestLanguageLinkActiveClassAnonymous in core/modules/language/tests/src/Functional/LanguageSwitchingTest.php
For anonymous users, the "active" class is set by PHP.
LanguageSwitchingTest::doTestLanguageLinkActiveClassAuthenticated in core/modules/language/tests/src/Functional/LanguageSwitchingTest.php
For authenticated users, the "active" class is set by JavaScript.
LanguageSwitchingTest::testLanguageBlockWithDomain in core/modules/language/tests/src/Functional/LanguageSwitchingTest.php
Test language switcher links for domain based negotiation.
LanguageSwitchingTest::testLanguageBodyClass in core/modules/language/tests/src/Functional/LanguageSwitchingTest.php
Check the path-admin class, as same as on default language.
LanguageUILanguageNegotiationTest::testUILanguageNegotiation in core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php
Tests for language switching by URL path.
LanguageUILanguageNegotiationTest::testUrlLanguageFallback in core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php
Test URL language detection when the requested URL has no language.
LocalActionTest::assertLocalAction in core/modules/system/tests/src/Functional/Menu/LocalActionTest.php
Asserts local actions in the page output.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverridePreserve in core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php
Test removing a string from Locale changes configuration translations.
LocaleConfigTranslationTest::testConfigTranslation in core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php
Tests basic configuration translation.
LocaleContentTest::testContentTypeLanguageConfiguration in core/modules/locale/tests/src/Functional/LocaleContentTest.php
Test if a content type can be set to multilingual and language is present.
LocalePathTest::testPathLanguageConfiguration in core/modules/locale/tests/src/Functional/LocalePathTest.php
Test if a language can be associated with a path alias.
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.
LocaleUpdateInterfaceTest::testInterface in core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php
Tests the user interfaces of the interface translation update system.
LocalTasksTest::assertLocalTasks in core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php
Asserts local tasks in the page output.
LocalTasksTest::assertNoLocalTasks in core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php
Asserts that the local tasks on the specified level are not being printed.
LocalTasksTest::testPluginLocalTask in core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php
Tests the plugin based local tasks.
ManageDisplayTest::assertFieldSelectOptions in core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php
Checks if a select element contains the specified options.
ManageFieldsFunctionalTest::addExistingField in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests adding an existing field in another content type.
ManageFieldsFunctionalTest::manageFieldsPage in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests the manage fields page.
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.
MenuAccessTest::testMenuBlockLinksAccessCheck in core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php
Tests menu link for route with access check.
MenuLinkContentFormTest::testMenuLinkContentForm in core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php
Tests the MenuLinkContentForm class.
MigrateControllerTest::clickViewsOperationsLink in core/modules/migrate_drupal_ui/tests/src/Functional/MigrateControllerTest.php
Clicks a view link to perform an operation.
MiniPagerTest::testMiniPagerRender in core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php
Tests the rendering of mini pagers.
ModeratedContentViewTest::testModeratedContentPage in core/modules/content_moderation/tests/src/Functional/ModeratedContentViewTest.php
Tests the moderated content page.
ModerationFormTest::testContentTranslationNodeForm in core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php
Tests translated and moderated nodes.
ModerationLocaleTest::hasModerationForm in core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php
Checks whether the page contains the moderation form.
MultiFormTest::assertNoDuplicateIds in core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php
Asserts that each HTML ID is used for just a single element on the page.
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.
NodeAdminTest::testContentAdminPages in core/modules/node/tests/src/Functional/NodeAdminTest.php
Tests content overview with different user permissions.
NodeAdminTest::testContentAdminSort in core/modules/node/tests/src/Functional/NodeAdminTest.php
Tests that the table sorting works on the content admin pages.
NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php
Tests the recent comments block.
NodeCreationTest::testAuthorAutocomplete in core/modules/node/tests/src/Functional/NodeCreationTest.php
Tests the author autocompletion textfield.
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.
NodeFieldMultilingualTest::testMultilingualDisplaySettings in core/modules/node/tests/src/Functional/NodeFieldMultilingualTest.php
Tests multilingual field display settings.
NodeIntegrationTest::assertNids in core/modules/node/tests/src/Functional/Views/NodeIntegrationTest.php
Ensures that a list of nodes appear on the page.
NodePostSettingsTest::testPagePostInfo in core/modules/node/tests/src/Functional/NodePostSettingsTest.php
Confirms "Basic page" content type and post information is on a new node.
NodeRevisionsUiTest::testNodeRevisionsTabWithDefaultRevision in core/modules/node/tests/src/Functional/NodeRevisionsUiTest.php
Checks the Revisions tab.
NodeTranslationUITest::doTestAlternateHreflangLinks in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
Tests that the given path provides the correct alternate hreflang links.
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.
NodeViewTest::testHtmlHeadLinks in core/modules/node/tests/src/Functional/NodeViewTest.php
Tests the html head links.
NodeViewTest::testMultiByteUtf8 in core/modules/node/tests/src/Functional/NodeViewTest.php
Tests that we store and retrieve multi-byte UTF-8 characters correctly.
OptionsFieldUITest::testNodeDisplay in core/modules/options/tests/src/Functional/OptionsFieldUITest.php
Tests normal and key formatter display on node display.
OptionsSelectDynamicValuesTest::testSelectListDynamic in core/modules/options/tests/src/Functional/OptionsSelectDynamicValuesTest.php
Tests the 'options_select' widget (single select).
OptionsWidgetsTest::testEmptyValue in core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
Tests the 'options_select' and 'options_button' widget for empty value.
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).
PagePreviewTest::testPagePreview in core/modules/node/tests/src/Functional/PagePreviewTest.php
Checks the node preview functionality.
PagerTest::assertPagerItems in core/modules/system/tests/src/Functional/Pager/PagerTest.php
Asserts pager items and links.
PagerTest::testActiveClass in core/modules/system/tests/src/Functional/Pager/PagerTest.php
Tests markup and CSS classes of pager links.
PagerTest::testPager in core/modules/views/tests/src/Functional/Wizard/PagerTest.php
Tests the pager option.
PagerTest::testPagerQueryParametersAndCacheContext in core/modules/system/tests/src/Functional/Pager/PagerTest.php
Test proper functioning of the query parameters and the pager cache context.
PageTitleTest::testRoutingTitle in core/modules/system/tests/src/Functional/System/PageTitleTest.php
Tests the page title of render arrays.
PathAliasTest::testNodeAlias in core/modules/path/tests/src/Functional/PathAliasTest.php
Tests alias functionality through the node interfaces.
PathTaxonomyTermTest::testTermAlias in core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php
Tests alias functionality through the admin interfaces.
PreviewTest::testPreviewAdditionalInfo in core/modules/views_ui/tests/src/Functional/PreviewTest.php
Tests the additional information query info area.
PreviewTest::testPreviewContextual in core/modules/views_ui/tests/src/Functional/PreviewTest.php
Tests contextual links in the preview form.
PreviewTest::testPreviewSortLink in core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php
Tests the link to sort in the preview form.
PreviewTest::testPreviewUI in core/modules/views_ui/tests/src/Functional/PreviewTest.php
Tests arguments in the preview form.
PreviewTest::testPreviewWithPagersUI in core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php
Tests pagers in the preview form.
RebuildTest::testPreserveFormActionAfterAJAX in core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php
Tests that a form's action is retained after an Ajax submission.
ResponsiveImageAdminUITest::testResponsiveImageAdmin in core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php
Test responsive image administration functionality.
SearchAdvancedSearchFormTest::testFormRefill in core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php
Tests that after submitting the advanced search form, the form is refilled.
SearchBlockTest::testSearchFormBlock in core/modules/search/tests/src/Functional/SearchBlockTest.php
Test that the search form block can be placed and works.
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.
SearchIntegrationTest::assertOneLink in core/modules/views/tests/src/Functional/SearchIntegrationTest.php
Asserts that exactly one link exists with the given text.
SearchIntegrationTest::testSearchIntegration in core/modules/views/tests/src/Functional/SearchIntegrationTest.php
Tests search integration.
SearchPageTextTest::testSearchText in core/modules/search/tests/src/Functional/SearchPageTextTest.php
Tests the failed search text, and various other text on the search page.
SearchRankingTest::testRankings in core/modules/search/tests/src/Functional/SearchRankingTest.php
SettingsTest::testEditUI in core/modules/views_ui/tests/src/Functional/SettingsTest.php
Tests the settings for the edit ui.
ShortcutLinksTest::assertShortcutQuickLink in core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
Passes if a shortcut quick link with the specified label is found.
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::testShortcutQuickLink in core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
Tests that the "add to shortcut" and "remove from shortcut" links work.
ShortcutSetsTest::testShortcutSetEdit in core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
Tests editing a shortcut set.
ShortcutTranslationUITest::doTestBasicTranslation in core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php
Tests the basic translation workflow.
SiteMaintenanceTest::testSiteMaintenance in core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php
Verifies site maintenance mode functionality.
StandardTest::testStandard in core/profiles/standard/tests/src/Functional/StandardTest.php
Tests Standard installation profile.
StatusTest::testStatusPage in core/modules/system/tests/src/Functional/System/StatusTest.php
Tests that the status page returns.
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.
StyleSerializerTest::testSerializerViewsUI in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
Tests the views interface for REST export displays.
StyleTableTest::testAccessibilitySettings in core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php
Test table caption/summary/description.
StyleTableTest::testEmptyColumn in core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php
Test that empty columns are hidden when empty_column is set.
StyleTableTest::testFieldInColumns in core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php
Test table fields in columns.
StyleTableTest::testGrouping in core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php
Tests grouping by a field.
StyleTableTest::testNumericFieldVisible in core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php
Test that a number with the value of "0" is displayed in the table.
SyslogTest::testSettings in core/modules/syslog/tests/src/Functional/SyslogTest.php
Tests the syslog settings page.
SystemConfigFormTest::testSystemConfigForm in core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php
Tests the SystemConfigFormTestBase class.
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsField in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php
Tests the "all terms" field handler.
TaxonomyIndexTidUiTest::testExposedFilter in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php
Tests exposed taxonomy filters.
TaxonomyIndexTidUiTest::testFilterUI in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php
Tests the filter UI.
TermAutocompleteTest::setUp in core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php
TermTest::testNodeTermCreationAndDeletion in core/modules/taxonomy/tests/src/Functional/TermTest.php
Test term creation with a free-tagging vocabulary from the node form.
ThemeInfoTest::testStylesheets in core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php
Tests stylesheets-remove.
ThemeTest::testPreprocessHtml in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
Tests that the page variable is not prematurely flattened.
ThemeTest::testThemeSettings in core/modules/system/tests/src/Functional/System/ThemeTest.php
Test the theme settings form.
TimestampTest::testWidget in core/tests/Drupal/FunctionalTests/Datetime/TimestampTest.php
Tests the "datetime_timestamp" widget.
ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear in core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
Tests that toolbar cache is cleared when string translations are made.
ToolbarMenuTranslationTest::testToolbarClasses in core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php
Tests that toolbar classes don't change when adding a translation.
TourTest::testTourFunctionality in core/modules/tour/tests/src/Functional/TourTest.php
Test tour functionality.
TourTestBase::assertTourTips in core/modules/tour/tests/src/Functional/TourTestBase.php
Assert function to determine if tips rendered to the page have a corresponding page element.
TrackerRecentContentLinkTest::testRecentContentLink in core/modules/tracker/tests/src/Functional/TrackerRecentContentLinkTest.php
Tests the recent content link in menu block.
TrackerTest::assertHistoryMetadata in core/modules/tracker/tests/src/Functional/TrackerTest.php
Passes if the appropriate history metadata exists.
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.
UpdatePathTestJavaScriptTest::doSelectionTest in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestJavaScriptTest.php
Tests the selection page.
UpdateScriptTest::runUpdates in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Helper function to run updates via the browser.
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::testSuccessfulMultilingualUpdateFunctionality in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Tests perfoming updates with update.php in a multilingual environment.
UpdateScriptTest::testSuccessfulUpdateFunctionality in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Tests update.php after performing a successful update.
UrlTest::testLinkAttributes in core/modules/system/tests/src/Functional/Common/UrlTest.php
Tests that default and custom attributes are handled correctly on links.
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.
UserAdminListingTest::testUserListing in core/modules/user/tests/src/Functional/UserAdminListingTest.php
Tests the listing.
UserAdminTest::testUserAdmin in core/modules/user/tests/src/Functional/UserAdminTest.php
Registers a user and deletes it.
UserBlocksTest::testUserLoginBlockVisibility in core/modules/user/tests/src/Functional/UserBlocksTest.php
Tests that user login block is hidden from user/login.
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.
UserPermissionsTest::testAccessContentPermission in core/modules/user/tests/src/Functional/UserPermissionsTest.php
Verify 'access content' is listed in the correct location.
UserRoleAdminTest::testRoleAdministration in core/modules/user/tests/src/Functional/UserRoleAdminTest.php
Test adding, renaming and deleting roles.
ValidationTest::testValidateLimitErrors in core/modules/system/tests/src/Functional/Form/ValidationTest.php
Tests partial form validation through #limit_validation_errors.
VersionTest::testModuleVersions in core/modules/system/tests/src/Functional/Module/VersionTest.php
Test version dependencies.
ViewEditTest::testEditFormLanguageOptions in core/modules/views_ui/tests/src/Functional/ViewEditTest.php
Tests the language options on the views edit form.
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.
ViewsListTest::testViewsListLimit in core/modules/views_ui/tests/src/Functional/ViewsListTest.php
Tests that the views list does not use a pager.
VocabularyPermissionsTest::testVocabularyPermissionsTaxonomyTerm in core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php
Create, edit and delete a taxonomy term via the user interface.
WizardTest::testCommentWizard in core/modules/comment/tests/src/Functional/Views/WizardTest.php
Tests adding a view of comments.
WorkflowUiTest::testSorting in core/modules/workflows/tests/src/Functional/WorkflowUiTest.php
Test the sorting of states and transitions by weight and label.