You are here

1131 calls to WebTestBase::drupalGet() in Zircon Profile 8

AccessDeniedTest::testAccessDenied in core/modules/system/src/Tests/System/AccessDeniedTest.php
AccessRoleTest::testAccessRole in core/modules/user/src/Tests/Views/AccessRoleTest.php
Tests role access plugin.
AccessTest::testStaticAccessPlugin in core/modules/views/src/Tests/Plugin/AccessTest.php
Tests static access check.
ActionUninstallTest::testActionUninstall in core/modules/action/src/Tests/ActionUninstallTest.php
Tests Action uninstall.
AddFeedTest::testAddFeed in core/modules/aggregator/src/Tests/AddFeedTest.php
Creates and ensures that a feed is unique, checks source, and deletes feed.
AddFeedTest::testAddLongFeed in core/modules/aggregator/src/Tests/AddFeedTest.php
Tests feeds with very long URLs.
AddFeedTest::testFeedLabelEscaping in core/modules/aggregator/src/Tests/AddFeedTest.php
Ensures that the feed label is escaping when rendering the feed icon.
AdminMetaTagTest::testMetaTag in core/modules/system/src/Tests/System/AdminMetaTagTest.php
Verify that the meta tag HTML is generated correctly.
AdminPathEntityConverterLanguageTest::testConfigUsingCurrentLanguage in core/modules/language/src/Tests/AdminPathEntityConverterLanguageTest.php
Tests the translated and untranslated config entities are loaded properly.
AdminTest::testAdminPages in core/modules/system/src/Tests/System/AdminTest.php
Tests output on administrative listing pages.
AdminTest::testCompactMode in core/modules/system/src/Tests/System/AdminTest.php
Test compact mode.
AggregatorAdminTest::testOverviewPage in core/modules/aggregator/src/Tests/AggregatorAdminTest.php
Tests the overview page.
AggregatorAdminTest::testSettingsPage in core/modules/aggregator/src/Tests/AggregatorAdminTest.php
Tests the settings form to ensure the correct default values are used.
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.
AggregatorTestBase::updateFeedItems in core/modules/aggregator/src/Tests/AggregatorTestBase.php
Updates the feed items.
AjaxFormCacheTest::testBlockForms in core/modules/system/src/Tests/Ajax/AjaxFormCacheTest.php
Tests AJAX forms in blocks.
AjaxFormCacheTest::testFormCacheUsage in core/modules/system/src/Tests/Ajax/AjaxFormCacheTest.php
Tests the usage of form cache for AJAX forms.
AjaxFormCacheTest::testQueryString in core/modules/system/src/Tests/Ajax/AjaxFormCacheTest.php
Tests AJAX forms on pages with a query string.
AjaxFormPageCacheTest::testSimpleAJAXFormValue in core/modules/system/src/Tests/Ajax/AjaxFormPageCacheTest.php
Create a simple form, then submit the form via AJAX to change to it.
AjaxPageStateTest::testHtml5ShivIsNotLoaded in core/modules/system/src/Tests/Render/AjaxPageStateTest.php
Give ajax_page_state[libraries]=core/html5shiv to exclude the library.
AjaxPageStateTest::testLibrariesAvailable in core/modules/system/src/Tests/Render/AjaxPageStateTest.php
Default functionality without the param ajax_page_state[libraries].
AjaxPageStateTest::testMultipleLibrariesAreNotLoaded in core/modules/system/src/Tests/Render/AjaxPageStateTest.php
Test if multiple libaries can be excluded.
AlterTest::testExecutionOrder in core/modules/system/src/Tests/Form/AlterTest.php
Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter().
AnalyzeTest::testAnalyzeBasic in core/modules/views_ui/src/Tests/AnalyzeTest.php
Tests that analyze works in general.
AreaHTTPStatusCodeTest::testHTTPStatusCodeHandler in core/modules/views/src/Tests/Handler/AreaHTTPStatusCodeTest.php
Tests the area handler.
AreaTest::testRenderAreaToken in core/modules/views/src/Tests/Handler/AreaTest.php
Tests global tokens.
AreaTest::testTitleArea in core/modules/views/src/Tests/Handler/AreaTest.php
Tests overriding the view title using the area title handler.
AreaTest::testUI in core/modules/views/src/Tests/Handler/AreaTest.php
Tests the generic UI of a area handler.
AreaTitleWebTest::testTitleText in core/modules/views/src/Tests/Handler/AreaTitleWebTest.php
Tests the title area handler.
BaseFieldAccessTest::testProtectedField in core/modules/views/src/Tests/Entity/BaseFieldAccessTest.php
Test access to protected base fields.
BasicAuthTest::testBasicAuth in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Test http basic authentication.
BasicAuthTest::testUnauthorizedErrorMessage in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Tests if a comprehensive message is displayed when the route is denied.
BasicTest::testViewsWizardAndListing in core/modules/views/src/Tests/Wizard/BasicTest.php
BasicTest::testWizardForm in core/modules/views/src/Tests/Wizard/BasicTest.php
Tests the actual wizard form.
BlockAdminThemeTest::testAdminTheme in core/modules/block/src/Tests/BlockAdminThemeTest.php
Check for the accessibility of the admin theme on the block admin page.
BlockAdminThemeTest::testSevenAdminTheme in core/modules/block/src/Tests/BlockAdminThemeTest.php
Ensure contextual links are disabled in Seven theme.
BlockCacheTest::testCachePermissions in core/modules/block/src/Tests/BlockCacheTest.php
Test a cacheable block without any additional cache context.
BlockCacheTest::testCachePerPage in core/modules/block/src/Tests/BlockCacheTest.php
Test "url" cache context.
BlockCacheTest::testCachePerRole in core/modules/block/src/Tests/BlockCacheTest.php
Test "user.roles" cache context.
BlockCacheTest::testCachePerUser in core/modules/block/src/Tests/BlockCacheTest.php
Test "user" cache context.
BlockCacheTest::testNoCache in core/modules/block/src/Tests/BlockCacheTest.php
Test non-cacheable block.
BlockContentCreationTest::testBlockContentCreationMultipleViewModes in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Creates a "Basic page" block with multiple view modes.
BlockContentCreationTest::testBlockDelete in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Test deleting a block.
BlockContentFieldFilterTest::assertPageCounts in core/modules/block_content/src/Tests/Views/BlockContentFieldFilterTest.php
Asserts that the given block_content translation counts are correct.
BlockContentIntegrationTest::testBlockContentViewTypeArgument in core/modules/block_content/src/Tests/Views/BlockContentIntegrationTest.php
Tests basic block_content view with a block_content_type argument.
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.
BlockContentPageViewTest::testPageEdit in core/modules/block_content/src/Tests/BlockContentPageViewTest.php
Checks block edit and fallback functionality.
BlockContentRevisionsTest::testRevisions in core/modules/block_content/src/Tests/BlockContentRevisionsTest.php
Checks block revision related operations.
BlockContentTranslationUITest::doTestBasicTranslation in core/modules/block_content/src/Tests/BlockContentTranslationUITest.php
Tests the basic translation workflow.
BlockContentTranslationUITest::doTestTranslationEdit in core/modules/block_content/src/Tests/BlockContentTranslationUITest.php
Tests edit content translation.
BlockContentTypeTest::testBlockContentTypeCreation in core/modules/block_content/src/Tests/BlockContentTypeTest.php
Tests creating a block type programmatically and via a form.
BlockContentTypeTest::testBlockContentTypeDeletion in core/modules/block_content/src/Tests/BlockContentTypeTest.php
Tests deleting a block type that still has content.
BlockContentTypeTest::testBlockContentTypeEditing in core/modules/block_content/src/Tests/BlockContentTypeTest.php
Tests editing a block type using the UI.
BlockContentTypeTest::testsBlockContentAddTypes in core/modules/block_content/src/Tests/BlockContentTypeTest.php
Tests that redirects work as expected when multiple block types exist.
BlockContextMappingUpdateTest::testUpdateHookN in core/modules/block/src/Tests/Update/BlockContextMappingUpdateTest.php
Tests that block context mapping is updated properly.
BlockFormInBlockTest::testCachePerPage in core/modules/block/src/Tests/BlockFormInBlockTest.php
Test to see if form in block's redirect isn't cached.
BlockFormInBlockTest::testPlaceholders in core/modules/block/src/Tests/BlockFormInBlockTest.php
Test the actual placeholders
BlockHiddenRegionTest::testBlockNotInHiddenRegion in core/modules/block/src/Tests/BlockHiddenRegionTest.php
Tests that hidden regions do not inherit blocks when a theme is installed.
BlockHookOperationTest::testBlockOperationAlter in core/modules/block/src/Tests/BlockHookOperationTest.php
BlockHtmlTest::testHtml in core/modules/block/src/Tests/BlockHtmlTest.php
Tests for valid HTML for a block.
BlockInstallTest::testCacheTagInvalidationUponInstallation in core/modules/block/src/Tests/BlockInstallTest.php
BlockLanguageCacheTest::testBlockLinks in core/modules/block/src/Tests/BlockLanguageCacheTest.php
Creates a block in a language, check blocks page in all languages.
BlockLanguageTest::testLanguageBlockVisibility in core/modules/block/src/Tests/BlockLanguageTest.php
Tests the visibility settings for the blocks based on language.
BlockLanguageTest::testLanguageBlockVisibilityLanguageDelete in core/modules/block/src/Tests/BlockLanguageTest.php
Tests if the visibility settings are removed if the language is deleted.
BlockLanguageTest::testMultipleLanguageTypes in core/modules/block/src/Tests/BlockLanguageTest.php
Tests block language visibility with different language types.
BlockRenderOrderTest::testBlockRenderOrder in core/modules/block/src/Tests/BlockRenderOrderTest.php
Tests the render order of the blocks.
BlockSystemBrandingTest::testSystemBrandingSettings in core/modules/block/src/Tests/BlockSystemBrandingTest.php
Tests system branding block configuration.
BlockTest::moveBlockToRegion in core/modules/block/src/Tests/BlockTest.php
Moves a block to a given region via the UI and confirms the result.
BlockTest::testBlock in core/modules/block/src/Tests/BlockTest.php
Test configuring and moving a module-define block to specific regions.
BlockTest::testBlockAccess in core/modules/block/src/Tests/BlockTest.php
Tests the block access.
BlockTest::testBlockCacheTags in core/modules/block/src/Tests/BlockTest.php
Test that cache tags are properly set and bubbled up to the page cache.
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.
BlockTest::testBlockVisibility in core/modules/block/src/Tests/BlockTest.php
Tests block visibility.
BlockTest::testBlockVisibilityListedEmpty in core/modules/block/src/Tests/BlockTest.php
Test block visibility when leaving "pages" textarea empty.
BlockTest::testHideBlockTitle in core/modules/block/src/Tests/BlockTest.php
Test block title display settings.
BlockTest::testThemeAdminLink in core/modules/block/src/Tests/BlockTest.php
Tests that a link exists to block layout from the appearance form.
BlockTest::testThemeName in core/modules/block/src/Tests/BlockTest.php
Test block display of theme titles.
BlockTest::testUninstallTheme in core/modules/block/src/Tests/BlockTest.php
Tests that uninstalling a theme removes its block configuration.
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.
BlockUiTest::testMachineNameSuggestion in core/modules/block/src/Tests/BlockUiTest.php
Tests that the BlockForm populates machine name correctly.
BlockXssTest::doBlockContentTest in core/modules/block/src/Tests/BlockXssTest.php
Tests XSS coming from Block Content block info.
BlockXssTest::doMenuTest in core/modules/block/src/Tests/BlockXssTest.php
Tests XSS coming from Menu block labels.
BlockXssTest::doViewTest in core/modules/block/src/Tests/BlockXssTest.php
Tests XSS coming from View block labels.
BlockXssTest::testBlockXss in core/modules/block/src/Tests/BlockXssTest.php
Tests various modules that provide blocks for XSS.
BlockXssTest::testNoUnexpectedEscaping in core/modules/block/src/Tests/BlockXssTest.php
Tests that nothing is escaped other than the blocks explicitly tested.
BlockXssTest::testXssInCategory in core/modules/block/src/Tests/BlockXssTest.php
Tests XSS in category.
BlockXssTest::testXssInTitle in core/modules/block/src/Tests/BlockXssTest.php
Tests XSS in title.
BookTest::checkBookNode in core/modules/book/src/Tests/BookTest.php
Checks the outline of sub-pages; previous, up, and next.
BookTest::testAdminBookListing in core/modules/book/src/Tests/BookTest.php
Tests the administrative listing of all books.
BookTest::testAdminBookNodeListing in core/modules/book/src/Tests/BookTest.php
Tests the administrative listing of all book pages in a book.
BookTest::testBook in core/modules/book/src/Tests/BookTest.php
Tests book functionality through node interfaces.
BookTest::testBookDelete in core/modules/book/src/Tests/BookTest.php
Tests the access for deleting top-level book nodes.
BookTest::testBookExport in core/modules/book/src/Tests/BookTest.php
Tests book export ("printer-friendly version") functionality.
BookTest::testBookListing in core/modules/book/src/Tests/BookTest.php
Tests the listing of all books.
BookTest::testBookNavigationBlock in core/modules/book/src/Tests/BookTest.php
Tests the functionality of the book navigation block.
BookTest::testBookNavigationCacheContext in core/modules/book/src/Tests/BookTest.php
Tests the book navigation cache context.
BookTest::testBookOrdering in core/modules/book/src/Tests/BookTest.php
Tests re-ordering of books.
BookTest::testBookOutline in core/modules/book/src/Tests/BookTest.php
Tests outline of a book.
BookTest::testNavigationBlockOnAccessModuleInstalled in core/modules/book/src/Tests/BookTest.php
Tests the book navigation block when an access module is installed.
BooleanFieldTest::testBooleanField in core/modules/field/src/Tests/Boolean/BooleanFieldTest.php
Tests boolean field.
BooleanFormatterSettingsTest::testBooleanFormatterSettings in core/modules/field/src/Tests/Boolean/BooleanFormatterSettingsTest.php
Tests the formatter settings page for the Boolean formatter.
BreadcrumbTest::testBreadCrumbs in core/modules/system/src/Tests/Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
BrowserTest::testGetAbsoluteUrl in core/modules/simpletest/src/Tests/BrowserTest.php
Test \Drupal\simpletest\WebTestBase::getAbsoluteUrl().
BulkFormAccessTest::testUserDeleteAccess in core/modules/user/src/Tests/Views/BulkFormAccessTest.php
Tests if users that may not be deleted, can not be deleted in bulk.
BulkFormAccessTest::testUserEditAccess in core/modules/user/src/Tests/Views/BulkFormAccessTest.php
Tests if users that may not be edited, can not be edited in bulk.
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.
BulkFormTest::testBulkForm in core/modules/user/src/Tests/Views/BulkFormTest.php
Tests the user bulk form.
CacheabilityMetadataConfigOverrideIntegrationTest::testConfigOverride in core/modules/config/src/Tests/CacheabilityMetadataConfigOverrideIntegrationTest.php
Tests if config overrides correctly set cacheability metadata.
CacheWebTest::testCacheOutputOnPage in core/modules/views/src/Tests/Plugin/CacheWebTest.php
Tests the output caching on an actual page.
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::testLoading in core/modules/ckeditor/src/Tests/CKEditorLoadingTest.php
Tests loading of CKEditor CSS, JS and JS settings.
CKEditorToolbarButtonTest::testImageButtonDisplay in core/modules/ckeditor/src/Tests/CKEditorToolbarButtonTest.php
Method tests CKEditor image buttons.
ClassLoaderTest::testClassLoading in core/modules/system/src/Tests/Module/ClassLoaderTest.php
Tests that module-provided classes can be loaded when a module is enabled.
ClassLoaderTest::testClassLoadingDisabledModules in core/modules/system/src/Tests/Module/ClassLoaderTest.php
Tests that module-provided classes can't be loaded from disabled modules.
ColorSafePreviewTest::testColorPreview in core/modules/color/src/Tests/ColorSafePreviewTest.php
Ensures color preview.html is sanitized.
ColorTest::testLogoSettingOverride in core/modules/color/src/Tests/ColorTest.php
Test whether the custom logo is used in the color preview.
ColorTest::_testColor in core/modules/color/src/Tests/ColorTest.php
Tests the Color module functionality using the given theme.
CommentAdminTest::testApprovalAdminInterface in core/modules/comment/src/Tests/CommentAdminTest.php
Test comment approval functionality through admin/content/comment.
CommentAdminTest::testApprovalNodeInterface in core/modules/comment/src/Tests/CommentAdminTest.php
Tests comment approval functionality through the node interface.
CommentAdminTest::testCommentAdmin in core/modules/comment/src/Tests/CommentAdminTest.php
Tests comment bundle admin.
CommentAdminTest::testEditComment in core/modules/comment/src/Tests/CommentAdminTest.php
Tests editing a comment as an admin.
CommentAnonymousTest::testAnonymous in core/modules/comment/src/Tests/CommentAnonymousTest.php
Tests anonymous comment functionality.
CommentAttributesTest::testCommentRdfaMarkup in core/modules/rdf/src/Tests/CommentAttributesTest.php
Tests if RDFa markup for meta information is present in comments.
CommentAttributesTest::testCommentRdfAuthorMarkup in core/modules/rdf/src/Tests/CommentAttributesTest.php
Tests comment author link markup has not been broken by RDF.
CommentAttributesTest::testCommentReplyOfRdfaMarkup in core/modules/rdf/src/Tests/CommentAttributesTest.php
Tests RDF comment replies.
CommentAttributesTest::testNumberOfCommentsRdfaMarkup in core/modules/rdf/src/Tests/CommentAttributesTest.php
Tests the presence of the RDFa markup for the number of comments.
CommentBlockTest::testRecentCommentBlock in core/modules/comment/src/Tests/CommentBlockTest.php
Tests the recent comments block.
CommentBookTest::testBookCommentPrint in core/modules/comment/src/Tests/CommentBookTest.php
Tests comments in book export.
CommentCSSTest::testCommentClasses in core/modules/comment/src/Tests/CommentCSSTest.php
Tests CSS classes on comments.
CommentFieldFilterTest::assertPageCounts in core/modules/comment/src/Tests/Views/CommentFieldFilterTest.php
Asserts that the given comment translation counts are correct.
CommentFieldsTest::testCommentFieldDelete in core/modules/comment/src/Tests/CommentFieldsTest.php
Tests that you can remove a comment field.
CommentFieldsTest::testCommentFieldLinksNonDefaultName in core/modules/comment/src/Tests/CommentFieldsTest.php
Tests link building with non-default comment field names.
CommentInterfaceTest::setUp in core/modules/comment/src/Tests/CommentInterfaceTest.php
Set up comments to have subject and preview disabled.
CommentInterfaceTest::testAutoFilledHtmlSubject in core/modules/comment/src/Tests/CommentInterfaceTest.php
Test that automatic subject is correctly created from HTML comment text.
CommentInterfaceTest::testAutoFilledSubject in core/modules/comment/src/Tests/CommentInterfaceTest.php
Test that the subject is automatically filled if disabled or left blank.
CommentInterfaceTest::testCommentInterface in core/modules/comment/src/Tests/CommentInterfaceTest.php
Tests the comment interface.
CommentLanguageTest::testCommentLanguage in core/modules/comment/src/Tests/CommentLanguageTest.php
Test that comment language is properly set.
CommentLinksAlterTest::testCommentLinksAlter in core/modules/comment/src/Tests/CommentLinksAlterTest.php
Tests comment links altering.
CommentLinksTest::testCommentLinks in core/modules/comment/src/Tests/CommentLinksTest.php
Tests that comment links are output and can be hidden.
CommentNewIndicatorTest::testCommentNewCommentsIndicator in core/modules/comment/src/Tests/CommentNewIndicatorTest.php
Tests new comment marker.
CommentNodeAccessTest::testThreadedCommentView in core/modules/comment/src/Tests/CommentNodeAccessTest.php
Test that threaded comments can be viewed.
CommentNonNodeTest::getUnapprovedComment in core/modules/comment/src/Tests/CommentNonNodeTest.php
Gets the comment ID for an unapproved comment.
CommentNonNodeTest::postComment in core/modules/comment/src/Tests/CommentNonNodeTest.php
Posts a comment.
CommentNonNodeTest::testCommentFunctionality in core/modules/comment/src/Tests/CommentNonNodeTest.php
Tests anonymous comment functionality.
CommentNonNodeTest::testsNonIntegerIdEntities in core/modules/comment/src/Tests/CommentNonNodeTest.php
Tests comment fields cannot be added to entity types without integer IDs.
CommentOperationsTest::testCommentOperations in core/modules/comment/src/Tests/Views/CommentOperationsTest.php
Test the operations field plugin.
CommentPagerTest::clickLinkWithXPath in core/modules/comment/src/Tests/CommentPagerTest.php
Follows a link found at a give xpath query.
CommentPagerTest::testCommentNewPageIndicator in core/modules/comment/src/Tests/CommentPagerTest.php
Tests calculation of first page with new comment.
CommentPagerTest::testCommentOrderingThreading in core/modules/comment/src/Tests/CommentPagerTest.php
Tests comment ordering and threading.
CommentPagerTest::testCommentPaging in core/modules/comment/src/Tests/CommentPagerTest.php
Confirms comment paging works correctly with flat and threaded comments.
CommentPagerTest::testTwoPagers in core/modules/comment/src/Tests/CommentPagerTest.php
Confirms comment paging works correctly with two pagers.
CommentPreviewTest::testCommentEditPreviewSave in core/modules/comment/src/Tests/CommentPreviewTest.php
Tests comment edit, preview, and save.
CommentRowTest::testCommentRow in core/modules/comment/src/Tests/Views/CommentRowTest.php
Test comment row.
CommentRssTest::testCommentRss in core/modules/comment/src/Tests/CommentRssTest.php
Tests comments as part of an RSS feed.
CommentStatisticsTest::testCommentNodeCommentStatistics in core/modules/comment/src/Tests/CommentStatisticsTest.php
Tests the node comment statistics.
CommentTestBase::getUnapprovedComment in core/modules/comment/src/Tests/CommentTestBase.php
Gets the comment ID for an unapproved comment.
CommentTestBase::postComment in core/modules/comment/src/Tests/CommentTestBase.php
Posts a comment.
CommentThreadingTest::testCommentThreading in core/modules/comment/src/Tests/CommentThreadingTest.php
Tests the comment threading.
CommentTokenReplaceTest::testCommentTokenReplacement in core/modules/comment/src/Tests/CommentTokenReplaceTest.php
Creates a comment, then tests the tokens generated from it.
CommentTranslationUITest::doTestTranslationEdit in core/modules/comment/src/Tests/CommentTranslationUITest.php
Tests edit content translation.
CommentTranslationUITest::testTranslateLinkCommentAdminPage in core/modules/comment/src/Tests/CommentTranslationUITest.php
Tests translate link on comment content admin page.
CommentTypeTest::testCommentTypeCreation in core/modules/comment/src/Tests/CommentTypeTest.php
Tests creating a comment type programmatically and via a form.
CommentTypeTest::testCommentTypeDeletion in core/modules/comment/src/Tests/CommentTypeTest.php
Tests deleting a comment type that still has content.
CommentTypeTest::testCommentTypeEditing in core/modules/comment/src/Tests/CommentTypeTest.php
Tests editing a comment type using the UI.
ConditionFormTest::testConfigForm in core/modules/system/src/Tests/Condition/ConditionFormTest.php
Submit the condition_node_type_test_form to test condition forms.
ConfigDependencyWebTest::testConfigDependencyDeleteFormTrait in core/modules/config/src/Tests/ConfigDependencyWebTest.php
Tests ConfigDependencyDeleteFormTrait.
ConfigEntityFormOverrideTest::testFormsWithOverrides in core/modules/config/src/Tests/ConfigEntityFormOverrideTest.php
Tests that overrides do not affect forms or listing screens.
ConfigEntityListMultilingualTest::testListUI in core/modules/config/src/Tests/ConfigEntityListMultilingualTest.php
Tests the listing UI with different language scenarios.
ConfigEntityListTest::testListUI in core/modules/config/src/Tests/ConfigEntityListTest.php
Tests the listing UI.
ConfigEntityListTest::testPager in core/modules/config/src/Tests/ConfigEntityListTest.php
Test paging.
ConfigEntityStatusUITest::testCRUD in core/modules/config/src/Tests/ConfigEntityStatusUITest.php
Tests status operations.
ConfigEntityTest::testCRUDUI in core/modules/config/src/Tests/ConfigEntityTest.php
Tests CRUD operations through the UI.
ConfigExportImportUITest::testExportImport in core/modules/config/src/Tests/ConfigExportImportUITest.php
Tests a simple site export import case.
ConfigExportImportUITest::testExportImportCollections in core/modules/config/src/Tests/ConfigExportImportUITest.php
Tests an export and import of collections.
ConfigExportUITest::testExport in core/modules/config/src/Tests/ConfigExportUITest.php
Tests export of configuration.
ConfigFormOverrideTest::testFormsWithOverrides in core/modules/config/src/Tests/ConfigFormOverrideTest.php
Tests that overrides do not affect forms.
ConfigImportUITest::testConfigUninstallConfigException in core/modules/config/src/Tests/ConfigImportUITest.php
ConfigImportUITest::testEntityBundleDelete in core/modules/config/src/Tests/ConfigImportUITest.php
Tests the config importer cannot delete bundles with existing entities.
ConfigImportUITest::testImport in core/modules/config/src/Tests/ConfigImportUITest.php
Tests importing configuration.
ConfigImportUITest::testImportDiff in core/modules/config/src/Tests/ConfigImportUITest.php
Tests the screen that shows differences between active and sync.
ConfigImportUITest::testImportErrorLog in core/modules/config/src/Tests/ConfigImportUITest.php
Tests an import that results in an error.
ConfigImportUITest::testImportLock in core/modules/config/src/Tests/ConfigImportUITest.php
Tests concurrent importing of configuration.
ConfigImportUITest::testImportSiteUuidValidation in core/modules/config/src/Tests/ConfigImportUITest.php
Tests verification of site UUID before importing configuration.
ConfigImportUITest::testImportValidation in core/modules/config/src/Tests/ConfigImportUITest.php
Tests that multiple validation errors are listed on the page.
ConfigImportUploadTest::testImport in core/modules/config/src/Tests/ConfigImportUploadTest.php
Tests importing configuration.
ConfigInstallWebTest::testPreExistingConfigInstall in core/modules/config/src/Tests/ConfigInstallWebTest.php
Tests pre-existing configuration detection.
ConfigLanguageOverrideWebTest::testSiteNameTranslation in core/modules/config/src/Tests/ConfigLanguageOverrideWebTest.php
Tests translating the site name.
ConfigSingleImportExportTest::testExport in core/modules/config/src/Tests/ConfigSingleImportExportTest.php
Tests exporting a single configuration file.
ConfigSingleImportExportTest::testImportSimpleConfiguration in core/modules/config/src/Tests/ConfigSingleImportExportTest.php
Tests importing a simple configuration file.
ConfigTest::testFileConfigurationPage in core/modules/system/src/Tests/File/ConfigTest.php
Tests file configuration page.
ConfigTranslationDateFormatUiTest::testDateFormatUI in core/modules/config_translation/src/Tests/ConfigTranslationDateFormatUiTest.php
Tests date format translation behaviour.
ConfigTranslationInstallTest::testConfigTranslation in core/modules/config_translation/src/Tests/ConfigTranslationInstallTest.php
ConfigTranslationListUiTest::doBlockListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the block listing for the translate operation.
ConfigTranslationListUiTest::doContactFormsListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the contact forms listing for the translate operation.
ConfigTranslationListUiTest::doContentTypeListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the content type listing for the translate operation.
ConfigTranslationListUiTest::doCustomContentTypeListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the custom block listing for the translate operation.
ConfigTranslationListUiTest::doDateFormatListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the date format listing for the translate operation.
ConfigTranslationListUiTest::doFieldListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the field listing for the translate operation.
ConfigTranslationListUiTest::doFormatsListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the formats listing for the translate operation.
ConfigTranslationListUiTest::doImageStyleListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the image style listing for the translate operation.
ConfigTranslationListUiTest::doLanguageListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the language listing for the translate operation.
ConfigTranslationListUiTest::doMenuListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the menu listing for the translate operation.
ConfigTranslationListUiTest::doResponsiveImageListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the responsive image mapping listing for the translate operation.
ConfigTranslationListUiTest::doSettingsPageTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests a given settings page for the translate operation.
ConfigTranslationListUiTest::doShortcutListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the shortcut listing for the translate operation.
ConfigTranslationListUiTest::doUserRoleListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the role listing for the translate operation.
ConfigTranslationListUiTest::doVocabularyListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the vocabulary listing for the translate operation.
ConfigTranslationOverviewTest::testHiddenEntities in core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php
Tests availability of hidden entities in the translation overview.
ConfigTranslationOverviewTest::testListingPageWithOverrides in core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php
Tests that overrides do not affect listing screens.
ConfigTranslationOverviewTest::testMapperListPage in core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php
Tests the config translation mapper page.
ConfigTranslationUiTest::testAccountSettingsConfigurationTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the account settings translation interface.
ConfigTranslationUiTest::testAlterInfo in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the config_translation_info_alter() hook.
ConfigTranslationUiTest::testContactConfigEntityTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the contact form translation.
ConfigTranslationUiTest::testDateFormatTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests date format translation.
ConfigTranslationUiTest::testFieldConfigTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the translation of field and field storage configuration.
ConfigTranslationUiTest::testPluralConfigStrings in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Test translation of plural strings with multiple plural forms in config.
ConfigTranslationUiTest::testPluralConfigStringsSourceElements in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Test the number of source elements for plural strings in config translation forms.
ConfigTranslationUiTest::testSingleLanguageUI in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the single language existing.
ConfigTranslationUiTest::testSiteInformationTranslationUi in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the site information translation interface.
ConfigTranslationUiTest::testSourceAndTargetLanguage in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests source and target language edge cases.
ConfigTranslationUiTest::testSourceValueDuplicateSave in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the site information translation interface.
ConfigTranslationUiTest::testTextFormatTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Test text_format translation.
ConfigTranslationUiTest::testViewsTranslationUI in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the views translation interface.
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::testConfirmForm in core/modules/system/src/Tests/Form/ConfirmFormTest.php
ConfirmFormTest::testConfirmFormWithExternalDestination in core/modules/system/src/Tests/Form/ConfirmFormTest.php
Tests that the confirm form does not use external destinations.
ContactAuthenticatedUserTest::testContactSiteWideTextfieldsLoggedInTestCase in core/modules/contact/src/Tests/ContactAuthenticatedUserTest.php
Tests that name and email fields are not present for authenticated users.
ContactLanguageTest::testContactLanguage in core/modules/contact/src/Tests/ContactLanguageTest.php
Tests configuration options with language enabled.
ContactLinkTest::testContactLink in core/modules/contact/src/Tests/Views/ContactLinkTest.php
Tests contact link.
ContactPersonalTest::checkContactAccess in core/modules/contact/src/Tests/ContactPersonalTest.php
Creates a user and then checks contact form access.
ContactPersonalTest::testPersonalContactAccess in core/modules/contact/src/Tests/ContactPersonalTest.php
Tests access to the personal contact form.
ContactPersonalTest::testSendPersonalContactMessage in core/modules/contact/src/Tests/ContactPersonalTest.php
Tests that mails for contact messages are correctly sent.
ContactSitewideTest::deleteContactForms in core/modules/contact/src/Tests/ContactSitewideTest.php
Deletes all forms.
ContactSitewideTest::testSiteWideContact in core/modules/contact/src/Tests/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
ContactStorageTest::testContactStorage in core/modules/contact/src/Tests/ContactStorageTest.php
Tests configuration options and the site-wide contact form.
ContainerRebuildWebTest::testContainerInvalidation in core/modules/system/src/Tests/DrupalKernel/ContainerRebuildWebTest.php
Tests container invalidation.
ContainerRebuildWebTest::testSetContainerRebuildWithDifferentDeploymentIdentifier in core/modules/system/src/Tests/DrupalKernel/ContainerRebuildWebTest.php
Sets a different deployment identifier.
ContentNegotiationTest::testBogusAcceptHeader in core/modules/system/src/Tests/DrupalKernel/ContentNegotiationTest.php
Verifies HTML responses for bogus Accept headers.
ContentTranslationContextualLinksTest::testContentTranslationContextualLinks in core/modules/content_translation/src/Tests/ContentTranslationContextualLinksTest.php
Tests that a contextual link is available for translating a node.
ContentTranslationEnableTest::testEnable in core/modules/content_translation/src/Tests/ContentTranslationEnableTest.php
Tests that entity schemas are up-to-date after enabling translation.
ContentTranslationEntityBundleUITest::testContentTypeUI in core/modules/content_translation/src/Tests/ContentTranslationEntityBundleUITest.php
Tests content types default translation behaviour.
ContentTranslationOperationsTest::testOperationTranslateLink in core/modules/content_translation/src/Tests/ContentTranslationOperationsTest.php
Test that the operation "Translate" is displayed in the content listing.
ContentTranslationSettingsTest::testAccountLanguageSettingsUI in core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php
Tests the language settings checkbox on account settings page.
ContentTranslationSettingsTest::testFieldTranslatableSettingsUI in core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php
Tests that field setting depends on bundle translatability.
ContentTranslationSettingsTest::testNonTranslatableTranslationSettingsUI in core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php
Tests the translatable settings checkbox for untranslatable entities.
ContentTranslationSettingsTest::testSettingsUI in core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php
Tests that the settings UI works as expected.
ContentTranslationStandardFieldsTest::testFieldTranslatableArticle in core/modules/content_translation/src/Tests/ContentTranslationStandardFieldsTest.php
Tests that translatable fields are being rendered.
ContentTranslationStandardFieldsTest::testRevisionLogNotTranslatable in core/modules/content_translation/src/Tests/ContentTranslationStandardFieldsTest.php
Test that revision_log is not translatable.
ContentTranslationSyncImageTest::testImageFieldSync in core/modules/content_translation/src/Tests/ContentTranslationSyncImageTest.php
Tests image field field synchronization.
ContentTranslationUISkipTest::testUICheckSkip in core/modules/content_translation/src/Tests/ContentTranslationUISkipTest.php
Tests the content_translation_ui_skip key functionality.
ContentTranslationUITestBase::doTestBasicTranslation in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the basic translation workflow.
ContentTranslationUITestBase::doTestOutdatedStatus in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests up-to-date status tracking.
ContentTranslationUITestBase::doTestPublishedStatus in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the translation publishing status.
ContentTranslationUITestBase::doTestTranslationDeletion in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests translation deletion.
ContentTranslationUITestBase::doTestTranslationEdit in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests edit content translation.
ContentTranslationUITestBase::doTestTranslationOverview in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests that the translation overview shows the correct values.
ContentTranslationWorkflowsTest::doTestWorkflows in core/modules/content_translation/src/Tests/ContentTranslationWorkflowsTest.php
Checks that workflows have the expected behaviors for the given user.
ContentTranslationWorkflowsTest::testWorkflows in core/modules/content_translation/src/Tests/ContentTranslationWorkflowsTest.php
Test simple and editorial translation workflows.
ContextualDynamicContextTest::testDifferentPermissions in core/modules/contextual/src/Tests/ContextualDynamicContextTest.php
Tests contextual links with different permissions.
CronRunTest::testAutomatedCron in core/modules/system/src/Tests/System/CronRunTest.php
Ensure that the automated cron run module is working.
CronRunTest::testCronRun in core/modules/system/src/Tests/System/CronRunTest.php
Test cron runs.
CronRunTest::testCronUI in core/modules/system/src/Tests/System/CronRunTest.php
Make sure the cron UI reads from the state storage.
CronRunTest::testManualCron in core/modules/system/src/Tests/System/CronRunTest.php
Ensure that the manual cron run is working.
CsrfTest::testCookieAuth in core/modules/rest/src/Tests/CsrfTest.php
Tests that CSRF check is triggered for Cookie Auth requests.
DateFormatsLockedTest::testDateLocking in core/modules/system/src/Tests/System/DateFormatsLockedTest.php
Tests attempts at listing, editing, and deleting locked date formats.
DateTimeFieldTest::testDateField in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Tests date field functionality.
DateTimeFieldTest::testDatelistWidget in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Tests Date List Widget functionality.
DateTimeFieldTest::testDatetimeField in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Tests date and time field.
DateTimeFieldTest::testDefaultValue in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Test default value functionality.
DateTimeFieldTest::testInvalidField in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Test that invalid values are caught and marked as invalid.
DateTimeTest::testDateFormatConfiguration in core/modules/system/src/Tests/System/DateTimeTest.php
Test date format configuration.
DateTimeTest::testTimeZoneHandling in core/modules/system/src/Tests/System/DateTimeTest.php
Test time zones and DST handling.
DbLogTest::doNode in core/modules/dblog/src/Tests/DbLogTest.php
Generates and then verifies some node events.
DbLogTest::doUser in core/modules/dblog/src/Tests/DbLogTest.php
Generates and then verifies some user events.
DbLogTest::testFilter in core/modules/dblog/src/Tests/DbLogTest.php
Tests the database log filter functionality at admin/reports/dblog.
DbLogTest::testOverviewLinks in core/modules/dblog/src/Tests/DbLogTest.php
Make sure HTML tags are filtered out in the log overview links.
DbLogTest::testTemporaryUser in core/modules/dblog/src/Tests/DbLogTest.php
Tests that the details page displays correctly for a temporary user.
DbLogTest::verifyBreadcrumbs in core/modules/dblog/src/Tests/DbLogTest.php
Generates and then verifies breadcrumbs.
DbLogTest::verifyLinkEscaping in core/modules/dblog/src/Tests/DbLogTest.php
Tests the escaping of links in the operation row of a database log detail page.
DbLogTest::verifyReports in core/modules/dblog/src/Tests/DbLogTest.php
Confirms that database log reports are displayed at the correct paths.
DbLogTest::verifySort in core/modules/dblog/src/Tests/DbLogTest.php
Verifies the sorting functionality of the database logging reports table.
DefaultMetatagsTest::testMetaTag in core/modules/system/src/Tests/Page/DefaultMetatagsTest.php
Tests meta tags.
DefaultMobileMetaTagsTest::testDefaultMetaTagsExist in core/modules/system/src/Tests/System/DefaultMobileMetaTagsTest.php
Verifies that the default mobile meta tags are added.
DefaultMobileMetaTagsTest::testRemovingDefaultMetaTags in core/modules/system/src/Tests/System/DefaultMobileMetaTagsTest.php
Verifies that the default mobile meta tags can be removed.
DefaultViewsTest::testArchiveView in core/modules/views/src/Tests/DefaultViewsTest.php
Tests the archive view.
DeleteFeedTest::testDeleteFeed in core/modules/aggregator/src/Tests/DeleteFeedTest.php
Deletes a feed and ensures that all of its services are deleted.
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.
DestinationTest::testDestination in core/modules/system/src/Tests/Routing/DestinationTest.php
Tests that $_GET/$_REQUEST['destination'] only contain internal URLs.
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::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::testBlockContextualLinks in core/modules/block/src/Tests/Views/DisplayBlockTest.php
Tests the contextual links on a Views block.
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::testDeleteBlockDisplay in core/modules/block/src/Tests/Views/DisplayBlockTest.php
Tests removing a block display.
DisplayBlockTest::testViewsBlockForm in core/modules/block/src/Tests/Views/DisplayBlockTest.php
Test the block form for a Views block.
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::assertPagePath in core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php
Tests that we can successfully change a view page display path.
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.
DisplayPageWebTest::testTitleOutput in core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php
Tests the title is not displayed in the output.
DisplayTest::checkTranslationSetting in core/modules/views/src/Tests/Plugin/DisplayTest.php
Asserts a node and a file based view for the translation setting.
DisplayTest::testDisplayPlugin in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests the display test plugin.
DisplayTest::testInvalidDisplayPlugins in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests invalid display plugins.
DisplayVariantTest::testPageDisplayVariantSelectionEvent in core/modules/system/src/Tests/Render/DisplayVariantTest.php
Tests selecting the variant and passing configuration.
DownloadTest::checkUrl in core/modules/file/src/Tests/DownloadTest.php
Download a file from the URL generated by file_create_url().
DownloadTest::doPrivateFileTransferTest in core/modules/file/src/Tests/DownloadTest.php
Test the private file transfer system.
DrupalDateTimeTest::testSystemTimezone in core/modules/system/src/Tests/Datetime/DrupalDateTimeTest.php
Test that the AJAX Timezone Callback can deal with various formats.
DrupalSetMessageTest::testDrupalSetMessage in core/modules/system/src/Tests/Bootstrap/DrupalSetMessageTest.php
Tests drupal_set_message().
DynamicPageCacheIntegrationTest::testDynamicPageCache in core/modules/dynamic_page_cache/src/Tests/DynamicPageCacheIntegrationTest.php
Tests that Dynamic Page Cache works correctly, and verifies the edge cases.
EarlyRenderingControllerTest::testEarlyRendering in core/modules/system/src/Tests/Common/EarlyRenderingControllerTest.php
Tests theme preprocess functions being able to attach assets.
EditorAdminTest::addEditorToNewFormat in core/modules/editor/src/Tests/EditorAdminTest.php
Adds an editor to a new format using the UI.
EditorAdminTest::testAddEditorToExistingFormat in core/modules/editor/src/Tests/EditorAdminTest.php
Tests adding a text editor to an existing text format.
EditorAdminTest::testDisableFormatWithEditor in core/modules/editor/src/Tests/EditorAdminTest.php
Tests format disabling.
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::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::testAdvancedSelect in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Test the #js_select property.
ElementsTableSelectTest::testEmptyText in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Test the display of the #empty text when #options is an empty array.
ElementsTableSelectTest::testMultipleFalse in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Test the display of radios when #multiple is FALSE.
ElementsTableSelectTest::testMultipleTrue in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Test the display of checkboxes when #multiple is TRUE.
ElementsTableSelectTest::testTableselectColSpan in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Tests the display when #colspan is set.
ElementsVerticalTabsTest::testDefaultTab in core/modules/system/src/Tests/Form/ElementsVerticalTabsTest.php
Ensures that default vertical tab is correctly selected.
ElementsVerticalTabsTest::testJavaScriptOrdering in core/modules/system/src/Tests/Form/ElementsVerticalTabsTest.php
Ensures that vertical-tabs.js is included before collapse.js.
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.
ElementValidationTest::testAjaxElementValidation in core/modules/system/src/Tests/Ajax/ElementValidationTest.php
Tries to post an Ajax change to a form that has a validated element.
EmailFieldTest::testEmailField in core/modules/field/src/Tests/Email/EmailFieldTest.php
Tests email field.
EngineNyanCatTest::testTemplateOverride in core/modules/system/src/Tests/Theme/EngineNyanCatTest.php
Ensures a theme's template is overridable based on the 'template' filename.
EngineTwigTest::testRenderable in core/modules/system/src/Tests/Theme/EngineTwigTest.php
Tests the rendering of renderables.
EngineTwigTest::testTwigAttachLibrary in core/modules/system/src/Tests/Theme/EngineTwigTest.php
Tests the attach of asset libraries.
EngineTwigTest::testTwigFileUrls in core/modules/system/src/Tests/Theme/EngineTwigTest.php
Tests the automatic/magic calling of toString() on objects, if exists.
EngineTwigTest::testTwigLinkGenerator in core/modules/system/src/Tests/Theme/EngineTwigTest.php
Tests the link_generator Twig functions.
EngineTwigTest::testTwigUrlGenerator in core/modules/system/src/Tests/Theme/EngineTwigTest.php
Tests the url and url_generate Twig functions.
EngineTwigTest::testTwigUrlToString in core/modules/system/src/Tests/Theme/EngineTwigTest.php
Tests the magic url to string Twig functions.
EngineTwigTest::testTwigVariableDataTypes in core/modules/system/src/Tests/Theme/EngineTwigTest.php
Tests that the Twig engine handles PHP data correctly.
EntityDisplayModeTest::testEntityFormModeUI in core/modules/field_ui/src/Tests/EntityDisplayModeTest.php
Tests the EntityFormMode user interface.
EntityDisplayModeTest::testEntityViewModeUI in core/modules/field_ui/src/Tests/EntityDisplayModeTest.php
Tests the EntityViewMode user interface.
EntityFilteringThemeTest::testThemedEntity in core/modules/system/src/Tests/Theme/EntityFilteringThemeTest.php
Checks each themed entity for XSS filtering in available themes.
EntityFormTest::doTestFormCRUD in core/modules/system/src/Tests/Entity/EntityFormTest.php
Executes the form CRUD tests for the given entity type.
EntityFormTest::doTestMultilingualFormCRUD in core/modules/system/src/Tests/Entity/EntityFormTest.php
Executes the multilingual form CRUD tests for the given entity type ID.
EntityFormTest::testEntityFormDisplayAlter in core/modules/system/src/Tests/Entity/EntityFormTest.php
Tests hook_entity_form_display_alter().
EntityListBuilderTest::testCacheTags in core/modules/system/src/Tests/Entity/EntityListBuilderTest.php
Tests if the list cache tags are set.
EntityListBuilderTest::testPager in core/modules/system/src/Tests/Entity/EntityListBuilderTest.php
Test paging.
EntityOperationsTest::testEntityOperationAlter in core/modules/system/src/Tests/Entity/EntityOperationsTest.php
Checks that hook_entity_operation_alter() can add an operation.
EntityReferenceAdminTest::testAvailableFormatters in core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
Tests the formatters for the Entity References.
EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
Tests the Entity Reference Admin UI.
EntityReferenceAutoCreateTest::testAutoCreate in core/modules/field/src/Tests/EntityReference/EntityReferenceAutoCreateTest.php
Tests that the autocomplete input element appears and the creation of a new entity.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultValue in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that default values are correctly translated to UUIDs in config.
EntityReferenceFieldTranslatedReferenceViewTest::assertEntityReferenceDisplay in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
Assert entity reference display.
EntityReferenceIntegrationTest::testSupportedEntityTypesAndWidgets in core/modules/field/src/Tests/EntityReference/EntityReferenceIntegrationTest.php
Tests the entity reference field with all its supported field widgets.
EntityReferenceXSSTest::testEntityReferenceXSS in core/modules/field/src/Tests/EntityReference/EntityReferenceXSSTest.php
Tests markup is escaped in the entity reference select and label formatter.
EntityRevisionsTest::runRevisionsTests in core/modules/system/src/Tests/Entity/EntityRevisionsTest.php
Executes the revision tests for the given entity type.
EntityTranslationFormTest::testEntityFormLanguage in core/modules/system/src/Tests/Entity/EntityTranslationFormTest.php
Tests entity form language.
EntityTypeWithoutLanguageFormTest::testEmptyLangcode in core/modules/language/src/Tests/EntityTypeWithoutLanguageFormTest.php
Tests configuration options with an entity without language definition.
EntityViewControllerTest::testEntityViewController in core/modules/system/src/Tests/Entity/EntityViewControllerTest.php
Tests EntityViewController.
EntityViewControllerTest::testEntityViewControllerViewBuilder in core/modules/system/src/Tests/Entity/EntityViewControllerTest.php
Tests that a view builder can successfully override the view builder.
EntityViewControllerTest::testFieldItemAttributes in core/modules/system/src/Tests/Entity/EntityViewControllerTest.php
Tests field item attributes.
ErrorHandlerTest::testErrorHandler in core/modules/system/src/Tests/System/ErrorHandlerTest.php
Test the error handler.
ErrorHandlerTest::testExceptionHandler in core/modules/system/src/Tests/System/ErrorHandlerTest.php
Test the exception handler.
ExposedFormTest::testExposedBlock in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Tests the exposed block functionality.
ExposedFormTest::testExposedSortAndItemsPerPage in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Tests exposed forms with exposed sort and items per page.
ExposedFormTest::testInputRequired in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Test the input required exposed form type.
ExposedFormTest::testResetButton in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Tests whether the reset button works on an exposed form.
ExposedFormTest::testSubmitButton in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Tests the submit button.
ExposedFormTest::testTextInputRequired in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Test the "on demand text" for the input required exposed form type.
FastTest::testUserAutocomplete in core/modules/system/src/Tests/Theme/FastTest.php
Tests access to user autocompletion and verify the correct results.
FeedAdminDisplayTest::testFeedUpdateFields in core/modules/aggregator/src/Tests/FeedAdminDisplayTest.php
Tests the "Next update" and "Last update" fields.
FeedParserTest::testAtomSample in core/modules/aggregator/src/Tests/FeedParserTest.php
Tests a feed that uses the Atom format.
FeedParserTest::testHtmlEntitiesSample in core/modules/aggregator/src/Tests/FeedParserTest.php
Tests a feed that uses HTML entities in item titles.
FeedParserTest::testInvalidFeed in core/modules/aggregator/src/Tests/FeedParserTest.php
Tests error handling when an invalid feed is added.
FeedParserTest::testRSS091Sample in core/modules/aggregator/src/Tests/FeedParserTest.php
Tests a feed that uses the RSS 0.91 format.
FieldAccessTest::testFieldAccess in core/modules/field/src/Tests/FieldAccessTest.php
Test that hook_entity_field_access() is called.
FieldDefaultValueCallbackTest::testDefaultValueCallbackForm in core/modules/field/src/Tests/FieldDefaultValueCallbackTest.php
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.
FieldEntityTranslationTest::testTranslationRows in core/modules/views/src/Tests/Entity/FieldEntityTranslationTest.php
Tests that different translation mechanisms can be used for base fields.
FieldGroupRowsWebTest::testGroupRows in core/modules/views/src/Tests/Handler/FieldGroupRowsWebTest.php
Testing when "Display all values in the same row" is checked.
FieldGroupRowsWebTest::testUngroupedRows in core/modules/views/src/Tests/Handler/FieldGroupRowsWebTest.php
Testing when "Display all values in the same row" is unchecked.
FieldHelpTest::testFieldHelp in core/modules/field/src/Tests/FieldHelpTest.php
Test the Field module's help page.
FieldImportDeleteUninstallUiTest::testImportDeleteUninstall in core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php
Tests deleting field storages and fields as part of config import.
FieldUIDeleteTest::testDeleteField in core/modules/field_ui/src/Tests/FieldUIDeleteTest.php
Tests that deletion removes field storages and fields as expected.
FieldUIRouteTest::testFieldUIRoutes in core/modules/field_ui/src/Tests/FieldUIRouteTest.php
Ensures that entity types with bundles do not break following entity types.
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::testClickSorting in core/modules/views/src/Tests/Handler/FieldWebTest.php
Tests the click sorting functionality.
FileFieldAttributesTest::testNodeTeaser in core/modules/rdf/src/Tests/FileFieldAttributesTest.php
Tests if file fields in teasers have correct resources.
FileFieldDisplayTest::testDefaultFileFieldDisplay in core/modules/file/src/Tests/FileFieldDisplayTest.php
Tests default display of File Field.
FileFieldDisplayTest::testDescToggle in core/modules/file/src/Tests/FileFieldDisplayTest.php
Tests description toggle for field instance configuration.
FileFieldDisplayTest::testNodeDisplay in core/modules/file/src/Tests/FileFieldDisplayTest.php
Tests normal formatter display on node display.
FileFieldFormatterAccessTest::testFileAccessHandler in core/modules/file/src/Tests/FileFieldFormatterAccessTest.php
Tests the custom access handler is invoked.
FileFieldRevisionTest::testRevisions in core/modules/file/src/Tests/FileFieldRevisionTest.php
Tests creating multiple revisions of a node and managing attached files.
FileFieldRSSContentTest::testFileFieldRSSContent in core/modules/file/src/Tests/FileFieldRSSContentTest.php
Tests RSS enclosure formatter display for RSS feeds.
FileFieldWidgetTest::testMultiValuedWidget in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTest::testPrivateFileComment in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests that download restrictions on private files work on comments.
FileFieldWidgetTest::testPrivateFileSetting in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests a file field with a "Private files" upload destination setting.
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.
FileManagedFileElementTest::testManagedFile in core/modules/file/src/Tests/FileManagedFileElementTest.php
Tests the managed_file element type.
FileManagedFileElementTest::testManagedFileRemoved in core/modules/file/src/Tests/FileManagedFileElementTest.php
Ensure that warning is shown if file on the field has been removed.
FilePrivateTest::testPrivateFile in core/modules/file/src/Tests/FilePrivateTest.php
Tests file access for file uploaded to a private node.
FileSaveHtaccessLoggingTest::testHtaccessSave in core/modules/system/src/Tests/File/FileSaveHtaccessLoggingTest.php
Tests file_save_htaccess().
FilterAdminTest::testDisabledFormat in core/modules/filter/src/Tests/FilterAdminTest.php
Tests whether a field using a disabled format is rendered.
FilterAdminTest::testFilterAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterAdminTest::testFilterTipHtmlEscape in core/modules/filter/src/Tests/FilterAdminTest.php
Tests whether filter tips page is not HTML escaped.
FilterAdminTest::testFormatAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests the format administration functionality.
FilterDateTest::_testUiValidation in core/modules/views/src/Tests/Handler/FilterDateTest.php
Make sure the validation callbacks works.
FilterFormatAccessTest::testFormatPermissions in core/modules/filter/src/Tests/FilterFormatAccessTest.php
Tests the Filter format access permissions functionality.
FilterFormatAccessTest::testFormatWidgetPermissions in core/modules/filter/src/Tests/FilterFormatAccessTest.php
Tests editing a page using a disallowed text format.
FilterFormTest::doFilterFormTestAsAdmin in core/modules/filter/src/Tests/FilterFormTest.php
Tests the behavior of the 'text_format' element as an administrator.
FilterFormTest::doFilterFormTestAsNonAdmin in core/modules/filter/src/Tests/FilterFormTest.php
Tests the behavior of the 'text_format' element as a normal user.
FilterPermissionUiTest::testHandlerUI in core/modules/user/src/Tests/Views/FilterPermissionUiTest.php
Tests basic filter handler settings in the UI.
FilterSecurityTest::testDisableFilterModule in core/modules/filter/src/Tests/FilterSecurityTest.php
Tests removal of filtered content when an active filter is disabled.
FilterUITest::testFilterInOperatorUi in core/modules/views_ui/src/Tests/FilterUITest.php
Tests that an option for a filter is saved as expected from the UI.
FilterUITest::testFiltersUI in core/modules/views_ui/src/Tests/FilterUITest.php
Tests the filters from the UI.
FormObjectTest::testObjectFormCallback in core/modules/system/src/Tests/Form/FormObjectTest.php
Tests using an object as the form callback.
FormStoragePageCacheTest::testRebuildFormStorageOnCachedPage in core/modules/system/src/Tests/Form/FormStoragePageCacheTest.php
Build-id is regenerated when rebuilding cached form.
FormStoragePageCacheTest::testValidateFormStorageOnCachedPage in core/modules/system/src/Tests/Form/FormStoragePageCacheTest.php
Build-id is regenerated when validating cached 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::testEmptySelect in core/modules/system/src/Tests/Form/FormTest.php
Tests a select element when #options is not set.
FormTest::testFieldFormAccess in core/modules/field/src/Tests/FormTest.php
Tests fields with no 'edit' access.
FormTest::testFieldFormDefaultValue in core/modules/field/src/Tests/FormTest.php
Tests field widget default values on entity forms.
FormTest::testFieldFormJSAddMore in core/modules/field/src/Tests/FormTest.php
FormTest::testFieldFormMultipleWidget in core/modules/field/src/Tests/FormTest.php
Tests widgets handling multiple values.
FormTest::testFieldFormMultivalueWithRequiredRadio in core/modules/field/src/Tests/FormTest.php
Tests widget handling of multiple required radios.
FormTest::testFieldFormSingle in core/modules/field/src/Tests/FormTest.php
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::testGetFormsCsrfToken in core/modules/system/src/Tests/Form/FormTest.php
CSRF tokens for GET forms should not be added by default.
FormTest::testHiddenField in core/modules/field/src/Tests/FormTest.php
Tests hiding a field in a form.
FormTest::testInputForgery in core/modules/system/src/Tests/Form/FormTest.php
Test Form API protections against input forgery.
FormTest::testLabelOnMultiValueFields in core/modules/field/src/Tests/FormTest.php
Tests the form display of the label for multi-value fields.
FormTest::testRequiredAttribute in core/modules/system/src/Tests/Form/FormTest.php
Tests required attribute.
FormTest::testSelect in core/modules/system/src/Tests/Form/FormTest.php
Tests validation of #type 'select' elements.
ForumBlockTest::testActiveForumTopicsBlock in core/modules/forum/src/Tests/ForumBlockTest.php
Tests the "Active forum topics" block.
ForumBlockTest::testNewForumTopicsBlock in core/modules/forum/src/Tests/ForumBlockTest.php
Tests the "New forum topics" block.
ForumIndexTest::testForumIndexStatus in core/modules/forum/src/Tests/ForumIndexTest.php
Tests the forum index for published and unpublished nodes.
ForumNodeAccessTest::testForumNodeAccess in core/modules/forum/src/Tests/ForumNodeAccessTest.php
Creates some users and creates a public node and a private node.
ForumTest::createForumTopic in core/modules/forum/src/Tests/ForumTest.php
Creates a forum topic.
ForumTest::deleteForum in core/modules/forum/src/Tests/ForumTest.php
Deletes a forum.
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.
ForumTest::testForumWithNewPost in core/modules/forum/src/Tests/ForumTest.php
Tests a forum with a new post displays properly.
ForumTest::verifyForums in core/modules/forum/src/Tests/ForumTest.php
Verifies that the logged in user has access to a forum node.
ForumTest::verifyForumView in core/modules/forum/src/Tests/ForumTest.php
Verifies the display of a forum page.
ForumUninstallTest::testForumUninstallWithField in core/modules/forum/src/Tests/ForumUninstallTest.php
Tests if forum module uninstallation properly deletes the field.
FrameworkTest::testLazyLoad in core/modules/system/src/Tests/Ajax/FrameworkTest.php
Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
FrameworkTest::testOrder in core/modules/system/src/Tests/Ajax/FrameworkTest.php
Tests AjaxResponse::prepare() AJAX commands ordering.
FrontPageTest::doTestFrontPageViewCacheTags in core/modules/node/src/Tests/Views/FrontPageTest.php
Tests the cache tags on the front page.
FrontPageTest::testAdminFrontPage in core/modules/node/src/Tests/Views/FrontPageTest.php
Tests the frontpage when logged in as admin.
FrontPageTest::testDrupalFrontPage in core/modules/system/src/Tests/System/FrontPageTest.php
Test front page functionality.
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.
HandlerFieldRoleTest::testRole in core/modules/user/src/Tests/Views/HandlerFieldRoleTest.php
HandlerFilterUserNameTest::testAdminUserInterface in core/modules/user/src/Tests/Views/HandlerFilterUserNameTest.php
Tests using the user interface.
HandlerFilterUserNameTest::testExposedFilter in core/modules/user/src/Tests/Views/HandlerFilterUserNameTest.php
Tests exposed filters.
HandlerTest::testRelationshipUI in core/modules/views/src/Tests/Handler/HandlerTest.php
Tests the relationship ui for field/filter/argument/relationship.
HelpTest::testHelp in core/modules/help/src/Tests/HelpTest.php
Logs in users, creates dblog events, and tests dblog functionality.
HelpTest::verifyHelp in core/modules/help/src/Tests/HelpTest.php
Verifies the logged in user has access to the various help nodes.
HistoryTest::testHistory in core/modules/history/src/Tests/HistoryTest.php
Verifies that the history endpoints work.
HtaccessTest::assertFileAccess in core/modules/system/src/Tests/System/HtaccessTest.php
Asserts that a file exists and requesting it returns a specific response.
HtaccessTest::testFileAccess in core/modules/system/src/Tests/System/HtaccessTest.php
Iterates over protected files and calls assertNoFileAccess().
HtaccessTest::testSvgzContentEncoding in core/modules/system/src/Tests/System/HtaccessTest.php
Tests that SVGZ files are served with Content-Encoding: gzip.
HtmlAttributesTest::testThemeHtmlAttributes in core/modules/system/src/Tests/Theme/HtmlAttributesTest.php
Tests that attributes in the 'html' and 'body' elements can be altered.
HtmlResponseAttachmentsTest::testAttachments in core/modules/system/src/Tests/Render/HtmlResponseAttachmentsTest.php
Test rendering of ['#attached'].
HtmlResponseAttachmentsTest::testRenderCachedBlock in core/modules/system/src/Tests/Render/HtmlResponseAttachmentsTest.php
Test caching of ['#attached'].
ImageAdminStylesTest::testConfigImport in core/modules/image/src/Tests/ImageAdminStylesTest.php
Tests image style configuration import that does a delete.
ImageAdminStylesTest::testEditEffect in core/modules/image/src/Tests/ImageAdminStylesTest.php
Verifies that editing an image effect does not cause it to be duplicated.
ImageAdminStylesTest::testFlushUserInterface in core/modules/image/src/Tests/ImageAdminStylesTest.php
Test flush user interface.
ImageAdminStylesTest::testImageStyleAccess in core/modules/image/src/Tests/ImageAdminStylesTest.php
Tests access for the image style listing.
ImageAdminStylesTest::testStyle in core/modules/image/src/Tests/ImageAdminStylesTest.php
General test to add a style, add/remove/edit effects to it, then delete it.
ImageAdminStylesTest::testStyleReplacement in core/modules/image/src/Tests/ImageAdminStylesTest.php
Test deleting a style and choosing a replacement style.
ImageDimensionsTest::testImageDimensions in core/modules/image/src/Tests/ImageDimensionsTest.php
Test styled image dimensions cumulatively.
ImageFieldDefaultImagesTest::testDefaultImages in core/modules/image/src/Tests/ImageFieldDefaultImagesTest.php
Tests CRUD for fields and fields fields with default images.
ImageFieldDisplayTest::testImageFieldDefaultImage in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Test use of a default image with an image field.
ImageFieldDisplayTest::testImageFieldSettings in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Tests for image field settings.
ImageFieldDisplayTest::_testImageFieldFormatters in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Test image formatters on node display.
ImageFieldWidgetTest::testWidgetElement in core/modules/image/src/Tests/ImageFieldWidgetTest.php
Tests file widget element.
ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php
Tests building an image style URL.
ImageStylesPathAndUrlTest::testImageStyleUrlForMissingSourceImage in core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php
Tests that an invalid source image returns a 404.
ImportOpmlTest::openImportForm in core/modules/aggregator/src/Tests/ImportOpmlTest.php
Opens OPML import form.
IndexPhpTest::testIndexPhpHandling in core/modules/system/src/Tests/System/IndexPhpTest.php
Test index.php handling.
InstallationProfileModuleTestsTest::testInstallationProfileTests in core/modules/simpletest/src/Tests/InstallationProfileModuleTestsTest.php
Tests existence of test case located in an installation profile module.
InstallerExistingInstallationTest::testInstaller in core/modules/system/src/Tests/Installer/InstallerExistingInstallationTest.php
Verifies that Drupal can't be reinstalled while an existing installation is available.
InstallerLanguagePageTest::setUpLanguage in core/modules/system/src/Tests/Installer/InstallerLanguagePageTest.php
Installer step: Select language.
InstallerTestBase::setUp in core/modules/simpletest/src/InstallerTestBase.php
Sets up a Drupal site for running functional and integration tests.
InstallerTranslationMultipleLanguageTest::testTranslationsLoaded in core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageTest.php
Tests that translations ended up at the expected places.
InstallerTranslationTest::testInstaller in core/modules/system/src/Tests/Installer/InstallerTranslationTest.php
Verifies the expected behaviors of the installation result.
InstallUninstallTest::assertHelp in core/modules/system/src/Tests/Module/InstallUninstallTest.php
Verifies a module's help.
InstallUninstallTest::testInstallUninstall in core/modules/system/src/Tests/Module/InstallUninstallTest.php
Tests that a fixed set of modules can be installed and uninstalled.
IntegrationTest::testNodeCounterIntegration in core/modules/statistics/src/Tests/Views/IntegrationTest.php
Tests the integration of the {node_counter} table in views.
InvalidUpdateHookTest::testInvalidUpdateHook in core/modules/system/src/Tests/Update/InvalidUpdateHookTest.php
IpAddressBlockingTest::testIPAddressValidation in core/modules/ban/src/Tests/IpAddressBlockingTest.php
Tests various user input to confirm correct validation and saving of data.
ItemsPerPageTest::testItemsPerPage in core/modules/views/src/Tests/Wizard/ItemsPerPageTest.php
Tests the number of items per page.
LanguageBlockSettingsVisibilityTest::testUnnecessaryLanguageSettingsVisibility in core/modules/language/src/Tests/LanguageBlockSettingsVisibilityTest.php
LanguageBrowserDetectionTest::testUIBrowserLanguageMappings in core/modules/language/src/Tests/LanguageBrowserDetectionTest.php
Tests for adding, editing and deleting mappings between browser language codes and Drupal language codes.
LanguageConfigOverrideImportTest::testConfigOverrideImport in core/modules/language/src/Tests/LanguageConfigOverrideImportTest.php
Tests that language can be enabled and overrides are created during a sync.
LanguageConfigOverrideImportTest::testConfigOverrideImportEvents in core/modules/language/src/Tests/LanguageConfigOverrideImportTest.php
Tests that configuration events are not fired during a sync of overrides.
LanguageConfigurationElementTest::testDefaultLangcode in core/modules/language/src/Tests/LanguageConfigurationElementTest.php
Tests that the language_get_default_langcode() returns the correct values.
LanguageConfigurationElementTest::testLanguageConfigurationElement in core/modules/language/src/Tests/LanguageConfigurationElementTest.php
Tests the language settings have been saved.
LanguageConfigurationTest::testLanguageConfiguration in core/modules/language/src/Tests/LanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
LanguageListTest::testLanguageList in core/modules/language/src/Tests/LanguageListTest.php
Functional tests for adding, editing and deleting languages.
LanguageNegotiationContentEntityTest::testDefaultConfiguration in core/modules/language/src/Tests/LanguageNegotiationContentEntityTest.php
Tests default with content language remaining same as interface language.
LanguageNegotiationContentEntityTest::testEnabledLanguageContentNegotiator in core/modules/language/src/Tests/LanguageNegotiationContentEntityTest.php
Tests enabling the language negotiator language_content_entity.
LanguageNegotiationFormOverrideTest::testFormWithOverride in core/modules/config/src/Tests/LanguageNegotiationFormOverrideTest.php
Tests that overrides do not affect language-negotiation form values.
LanguageNegotiationInfoTest::testInfoAlterations in core/modules/language/src/Tests/LanguageNegotiationInfoTest.php
Tests alterations to language types/negotiation info.
LanguagePathMonolingualTest::testPageLinks in core/modules/language/src/Tests/LanguagePathMonolingualTest.php
Verifies that links do not have language prefixes in them.
LanguageSelectElementTest::testHiddenLanguageSelectElement in core/modules/system/src/Tests/Form/LanguageSelectElementTest.php
Tests the case when the language select elements should not be printed.
LanguageSelectElementTest::testLanguageSelectElementOptions in core/modules/system/src/Tests/Form/LanguageSelectElementTest.php
Tests that the options printed by the language select element are correct.
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.
LanguageSwitchingTest::testLanguageSessionSwitchLinks in core/modules/language/src/Tests/LanguageSwitchingTest.php
Tests language switcher links for session based negotiation.
LanguageTourTest::testLanguageAddTour in core/modules/language/src/Tests/LanguageTourTest.php
Go to add language page and check the tour tooltips.
LanguageTourTest::testLanguageEditTour in core/modules/language/src/Tests/LanguageTourTest.php
Go to edit language page and check the tour tooltips.
LanguageTourTest::testLanguageTour in core/modules/language/src/Tests/LanguageTourTest.php
Tests language tour tip availability.
LanguageUILanguageNegotiationTest::runTest in core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php
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.
LanguageUrlRewritingTest::checkUrl in core/modules/language/src/Tests/LanguageUrlRewritingTest.php
Check URL rewriting for the given language.
LanguageUrlRewritingTest::setUp in core/modules/language/src/Tests/LanguageUrlRewritingTest.php
Sets up a Drupal site for running functional and integration tests.
LanguageUrlRewritingTest::testUrlRewritingEdgeCases in core/modules/language/src/Tests/LanguageUrlRewritingTest.php
Check that non-installed languages are not considered.
LinkFieldTest::testLinkFormatter in core/modules/link/src/Tests/LinkFieldTest.php
Tests the default 'link' formatter.
LinkFieldTest::testLinkSeparateFormatter in core/modules/link/src/Tests/LinkFieldTest.php
Tests the 'link_separate' formatter.
LinkFieldTest::testLinkTitle in core/modules/link/src/Tests/LinkFieldTest.php
Tests the link title settings of a link field.
LinkFieldTest::testURLValidation in core/modules/link/src/Tests/LinkFieldTest.php
Tests link field URL validation.
LinkFieldUITest::testFieldUI in core/modules/link/src/Tests/LinkFieldUITest.php
Tests the link field UI.
LocalActionsAndTasksConvertedIntoBlocksUpdateTest::testUpdateHookN in core/modules/system/src/Tests/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php
Tests that local actions/tasks are being converted into blocks.
LocalActionTest::testLocalAction in core/modules/system/src/Tests/Menu/LocalActionTest.php
Tests appearance of local actions.
LocaleConfigTranslationImportTest::testConfigTranslationImport in core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php
Test update changes configuration translations if enabled after language.
LocaleConfigTranslationImportTest::testConfigTranslationModuleInstall in core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php
Test update changes configuration translations if enabled after language.
LocaleConfigTranslationTest::testConfigTranslation in core/modules/locale/src/Tests/LocaleConfigTranslationTest.php
Tests basic configuration translation.
LocaleContentTest::testContentTypeDirLang in core/modules/locale/src/Tests/LocaleContentTest.php
Test if a dir and lang tags exist in node's attributes.
LocaleContentTest::testContentTypeLanguageConfiguration in core/modules/locale/src/Tests/LocaleContentTest.php
Test if a content type can be set to multilingual and language is present.
LocaleContentTest::testMachineNameLTR in core/modules/locale/src/Tests/LocaleContentTest.php
Verifies that machine name fields are always LTR.
LocaleExportTest::testExportTranslationTemplateFile in core/modules/locale/src/Tests/LocaleExportTest.php
Test exportation of translation template file.
LocaleFileSystemFormTest::testFileConfigurationPage in core/modules/locale/src/Tests/LocaleFileSystemFormTest.php
Tests translation directory settings on the file settings form.
LocaleJavascriptTranslationTest::testLocaleTranslationJsDependencies in core/modules/locale/src/Tests/LocaleJavascriptTranslationTest.php
Assert translations JS is added before drupal.js, because it depends on it.
LocaleLocaleLookupTest::testLanguageFallbackDefaults in core/modules/locale/src/Tests/LocaleLocaleLookupTest.php
Test language fallback defaults.
LocalePathTest::testPathLanguageConfiguration in core/modules/locale/src/Tests/LocalePathTest.php
Test if a language can be associated with a path alias.
LocalePluralFormatTest::testPluralEditDateFormatter in core/modules/locale/src/Tests/LocalePluralFormatTest.php
Tests plural editing of DateFormatter strings
LocalePluralFormatTest::testPluralEditExport in core/modules/locale/src/Tests/LocalePluralFormatTest.php
Tests plural editing and export functionality.
LocaleTranslatedSchemaDefinitionTest::testTranslatedUpdate in core/modules/locale/src/Tests/LocaleTranslatedSchemaDefinitionTest.php
Tests that translations do not affect the update system.
LocaleTranslateStringTourTest::testTranslateStringTourTips in core/modules/locale/src/Tests/LocaleTranslateStringTourTest.php
Tests locale tour tip availability.
LocaleTranslationUiTest::testStringTranslation in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Adds a language and tests string translation by users with the appropriate permissions.
LocaleUpdateCronTest::testUpdateCron in core/modules/locale/src/Tests/LocaleUpdateCronTest.php
Tests interface translation update using cron.
LocaleUpdateInterfaceTest::testInterface in core/modules/locale/src/Tests/LocaleUpdateInterfaceTest.php
Tests the user interfaces of the interface translation update system.
LocaleUpdateTest::testUpdateCheckStatus in core/modules/locale/src/Tests/LocaleUpdateTest.php
Checks if local or remote translation sources are detected.
LocaleUpdateTest::testUpdateImportModeNonCustomized in core/modules/locale/src/Tests/LocaleUpdateTest.php
Tests translation import and only overwrite non-customized translations.
LocaleUpdateTest::testUpdateImportModeNone in core/modules/locale/src/Tests/LocaleUpdateTest.php
Tests translation import and don't overwrite any translation.
LocaleUpdateTest::testUpdateImportSourceLocal in core/modules/locale/src/Tests/LocaleUpdateTest.php
Tests translation import from local sources.
LocaleUpdateTest::testUpdateImportSourceRemote in core/modules/locale/src/Tests/LocaleUpdateTest.php
Tests translation import from remote sources.
LocalTasksTest::testLocalTaskBlock in core/modules/system/src/Tests/Menu/LocalTasksTest.php
Tests that local task blocks are configurable to show a specific level.
LocalTasksTest::testPluginLocalTask in core/modules/system/src/Tests/Menu/LocalTasksTest.php
Tests the plugin based local tasks.
LockFunctionalTest::testLockAcquire in core/modules/system/src/Tests/Lock/LockFunctionalTest.php
Confirms that we can acquire and release locks in two parallel requests.
LockFunctionalTest::testPersistentLock in core/modules/system/src/Tests/Lock/LockFunctionalTest.php
Tests that the persistent lock is persisted between requests.
MainContentFallbackTest::testMainContentFallback in core/modules/system/src/Tests/System/MainContentFallbackTest.php
Test availability of main content: Drupal falls back to SimplePageVariant.
ManageDisplayTest::testFormatterUI in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests formatter settings.
ManageDisplayTest::testNoFieldsDisplayOverview in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests that a message is shown when there are no fields.
ManageDisplayTest::testNonInitializedFields in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests that fields with no explicit display settings do not break.
ManageDisplayTest::testSingleViewMode in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests hiding the view modes fieldset when there's only one available.
ManageDisplayTest::testViewModeLocalTasks in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests the local tasks are displayed correctly for view modes.
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::addPersistentFieldStorage in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that persistent field storage appears in the field UI.
ManageFieldsTest::cardinalitySettings in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests the cardinality settings of a field.
ManageFieldsTest::deleteField in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests deleting a field from the field edit form.
ManageFieldsTest::fieldListAdminPage in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that the field list administration page operates correctly.
ManageFieldsTest::manageFieldsPage in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests the manage fields page.
ManageFieldsTest::testDefaultValue in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that default value is correctly validated and saved.
ManageFieldsTest::testFieldPrefix in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that the 'field_prefix' setting works on Field UI.
ManageFieldsTest::testHelpDescriptions in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that help descriptions render valid HTML.
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.
ManageFieldsTest::testPreconfiguredFields in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests the "preconfigured field" functionality.
ManageFieldsTest::updateField in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests editing an existing field.
MenuAccessTest::testMenuBlockLinksAccessCheck in core/modules/system/src/Tests/Menu/MenuAccessTest.php
Tests menu link for route with access check.
MenuLanguageTest::testMenuLanguage in core/modules/menu_ui/src/Tests/MenuLanguageTest.php
Tests menu language settings and the defaults for menu link items.
MenuLinkContentDeleteFormTest::testMenuLinkContentDeleteForm in core/modules/menu_link_content/src/Tests/MenuLinkContentDeleteFormTest.php
Tests the MenuLinkContentDeleteForm class.
MenuLinkContentFormTest::testMenuLinkContentForm in core/modules/menu_link_content/src/Tests/MenuLinkContentFormTest.php
Tests the MenuLinkContentForm class.
MenuLinkContentFormTest::testMenuLinkContentFormValidation in core/modules/menu_link_content/src/Tests/MenuLinkContentFormTest.php
Tests validation for the MenuLinkContentForm class.
MenuLinkContentTranslationUITest::doTestTranslationEdit in core/modules/menu_link_content/src/Tests/MenuLinkContentTranslationUITest.php
Tests edit content translation.
MenuLinkContentTranslationUITest::testTranslationLinkOnMenuEditForm in core/modules/menu_link_content/src/Tests/MenuLinkContentTranslationUITest.php
Ensure that a translate link can be found on the menu edit form.
MenuLinkContentTranslationUITest::testTranslationLinkTheme in core/modules/menu_link_content/src/Tests/MenuLinkContentTranslationUITest.php
Tests that translation page inherits admin status of edit page.
MenuLinkReorderTest::testDefaultMenuLinkReorder in core/modules/menu_ui/src/Tests/MenuLinkReorderTest.php
Test creating, editing, deleting menu links via node form widget.
MenuLinkSecurityTest::testMenuLink in core/modules/system/src/Tests/Menu/MenuLinkSecurityTest.php
Ensures that a menu link does not cause an XSS issue.
MenuLinkTest::testHierarchicalMenuLinkVisibility in core/modules/views/src/Tests/Plugin/MenuLinkTest.php
Test that menu links using menu_link_content as parent are visible.
MenuNodeTest::testMenuNodeFormWidget in core/modules/menu_ui/src/Tests/MenuNodeTest.php
Test creating, editing, deleting menu links via node form widget.
MenuRouterTest::doTestDescriptionMenuItems in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Tests menu item descriptions.
MenuRouterTest::doTestExoticPath in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test path containing "exotic" characters.
MenuRouterTest::doTestHookMenuIntegration in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test local tasks with route placeholders.
MenuRouterTest::doTestMenuLinksDiscoveredAlter in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Tests menu links added in hook_menu_links_discovered_alter().
MenuRouterTest::doTestMenuOnRoute in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Tests a menu on a router page.
MenuRouterTest::doTestMenuOptionalPlaceholders in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test menu links that have optional placeholders.
MenuRouterTest::doTestThemeCallbackAdministrative in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test the theme negotiation when it is set to use an administrative theme.
MenuRouterTest::doTestThemeCallbackFakeTheme in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test the theme negotiation when it is set to use a theme that does not exist.
MenuRouterTest::doTestThemeCallbackMaintenanceMode in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test the theme negotiation when the site is in maintenance mode.
MenuRouterTest::doTestThemeCallbackNoThemeRequested in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test the theme negotiation when no theme is requested.
MenuRouterTest::doTestThemeCallbackOptionalTheme in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test the theme negotiation when it is set to use an optional theme.
MenuRouterTest::doTestTitleCallbackFalse in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test title callback set to FALSE.
MenuRouterTest::doTestTitleMenuCallback in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Tests page title of MENU_CALLBACKs.
MenuRouterTest::testAuthUserUserLogin in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test that an authenticated user hitting 'user/login' gets redirected to 'user' and 'user/register' gets redirected to the user edit page.
MenuRouterTest::testMaintenanceModeLoginPaths in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Make sure the maintenance mode can be bypassed using an EventSubscriber.
MenuTest::addCustomMenu in core/modules/menu_ui/src/Tests/MenuTest.php
Creates a custom menu.
MenuTest::addCustomMenuCRUD in core/modules/menu_ui/src/Tests/MenuTest.php
Adds a custom menu using CRUD functions.
MenuTest::addMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Adds a menu link using the UI.
MenuTest::checkInvalidParentMenuLinks in core/modules/menu_ui/src/Tests/MenuTest.php
Tests that parent options are limited by depth when adding menu links.
MenuTest::deleteCustomMenu in core/modules/menu_ui/src/Tests/MenuTest.php
Deletes the locally stored custom menu.
MenuTest::deleteMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Deletes a menu link using the UI.
MenuTest::doMenuLinkFormDefaultsTest in core/modules/menu_ui/src/Tests/MenuTest.php
Ensures that the proper default values are set when adding a menu link
MenuTest::doMenuTests in core/modules/menu_ui/src/Tests/MenuTest.php
Tests menu functionality.
MenuTest::doTestMenuBlock in core/modules/menu_ui/src/Tests/MenuTest.php
Tests menu block settings.
MenuTest::modifyMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Modifies a menu link using the UI.
MenuTest::testBlockContextualLinks in core/modules/menu_ui/src/Tests/MenuTest.php
Tests the contextual links on a menu block.
MenuTest::testMenu in core/modules/menu_ui/src/Tests/MenuTest.php
Tests menu functionality using the admin and user interfaces.
MenuTest::testMenuQueryAndFragment in core/modules/menu_ui/src/Tests/MenuTest.php
Adds and removes a menu link with a query string and fragment.
MenuTest::testMenus in core/modules/views/src/Tests/Wizard/MenuTest.php
Tests the menu functionality.
MenuTest::testUnpublishedNodeMenuItem in core/modules/menu_ui/src/Tests/MenuTest.php
Tests that menu items pointing to unpublished nodes are editable.
MenuTest::toggleMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Alternately disables and enables a menu link.
MenuTest::verifyAccess in core/modules/menu_ui/src/Tests/MenuTest.php
Verifies the logged in user has the desired access to various menu pages.
MenuTest::verifyMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Verifies a menu link using the UI.
MinimalTest::testMinimal in core/profiles/minimal/src/Tests/MinimalTest.php
Tests Minimal installation profile.
MiniPagerTest::testMiniPagerRender in core/modules/views/src/Tests/Plugin/MiniPagerTest.php
Tests the rendering of mini pagers.
ModulesListFormWebTest::testModuleListForm in core/modules/system/src/Tests/Form/ModulesListFormWebTest.php
Tests the module list form.
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.
NodeAccessAutoBubblingTest::testNodeAccessCacheabilitySafeguard in core/modules/node/src/Tests/NodeAccessAutoBubblingTest.php
Tests that the node grants cache context is auto-added, only when needed.
NodeAccessBaseTableTest::assertTaxonomyPage in core/modules/node/src/Tests/NodeAccessBaseTableTest.php
Checks taxonomy/term listings to ensure only accessible nodes are listed.
NodeAccessBaseTableTest::testNodeAccessBasic in core/modules/node/src/Tests/NodeAccessBaseTableTest.php
Tests the "private" node access functionality.
NodeAccessFieldTest::testNodeAccessAdministerField in core/modules/node/src/Tests/NodeAccessFieldTest.php
Tests administering fields when node access is restricted.
NodeAccessMenuLinkTest::testNodeAccessMenuLink in core/modules/node/src/Tests/NodeAccessMenuLinkTest.php
SA-CORE-2015-003: Tests menu links to nodes when node access is restricted.
NodeAccessPagerTest::testCommentPager in core/modules/node/src/Tests/NodeAccessPagerTest.php
Tests the comment pager for nodes with multiple grants per realm.
NodeAccessPagerTest::testForumPager in core/modules/node/src/Tests/NodeAccessPagerTest.php
Tests the forum node pager for nodes with multiple grants per realm.
NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNoAccessModules in core/modules/node/src/Tests/NodeAccessRebuildNodeGrantsTest.php
Tests rebuilding the node access permissions table with no content.
NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNodeGrants in core/modules/node/src/Tests/NodeAccessRebuildNodeGrantsTest.php
Tests rebuilding the node access permissions table with content.
NodeAccessRebuildTest::testNodeAccessRebuild in core/modules/node/src/Tests/NodeAccessRebuildTest.php
Tests rebuilding the node access permissions table.
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.
NodeAttributesTest::testNodeAttributes in core/modules/rdf/src/Tests/NodeAttributesTest.php
Creates a node of type article and tests its RDFa markup.
NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/src/Tests/NodeBlockFunctionalTest.php
Tests the recent comments block.
NodeCommentsTest::testNewComments in core/modules/comment/src/Tests/Views/NodeCommentsTest.php
Test the new comments field plugin.
NodeContextualLinksTest::testNodeContextualLinks in core/modules/node/src/Tests/Views/NodeContextualLinksTest.php
Tests contextual links.
NodeContextualLinksTest::testPageWithDisabledContextualModule in core/modules/node/src/Tests/Views/NodeContextualLinksTest.php
Tests if the node page works if Contextual Links is disabled.
NodeCreationTest::testAuthorAutocomplete in core/modules/node/src/Tests/NodeCreationTest.php
Tests the author autocompletion textfield.
NodeCreationTest::testNodeAddWithoutContentTypes in core/modules/node/src/Tests/NodeCreationTest.php
Check node/add when no node types exist.
NodeCreationTest::testNodeCreation in core/modules/node/src/Tests/NodeCreationTest.php
Creates a "Basic page" node and verifies its consistency in the database.
NodeEditFormTest::testNodeEdit in core/modules/node/src/Tests/NodeEditFormTest.php
Checks node edit functionality.
NodeEditFormTest::testNodeEditAuthoredBy in core/modules/node/src/Tests/NodeEditFormTest.php
Tests changing a node's "authored by" field.
NodeEntityViewModeAlterTest::testNodeViewModeChange in core/modules/node/src/Tests/NodeEntityViewModeAlterTest.php
Create a "Basic page" node and verify its consistency in the database.
NodeFieldFilterTest::assertPageCounts in core/modules/node/src/Tests/Views/NodeFieldFilterTest.php
Asserts that the given node translation counts are correct.
NodeFieldMultilingualTest::testMultilingualDisplaySettings in core/modules/node/src/Tests/NodeFieldMultilingualTest.php
NodeFieldMultilingualTest::testMultilingualNodeForm in core/modules/node/src/Tests/NodeFieldMultilingualTest.php
Tests whether field languages are correctly set through the node form.
NodeFieldTokensTest::testViewsTokenReplacement in core/modules/node/src/Tests/Views/NodeFieldTokensTest.php
Tests token replacement for Views tokens supplied by the Node module.
NodeFormButtonsTest::testNodeFormButtons in core/modules/node/src/Tests/NodeFormButtonsTest.php
Tests that the right buttons are displayed for saving nodes.
NodeHelpTest::testNodeShowHelpText in core/modules/node/src/Tests/NodeHelpTest.php
Verifies that help text appears on node add/edit forms.
NodeIntegrationTest::testNodeViewTypeArgument in core/modules/node/src/Tests/Views/NodeIntegrationTest.php
Tests basic node view with a node type argument.
NodeLanguageTest::assertLanguageNames in core/modules/node/src/Tests/Views/NodeLanguageTest.php
Asserts the presence of language names in their English or native forms.
NodeLanguageTest::testLanguages in core/modules/node/src/Tests/Views/NodeLanguageTest.php
Tests translation language filter, field, and sort.
NodeLinksTest::testHideLinks in core/modules/node/src/Tests/NodeLinksTest.php
Tests that the links can be hidden in the view display settings.
NodeLoadMultipleTest::testNodeMultipleLoad in core/modules/node/src/Tests/NodeLoadMultipleTest.php
Creates four nodes and ensures that they are loaded correctly.
NodeRevisionsAllTest::testRevisions in core/modules/node/src/Tests/NodeRevisionsAllTest.php
Checks node revision operations.
NodeRevisionsTest::testNodeRevisionWithoutLogMessage in core/modules/node/src/Tests/NodeRevisionsTest.php
Checks that revisions are correctly saved without log messages.
NodeRevisionsTest::testRevisions in core/modules/node/src/Tests/NodeRevisionsTest.php
Checks node revision related operations.
NodeRevisionsUiTest::testNodeFormSaveWithoutRevision in core/modules/node/src/Tests/NodeRevisionsUiTest.php
Checks that unchecking 'Create new revision' works when editing a node.
NodeRevisionsUiTest::testNodeRevisionDoubleEscapeFix in core/modules/node/src/Tests/NodeRevisionsUiTest.php
Checks HTML double escaping of revision logs.
NodeRSSContentTest::testNodeRSSContent in core/modules/node/src/Tests/NodeRSSContentTest.php
Ensures that a new node includes the custom data when added to an RSS feed.
NodeSyndicateBlockTest::testSyndicateBlock in core/modules/node/src/Tests/NodeSyndicateBlockTest.php
Tests that the "Syndicate" block is shown when enabled.
NodeTitleTest::testNodeTitle in core/modules/node/src/Tests/NodeTitleTest.php
Creates one node and tests if the node title has the correct value.
NodeTitleXSSTest::testNodeTitleXSS in core/modules/node/src/Tests/NodeTitleXSSTest.php
Tests XSS functionality with a node entity.
NodeTranslationUITest::doTestAlternateHreflangLinks in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests that the given path provides the correct alternate hreflang links.
NodeTranslationUITest::doTestTranslationEdit in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests edit content translation.
NodeTranslationUITest::doTestTranslations in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests that the given path displays the correct translation values.
NodeTranslationUITest::testDisabledBundle in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests that no metadata is stored for a disabled bundle.
NodeTranslationUITest::testPublishedStatusNoFields in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests changing the published status on a node without fields.
NodeTranslationUITest::testTranslationLinkTheme in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests that translation page inherits admin status of edit page.
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.
NodeTypeTest::testNodeTypeCreation in core/modules/node/src/Tests/NodeTypeTest.php
Tests creating a content type programmatically and via a form.
NodeTypeTest::testNodeTypeDeletion in core/modules/node/src/Tests/NodeTypeTest.php
Tests deleting a content type that still has content.
NodeTypeTest::testNodeTypeEditing in core/modules/node/src/Tests/NodeTypeTest.php
Tests editing a node type using the UI.
NodeTypeTest::testNodeTypeFieldUiPermissions in core/modules/node/src/Tests/NodeTypeTest.php
Tests Field UI integration for content types.
NodeTypeTest::testNodeTypeNoContentType in core/modules/node/src/Tests/NodeTypeTest.php
Tests for when there are no content types defined.
NodeTypeTranslationTest::testNodeTypeTitleLabelTranslation in core/modules/node/src/Tests/NodeTypeTranslationTest.php
Tests the node type title label translation.
NodeTypeTranslationTest::testNodeTypeTranslation in core/modules/node/src/Tests/NodeTypeTranslationTest.php
Tests the node type translation.
NodeViewLanguageTest::testViewLanguage in core/modules/node/src/Tests/NodeViewLanguageTest.php
Tests the language extra field display.
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.
NoHelpTest::testMainPageNoHelp in core/modules/help/src/Tests/NoHelpTest.php
Ensures modules not implementing help do not appear on admin/help.
NoJavaScriptAnonymousTest::testNoJavaScript in core/modules/system/src/Tests/Common/NoJavaScriptAnonymousTest.php
Tests that anonymous users are not served any JavaScript.
NonDefaultBlockAdminTest::testNonDefaultBlockAdmin in core/modules/block/src/Tests/NonDefaultBlockAdminTest.php
Test non-default theme admin.
NumberFieldTest::assertSetMinimumValue in core/modules/field/src/Tests/Number/NumberFieldTest.php
Helper function to set the minimum value of a field.
NumberFieldTest::testNumberDecimalField in core/modules/field/src/Tests/Number/NumberFieldTest.php
Test decimal field.
NumberFieldTest::testNumberFloatField in core/modules/field/src/Tests/Number/NumberFieldTest.php
Test float field.
NumberFieldTest::testNumberFormatter in core/modules/field/src/Tests/Number/NumberFieldTest.php
Test default formatter behavior
NumberFieldTest::testNumberIntegerField in core/modules/field/src/Tests/Number/NumberFieldTest.php
Test integer field.
NumericFormatPluralTest::testNumericFormatPlural in core/modules/views/src/Tests/Plugin/NumericFormatPluralTest.php
Test plural formatting setting on a numeric views handler.
OptionsFieldUITest::testNodeDisplay in core/modules/options/src/Tests/OptionsFieldUITest.php
Tests normal and key formatter display on node display.
OptionsFloatFieldImportTest::testImport in core/modules/options/src/Tests/OptionsFloatFieldImportTest.php
Tests that importing list_float fields works.
OptionsSelectDynamicValuesTest::testSelectListDynamic in core/modules/options/src/Tests/OptionsSelectDynamicValuesTest.php
Tests the 'options_select' widget (single select).
OptionsWidgetsTest::testCheckBoxes in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTest::testEmptyValue in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_select' and 'options_button' widget for empty value.
OptionsWidgetsTest::testRadioButtons in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (single select).
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).
OtherInstallationProfileTestsTest::testOtherInstallationProfile in core/modules/simpletest/src/Tests/OtherInstallationProfileTestsTest.php
Tests that tests located in another installation profile appear.
PageCacheTagsTestBase::verifyPageCache in core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php
Verify that when loading a given page, it's a page cache hit or miss.
PageCacheTest::testCacheableResponseResponses in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests cacheability of a CacheableResponse.
PageCacheTest::testConditionalRequests in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests support of requests with If-Modified-Since and If-None-Match headers.
PageCacheTest::testFormImmutability in core/modules/page_cache/src/Tests/PageCacheTest.php
Test the setting of forms to be immutable.
PageCacheTest::testPageCache in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests cache headers.
PageCacheTest::testPageCacheAnonymous403404 in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests the 4xx-response cache tag is added and invalidated.
PageCacheTest::testPageCacheAnonymousRolePermissions in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests the automatic presence of the anonymous role's cache tag.
PageCacheTest::testPageCacheTags in core/modules/page_cache/src/Tests/PageCacheTest.php
Test that cache tags are properly persisted.
PageCacheTest::testPageCacheTagsIndependentFromCacheabilityHeaders in core/modules/page_cache/src/Tests/PageCacheTest.php
Test that the page cache doesn't depend on cacheability headers.
PageCacheTest::testPageCacheWithoutVaryCookie in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests the omit_vary_cookie setting.
PageCacheTest::testQueryParameterFormatRequests in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests support for different cache items with different request formats specified via a query parameter.
PageEditTest::testPageEdit in core/modules/block_content/src/Tests/PageEditTest.php
Checks block edit functionality.
PageNotFoundTest::testPageNotFound in core/modules/system/src/Tests/System/PageNotFoundTest.php
PagePreviewTest::testPagePreview in core/modules/node/src/Tests/PagePreviewTest.php
Checks the node preview functionality.
PagePreviewTest::testSimultaneousPreview in core/modules/node/src/Tests/PagePreviewTest.php
Checks the node preview accessible for simultaneous node editing.
PagerTest::testActiveClass in core/modules/system/src/Tests/Pager/PagerTest.php
Tests markup and CSS classes of pager links.
PagerTest::testNormalPager in core/modules/views/src/Tests/Plugin/PagerTest.php
Tests the normal pager.
PagerTest::testPagerConfigTranslation in core/modules/views/src/Tests/Plugin/PagerTest.php
Tests translating the pager using config_translation.
PagerTest::testPagerEllipsis in core/modules/system/src/Tests/Pager/PagerTest.php
Test proper functioning of the ellipsis.
PagerTest::testPagerLocale in core/modules/views/src/Tests/Plugin/PagerTest.php
Tests translating the pager using locale.
PagerTest::testPagerQueryParametersAndCacheContext in core/modules/system/src/Tests/Pager/PagerTest.php
Test proper functioning of the query parameters and the pager cache context.
PagerTest::testStorePagerSettings in core/modules/views/src/Tests/Plugin/PagerTest.php
Pagers was sometimes not stored.
PageTest::testBatchProgressMessages in core/modules/system/src/Tests/Batch/PageTest.php
Tests that the progress messages are correct.
PageTest::testBatchProgressPageTheme in core/modules/system/src/Tests/Batch/PageTest.php
Tests that the batch API progress page uses the correct theme.
PageTest::testBatchProgressPageTitle in core/modules/system/src/Tests/Batch/PageTest.php
Tests that the batch API progress page shows the title correctly.
PageTitleConvertedIntoBlockUpdateTest::testUpdateHookN in core/modules/system/src/Tests/Update/PageTitleConvertedIntoBlockUpdateTest.php
Tests that page title is being converted into a block.
PageTitleTest::testRoutingTitle in core/modules/system/src/Tests/System/PageTitleTest.php
Tests the page title of render arrays.
PageTitleTest::testTitleTags in core/modules/system/src/Tests/System/PageTitleTest.php
Tests the handling of HTML in node titles.
PageTitleTest::testTitleXSS in core/modules/system/src/Tests/System/PageTitleTest.php
Test if the title of the site is XSS proof.
PageViewTest::testPageView in core/modules/node/src/Tests/PageViewTest.php
Tests an anonymous and unpermissioned user attempting to edit the node.
PathAliasTest::testAdminAlias in core/modules/path/src/Tests/PathAliasTest.php
Tests alias functionality through the admin interfaces.
PathAliasTest::testNodeAlias in core/modules/path/src/Tests/PathAliasTest.php
Tests alias functionality through the node interfaces.
PathAliasTest::testPathCache in core/modules/path/src/Tests/PathAliasTest.php
Tests the path cache.
PathLanguageTest::testAliasTranslation in core/modules/path/src/Tests/PathLanguageTest.php
Test alias functionality through the admin interfaces.
PathLanguageUiTest::testDefaultLanguageUrl in core/modules/path/src/Tests/PathLanguageUiTest.php
Tests that a default language URL alias works.
PathLanguageUiTest::testLanguageNeutralUrl in core/modules/path/src/Tests/PathLanguageUiTest.php
Tests that a language-neutral URL alias works.
PathLanguageUiTest::testNonDefaultUrl in core/modules/path/src/Tests/PathLanguageUiTest.php
Tests that a non-default language URL alias works.
PathNodeFormTest::testNodeForm in core/modules/path/src/Tests/PathNodeFormTest.php
Tests the node form ui.
PathTaxonomyTermTest::testTermAlias in core/modules/path/src/Tests/PathTaxonomyTermTest.php
Tests alias functionality through the admin interfaces.
PrivateFileOnTranslatedEntityTest::testPrivateLanguageFile in core/modules/file/src/Tests/PrivateFileOnTranslatedEntityTest.php
Tests private file fields on translated nodes.
ProcessingTest::testBatchFormMultistep in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches defined in a multistep form.
ProcessingTest::testBatchFormProgrammatic in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches defined in a programmatically submitted form.
ProcessingTest::testBatchLargePercentage in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches that return $context['finished'] > 1 do in fact complete.
ProcessingTest::testBatchNoForm in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches triggered outside of form submission.
ProcessingTest::testBatchRedirectFinishedCallback in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches that redirect in the batch finished callback.
ProcessingTest::testDrupalFormSubmitInBatch in core/modules/system/src/Tests/Batch/ProcessingTest.php
Test form submission during a batch operation.
QuickEditAutocompleteTermTest::testAutocompleteQuickEdit in core/modules/quickedit/src/Tests/QuickEditAutocompleteTermTest.php
Tests Quick Edit autocomplete term behavior.
QuickEditIntegrationLoadingTest::testUsersWithoutPermission in core/modules/editor/src/Tests/QuickEditIntegrationLoadingTest.php
Test loading of untransformed text when a user doesn't have access to it.
QuickEditIntegrationLoadingTest::testUserWithPermission in core/modules/editor/src/Tests/QuickEditIntegrationLoadingTest.php
Test loading of untransformed text when a user does have access to it.
QuickEditLoadingTest::testContentBlock in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests that Quick Edit's data- attributes are present for content blocks.
QuickEditLoadingTest::testTitleBaseField in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests the loading of Quick Edit for the title base field.
QuickEditLoadingTest::testUserWithoutPermission in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Test the loading of Quick Edit when a user doesn't have access to it.
QuickEditLoadingTest::testUserWithPermission in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests the loading of Quick Edit when a user does have access to it.
RebuildTest::testPreserveFormActionAfterAJAX in core/modules/system/src/Tests/Form/RebuildTest.php
Tests that a form's action is retained after an Ajax submission.
RedirectTest::testRedirectFromErrorPages in core/modules/system/src/Tests/Form/RedirectTest.php
Tests form redirection from 404/403 pages with the Block form.
reEnableModuleFieldTest::testReEnabledField in core/modules/field/src/Tests/reEnableModuleFieldTest.php
Test the behavior of a field module after being disabled and re-enabled.
RenderWebTest::testWrapperFormatCacheContext in core/modules/system/src/Tests/Common/RenderWebTest.php
Asserts the cache context for the wrapper format is always present.
ReportTest::testReport in core/modules/views_ui/src/Tests/ReportTest.php
Tests the existence of the views plugin report.
RequiredTest::testDisableRequired in core/modules/system/src/Tests/Module/RequiredTest.php
Assert that core required modules cannot be disabled.
ResponseGeneratorTest::testGeneratorHeaderAdded in core/modules/system/src/Tests/System/ResponseGeneratorTest.php
Test to see if generator header is added.
ResponsiveImageAdminUITest::testResponsiveImageAdmin in core/modules/responsive_image/src/Tests/ResponsiveImageAdminUITest.php
Test responsive image administration functionality.
ResponsiveImageFieldDisplayTest::assertResponsiveImageFieldFormattersLink in core/modules/responsive_image/src/Tests/ResponsiveImageFieldDisplayTest.php
Tests responsive image formatters linked to the file or node.
ResponsiveImageFieldDisplayTest::doTestResponsiveImageFieldFormatters in core/modules/responsive_image/src/Tests/ResponsiveImageFieldDisplayTest.php
Test responsive image formatters on node display.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersEmptyMediaQuery in core/modules/responsive_image/src/Tests/ResponsiveImageFieldDisplayTest.php
Tests responsive image formatter on node display with an empty media query.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersOneSource in core/modules/responsive_image/src/Tests/ResponsiveImageFieldDisplayTest.php
Tests responsive image formatter on node display with one source.
ResponsiveImageFieldUiTest::testResponsiveImageFormatterUI in core/modules/responsive_image/src/Tests/ResponsiveImageFieldUiTest.php
Tests formatter settings.
RESTTestBase::httpRequest in core/modules/rest/src/Tests/RESTTestBase.php
Helper function to issue a HTTP request with simpletest's cURL.
RolesRidArgumentTest::testArgumentTitle in core/modules/user/src/Tests/Views/RolesRidArgumentTest.php
Tests the generated title of a user: roles argument.
RouterPermissionTest::testPermissionAccess in core/modules/system/src/Tests/Routing/RouterPermissionTest.php
Tests permission requirements on routes.
RouterTest::testControllerPlaceholders in core/modules/system/src/Tests/Routing/RouterTest.php
Confirms that placeholders in paths work correctly.
RouterTest::testControllerPlaceholdersDefaultValues in core/modules/system/src/Tests/Routing/RouterTest.php
Confirms that default placeholders in paths work correctly.
RouterTest::testControllerPlaceholdersDefaultValuesProvided in core/modules/system/src/Tests/Routing/RouterTest.php
Confirms that default placeholders in paths work correctly.
RouterTest::testControllerResolutionPage in core/modules/system/src/Tests/Routing/RouterTest.php
Checks that a request with text/html response gets rendered as a page.
RouterTest::testDynamicRoutes in core/modules/system/src/Tests/Routing/RouterTest.php
Checks that dynamically defined and altered routes work correctly.
RouterTest::testFinishResponseSubscriber in core/modules/system/src/Tests/Routing/RouterTest.php
Confirms that our FinishResponseSubscriber logic works properly.
RouterTest::testLeadingSlashes in core/modules/system/src/Tests/Routing/RouterTest.php
Ensure that multiple leading slashes are redirected.
RouterTest::testRouterMatching in core/modules/system/src/Tests/Routing/RouterTest.php
Tests that a page trying to match a path will succeed.
RouterTest::testRouterResponsePsr7 in core/modules/system/src/Tests/Routing/RouterTest.php
Tests that a PSR-7 response works.
RouterTest::testUserAccount in core/modules/system/src/Tests/Routing/RouterTest.php
Tests the user account on the DIC.
RowRssTest::testRssRow in core/modules/comment/src/Tests/Views/RowRssTest.php
Test comment rss output.
RssTest::testTaxonomyRss in core/modules/taxonomy/src/Tests/RssTest.php
Tests that terms added to nodes are displayed in core RSS feed.
SaveUploadTest::testDrupalMovingUploadedFileError in core/modules/file/src/Tests/SaveUploadTest.php
Tests for log entry on failing destination.
SchemaConfigListenerWebTest::testConfigSchemaChecker in core/modules/config/src/Tests/SchemaConfigListenerWebTest.php
Tests \Drupal\Core\Config\Testing\ConfigSchemaChecker.
SearchAdvancedSearchFormTest::testNodeType in core/modules/search/src/Tests/SearchAdvancedSearchFormTest.php
Tests advanced search by node type.
SearchBlockTest::testSearchFormBlock in core/modules/search/src/Tests/SearchBlockTest.php
Test that the search form block can be placed and works.
SearchCommentCountToggleTest::testSearchCommentCountToggle in core/modules/search/src/Tests/SearchCommentCountToggleTest.php
Verify that comment count display toggles properly on comment status of node
SearchCommentTest::testAddNewComment in core/modules/search/src/Tests/SearchCommentTest.php
Verify that 'add new comment' does not appear in search results or index.
SearchCommentTest::testSearchResultsCommentAccess in core/modules/search/src/Tests/SearchCommentTest.php
Verify access rules for comment indexing with different permissions.
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::testSearchModuleDisabling in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Verifies that you can disable individual search plugins.
SearchConfigSettingsFormTest::testSearchModuleSettingsPage in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Verifies plugin-supplied settings form.
SearchConfigSettingsFormTest::testSearchSettingsPage in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Verifies the search settings form.
SearchEmbedFormTest::testEmbeddedForm in core/modules/search/src/Tests/SearchEmbedFormTest.php
Tests that the embedded form appears and can be submitted.
SearchIntegrationTest::testSearchIntegration in core/modules/views/src/Tests/SearchIntegrationTest.php
Tests search integration.
SearchKeywordsConditionsTest::testSearchKeywordsConditions in core/modules/search/src/Tests/SearchKeywordsConditionsTest.php
Verify the keywords are captured and conditions respected.
SearchLanguageTest::testLanguages in core/modules/search/src/Tests/SearchLanguageTest.php
SearchMultilingualEntityTest::assertIndexCounts in core/modules/search/src/Tests/SearchMultilingualEntityTest.php
Verifies the indexing status counts.
SearchMultilingualTest::testMultilingualSearchFilter in core/modules/views/src/Tests/SearchMultilingualTest.php
Tests search with multilingual nodes.
SearchNumberMatchingTest::setUp in core/modules/search/src/Tests/SearchNumberMatchingTest.php
Sets up a Drupal site for running functional and integration tests.
SearchNumbersTest::setUp in core/modules/search/src/Tests/SearchNumbersTest.php
Sets up a Drupal site for running functional and integration tests.
SearchPageCacheTagsTest::testSearchTagsBubbling in core/modules/search/src/Tests/SearchPageCacheTagsTest.php
Tests the presence of expected cache tags with referenced entities.
SearchPageCacheTagsTest::testSearchText in core/modules/search/src/Tests/SearchPageCacheTagsTest.php
Tests the presence of the expected cache tag in various situations.
SearchPageOverrideTest::testSearchPageHook in core/modules/search/src/Tests/SearchPageOverrideTest.php
SearchPageTextTest::testSearchLabelXSS in core/modules/search/src/Tests/SearchPageTextTest.php
Tests for XSS in search module local task.
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.
SelectPagerDefaultTest::testEvenPagerQuery in core/modules/system/src/Tests/Database/SelectPagerDefaultTest.php
Confirms that a pager query returns the correct results.
SelectPagerDefaultTest::testOddPagerQuery in core/modules/system/src/Tests/Database/SelectPagerDefaultTest.php
Confirms that a pager query returns the correct results.
SelectTableSortDefaultTest::testTableSortDefaultSort in core/modules/system/src/Tests/Database/SelectTableSortDefaultTest.php
Confirms that tableselect is rendered without error.
SelectTableSortDefaultTest::testTableSortQuery in core/modules/system/src/Tests/Database/SelectTableSortDefaultTest.php
Confirms that a tablesort query returns the correct results.
SelectTableSortDefaultTest::testTableSortQueryFirst in core/modules/system/src/Tests/Database/SelectTableSortDefaultTest.php
Confirms precedence of tablesorts headers.
ServiceProviderWebTest::testServiceProviderRegistrationIntegration in core/modules/system/src/Tests/ServiceProvider/ServiceProviderWebTest.php
Tests that module service providers get registered to the DIC.
SessionAuthenticationTest::testSessionFromBasicAuthenticationDoesNotLeak in core/modules/system/src/Tests/Session/SessionAuthenticationTest.php
Check that a basic authentication session does not leak.
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.
SessionHttpsTest::testHttpsSession in core/modules/system/src/Tests/Session/SessionHttpsTest.php
SessionTest::sessionReset in core/modules/system/src/Tests/Session/SessionTest.php
Reset the cookie file so that it refers to the specified user.
SessionTest::testDataPersistence in core/modules/system/src/Tests/Session/SessionTest.php
Test data persistence via the session_test module callbacks.
SessionTest::testEmptyAnonymousSession in core/modules/system/src/Tests/Session/SessionTest.php
Test that empty anonymous sessions are destroyed.
SessionTest::testEmptySessionID in core/modules/system/src/Tests/Session/SessionTest.php
Test that empty session IDs are not allowed.
SessionTest::testSessionPersistenceOnLogin in core/modules/system/src/Tests/Session/SessionTest.php
Tests storing data in Session() object.
SessionTest::testSessionSaveRegenerate in core/modules/system/src/Tests/Session/SessionTest.php
Tests for \Drupal\Core\Session\WriteSafeSessionHandler::setSessionWritable() ::isSessionWritable and \Drupal\Core\Session\SessionManager::regenerate().
SessionTest::testSessionWrite in core/modules/system/src/Tests/Session/SessionTest.php
Test that sessions are only saved when necessary.
SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest::testUpdateHookN in core/modules/system/src/Tests/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php
Tests that local actions/tasks are being converted into blocks.
ShortcutLinksTest::testAccessShortcutsPermission in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that the 'access shortcuts' permissions works properly.
ShortcutLinksTest::testNoShortcutLink in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that the add shortcut link is not displayed for 404/403 errors.
ShortcutLinksTest::testShortcutBlockAccess in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that the 'access shortcuts' permission is required to access the shortcut block.
ShortcutLinksTest::testShortcutLinkChangeRoute in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that changing the route of a shortcut link works.
ShortcutLinksTest::testShortcutLinkDelete in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests deleting a shortcut link.
ShortcutLinksTest::testShortcutLinkOrder in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests the shortcuts are correctly ordered by weight in the toolbar.
ShortcutLinksTest::testShortcutQuickLink in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that the "add to shortcut" and "remove from shortcut" links work.
ShortcutLinksTest::verifyAccessShortcutsPermissionForEditPages in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that the 'access shortcuts' permission is required for shortcut set administration page access.
ShortcutSetsTest::testShortcutSetAdd in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests creating a shortcut set.
ShortcutSetsTest::testShortcutSetCreateWithSetName in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests creating a new shortcut set with a defined set name.
ShortcutSetsTest::testShortcutSetDeleteDefault in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests deleting the default shortcut set.
ShortcutSetsTest::testShortcutSetEdit in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests editing a shortcut set.
ShortcutSetsTest::testShortcutSetRename in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests renaming a shortcut set.
ShortcutTranslationUITest::doTestBasicTranslation in core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php
Tests the basic translation workflow.
ShortcutTranslationUITest::doTestTranslationEdit in core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php
Tests edit content translation.
ShutdownFunctionsTest::testShutdownFunctions in core/modules/system/src/Tests/System/ShutdownFunctionsTest.php
Test shutdown functions.
SimpleTestBrowserTest::testInternalBrowser in core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php
Test the internal browsers functionality.
SimpleTestBrowserTest::testTestingThroughUI in core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php
Tests that PHPUnit and KernelTestBase tests work through the UI.
SimpleTestBrowserTest::testUserAgentValidation in core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php
Test validation of the User-Agent header we use to perform test requests.
SimpleTestErrorCollectorTest::testErrorCollect in core/modules/system/src/Tests/Common/SimpleTestErrorCollectorTest.php
Tests that simpletest collects errors from the tested site.
SimpleTestTest::testWebTestRunner in core/modules/simpletest/src/Tests/SimpleTestTest.php
Ensures the tests selected through the web interface are run and displayed.
SiteBrandingConvertedIntoBlockUpdateTest::testUpdateHookN in core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php
Tests that site branding elements are being converted into blocks.
SiteMaintenanceTest::testSiteMaintenance in core/modules/system/src/Tests/System/SiteMaintenanceTest.php
Verify site maintenance mode functionality.
SiteNameTest::testSiteName in core/modules/system/src/Tests/Installer/SiteNameTest.php
Tests that the desired site name appears on the page after installation.
SortingTest::testSorting in core/modules/views/src/Tests/Wizard/SortingTest.php
Tests the sorting functionality.
StandardProfileTest::getRdfGraph in core/modules/rdf/src/Tests/StandardProfileTest.php
Get the EasyRdf_Graph object for a page.
StandardTest::testStandard in core/profiles/standard/src/Tests/StandardTest.php
Tests Standard installation profile.
StatisticsAdminTest::testDeleteNode in core/modules/statistics/src/Tests/StatisticsAdminTest.php
Tests that when a node is deleted, the node counter is deleted too.
StatisticsAdminTest::testExpiredLogs in core/modules/statistics/src/Tests/StatisticsAdminTest.php
Tests that cron clears day counts and expired access logs.
StatisticsAdminTest::testStatisticsSettings in core/modules/statistics/src/Tests/StatisticsAdminTest.php
Verifies that the statistics settings page works.
StatisticsAttachedTest::testAttached in core/modules/statistics/src/Tests/StatisticsAttachedTest.php
Tests if statistics.js is loaded when content is not printed.
StatisticsLoggingTest::testLogging in core/modules/statistics/src/Tests/StatisticsLoggingTest.php
Verifies node hit counter logging and script placement.
StatisticsReportsTest::testPopularContentBlock in core/modules/statistics/src/Tests/StatisticsReportsTest.php
Tests the "popular content" block.
StatisticsTokenReplaceTest::testStatisticsTokenReplacement in core/modules/statistics/src/Tests/StatisticsTokenReplaceTest.php
Creates a node, then tests the statistics tokens generated from it.
StatusExtraTest::testStatusExtra in core/modules/node/src/Tests/Views/StatusExtraTest.php
Tests the status extra filter.
StatusTest::testStatusPage in core/modules/system/src/Tests/System/StatusTest.php
Tests that the status page returns.
StorageTest::testCachedFormStorageValidation in core/modules/system/src/Tests/Form/StorageTest.php
Tests updating cached form storage during form validation.
StorageTest::testForm in core/modules/system/src/Tests/Form/StorageTest.php
Tests using the form in a usual way.
StorageTest::testFormCached in core/modules/system/src/Tests/Form/StorageTest.php
Tests using the form after calling $form_state->setCached().
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.
StringFieldTest::_testTextfieldWidgets in core/modules/field/src/Tests/String/StringFieldTest.php
Helper function for testTextfieldWidgets().
StyleGridTest::testGrid in core/modules/views/src/Tests/Plugin/StyleGridTest.php
Tests the grid style.
StyleOpmlTest::testOpmlOutput in core/modules/views/src/Tests/Plugin/StyleOpmlTest.php
Tests the rendered output.
StyleSerializerTest::testFieldRawOutput in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the raw output options for row field rendering.
StyleSerializerTest::testResponseFormatConfiguration in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the response format configuration.
StyleSerializerTest::testSerializerResponses in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Checks the behavior of the Serializer callback paths and row plugins.
StyleSerializerTest::testSerializerViewsUI in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the views interface for REST export displays.
StyleSerializerTest::testUIFieldAlias in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Test the field ID alias functionality of the DataFieldRow plugin.
StyleSummaryTest::testSummaryView in core/modules/views/src/Tests/Plugin/StyleSummaryTest.php
Tests a summary view.
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.
SystemAuthorizeTest::drupalGetAuthorizePHP in core/modules/system/src/Tests/System/SystemAuthorizeTest.php
Helper function to initialize authorize.php and load it via drupalGet().
SystemConfigFormTest::testSystemConfigForm in core/modules/system/src/Tests/Form/SystemConfigFormTest.php
Tests the SystemConfigFormTestBase class.
TaggedWithTest::testTaggedWith in core/modules/views/src/Tests/Wizard/TaggedWithTest.php
Tests the "tagged with" functionality.
TaggedWithTest::testTaggedWithByNodeType in core/modules/views/src/Tests/Wizard/TaggedWithTest.php
Tests that the "tagged with" form element only shows for node types that support it.
TaxonomyAttributesTest::testTaxonomyTermRdfaAttributes in core/modules/rdf/src/Tests/TaxonomyAttributesTest.php
Creates a random term and ensures the RDF output is correct.
TaxonomyDefaultArgumentTest::testTermTitleEscaping in core/modules/taxonomy/src/Tests/Views/TaxonomyDefaultArgumentTest.php
Tests escaping of page title when the taxonomy plugin provides it.
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsField in core/modules/taxonomy/src/Tests/Views/TaxonomyFieldAllTermsTest.php
Tests the "all terms" field handler.
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsWithTokens in core/modules/taxonomy/src/Tests/Views/TaxonomyFieldAllTermsTest.php
Tests token replacement in the "all terms" field handler.
TaxonomyFieldFilterTest::assertPageCounts in core/modules/taxonomy/src/Tests/Views/TaxonomyFieldFilterTest.php
Asserts that the given taxonomy translation counts are correct.
TaxonomyImageTest::testTaxonomyImageAccess in core/modules/taxonomy/src/Tests/TaxonomyImageTest.php
TaxonomyMenuOperations::setUp in modules/taxonomy_menu/src/Tests/TaxonomyMenuOperations.php
Set up for all tests.
TaxonomyMenuOperations::testTaxMenuCreate in modules/taxonomy_menu/src/Tests/TaxonomyMenuOperations.php
Test creation of taxonomy menu functions.
TaxonomyMenuOperations::testTaxTermCreate in modules/taxonomy_menu/src/Tests/TaxonomyMenuOperations.php
Test creation of taxonomy term.
TaxonomyMenuOperations::testTaxTermDelete in modules/taxonomy_menu/src/Tests/TaxonomyMenuOperations.php
Test deletion of taxonomy term.
TaxonomyTermArgumentDepthTest::testTermWithDepthArgumentTitleEscaping in core/modules/taxonomy/src/Tests/Views/TaxonomyTermArgumentDepthTest.php
Tests title escaping.
TaxonomyTermPagerTest::testTaxonomyTermOverviewPager in core/modules/taxonomy/src/Tests/TaxonomyTermPagerTest.php
Tests that the pager is displayed properly on the term overview page.
TaxonomyTermViewTest::testTaxonomyTermView in core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php
Tests that the taxonomy term view is working properly.
TelephoneFieldTest::testTelephoneField in core/modules/telephone/src/Tests/TelephoneFieldTest.php
Helper function for testTelephoneField().
TemporaryQueryTest::testTemporaryQuery in core/modules/system/src/Tests/Database/TemporaryQueryTest.php
Confirms that temporary tables work and are limited to one request.
TermIndexTest::testTaxonomyTermHierarchyBreadcrumbs in core/modules/taxonomy/src/Tests/TermIndexTest.php
Tests that there is a link to the parent term on the child term page.
TermLanguageTest::testDefaultTermLanguage in core/modules/taxonomy/src/Tests/TermLanguageTest.php
TermLanguageTest::testTermLanguage in core/modules/taxonomy/src/Tests/TermLanguageTest.php
TermTest::testNodeTermCreationAndDeletion in core/modules/taxonomy/src/Tests/TermTest.php
Test term creation with a free-tagging vocabulary from the node form.
TermTest::testTaxonomyNode in core/modules/taxonomy/src/Tests/TermTest.php
Test that hook_node_$op implementations work correctly.
TermTest::testTaxonomyTermChildTerms in core/modules/taxonomy/src/Tests/TermTest.php
Tests that many terms with parents show on each page
TermTest::testTermInterface in core/modules/taxonomy/src/Tests/TermTest.php
Save, edit and delete a term using the user interface.
TermTest::testTermReorder in core/modules/taxonomy/src/Tests/TermTest.php
Save, edit and delete a term using the user interface.
TermTranslationFieldViewTest::testTranslatedTaxonomyTermReferenceDisplay in core/modules/taxonomy/src/Tests/TermTranslationFieldViewTest.php
Tests if the translated taxonomy term is displayed.
TermTranslationUITest::doTestTranslationEdit in core/modules/taxonomy/src/Tests/TermTranslationUITest.php
Tests edit content translation.
TermTranslationUITest::testTranslateLinkVocabularyAdminPage in core/modules/taxonomy/src/Tests/TermTranslationUITest.php
Tests translate link on vocabulary term list.
TextFieldTest::testRequiredLongTextWithFileUpload in core/modules/text/src/Tests/TextFieldTest.php
Test required long text with file upload.
TextFieldTest::_testTextfieldWidgetsFormatted in core/modules/text/src/Tests/TextFieldTest.php
Helper function for testTextfieldWidgetsFormatted().
ThemeEarlyInitializationTest::testRequestListener in core/modules/system/src/Tests/Theme/ThemeEarlyInitializationTest.php
Test that the theme system can generate output in a request listener.
ThemeInfoTest::testStylesheets in core/modules/system/src/Tests/Theme/ThemeInfoTest.php
Tests stylesheets-remove.
ThemeSuggestionsAlterTest::testExecutionOrder in core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php
Tests execution order of theme suggestion alter hooks.
ThemeSuggestionsAlterTest::testGeneralSuggestionsAlter in core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php
Tests hook_theme_suggestions_alter().
ThemeSuggestionsAlterTest::testSpecificSuggestionsAlter in core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php
Tests that theme suggestion alter hooks work for specific theme calls.
ThemeSuggestionsAlterTest::testSuggestionsAlterInclude in core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php
Tests that theme suggestion alter hooks work with theme hook includes.
ThemeSuggestionsAlterTest::testTemplateSuggestions in core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php
Tests that hooks to provide theme suggestions work.
ThemeSuggestionsAlterTest::testTemplateSuggestionsAlter in core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php
Tests that theme suggestion alter hooks work for templates.
ThemeSuggestionsAlterTest::testThemeFunctionSuggestionsAlter in core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php
Tests that theme suggestion alter hooks work for theme functions.
ThemeTest::testAdministrationTheme in core/modules/system/src/Tests/System/ThemeTest.php
Test the administration theme functionality.
ThemeTest::testCSSOverride in core/modules/system/src/Tests/Theme/ThemeTest.php
Ensures a theme's .info.yml file is able to override a module CSS file from being added to the page.
ThemeTest::testFunctionOverride in core/modules/system/src/Tests/Theme/ThemeTest.php
Ensures a theme template can override a theme function.
ThemeTest::testInstallAndSetAsDefault in core/modules/system/src/Tests/System/ThemeTest.php
Tests installing a theme and setting it as default.
ThemeTest::testInvalidTheme in core/modules/system/src/Tests/System/ThemeTest.php
Test themes can't be installed when the base theme or engine is missing.
ThemeTest::testNegotiatorPriorities in core/modules/system/src/Tests/Theme/ThemeTest.php
Tests the priority of some theme negotiators.
ThemeTest::testPreprocessForSuggestions in core/modules/system/src/Tests/Theme/ThemeTest.php
Ensures preprocess functions run even for suggestion implementations.
ThemeTest::testPreprocessHtml in core/modules/system/src/Tests/Theme/ThemeTest.php
Tests that the page variable is not prematurely flattened.
ThemeTest::testRegionClass in core/modules/system/src/Tests/Theme/ThemeTest.php
Tests that region attributes can be manipulated via preprocess functions.
ThemeTest::testSuggestionPreprocessForDefaults in core/modules/system/src/Tests/Theme/ThemeTest.php
Ensures suggestion preprocess functions run for default implementations.
ThemeTest::testSwitchDefaultTheme in core/modules/system/src/Tests/System/ThemeTest.php
Test switching the default theme.
ThemeTest::testTaxonomyTermThemes in core/modules/taxonomy/src/Tests/ThemeTest.php
Test the theme used when adding, viewing and editing taxonomy terms.
ThemeTest::testTemplateOverride in core/modules/system/src/Tests/Theme/ThemeTest.php
Ensures a themes template is overridable based on the 'template' filename.
ThemeTest::testThemeOnNonHtmlRequest in core/modules/system/src/Tests/Theme/ThemeTest.php
Ensures that non-HTML requests never initialize themes.
ThemeTest::testThemeSettings in core/modules/system/src/Tests/System/ThemeTest.php
Test the theme settings form.
ThemeTest::testUninstallingThemes in core/modules/system/src/Tests/System/ThemeTest.php
Test uninstalling of themes works.
ThemeTokenTest::testThemeToken in core/modules/system/src/Tests/Theme/ThemeTokenTest.php
Tests if the 'theme_token' key of 'ajaxPageState' is computed.
TokenReplaceWebTest::testTokens in core/modules/system/src/Tests/System/TokenReplaceWebTest.php
Tests a token replacement on an actual website.
ToolbarAdminMenuTest::assertDifferentHash in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Asserts the subtrees hash on a fresh page GET is different from the hash from the previous page GET.
ToolbarAdminMenuTest::setUp in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Sets up a Drupal site for running functional and integration tests.
ToolbarAdminMenuTest::testBackToSiteLink in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Test that back to site link exists on admin pages, not on content pages.
ToolbarAdminMenuTest::testExternalLink in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests that external links added to the menu appear in the toolbar.
ToolbarAdminMenuTest::testLanguageSwitching in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Test that subtrees hashes vary by the language of the page.
ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests that toolbar cache is cleared when string translations are made.
ToolbarAdminMenuTest::testNonCurrentUserAccountUpdates in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests that changes to a user account by another user clears the changed account's toolbar cached, not the user's who took the action.
ToolbarAdminMenuTest::testUserRoleUpdateSubtreesHashCacheClear in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Exercises the toolbar_user_role_update() and toolbar_user_update() hook implementations.
ToolbarCacheContextsTest::assertToolbarCacheContexts in core/modules/toolbar/src/Tests/ToolbarCacheContextsTest.php
Tests that cache contexts are applied for both users.
ToolbarHookToolbarTest::testHookToolbar in core/modules/toolbar/src/Tests/ToolbarHookToolbarTest.php
Tests for a tab and tray provided by a module implementing hook_toolbar().
ToolbarMenuTranslationTest::testToolbarClasses in core/modules/toolbar/src/Tests/ToolbarMenuTranslationTest.php
Tests that toolbar classes don't change when adding a translation.
ToolkitSetupFormTest::testToolkitSetupForm in core/modules/system/src/Tests/Image/ToolkitSetupFormTest.php
Test Image toolkit setup form.
TourTest::testTourFunctionality in core/modules/tour/src/Tests/TourTest.php
Test tour functionality.
TourTestBasic::testTips in core/modules/tour/src/Tests/TourTestBasic.php
A simple tip test.
TrackerNodeAccessTest::testTrackerNodeAccess in core/modules/tracker/src/Tests/TrackerNodeAccessTest.php
Ensure private node on /tracker is only visible to users with permission.
TrackerTest::testTrackerAdminUnpublish in core/modules/tracker/src/Tests/TrackerTest.php
Tests that publish/unpublish works at admin/content/node.
TrackerTest::testTrackerAll in core/modules/tracker/src/Tests/TrackerTest.php
Tests for the presence of nodes on the global tracker listing.
TrackerTest::testTrackerCronIndexing in core/modules/tracker/src/Tests/TrackerTest.php
Tests that existing nodes are indexed by cron.
TrackerTest::testTrackerHistoryMetadata in core/modules/tracker/src/Tests/TrackerTest.php
Tests the metadata for the "new"/"updated" indicators.
TrackerTest::testTrackerOrderingNewComments in core/modules/tracker/src/Tests/TrackerTest.php
Tests for ordering on a users tracker listing when comments are posted.
TrackerTest::testTrackerUser in core/modules/tracker/src/Tests/TrackerTest.php
Tests for the presence of nodes on a user's tracker listing.
TranslationLinkTest::testTranslationLink in core/modules/content_translation/src/Tests/Views/TranslationLinkTest.php
Tests the content translation overview link field handler.
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.
TrustedHostsTest::testFakeRequests in core/modules/system/src/Tests/System/TrustedHostsTest.php
Tests that fake requests have the proper host configured.
TrustedHostsTest::testShortcut in core/modules/system/src/Tests/System/TrustedHostsTest.php
Tests that shortcut module works together with host verification.
TrustedHostsTest::testStatusPageWithConfiguration in core/modules/system/src/Tests/System/TrustedHostsTest.php
Tests that the status page shows the trusted patterns from settings.php.
TrustedHostsTest::testStatusPageWithoutConfiguration in core/modules/system/src/Tests/System/TrustedHostsTest.php
Tests that the status page shows an error when the trusted host setting is missing from settings.php
TwigExtensionTest::testTwigExtensionFilter in core/modules/system/src/Tests/Theme/TwigExtensionTest.php
Tests that the Twig extension's filter produces expected output.
TwigExtensionTest::testTwigExtensionFunction in core/modules/system/src/Tests/Theme/TwigExtensionTest.php
Tests that the Twig extension's function produces expected output.
TwigRegistryLoaderTest::testTwigNamespaces in core/modules/system/src/Tests/Theme/TwigRegistryLoaderTest.php
Tests template extension and includes using the Drupal theme registry.
TwigSettingsTest::testTwigCacheOverride in core/modules/system/src/Tests/Theme/TwigSettingsTest.php
Ensures Twig template cache setting can be overridden.
TwigSettingsTest::testTwigInlineWithAutoReload in core/modules/system/src/Tests/Theme/TwigSettingsTest.php
Tests twig inline templates with auto_reload.
TwigTransTest::testTwigTransTags in core/modules/system/src/Tests/Theme/TwigTransTest.php
Test Twig "trans" tags.
UITestBase::drupalGet in core/modules/views_ui/src/Tests/UITestBase.php
Retrieves a Drupal path or an absolute path.
UncaughtExceptionTest::testErrorContainer in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests a container which has an error.
UncaughtExceptionTest::testExceptionContainer in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests a container which has an exception really early.
UncaughtExceptionTest::testLoggerException in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests fallback to PHP error log when an exception is thrown while logging.
UncaughtExceptionTest::testLostDatabaseConnection in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests the case when the database connection is gone.
UncaughtExceptionTest::testMissingDependency in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests a missing dependency on a service.
UncaughtExceptionTest::testMissingDependencyCustomErrorHandler in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests a missing dependency on a service with a custom error handler.
UncaughtExceptionTest::testUncaughtException in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests uncaught exception handling when system is in a bad state.
UncaughtExceptionTest::testUncaughtExceptionCustomExceptionHandler in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests uncaught exception handling with custom exception handler.
UninstallTest::testFailedInstallStatus in core/modules/system/src/Tests/Module/UninstallTest.php
Tests that a module which fails to install can still be uninstalled.
UninstallTest::testUninstallPage in core/modules/system/src/Tests/Module/UninstallTest.php
Tests the Uninstall page and Uninstall confirmation page.
UnsavedPreviewTest::testUnsavedPageDisplayPreview in core/modules/views_ui/src/Tests/UnsavedPreviewTest.php
Tests previews of unsaved new page displays.
UpcastingTest::testEntityLanguage in core/modules/system/src/Tests/ParamConverter/UpcastingTest.php
Confirms entity is shown in user's language by default.
UpcastingTest::testSameTypes in core/modules/system/src/Tests/ParamConverter/UpcastingTest.php
Confirms we can upcast to controller arguments of the same type.
UpcastingTest::testUpcasting in core/modules/system/src/Tests/ParamConverter/UpcastingTest.php
Confirms that all parameters are converted as expected.
UpdateApiEntityDefinitionUpdateTest::testStatusReport in core/modules/system/src/Tests/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php
Tests that entity updates are correctly reported in the status report page.
UpdateContribTest::testHookUpdateStatusAlter in core/modules/update/src/Tests/UpdateContribTest.php
Checks that hook_update_status_alter() works to change a status.
UpdateContribTest::testNoReleasesAvailable in core/modules/update/src/Tests/UpdateContribTest.php
Tests when there is no available release data for a contrib module.
UpdateCoreTest::testLanguageModuleUpdate in core/modules/update/src/Tests/UpdateCoreTest.php
Checks language module in core package at admin/reports/updates.
UpdateCoreTest::testLocalActions in core/modules/update/src/Tests/UpdateCoreTest.php
Ensures that the local actions appear.
UpdateCoreTest::testMajorUpdateAvailable in core/modules/update/src/Tests/UpdateCoreTest.php
Tests the Update Manager module when a major update is available.
UpdateCoreTest::testModulePageRegularUpdate in core/modules/update/src/Tests/UpdateCoreTest.php
Checks the messages at admin/modules when an update is missing.
UpdateCoreTest::testModulePageRunCron in core/modules/update/src/Tests/UpdateCoreTest.php
Checks that running cron updates the list of available updates.
UpdateCoreTest::testModulePageSecurityUpdate in core/modules/update/src/Tests/UpdateCoreTest.php
Checks the messages at admin/modules when a security update is missing.
UpdateCoreTest::testModulePageUpToDate in core/modules/update/src/Tests/UpdateCoreTest.php
Checks the messages at admin/modules when the site is up to date.
UpdateCoreTest::testNormalUpdateAvailable in core/modules/update/src/Tests/UpdateCoreTest.php
Tests the Update Manager module when one normal update is available.
UpdateFeedItemTest::testUpdateFeedItem in core/modules/aggregator/src/Tests/UpdateFeedItemTest.php
Tests running "update items" from 'admin/config/services/aggregator' page.
UpdateFeedTest::testUpdateFeed in core/modules/aggregator/src/Tests/UpdateFeedTest.php
Creates a feed and attempts to update it.
UpdatePathRC1TestBaseFilledTest::testUpdatedSite in core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseFilledTest.php
Tests that the content and configuration were properly updated.
UpdatePathRC1TestBaseTest::testDatabaseLoaded in core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseTest.php
Tests that the database was properly loaded.
UpdatePathTestBase::runUpdates in core/modules/system/src/Tests/Update/UpdatePathTestBase.php
Helper function to run pending database updates.
UpdatePathTestBaseFilledTest::testUpdatedSite in core/modules/system/src/Tests/Update/UpdatePathTestBaseFilledTest.php
Tests that the content and configuration were properly updated.
UpdatePathTestBaseTest::testDatabaseLoaded in core/modules/system/src/Tests/Update/UpdatePathTestBaseTest.php
Tests that the database was properly loaded.
UpdatePathWithBrokenRoutingTest::testWithBrokenRouting in core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingTest.php
Tests running update.php with some form of broken routing.
UpdatePostUpdateTest::testPostUpdate in core/modules/system/src/Tests/Update/UpdatePostUpdateTest.php
Tests hook_post_update_NAME().
UpdateSchemaTest::testUpdateHooks in core/modules/system/src/Tests/Update/UpdateSchemaTest.php
Tests that update hooks are properly run.
UpdateScriptTest::testNoUpdateFunctionality in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Tests update.php when there are no updates to apply.
UpdateScriptTest::testRequirements in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptTest::testSuccessfulUpdateFunctionality in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Tests update.php after performing a successful update.
UpdateScriptTest::testThemeSystem in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Tests the effect of using the update script on the theme system.
UpdateScriptTest::testUpdateAccess in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Tests access to the update script.
UpdateScriptTest::updateScriptTest in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Helper function to run updates via the browser.
UpdatesWith7xTest::testWith7x in core/modules/system/src/Tests/Update/UpdatesWith7xTest.php
UpdateTestBase::refreshUpdateStatus in core/modules/update/src/Tests/UpdateTestBase.php
Refreshes the update status based on the desired available update scenario.
UpdateUploadTest::testFileNameExtensionMerging in core/modules/update/src/Tests/UpdateUploadTest.php
Ensures that archiver extensions are properly merged in the UI.
UpdateUploadTest::testUpdateManagerCoreSecurityUpdateMessages in core/modules/update/src/Tests/UpdateUploadTest.php
Checks the messages on update manager pages when missing a security update.
UrlAlterFunctionalTest::testUrlAlter in core/modules/system/src/Tests/Path/UrlAlterFunctionalTest.php
Test that URL altering works and that it occurs in the correct order.
UrlBubbleableMetadataBubblingTest::testUrlBubbleableMetadataBubbling in core/modules/system/src/Tests/Render/UrlBubbleableMetadataBubblingTest.php
Tests that URL bubbleable metadata is correctly bubbled.
UrlTest::testLinkAttributes in core/modules/system/src/Tests/Common/UrlTest.php
Tests that default and custom attributes are handled correctly on links.
UserAccountLinksTest::testAccountPageTitles in core/modules/user/src/Tests/UserAccountLinksTest.php
Tests page title is set correctly on user account tabs.
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.
UserAdminLanguageTest::testActualNegotiation in core/modules/user/src/Tests/UserAdminLanguageTest.php
Tests the actual language negotiation.
UserAdminLanguageTest::testUserAdminLanguageConfigurationAvailableIfAdminLanguageNegotiationIsEnabled in core/modules/user/src/Tests/UserAdminLanguageTest.php
Tests that the admin language is configurable only for administrators.
UserAdminLanguageTest::testUserAdminLanguageConfigurationAvailableWithAdminLanguageNegotiation in core/modules/user/src/Tests/UserAdminLanguageTest.php
Tests that admin language negotiation is configurable only if enabled.
UserAdminLanguageTest::testUserAdminLanguageConfigurationNotAvailableWithOnlyOneLanguage in core/modules/user/src/Tests/UserAdminLanguageTest.php
Tests that admin language is not configurable in single language sites.
UserAdminListingTest::testUserListing in core/modules/user/src/Tests/UserAdminListingTest.php
Tests the listing.
UserAdminTest::testNotificationEmailAddress in core/modules/user/src/Tests/UserAdminTest.php
Tests the alternate notification email address for user mails.
UserAdminTest::testUserAdmin in core/modules/user/src/Tests/UserAdminTest.php
Registers a user and deletes it.
UserAttributesTest::testUserAttributesInMarkup in core/modules/rdf/src/Tests/UserAttributesTest.php
Tests if default mapping for user is being used.
UserBlocksTest::testUserLoginBlockVisibility in core/modules/user/src/Tests/UserBlocksTest.php
Tests that user login block is hidden from user/login.
UserCancelTest::testUserAnonymize in core/modules/user/src/Tests/UserCancelTest.php
Delete account and anonymize all content.
UserCancelTest::testUserBlock in core/modules/user/src/Tests/UserCancelTest.php
Disable account and keep all content.
UserCancelTest::testUserBlockUnpublish in core/modules/user/src/Tests/UserCancelTest.php
Disable account and unpublish all content.
UserCancelTest::testUserCancelByAdmin in core/modules/user/src/Tests/UserCancelTest.php
Create an administrative user and delete another user.
UserCancelTest::testUserCancelInvalid in core/modules/user/src/Tests/UserCancelTest.php
Attempt invalid account cancellations.
UserCancelTest::testUserCancelWithoutPermission in core/modules/user/src/Tests/UserCancelTest.php
Attempt to cancel account without permission.
UserCancelTest::testUserDelete in core/modules/user/src/Tests/UserCancelTest.php
Delete account and remove all content.
UserCancelTest::testUserWithoutEmailCancelByAdmin in core/modules/user/src/Tests/UserCancelTest.php
Tests deletion of a user account without an email address.
UserChangedTest::testChangedField in core/modules/user/src/Tests/Views/UserChangedTest.php
Tests changed field.
UserCreateTest::testUserAdd in core/modules/user/src/Tests/UserCreateTest.php
Create a user through the administration interface and ensure that it displays in the user list.
UserEditTest::testUserEdit in core/modules/user/src/Tests/UserEditTest.php
Test user edit page.
UserHelpersTest::testDrupalUserIsLoggedIn in core/modules/simpletest/src/Tests/UserHelpersTest.php
Tests WebTestBase::drupalUserIsLoggedIn().
UserLanguageCreationTest::testLocalUserCreation in core/modules/user/src/Tests/UserLanguageCreationTest.php
Functional test for language handling during user creation.
UserLanguageTest::testUserLanguageConfiguration in core/modules/user/src/Tests/UserLanguageTest.php
Test if user can change their default language.
UserLoginTest::testLoginCacheTagsAndDestination in core/modules/user/src/Tests/UserLoginTest.php
Tests login with destination.
UserPasswordResetTest::testResetImpersonation in core/modules/user/src/Tests/UserPasswordResetTest.php
Make sure that users cannot forge password reset URLs of other users.
UserPasswordResetTest::testUserPasswordReset in core/modules/user/src/Tests/UserPasswordResetTest.php
Tests password reset functionality.
UserPasswordResetTest::testUserPasswordResetLoggedIn in core/modules/user/src/Tests/UserPasswordResetTest.php
Test user password reset while logged in.
UserPasswordResetTest::testUserResetPasswordTextboxFilled in core/modules/user/src/Tests/UserPasswordResetTest.php
Prefill the text box on incorrect login via link to password reset page.
UserPermissionsTest::testAdministratorRole in core/modules/user/src/Tests/UserPermissionsTest.php
Test assigning of permissions for the administrator role.
UserPermissionsTest::testUserPermissionChanges in core/modules/user/src/Tests/UserPermissionsTest.php
Test changing user permissions through the permissions page.
UserPictureTest::testCreateDeletePicture in core/modules/user/src/Tests/UserPictureTest.php
Tests creation, display, and deletion of user pictures.
UserPictureTest::testPictureOnNodeComment in core/modules/user/src/Tests/UserPictureTest.php
Tests embedded users on node pages.
UserRegistrationTest::testRegistrationDefaultValues in core/modules/user/src/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithEmailVerification in core/modules/user/src/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithUserFields in core/modules/user/src/Tests/UserRegistrationTest.php
Tests Field API fields on user registration forms.
UserRoleAdminTest::testRoleAdministration in core/modules/user/src/Tests/UserRoleAdminTest.php
Test adding, renaming and deleting roles.
UserRolesAssignmentTest::testCreateUserWithRole in core/modules/user/src/Tests/UserRolesAssignmentTest.php
Tests that when creating a user the role can be assigned. And that it can be removed again.
UserSearchTest::testUserSearch in core/modules/user/src/Tests/UserSearchTest.php
UserTimeZoneTest::testUserTimeZone in core/modules/user/src/Tests/UserTimeZoneTest.php
Tests the display of dates and time when user-configurable time zones are set.
UserTranslationUITest::doTestTranslationEdit in core/modules/user/src/Tests/UserTranslationUITest.php
Tests edit content translation.
ValidationTest::testValidate in core/modules/system/src/Tests/Form/ValidationTest.php
Tests #element_validate and #validate.
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.
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.
ViewNonTranslatableEntityTest::testViewNoTranslatableEntity in core/modules/views/src/Tests/Entity/ViewNonTranslatableEntityTest.php
Tests displaying a view of non-translatable entities.
ViewsEscapingTest::testViewsViewFieldsEscaping in core/modules/views/src/Tests/ViewsEscapingTest.php
Tests for incorrectly escaped markup in the views-view-fields.html.twig.
ViewsFormTest::testFormWrapper in core/modules/views/src/Tests/Plugin/ViewsFormTest.php
Tests the Views form wrapper.
ViewsListTest::testViewsListLimit in core/modules/views_ui/src/Tests/ViewsListTest.php
Tests that the views list does not use a pager.
ViewsThemeIntegrationTest::testThemedViewPage in core/modules/views/src/Tests/ViewsThemeIntegrationTest.php
Tests for exceptions and successful execution of hook_views_pre_render() and hook_views_post_render() in theme and subtheme.
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms in core/modules/taxonomy/src/Tests/VocabularyLanguageTest.php
Tests term language settings for vocabulary terms are saved and updated.
VocabularyLanguageTest::testVocabularyLanguage in core/modules/taxonomy/src/Tests/VocabularyLanguageTest.php
Tests language settings for vocabularies.
VocabularyPermissionsTest::testVocabularyPermissionsTaxonomyTerm in core/modules/taxonomy/src/Tests/VocabularyPermissionsTest.php
Create, edit and delete a taxonomy term via the user interface.
VocabularyTranslationTest::testVocabularyLanguage in core/modules/taxonomy/src/Tests/VocabularyTranslationTest.php
Tests language settings for vocabularies.
VocabularyUiTest::testTaxonomyAdminDeletingVocabulary in core/modules/taxonomy/src/Tests/VocabularyUiTest.php
Deleting a vocabulary.
VocabularyUiTest::testTaxonomyAdminNoVocabularies in core/modules/taxonomy/src/Tests/VocabularyUiTest.php
Test the vocabulary overview with no vocabularies.
VocabularyUiTest::testVocabularyInterface in core/modules/taxonomy/src/Tests/VocabularyUiTest.php
Create, edit and delete a vocabulary via the user interface.
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::cronRun in core/modules/simpletest/src/WebTestBase.php
Runs cron in the Drupal installed by Simpletest.
WebTestBase::drupalGetWithFormat in core/modules/simpletest/src/WebTestBase.php
Retrieves a Drupal path or an absolute path for a given format.
WebTestBase::drupalGetXHR in core/modules/simpletest/src/WebTestBase.php
Requests a Drupal path or an absolute path as if it is a XMLHttpRequest.
WebTestBase::drupalLogout in core/modules/simpletest/src/WebTestBase.php
Logs a user out of the internal browser and confirms.
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.
WizardTest::testCommentWizard in core/modules/comment/src/Tests/Views/WizardTest.php
Tests adding a view of comments.