You are here

328 calls to AssertContentTrait::xpath() in Zircon Profile 8.0

AggregatorAdminTest::testOverviewPage in core/modules/aggregator/src/Tests/AggregatorAdminTest.php
Tests the overview page.
AggregatorRenderingTest::testBlockLinks in core/modules/aggregator/src/Tests/AggregatorRenderingTest.php
Adds a feed block to the page and checks its links.
AggregatorRenderingTest::testFeedPage in core/modules/aggregator/src/Tests/AggregatorRenderingTest.php
Creates a feed and checks that feed's page.
AjaxFormPageCacheTest::getFormBuildId in core/modules/system/src/Tests/Ajax/AjaxFormPageCacheTest.php
Return the build id of the current form.
AnalyzeTest::testAnalyzeBasic in core/modules/views_ui/src/Tests/AnalyzeTest.php
Tests that analyze works in general.
AreaEntityTest::doTestRender in core/modules/views/src/Tests/Handler/AreaEntityTest.php
Tests rendering the entity area handler.
AreaTest::testRenderAreaToken in core/modules/views/src/Tests/Handler/AreaTest.php
Tests global tokens.
AreaTest::testRenderEmptyHeaderFooter in core/modules/views/src/Tests/Handler/AreaTest.php
Tests that the header and footer areas are not rendered if empty.
AssertContentTrait::assertFieldByXPath in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a field exists in the current page by the given XPath.
AssertContentTrait::assertFieldChecked in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a checkbox field in the current page is checked.
AssertContentTrait::assertLink in core/modules/simpletest/src/AssertContentTrait.php
Passes if a link with the specified label is found.
AssertContentTrait::assertLinkByHref in core/modules/simpletest/src/AssertContentTrait.php
Passes if a link containing a given href (part) is found.
AssertContentTrait::assertNoDuplicateIds in core/modules/simpletest/src/AssertContentTrait.php
Asserts that each HTML ID is used for just a single element.
AssertContentTrait::assertNoFieldByXPath in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a field does not exist or its value does not match, by XPath.
AssertContentTrait::assertNoFieldChecked in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a checkbox field in the current page is not checked.
AssertContentTrait::assertNoLink in core/modules/simpletest/src/AssertContentTrait.php
Passes if a link with the specified label is not found.
AssertContentTrait::assertNoLinkByHref in core/modules/simpletest/src/AssertContentTrait.php
Passes if a link containing a given href (part) is not found.
AssertContentTrait::assertNoLinkByHrefInMainRegion in core/modules/simpletest/src/AssertContentTrait.php
Passes if a link containing a given href is not found in the main region.
AssertContentTrait::assertNoOption in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a select option in the current page does not exist.
AssertContentTrait::assertNoOptionSelected in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a select option in the current page is not checked.
AssertContentTrait::assertNoTitle in core/modules/simpletest/src/AssertContentTrait.php
Pass if the page title is not the given string.
AssertContentTrait::assertOption in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a select option in the current page exists.
AssertContentTrait::assertOptionSelected in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a select option in the current page is checked.
AssertContentTrait::assertOptionSelectedWithDrupalSelector in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a select option in the current page is checked.
AssertContentTrait::assertOptionWithDrupalSelector in core/modules/simpletest/src/AssertContentTrait.php
Asserts that a select option in the current page exists.
AssertContentTrait::cssSelect in core/modules/simpletest/src/AssertContentTrait.php
Searches elements using a CSS selector in the raw content.
BasicTest::testWizardForm in core/modules/views/src/Tests/Wizard/BasicTest.php
Tests the actual wizard form.
BlockContentIntegrationTest::assertIds in core/modules/block_content/src/Tests/Views/BlockContentIntegrationTest.php
Ensures that a list of block_contents appear on the page.
BlockContentListTest::testListing in core/modules/block_content/src/Tests/BlockContentListTest.php
Tests the custom block listing page.
BlockContentListViewsTest::testListing in core/modules/block_content/src/Tests/BlockContentListViewsTest.php
Tests the custom block listing page.
BlockHtmlTest::testHtml in core/modules/block/src/Tests/BlockHtmlTest.php
Tests for valid HTML for a block.
BlockLanguageTest::testLanguageBlockVisibilityLanguageDelete in core/modules/block/src/Tests/BlockLanguageTest.php
Tests if the visibility settings are removed if the language is deleted.
BlockSystemBrandingTest::testSystemBrandingSettings in core/modules/block/src/Tests/BlockSystemBrandingTest.php
Tests system branding block configuration.
BlockTest::testBlockThemeSelector in core/modules/block/src/Tests/BlockTest.php
Tests that the block form has a theme selector when not passed via the URL.
BlockUiTest::testBlockAdminUiPage in core/modules/block/src/Tests/BlockUiTest.php
Test block admin page exists and functions correctly.
BlockUiTest::testBlockDemoUiPage in core/modules/block/src/Tests/BlockUiTest.php
Test block demo page exists and functions correctly.
BlockUiTest::testCandidateBlockList in core/modules/block/src/Tests/BlockUiTest.php
Tests the block categories on the listing page.
BlockUiTest::testContextAwareBlocks in core/modules/block/src/Tests/BlockUiTest.php
Tests the behavior of context-aware blocks.
BlockUiTest::testContextAwareUnsatisfiedBlocks in core/modules/block/src/Tests/BlockUiTest.php
Tests the behavior of unsatisfied context-aware blocks.
BookTest::checkBookNode in core/modules/book/src/Tests/BookTest.php
Checks the outline of sub-pages; previous, up, and next.
BookTest::testAdminBookNodeListing in core/modules/book/src/Tests/BookTest.php
Tests the administrative listing of all book pages in a book.
BreadcrumbTest::testBreadCrumbs in core/modules/system/src/Tests/Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
BrowserTest::testXPathEscaping in core/modules/simpletest/src/Tests/BrowserTest.php
Tests XPath escaping.
BulkFormTest::setUp in core/modules/node/src/Tests/Views/BulkFormTest.php
Sets up a Drupal site for running functional and integration tests.
BulkFormTest::testBulkForm in core/modules/action/src/Tests/BulkFormTest.php
Tests the bulk form.
CheckboxTest::testFormCheckbox in core/modules/system/src/Tests/Form/CheckboxTest.php
CKEditorAdminTest::testExistingFormat in core/modules/ckeditor/src/Tests/CKEditorAdminTest.php
Tests configuring a text editor for an existing text format.
CKEditorAdminTest::testNewFormat in core/modules/ckeditor/src/Tests/CKEditorAdminTest.php
Tests configuring a text editor for a new text format.
CKEditorLoadingTest::getThingsToCheck in core/modules/ckeditor/src/Tests/CKEditorLoadingTest.php
CKEditorLoadingTest::testLoading in core/modules/ckeditor/src/Tests/CKEditorLoadingTest.php
Tests loading of CKEditor CSS, JS and JS settings.
CommentCSSTest::testCommentClasses in core/modules/comment/src/Tests/CommentCSSTest.php
Tests CSS classes on comments.
CommentNewIndicatorTest::testCommentNewCommentsIndicator in core/modules/comment/src/Tests/CommentNewIndicatorTest.php
Tests new comment marker.
CommentNonNodeTest::testCommentFunctionality in core/modules/comment/src/Tests/CommentNonNodeTest.php
Tests anonymous comment functionality.
CommentPagerTest::assertCommentOrder in core/modules/comment/src/Tests/CommentPagerTest.php
Asserts that the comments are displayed in the correct order.
CommentPagerTest::clickLinkWithXPath in core/modules/comment/src/Tests/CommentPagerTest.php
Follows a link found at a give xpath query.
CommentPreviewTest::testCommentEditPreviewSave in core/modules/comment/src/Tests/CommentPreviewTest.php
Tests comment edit, preview, and save.
CommentPreviewTest::testCommentPreviewDuplicateSubmission in core/modules/comment/src/Tests/CommentPreviewTest.php
Tests comment preview.
CommentRowTest::testCommentRow in core/modules/comment/src/Tests/Views/CommentRowTest.php
Test comment row.
ConfigEntityFormOverrideTest::testFormsWithOverrides in core/modules/config/src/Tests/ConfigEntityFormOverrideTest.php
Tests that overrides do not affect forms or listing screens.
ConfigEntityListTest::testListUI in core/modules/config/src/Tests/ConfigEntityListTest.php
Tests the listing UI.
ConfigFormOverrideTest::testFormsWithOverrides in core/modules/config/src/Tests/ConfigFormOverrideTest.php
Tests that overrides do not affect forms.
ConfigSingleImportExportTest::testExport in core/modules/config/src/Tests/ConfigSingleImportExportTest.php
Tests exporting a single configuration file.
ConfigTranslationUiTest::assertDisabledTextarea in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Asserts that a textarea with a given ID has been disabled from editing.
ConfigTranslationUiThemeTest::testThemeDiscovery in core/modules/config_translation/src/Tests/ConfigTranslationUiThemeTest.php
Tests that theme provided *.config_translation.yml files are found.
ConfigurationTest::testActionConfiguration in core/modules/action/src/Tests/ConfigurationTest.php
Tests configuration of advanced actions through administration interface.
ConfirmFormTest::assertCancelLinkUrl in core/modules/system/src/Tests/Form/ConfirmFormTest.php
Asserts that a cancel link is present pointing to the provided URL.
ContactAuthenticatedUserTest::testContactSiteWideTextfieldsLoggedInTestCase in core/modules/contact/src/Tests/ContactAuthenticatedUserTest.php
Tests that name and email fields are not present for authenticated users.
ContactLinkTest::assertContactLinks in core/modules/contact/src/Tests/Views/ContactLinkTest.php
Asserts whether certain users contact links appear on the page.
ContactSitewideTest::testSiteWideContact in core/modules/contact/src/Tests/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
ContentTranslationSettingsTest::testSettingsUI in core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php
Tests that the settings UI works as expected.
ContentTranslationSyncImageTest::testImageFieldSync in core/modules/content_translation/src/Tests/ContentTranslationSyncImageTest.php
Tests image field field synchronization.
ContentTranslationUITestBase::doTestAuthoringInfo in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the translation authoring information.
ContentTranslationUITestBase::doTestOutdatedStatus in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests up-to-date status tracking.
ContentTranslationUITestBase::doTestTranslationOverview in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests that the translation overview shows the correct values.
DbLogTest::doUser in core/modules/dblog/src/Tests/DbLogTest.php
Generates and then verifies some user events.
DbLogTest::getLogEntries in core/modules/dblog/src/Tests/DbLogTest.php
Gets the database log event information from the browser page.
DbLogTest::verifyBreadcrumbs in core/modules/dblog/src/Tests/DbLogTest.php
Generates and then verifies breadcrumbs.
DefaultMetatagsTest::testMetaTag in core/modules/system/src/Tests/Page/DefaultMetatagsTest.php
Tests meta tags.
DefaultViewsTest::clickViewsOperationLink in core/modules/views_ui/src/Tests/DefaultViewsTest.php
Click a link to perform an operation on a view.
DefaultViewsTest::testSplitListing in core/modules/views_ui/src/Tests/DefaultViewsTest.php
Tests that enabling views moves them to the correct table.
DependencyTest::testIncompatibleCoreVersionDependency in core/modules/system/src/Tests/Module/DependencyTest.php
Tests enabling a module that depends on a module with an incompatible core version.
DependencyTest::testIncompatibleModuleVersionDependency in core/modules/system/src/Tests/Module/DependencyTest.php
Tests enabling a module that depends on an incompatible version of a module.
DependencyTest::testMissingModules in core/modules/system/src/Tests/Module/DependencyTest.php
Attempts to enable a module with a missing dependency.
DependencyTest::testUninstallDependents in core/modules/system/src/Tests/Module/DependencyTest.php
Tests attempting to uninstall a module that has installed dependents.
DialogTest::testDialog in core/modules/system/src/Tests/Ajax/DialogTest.php
Test sending non-JS and AJAX requests to open and manipulate modals.
DisabledDisplayTest::testDisabledDisplays in core/modules/views/src/Tests/Plugin/DisabledDisplayTest.php
Tests that views displays can be disabled.
DisplayAttachmentTest::testAttachment in core/modules/views/src/Tests/Plugin/DisplayAttachmentTest.php
Tests the attachment plugin.
DisplayAttachmentTest::testAttachmentUI in core/modules/views_ui/src/Tests/DisplayAttachmentTest.php
Tests the attachment UI.
DisplayAttachmentTest::testDisabledAttachments in core/modules/views/src/Tests/Plugin/DisplayAttachmentTest.php
Tests that nothing is output when the attachment displays are disabled.
DisplayBlockTest::testBlockCategory in core/modules/block/src/Tests/Views/DisplayBlockTest.php
Tests default and custom block categories.
DisplayBlockTest::testBlockEmptyRendering in core/modules/block/src/Tests/Views/DisplayBlockTest.php
Tests the various testcases of empty block rendering.
DisplayBlockTest::testBlockRendering in core/modules/block/src/Tests/Views/DisplayBlockTest.php
Tests the actual rendering of the views block.
DisplayBlockTest::testViewsBlockForm in core/modules/block/src/Tests/Views/DisplayBlockTest.php
Test the block form for a Views block.
DisplayCRUDTest::testDefaultDisplay in core/modules/views_ui/src/Tests/DisplayCRUDTest.php
Tests that the correct display is loaded by default.
DisplayCRUDTest::testRemoveDisplay in core/modules/views_ui/src/Tests/DisplayCRUDTest.php
Tests removing a display.
DisplayFeedTest::checkFeedViewUi in core/modules/views_ui/src/Tests/DisplayFeedTest.php
Checks views UI for a specific feed view.
DisplayFeedTest::testDisabledFeed in core/modules/views/src/Tests/Plugin/DisplayFeedTest.php
Tests that nothing is output when the feed display is disabled.
DisplayFeedTest::testFeedFieldOutput in core/modules/views/src/Tests/Plugin/DisplayFeedTest.php
Tests the rendered output for fields display.
DisplayFeedTest::testFeedOutput in core/modules/views/src/Tests/Plugin/DisplayFeedTest.php
Tests the rendered output.
DisplayPageWebTest::testArguments in core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php
Tests arguments.
DisplayPageWebTest::testPageDisplayMenu in core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php
Tests menu settings of page displays.
DisplayPathTest::testMenuOptions in core/modules/views_ui/src/Tests/DisplayPathTest.php
Tests the menu and tab option form.
DisplayTest::testDisableDisplay in core/modules/views_ui/src/Tests/DisplayTest.php
Tests disabling of a display.
DisplayTest::testDisplayAreas in core/modules/views_ui/src/Tests/DisplayTest.php
Tests display areas.
DisplayTest::testDisplayPlugin in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests the display test plugin.
DisplayTest::testLinkDisplay in core/modules/views_ui/src/Tests/DisplayTest.php
Tests the link-display setting.
DisplayTest::testReadMore in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests the readmore functionality.
DisplayTest::testReorderDisplay in core/modules/views_ui/src/Tests/DisplayTest.php
Tests reordering of displays.
DisplayTest::testViewStatus in core/modules/views_ui/src/Tests/DisplayTest.php
Tests that the view status is correctly reflected on the edit form.
EditorAdminTest::selectUnicornEditor in core/modules/editor/src/Tests/EditorAdminTest.php
Tests and selects the unicorn editor.
EditorAdminTest::testAddEditorToExistingFormat in core/modules/editor/src/Tests/EditorAdminTest.php
Tests adding a text editor to an existing text format.
EditorAdminTest::testNoEditorAvailable in core/modules/editor/src/Tests/EditorAdminTest.php
Tests an existing format without any editors available.
EditorAdminTest::verifyUnicornEditorConfiguration in core/modules/editor/src/Tests/EditorAdminTest.php
Verifies unicorn editor configuration.
EditorLoadingTest::getThingsToCheck in core/modules/editor/src/Tests/EditorLoadingTest.php
EditorLoadingTest::testLoading in core/modules/editor/src/Tests/EditorLoadingTest.php
Tests loading of text editors.
EditorLoadingTest::testSupportedElementTypes in core/modules/editor/src/Tests/EditorLoadingTest.php
Test supported element types.
EditorSecurityTest::testEditorXssFilterOverride in core/modules/editor/src/Tests/EditorSecurityTest.php
Tests the standard text editor XSS filter being overridden.
EditorSecurityTest::testInitialSecurity in core/modules/editor/src/Tests/EditorSecurityTest.php
Tests initial security: is the user safe without switching text formats?
EditorSecurityTest::testSwitchingSecurity in core/modules/editor/src/Tests/EditorSecurityTest.php
Tests administrator security: is the user safe when switching text formats?
ElementsLabelsTest::testFormDescriptions in core/modules/system/src/Tests/Form/ElementsLabelsTest.php
Tests different display options for form element descriptions.
ElementsLabelsTest::testFormLabels in core/modules/system/src/Tests/Form/ElementsLabelsTest.php
Test form elements, labels, title attributes and required marks output correctly and have the correct label option class if needed.
ElementsTableSelectTest::testTableselectColSpan in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Tests the display when #colspan is set.
ElementsVerticalTabsTest::testWrapperNotShownWhenEmpty in core/modules/system/src/Tests/Form/ElementsVerticalTabsTest.php
Ensures that vertical tab markup is not shown if user has no tab access.
ElementTest::testButtonClasses in core/modules/system/src/Tests/Form/ElementTest.php
Tests button classes.
ElementTest::testFormAutocomplete in core/modules/system/src/Tests/Form/ElementTest.php
Tests a form with a autocomplete setting..
ElementTest::testGroupElements in core/modules/system/src/Tests/Form/ElementTest.php
Tests the #group property.
ElementTest::testOptions in core/modules/system/src/Tests/Form/ElementTest.php
Tests expansion of #options for #type checkboxes and radios.
ElementTest::testPlaceHolderText in core/modules/system/src/Tests/Form/ElementTest.php
Tests placeholder text for elements that support placeholders.
ElementTest::testWrapperIds in core/modules/system/src/Tests/Form/ElementTest.php
Tests wrapper ids for checkboxes and radios.
EntityFormTest::testEntityFormDisplayAlter in core/modules/system/src/Tests/Entity/EntityFormTest.php
Tests hook_entity_form_display_alter().
EntityReferenceAdminTest::assertFieldSelectOptions in core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
Checks if a select element contains the specified options.
EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
Tests the Entity Reference Admin UI.
EntityViewControllerTest::testFieldItemAttributes in core/modules/system/src/Tests/Entity/EntityViewControllerTest.php
Tests field item attributes.
ErrorHandlerTest::assertNoMessages in core/modules/system/src/Tests/System/ErrorHandlerTest.php
Asserts that no messages are printed onto the page.
ExposedFormTest::testExposedBlock in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Tests the exposed block functionality.
ExposedFormTest::testExposedFormRender in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Tests the exposed form markup.
ExposedFormTest::testInputRequired in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Test the input required exposed form type.
ExternalFormUrlTest::testActionUrlBehavior in core/modules/system/src/Tests/Form/ExternalFormUrlTest.php
Tests form behaviour.
FieldDropButtonTest::testDropbutton in core/modules/views/src/Tests/Handler/FieldDropButtonTest.php
Tests dropbutton field.
FieldEntityOperationsTest::testEntityOperations in core/modules/views/src/Tests/Handler/FieldEntityOperationsTest.php
Tests entity operations field.
FieldUIRouteTest::testFieldUIRoutes in core/modules/field_ui/src/Tests/FieldUIRouteTest.php
Ensures that entity types with bundles do not break following entity types.
FieldUITest::testFieldUI in core/modules/views_ui/src/Tests/FieldUITest.php
Tests the UI of field handlers.
FieldUITest::testHandlerUI in core/modules/field/src/Tests/Views/FieldUITest.php
Tests basic field handler settings in the UI.
FieldUITest::testHandlerUIAggregation in core/modules/field/src/Tests/Views/FieldUITest.php
Tests the basic field handler form when aggregation is enabled.
FieldWebTest::clickSortLoadIdsFromOutput in core/modules/views/src/Tests/Handler/FieldWebTest.php
Small helper function to get all ids in the output.
FileFieldWidgetTest::testMultiValuedWidget in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTest::testSingleValuedWidget in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests upload and remove buttons for a single-valued File field.
FileFieldWidgetTest::testWidgetElement in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests file widget element.
FileFieldWidgetTest::testWidgetValidation in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests validation with the Upload button.
FileListingTest::testFileListingPages in core/modules/file/src/Tests/FileListingTest.php
Tests file overview with different user permissions.
FilterAdminTest::testFilterAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterAdminTest::testFormatAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests the format administration functionality.
FilterBooleanWebTest::testFilterBooleanUI in core/modules/views_ui/src/Tests/FilterBooleanWebTest.php
Tests the filter boolean UI.
FilterFormatAccessTest::testFormatPermissions in core/modules/filter/src/Tests/FilterFormatAccessTest.php
Tests the Filter format access permissions functionality.
FilterFormTest::assertDisabledTextarea in core/modules/filter/src/Tests/FilterFormTest.php
Asserts that a textarea with a given ID has been disabled from editing.
FilterFormTest::assertEnabledTextarea in core/modules/filter/src/Tests/FilterFormTest.php
Asserts that a textarea with a given ID exists and is not disabled.
FilterFormTest::assertNoSelect in core/modules/filter/src/Tests/FilterFormTest.php
Makes sure that no select element with the given ID exists on the page.
FilterFormTest::assertOptions in core/modules/filter/src/Tests/FilterFormTest.php
Asserts that a select element has the correct options.
FilterFormTest::assertRequiredSelectAndOptions in core/modules/filter/src/Tests/FilterFormTest.php
Asserts that there is a select element with the given ID that is required.
FilterHtmlImageSecureTest::testImageSource in core/modules/filter/src/Tests/FilterHtmlImageSecureTest.php
Tests removal of images having a non-local source.
FormObjectTest::testObjectFormCallback in core/modules/system/src/Tests/Form/FormObjectTest.php
Tests using an object as the form callback.
FormStoragePageCacheTest::getFormBuildId in core/modules/system/src/Tests/Form/FormStoragePageCacheTest.php
Return the build id of the current form.
FormTest::testDisabledElements in core/modules/system/src/Tests/Form/FormTest.php
Test handling of disabled elements.
FormTest::testDisabledMarkup in core/modules/system/src/Tests/Form/FormTest.php
Verify markup for disabled form elements.
FormTest::testFieldFormUnlimited in core/modules/field/src/Tests/FormTest.php
FormTest::testFieldFormUnlimitedRequired in core/modules/field/src/Tests/FormTest.php
Tests the position of the required label.
FormTest::testInputForgery in core/modules/system/src/Tests/Form/FormTest.php
Test Form API protections against input forgery.
FormTest::testRequiredAttribute in core/modules/system/src/Tests/Form/FormTest.php
Tests required attribute.
FormTest::testRequiredCheckboxesRadio in core/modules/system/src/Tests/Form/FormTest.php
Tests validation for required checkbox, select, and radio elements.
ForumTest::doAdminTests in core/modules/forum/src/Tests/ForumTest.php
Runs admin tests on the admin user.
ForumTest::testForum in core/modules/forum/src/Tests/ForumTest.php
Tests forum functionality through the admin and user interfaces.
GetNamespacesTest::testGetRdfNamespaces in core/modules/rdf/src/Tests/GetNamespacesTest.php
Tests RDF namespaces.
GlossaryTest::testGlossaryView in core/modules/views/src/Tests/GlossaryTest.php
Tests the default glossary view.
HandlerTest::assertNoDuplicateField in core/modules/views_ui/src/Tests/HandlerTest.php
Asserts that fields only appear once.
HandlerTest::testBrokenHandlers in core/modules/views_ui/src/Tests/HandlerTest.php
Tests broken handlers.
HandlerTest::testRelationshipUI in core/modules/views/src/Tests/Handler/HandlerTest.php
Tests the relationship ui for field/filter/argument/relationship.
HandlerTest::testUICRUD in core/modules/views_ui/src/Tests/HandlerTest.php
Tests UI CRUD.
HistoryTimestampTest::testHandlers in core/modules/history/src/Tests/Views/HistoryTimestampTest.php
Tests the handlers.
HtmlAttributesTest::testThemeHtmlAttributes in core/modules/system/src/Tests/Theme/HtmlAttributesTest.php
Tests that attributes in the 'html' and 'body' elements can be altered.
HtmlResponseAttachmentsTest::assertFeed in core/modules/system/src/Tests/Render/HtmlResponseAttachmentsTest.php
Helper function to make assertions about the presence of an RSS feed.
HtmlResponseAttachmentsTest::assertHead in core/modules/system/src/Tests/Render/HtmlResponseAttachmentsTest.php
Helper function to make assertions about HTML head elements.
ImageFieldDisplayTest::_testImageFieldFormatters in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Test image formatters on node display.
ImageFieldValidateTest::testRequiredAttributes in core/modules/image/src/Tests/ImageFieldValidateTest.php
Test that required alt/title fields gets validated right.
ImageFieldWidgetTest::testWidgetElement in core/modules/image/src/Tests/ImageFieldWidgetTest.php
Tests file widget element.
ImageThemeFunctionTest::testImageAltFunctionality in core/modules/image/src/Tests/ImageThemeFunctionTest.php
Tests image alt attribute functionality.
ImageThemeFunctionTest::testImageFormatterTheme in core/modules/image/src/Tests/ImageThemeFunctionTest.php
Tests usage of the image field formatters.
ImageThemeFunctionTest::testImageStyleTheme in core/modules/image/src/Tests/ImageThemeFunctionTest.php
Tests usage of the image style theme function.
InstallerLanguageDirectionTest::setUpLanguage in core/modules/system/src/Tests/Installer/InstallerLanguageDirectionTest.php
Installer step: Select language.
InstallerTranslationTest::setUpLanguage in core/modules/system/src/Tests/Installer/InstallerTranslationTest.php
Installer step: Select language.
InstallUninstallTest::testInstallUninstall in core/modules/system/src/Tests/Module/InstallUninstallTest.php
Tests that a fixed set of modules can be installed and uninstalled.
LanguageSelectElementTest::_testLanguageSelectElementOptions in core/modules/system/src/Tests/Form/LanguageSelectElementTest.php
Helper function to check the options of a language select form element.
LanguageSelectorTranslatableTest::testLanguageStringSelector in core/modules/language/src/Tests/LanguageSelectorTranslatableTest.php
Tests content translation language selectors are correctly translated.
LanguageSwitchingTest::doTestLanguageBlockAnonymous in core/modules/language/src/Tests/LanguageSwitchingTest.php
For anonymous users, the "active" class is set by PHP.
LanguageSwitchingTest::doTestLanguageBlockAuthenticated in core/modules/language/src/Tests/LanguageSwitchingTest.php
For authenticated users, the "active" class is set by JavaScript.
LanguageSwitchingTest::doTestLanguageLinkActiveClassAnonymous in core/modules/language/src/Tests/LanguageSwitchingTest.php
For anonymous users, the "active" class is set by PHP.
LanguageSwitchingTest::doTestLanguageLinkActiveClassAuthenticated in core/modules/language/src/Tests/LanguageSwitchingTest.php
For authenticated users, the "active" class is set by JavaScript.
LanguageSwitchingTest::testLanguageBlockWithDomain in core/modules/language/src/Tests/LanguageSwitchingTest.php
Test language switcher links for domain based negotiation.
LanguageSwitchingTest::testLanguageBodyClass in core/modules/language/src/Tests/LanguageSwitchingTest.php
Check the path-admin class, as same as on default language.
LanguageUILanguageNegotiationTest::testUILanguageNegotiation in core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php
Tests for language switching by URL path.
LanguageUILanguageNegotiationTest::testUrlLanguageFallback in core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php
Test URL language detection when the requested URL has no language.
LocalActionTest::assertLocalAction in core/modules/system/src/Tests/Menu/LocalActionTest.php
Asserts local actions in the page output.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverridePreserve in core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php
Test removing a string from Locale changes configuration translations.
LocaleConfigTranslationTest::testConfigTranslation in core/modules/locale/src/Tests/LocaleConfigTranslationTest.php
Tests basic configuration translation.
LocalePathTest::testPathLanguageConfiguration in core/modules/locale/src/Tests/LocalePathTest.php
Test if a language can be associated with a path alias.
LocaleTranslationUiTest::testJavaScriptTranslation in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
LocaleTranslationUiTest::testStringSearch in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Tests translation search form.
LocaleTranslationUiTest::testStringTranslation in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Adds a language and tests string translation by users with the appropriate permissions.
LocaleTranslationUiTest::testStringValidation in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Tests the validation of the translation input.
LocaleTranslationUiTest::testUICustomizedStrings in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Tests that only changed strings are saved customized when edited.
LocaleUpdateInterfaceTest::testInterface in core/modules/locale/src/Tests/LocaleUpdateInterfaceTest.php
Tests the user interfaces of the interface translation update system.
LocalTasksTest::assertLocalTasks in core/modules/system/src/Tests/Menu/LocalTasksTest.php
Asserts local tasks in the page output.
LocalTasksTest::assertNoLocalTasks in core/modules/system/src/Tests/Menu/LocalTasksTest.php
Asserts that the local tasks on the specified level are not being printed.
LocalTasksTest::testPluginLocalTask in core/modules/system/src/Tests/Menu/LocalTasksTest.php
Tests the plugin based local tasks.
ManageDisplayTest::assertFieldSelectOptions in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Checks if a select element contains the specified options.
ManageDisplayTest::testFormatterUI in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests formatter settings.
ManageDisplayTest::testWidgetUI in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests widget settings.
ManageFieldsTest::addExistingField in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests adding an existing field in another content type.
ManageFieldsTest::manageFieldsPage in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests the manage fields page.
ManageFieldsTest::testHiddenFields in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that Field UI respects the 'no_ui' flag in the field type definition.
ManageFieldsTest::testLockedField in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that Field UI respects locked fields.
MenuAccessTest::testMenuBlockLinksAccessCheck in core/modules/system/src/Tests/Menu/MenuAccessTest.php
Tests menu link for route with access check.
MenuLinkContentFormTest::testMenuLinkContentForm in core/modules/menu_link_content/src/Tests/MenuLinkContentFormTest.php
Tests the MenuLinkContentForm class.
MiniPagerTest::testMiniPagerRender in core/modules/views/src/Tests/Plugin/MiniPagerTest.php
Tests the rendering of mini pagers.
MultiFormTest::testMultiForm in core/modules/system/src/Tests/Ajax/MultiFormTest.php
Tests that pages with the 'node_page_form' included twice work correctly.
NestedFormTest::testNestedFieldForm in core/modules/field/src/Tests/NestedFormTest.php
Tests Field API form integration within a subform.
NodeAccessBaseTableTest::assertTaxonomyPage in core/modules/node/src/Tests/NodeAccessBaseTableTest.php
Checks taxonomy/term listings to ensure only accessible nodes are listed.
NodeAdminTest::testContentAdminPages in core/modules/node/src/Tests/NodeAdminTest.php
Tests content overview with different user permissions.
NodeAdminTest::testContentAdminSort in core/modules/node/src/Tests/NodeAdminTest.php
Tests that the table sorting works on the content admin pages.
NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/src/Tests/NodeBlockFunctionalTest.php
Tests the recent comments block.
NodeCreationTest::testAuthorAutocomplete in core/modules/node/src/Tests/NodeCreationTest.php
Tests the author autocompletion textfield.
NodeFieldMultilingualTest::testMultilingualDisplaySettings in core/modules/node/src/Tests/NodeFieldMultilingualTest.php
NodeIntegrationTest::assertNids in core/modules/node/src/Tests/Views/NodeIntegrationTest.php
Ensures that a list of nodes appear on the page.
NodePostSettingsTest::testPagePostInfo in core/modules/node/src/Tests/NodePostSettingsTest.php
Confirms "Basic page" content type and post information is on a new node.
NodeTitleTest::testNodeTitle in core/modules/node/src/Tests/NodeTitleTest.php
Creates one node and tests if the node title has the correct value.
NodeTranslationUITest::doTestAlternateHreflangLinks in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests that the given path provides the correct alternate hreflang links.
NodeTranslationUITest::testTranslationRendering in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests that translations are rendered properly.
NodeTypeInitialLanguageTest::testLanguageFieldVisibility in core/modules/node/src/Tests/NodeTypeInitialLanguageTest.php
Tests language field visibility features.
NodeTypeInitialLanguageTest::testNodeTypeInitialLanguageDefaults in core/modules/node/src/Tests/NodeTypeInitialLanguageTest.php
Tests the node type initial language defaults, and modifies them.
NodeViewTest::testHtmlHeadLinks in core/modules/node/src/Tests/NodeViewTest.php
Tests the html head links.
NodeViewTest::testMultiByteUtf8 in core/modules/node/src/Tests/NodeViewTest.php
Tests that we store and retrieve multi-byte UTF-8 characters correctly.
OptionsFieldUITest::testNodeDisplay in core/modules/options/src/Tests/OptionsFieldUITest.php
Tests normal and key formatter display on node display.
OptionsSelectDynamicValuesTest::testSelectListDynamic in core/modules/options/src/Tests/OptionsSelectDynamicValuesTest.php
Tests the 'options_select' widget (single select).
OptionsWidgetsTest::testEmptyValue in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_select' and 'options_button' widget for empty value.
OptionsWidgetsTest::testSelectListMultiple in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTest::testSelectListSingle in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_select' widget (single select).
PagerTest::assertPagerItems in core/modules/system/src/Tests/Pager/PagerTest.php
Asserts pager items and links.
PagerTest::testActiveClass in core/modules/system/src/Tests/Pager/PagerTest.php
Tests markup and CSS classes of pager links.
PagerTest::testPagerQueryParametersAndCacheContext in core/modules/system/src/Tests/Pager/PagerTest.php
Test proper functioning of the query parameters and the pager cache context.
PageTitleTest::testRoutingTitle in core/modules/system/src/Tests/System/PageTitleTest.php
Tests the page title of render arrays.
PathAliasTest::testNodeAlias in core/modules/path/src/Tests/PathAliasTest.php
Tests alias functionality through the node interfaces.
PathTaxonomyTermTest::testTermAlias in core/modules/path/src/Tests/PathTaxonomyTermTest.php
Tests alias functionality through the admin interfaces.
PreviewTest::assertPreviewAJAX in core/modules/views_ui/src/Tests/PreviewTest.php
Assert that the AJAX response contains expected data.
PreviewTest::testPreviewAdditionalInfo in core/modules/views_ui/src/Tests/PreviewTest.php
Tests the additional information query info area.
PreviewTest::testPreviewContextual in core/modules/views_ui/src/Tests/PreviewTest.php
Tests contextual links in the preview form.
PreviewTest::testPreviewUI in core/modules/views_ui/src/Tests/PreviewTest.php
Tests arguments in the preview form.
PreviewTest::testPreviewWithPagersUI in core/modules/views_ui/src/Tests/PreviewTest.php
Tests pagers in the preview form.
QuickEditLoadingTest::testTitleBaseField in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests the loading of Quick Edit for the title base field.
RebuildTest::testPreserveFormActionAfterAJAX in core/modules/system/src/Tests/Form/RebuildTest.php
Tests that a form's action is retained after an Ajax submission.
RelationshipTest::testRelationshipRender in core/modules/views/src/Tests/Handler/RelationshipTest.php
Tests rendering of a view with a relationship.
ResponsiveImageAdminUITest::testResponsiveImageAdmin in core/modules/responsive_image/src/Tests/ResponsiveImageAdminUITest.php
Test responsive image administration functionality.
RowRssTest::testRssRow in core/modules/comment/src/Tests/Views/RowRssTest.php
Test comment rss output.
SearchAdvancedSearchFormTest::testFormRefill in core/modules/search/src/Tests/SearchAdvancedSearchFormTest.php
Tests that after submitting the advanced search form, the form is refilled.
SearchConfigSettingsFormTest::testDefaultSearchPageOrdering in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Tests the ordering of search pages on a clean install.
SearchConfigSettingsFormTest::testMultipleSearchPages in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Tests multiple search pages of the same type.
SearchConfigSettingsFormTest::testSearchModuleSettingsPage in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Verifies plugin-supplied settings form.
SearchIntegrationTest::assertOneLink in core/modules/views/src/Tests/SearchIntegrationTest.php
Asserts that exactly one link exists with the given text.
SearchIntegrationTest::testSearchIntegration in core/modules/views/src/Tests/SearchIntegrationTest.php
Tests search integration.
SearchPageTextTest::testSearchText in core/modules/search/src/Tests/SearchPageTextTest.php
Tests the failed search text, and various other text on the search page.
SearchRankingTest::testRankings in core/modules/search/src/Tests/SearchRankingTest.php
SearchTestBase::submitGetForm in core/modules/search/src/Tests/SearchTestBase.php
Simulates submission of a form using GET instead of POST.
SessionHttpsTest::loginHttp in core/modules/system/src/Tests/Session/SessionHttpsTest.php
Log in a user via HTTP.
SessionHttpsTest::loginHttps in core/modules/system/src/Tests/Session/SessionHttpsTest.php
Log in a user via HTTPS.
SettingsTest::testEditUI in core/modules/views_ui/src/Tests/SettingsTest.php
Tests the settings for the edit ui.
ShortcutLinksTest::testNoShortcutLink in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that the add shortcut link is not displayed for 404/403 errors.
ShortcutLinksTest::testShortcutQuickLink in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that the "add to shortcut" and "remove from shortcut" links work.
ShortcutSetsTest::testShortcutSetEdit in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests editing a shortcut set.
ShortcutTranslationUITest::doTestBasicTranslation in core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php
Tests the basic translation workflow.
SimpleTestTest::getResultFieldSet in core/modules/simpletest/src/Tests/SimpleTestTest.php
Get the details containing the results for group this test is in.
SiteMaintenanceTest::testSiteMaintenance in core/modules/system/src/Tests/System/SiteMaintenanceTest.php
Verify site maintenance mode functionality.
StandardTest::testStandard in core/profiles/standard/src/Tests/StandardTest.php
Tests Standard installation profile.
StorageTest::testImmutableForm in core/modules/system/src/Tests/Form/StorageTest.php
Verifies that form build-id is regenerated when loading an immutable form from the cache.
StorageTest::testImmutableFormLegacyProtection in core/modules/system/src/Tests/Form/StorageTest.php
Verify that existing contrib code cannot overwrite immutable form state.
StyleGridTest::assertGrid in core/modules/views/src/Tests/Plugin/StyleGridTest.php
Generates a grid and asserts that it is displaying correctly.
StyleOpmlTest::testOpmlOutput in core/modules/views/src/Tests/Plugin/StyleOpmlTest.php
Tests the rendered output.
StyleSerializerTest::testSerializerViewsUI in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the views interface for REST export displays.
StyleTableTest::testAccessibilitySettings in core/modules/views/src/Tests/Plugin/StyleTableTest.php
Test table caption/summary/description.
StyleTableTest::testFieldInColumns in core/modules/views/src/Tests/Plugin/StyleTableTest.php
Test table fields in columns.
StyleTableTest::testNumericFieldVisible in core/modules/views/src/Tests/Plugin/StyleTableTest.php
Test that a number with the value of "0" is displayed in the table.
SyslogTest::testSettings in core/modules/syslog/src/Tests/SyslogTest.php
Tests the syslog settings page.
SystemConfigFormTest::testSystemConfigForm in core/modules/system/src/Tests/Form/SystemConfigFormTest.php
Tests the SystemConfigFormTestBase class.
TableTest::testThemeTableNoStickyHeaders in core/modules/system/src/Tests/Theme/TableTest.php
If $sticky is FALSE, no tableheader.js should be included.
TableTest::testThemeTableNoStickyHeaders in core/modules/system/src/Tests/Render/Element/TableTest.php
If $sticky is FALSE, no tableheader.js should be included.
TableTest::testThemeTableStickyHeaders in core/modules/system/src/Tests/Theme/TableTest.php
Tableheader.js provides 'sticky' table headers, and is included by default.
TableTest::testThemeTableStickyHeaders in core/modules/system/src/Tests/Render/Element/TableTest.php
Tableheader.js provides 'sticky' table headers, and is included by default.
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsField in core/modules/taxonomy/src/Tests/Views/TaxonomyFieldAllTermsTest.php
Tests the "all terms" field handler.
TaxonomyIndexTidUiTest::testExposedFilter in core/modules/taxonomy/src/Tests/Views/TaxonomyIndexTidUiTest.php
Tests exposed taxonomy filters.
TaxonomyIndexTidUiTest::testFilterUI in core/modules/taxonomy/src/Tests/Views/TaxonomyIndexTidUiTest.php
Tests the filter UI.
TermTest::testTermInterface in core/modules/taxonomy/src/Tests/TermTest.php
Save, edit and delete a term using the user interface.
ThemeInfoTest::testStylesheets in core/modules/system/src/Tests/Theme/ThemeInfoTest.php
Tests stylesheets-remove.
ThemeTest::testPreprocessHtml in core/modules/system/src/Tests/Theme/ThemeTest.php
Tests that the page variable is not prematurely flattened.
ThemeTest::testThemeSettings in core/modules/system/src/Tests/System/ThemeTest.php
Test the theme settings form.
ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests that toolbar cache is cleared when string translations are made.
ToolbarMenuTranslationTest::testToolbarClasses in core/modules/toolbar/src/Tests/ToolbarMenuTranslationTest.php
Tests that toolbar classes don't change when adding a translation.
TourTest::testTourFunctionality in core/modules/tour/src/Tests/TourTest.php
Test tour functionality.
TourTestBase::assertTourTips in core/modules/tour/src/Tests/TourTestBase.php
Assert function to determine if tips rendered to the page have a corresponding page element.
TrackerTest::assertHistoryMetadata in core/modules/tracker/src/Tests/TrackerTest.php
Passes if the appropriate history metadata exists.
TriggeringElementTest::testAttemptAccessControlBypass in core/modules/system/src/Tests/Form/TriggeringElementTest.php
Test that the triggering element does not get set to a button with #access=FALSE.
UpdatePathTestJavaScriptTest::doSelectionTest in core/modules/system/src/Tests/Update/UpdatePathTestJavaScriptTest.php
Tests the selection page.
UrlTest::testLinkAttributes in core/modules/system/src/Tests/Common/UrlTest.php
Tests that default and custom attributes are handled correctly on links.
UserAccountLinksTest::testDisabledAccountLink in core/modules/user/src/Tests/UserAccountLinksTest.php
Tests disabling the 'My account' link.
UserAccountLinksTest::testSecondaryMenu in core/modules/user/src/Tests/UserAccountLinksTest.php
Tests the secondary menu.
UserAdminListingTest::testUserListing in core/modules/user/src/Tests/UserAdminListingTest.php
Tests the listing.
UserAdminTest::testUserAdmin in core/modules/user/src/Tests/UserAdminTest.php
Registers a user and deletes it.
UserBlocksTest::testUserLoginBlockVisibility in core/modules/user/src/Tests/UserBlocksTest.php
Tests that user login block is hidden from user/login.
UserRoleAdminTest::testRoleAdministration in core/modules/user/src/Tests/UserRoleAdminTest.php
Test adding, renaming and deleting roles.
ValidationTest::testValidateLimitErrors in core/modules/system/src/Tests/Form/ValidationTest.php
Tests partial form validation through #limit_validation_errors.
VersionTest::testModuleVersions in core/modules/system/src/Tests/Module/VersionTest.php
Test version dependencies.
ViewAjaxTest::testAjaxView in core/modules/views/src/Tests/ViewAjaxTest.php
Tests an ajax view.
ViewEditTest::testEditFormLanguageOptions in core/modules/views_ui/src/Tests/ViewEditTest.php
Tests the language options on the views edit form.
ViewElementTest::testViewElement in core/modules/views/src/Tests/ViewElementTest.php
Tests the rendered output and form output of a view element.
ViewElementTest::testViewElementEmbed in core/modules/views/src/Tests/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/src/Tests/ViewsListTest.php
Tests that the views list does not use a pager.
WebTestBase::checkForMetaRefresh in core/modules/simpletest/src/WebTestBase.php
Checks for meta refresh tag and if found call drupalGet() recursively.
WebTestBase::clickLinkHelper in core/modules/simpletest/src/WebTestBase.php
Provides a helper for ::clickLink() and ::clickLinkPartialName().
WebTestBase::drupalPostAjaxForm in core/modules/simpletest/src/WebTestBase.php
Executes an Ajax form submission.
WebTestBase::drupalPostForm in core/modules/simpletest/src/WebTestBase.php
Executes a form submission.
WebTestBase::findBlockInstance in core/modules/simpletest/src/WebTestBase.php
Find a block instance on the page.
WizardTest::testCommentWizard in core/modules/comment/src/Tests/Views/WizardTest.php
Tests adding a view of comments.