You are here
637 calls to UiHelperTrait::drupalGet() in Drupal 10
- AccessDeniedTest::testAccessDenied in core/modules/system/tests/src/Functional/System/AccessDeniedTest.php
- AccessDeniedTest::testAccessDeniedCustomPageWithAccessDenied in core/modules/system/tests/src/Functional/System/AccessDeniedTest.php
- Tests that an inaccessible custom 403 page falls back to the default.
- AccessRoleTest::testAccessRole in core/modules/user/tests/src/Functional/Views/AccessRoleTest.php
- Tests role access plugin.
- AdminMetaTagTest::testMetaTag in core/modules/system/tests/src/Functional/System/AdminMetaTagTest.php
- Verify that the meta tag HTML is generated correctly.
- AdminTest::testAdminPages in core/modules/system/tests/src/Functional/System/AdminTest.php
- Tests output on administrative listing pages.
- AdminTest::testCompactMode in core/modules/system/tests/src/Functional/System/AdminTest.php
- Tests compact mode.
- AjaxCallbacksTest::testDateAjaxCallback in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php
- Tests if Ajax callback works on date element.
- AjaxCallbacksTest::testDateTimeAjaxCallback in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php
- Tests if Ajax callback works on datetime element.
- AjaxFormCacheTest::testBlockForms in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php
- Tests AJAX forms in blocks.
- AjaxFormCacheTest::testFormCacheUsage in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php
- Tests the usage of form cache for AJAX forms.
- AjaxFormCacheTest::testQueryString in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php
- Tests AJAX forms on pages with a query string.
- AjaxFormImageButtonTest::testAjaxImageButtonKeypressEnter in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php
- Tests image buttons can be operated with the keyboard ENTER key.
- AjaxFormImageButtonTest::testAjaxImageButtonKeypressSpace in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php
- Tests image buttons can be operated with the keyboard SPACE key.
- AjaxFormPageCacheTest::testAjaxElementValidation in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php
- Tests that updating the text field trigger an AJAX request/response.
- AjaxFormPageCacheTest::testSimpleAJAXFormValue in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php
- Create a simple form, then submit the form via AJAX to change to it.
- AjaxInGroupTest::testSimpleAjaxFormValue in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php
- Submits forms with select and checkbox elements via Ajax.
- AjaxPageStateTest::testDrupalSettingsIsNotLoaded in core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php
- Give ajax_page_state[libraries]=core/drupalSettings to exclude the library.
- AjaxPageStateTest::testLibrariesAvailable in core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php
- Default functionality without the param ajax_page_state[libraries].
- AjaxPageStateTest::testMultipleLibrariesAreNotLoaded in core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php
- Tests if multiple libraries can be excluded.
- AjaxTest::assertInsert in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php
- Assert insert.
- AjaxTest::testAjaxWithAdminRoute in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php
- AjaxTest::testDrupalSettingsCachingRegression in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php
- Tests that AJAX loaded libraries are not retained between requests.
- AlterTest::testExecutionOrder in core/modules/system/tests/src/Functional/Form/AlterTest.php
- Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter().
- ArbitraryRebuildTest::testUserRegistrationMultipleField in core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php
- Tests a rebuild caused by a multiple value field.
- ArbitraryRebuildTest::testUserRegistrationRebuild in core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php
- Tests a basic rebuild with the user registration form.
- BartikTest::testRegressionMissingMessagesCss in core/themes/bartik/tests/src/Functional/BartikTest.php
- Tests that the Bartik theme always adds its message CSS files.
- BasicTest::testViewsWizardAndListing in core/modules/views/tests/src/Functional/Wizard/BasicTest.php
- BasicTest::testWizardDefaultValues in core/modules/views/tests/src/Functional/Wizard/BasicTest.php
- Tests default plugin values are populated from the wizard form.
- BlockContentFieldFilterTest::assertPageCounts in core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php
- Asserts that the given block_content translation counts are correct.
- BlockContentIntegrationTest::testBlockContentViewTypeArgument in core/modules/block_content/tests/src/Functional/Views/BlockContentIntegrationTest.php
- Tests basic block_content view with a block_content_type argument.
- BlockContentRedirectTest::testRedirectDestination in core/modules/block_content/tests/src/Functional/Views/BlockContentRedirectTest.php
- Tests the redirect destination when editing block content.
- BlockContentWizardTest::testViewAddBlockContent in core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php
- Tests creating a 'block_content' entity view.
- BookRelationshipTest::createBookNode in core/modules/book/tests/src/Functional/Views/BookRelationshipTest.php
- Creates a book node.
- BookRelationshipTest::testRelationship in core/modules/book/tests/src/Functional/Views/BookRelationshipTest.php
- Tests using the views relationship.
- BooleanFieldTest::testBooleanField in core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php
- Tests boolean field.
- BooleanFieldTest::testFormAccess in core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php
- Tests field access.
- BooleanFormatterSettingsTest::testBooleanFormatterSettings in core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php
- Tests the formatter settings page for the Boolean formatter.
- BooleanFormatterSettingsTest::testBooleanFormatterSettings in core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php
- Tests the formatter settings page for the Boolean formatter.
- Breadcrumb404Test::testBreadcrumbOn404Pages in core/tests/Drupal/FunctionalTests/Breadcrumb/Breadcrumb404Test.php
- Tests that different 404s don't create unnecessary cache entries.
- BreadcrumbFrontCacheContextsTest::testBreadcrumbsFrontPageCache in core/modules/system/tests/src/Functional/Menu/BreadcrumbFrontCacheContextsTest.php
- Validate that breadcrumb markup get the right cache contexts.
- BreadcrumbTest::testBreadCrumbs in core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php
- Tests breadcrumbs on node and administrative paths.
- BrowserTestBaseTest::testCheckForMetaRefresh in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests the ::checkForMetaRefresh() method.
- BrowserTestBaseTest::testClickLink in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests clickLink() functionality.
- BrowserTestBaseTest::testDeprecationHeaders in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests that deprecation headers do not get duplicated.
- BrowserTestBaseTest::testDrupalGet in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests drupalGet().
- BrowserTestBaseTest::testError in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- BrowserTestBaseTest::testEscapingAssertions in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests assertEscaped() and assertUnescaped().
- BrowserTestBaseTest::testFieldAssertsForButton in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests legacy field asserts for button field type.
- BrowserTestBaseTest::testFieldAssertsForCheckbox in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests legacy field asserts for checkbox field type.
- BrowserTestBaseTest::testFieldAssertsForTextfields in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests field asserts using textfields.
- BrowserTestBaseTest::testForm in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests basic form functionality.
- BrowserTestBaseTest::testGoTo in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests basic page test.
- BrowserTestBaseTest::testHtkey in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests the protections provided by .htkey.
- BrowserTestBaseTest::testInvalidLinkExistsExact in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests linkExistsExact() functionality fail.
- BrowserTestBaseTest::testInvalidLinkNotExistsExact in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests linkNotExistsExact() functionality fail.
- BrowserTestBaseTest::testLinkExistsExact in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests linkExistsExact() functionality.
- BrowserTestBaseTest::testLinkNotExistsExact in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests linkNotExistsExact() functionality.
- BrowserTestBaseTest::testPageContainsNoDuplicateId in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests pageContainsNoDuplicateId() functionality.
- BrowserTestBaseTest::testPipeCharInLocator in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests linkExists() with pipe character (|) in locator.
- BrowserTestBaseTest::testResponseHeaderDoesNotExist in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests responseHeaderDoesNotExist() functionality.
- BrowserTestBaseTest::testTextAsserts in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests legacy text asserts.
- BrowserTestBaseTest::testVarDump in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests the dump() function provided by the var-dumper Symfony component.
- BrowserTestBaseTest::testXpathAsserts in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests legacy field asserts which use xpath directly.
- BrowserTestBaseUserAgentTest::testUserAgentValidation in core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php
- Tests validation of the User-Agent header we use to perform test requests.
- BrowserWithJavascriptTest::testAssertJsCondition in core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
- BrowserWithJavascriptTest::testCreateScreenshot in core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
- Tests creating screenshots.
- BrowserWithJavascriptTest::testEscapingAssertions in core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
- Tests assertEscaped() and assertUnescaped().
- BrowserWithJavascriptTest::testJavascript in core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
- BulkFormAccessTest::testNodeDeleteAccess in core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php
- Tests if nodes that may not be deleted, can not be deleted in bulk.
- BulkFormAccessTest::testNodeEditAccess in core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php
- Tests if nodes that may not be edited, can not be edited in bulk.
- BulkFormAccessTest::testUserDeleteAccess in core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php
- Tests if users that may not be deleted, can not be deleted in bulk.
- BulkFormAccessTest::testUserEditAccess in core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php
- Tests if users that may not be edited, can not be edited in bulk.
- BulkFormTest::setUp in core/modules/node/tests/src/Functional/Views/BulkFormTest.php
- BulkFormTest::testBulkForm in core/modules/user/tests/src/Functional/Views/BulkFormTest.php
- Tests the user bulk form.
- CaseInsensitivePathTest::testMixedCasePaths in core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php
- Tests mixed case paths.
- CaseInsensitivePathTest::testPathsWithArguments in core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php
- Tests paths with slugs.
- CheckboxTest::testFormCheckbox in core/modules/system/tests/src/Functional/Form/CheckboxTest.php
- ClaroLayoutBuilderTest::testContextualLinks in core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php
- Tests the layout builder has expected contextual links with Claro.
- ClaroTableDragTest::testNoDuplicates in core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php
- Ensures that there are no duplicate tabledrag handles.
- ClaroTest::testConfigSchema in core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php
- Tests Claro's configuration schema.
- ClaroTest::testIsUninstallable in core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php
- Tests that the Claro theme can be uninstalled.
- ClaroTest::testRegressionMissingElementsCss in core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php
- Testing that Claro theme's global library is always attached.
- ClaroViewsUiTest::testViewsUiDropButtonCssClasses in core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php
- Tests Views UI dropbutton CSS classes.
- ClaroViewsUiTest::testViewsUiTabsCssClasses in core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php
- Tests Views UI display menu tabs CSS classes.
- ClassLoaderTest::testAutoloadFromModuleFile in core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php
- Tests that .module files can use class constants in main section.
- ClassLoaderTest::testClassLoading in core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php
- Tests that module-provided classes can be loaded when a module is enabled.
- ClassLoaderTest::testClassLoadingDisabledModules in core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php
- Tests that module-provided classes can't be loaded from disabled modules.
- ClassLoaderTest::testClassLoadingNotInstalledModules in core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php
- Tests that module-provided classes can't be loaded if module not installed.
- ClassLoaderTest::testMultipleModules in core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php
- Ensures the negative caches in the class loader don't result in crashes.
- ClassyTest::testRegressionMissingMessagesCss in core/tests/Drupal/FunctionalTests/Theme/ClassyTest.php
- Tests that the Classy theme always adds its message CSS.
- CommandsTest::testAjaxCommands in core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php
- Tests the various Ajax Commands.
- CommentAdminTest::testApprovalAdminInterface in core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php
- Tests comment approval functionality through admin/content/comment.
- CommentAdminTest::testCommentedEntityLabel in core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php
- Tests commented entity label of admin view.
- CommentEditTest::testCommentEdit in core/modules/comment/tests/src/Functional/Views/CommentEditTest.php
- Tests comment label in admin view.
- CommentFieldFilterTest::assertPageCounts in core/modules/comment/tests/src/Functional/Views/CommentFieldFilterTest.php
- Asserts that the given comment translation counts are correct.
- CommentOperationsTest::testCommentOperations in core/modules/comment/tests/src/Functional/Views/CommentOperationsTest.php
- Tests the operations field plugin.
- CommentRowTest::testCommentRow in core/modules/comment/tests/src/Functional/Views/CommentRowTest.php
- Tests comment row.
- ConditionFormTest::testConfigForm in core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php
- Submit the condition_node_type_test_form to test condition forms.
- ConfigTest::testFileConfigurationPage in core/modules/system/tests/src/Functional/File/ConfigTest.php
- Tests file configuration page.
- ConfirmFormTest::testConfirmForm in core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php
- ConfirmFormTest::testConfirmFormWithExternalDestination in core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php
- Tests that the confirm form does not use external destinations.
- ContactLinkTest::testContactLink in core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php
- Tests contact link.
- ContainerRebuildWebTest::testContainerInvalidation in core/modules/system/tests/src/Functional/DrupalKernel/ContainerRebuildWebTest.php
- Tests container invalidation.
- ContainerRebuildWebTest::testSetContainerRebuildWithDifferentDeploymentIdentifier in core/modules/system/tests/src/Functional/DrupalKernel/ContainerRebuildWebTest.php
- Sets a different deployment identifier.
- ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::testCorrectUserInputMappingOnComplexFields in core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php
- Tests the correct user input mapping on complex fields.
- ContentEntityFormFieldValidationFilteringTest::testFieldWidgetsWithLimitedValidationErrors in core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php
- Tests field widgets with #limit_validation_errors.
- ContentNegotiationTest::testBogusAcceptHeader in core/modules/system/tests/src/Functional/DrupalKernel/ContentNegotiationTest.php
- Verifies HTML responses for bogus Accept headers.
- ContextualFilterTest::testAddContextualFilterUI in core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/ContextualFilterTest.php
- Tests adding a contextual filter handler through the UI.
- ConvertTest::testConvertFileInRoot in core/modules/image/tests/src/Functional/ImageEffect/ConvertTest.php
- Tests that files stored in the root folder are converted properly.
- CorsIntegrationTest::testCrossSiteRequest in core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php
- CronRunTest::testAutomatedCron in core/modules/system/tests/src/Functional/System/CronRunTest.php
- Ensure that the automated cron run module is working.
- CronRunTest::testCronRun in core/modules/system/tests/src/Functional/System/CronRunTest.php
- Tests cron runs.
- CronRunTest::testCronUI in core/modules/system/tests/src/Functional/System/CronRunTest.php
- Make sure the cron UI reads from the state storage.
- CronRunTest::testManualCron in core/modules/system/tests/src/Functional/System/CronRunTest.php
- Ensure that the manual cron run is working.
- CsrfTokenRaceTest::testCsrfRace in core/tests/Drupal/FunctionalJavascriptTests/Core/CsrfTokenRaceTest.php
- Tests race condition for CSRF tokens for simultaneous requests.
- DatabaseDriverProvidedByModuleTest::testDatabaseDriverIsProvidedByModuleButTheModuleIsNotEnabled in core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php
- Tests that the status page shows the error message.
- DatabaseVersionCheckUpdateTest::testUpdate in core/modules/system/tests/src/Functional/Update/DatabaseVersionCheckUpdateTest.php
- Tests that updates fail if the database does not meet the minimum version.
- DateFormatsLockedTest::testDateLocking in core/modules/system/tests/src/Functional/System/DateFormatsLockedTest.php
- Tests attempts at listing, editing, and deleting locked date formats.
- DateFormatsMachineNameTest::testDateFormatsMachineNameAllowedValues in core/modules/system/tests/src/Functional/System/DateFormatsMachineNameTest.php
- Tests that date formats cannot be created with invalid machine names.
- DateFormatTest::testDateFormatXss in core/modules/system/tests/src/FunctionalJavascript/System/DateFormatTest.php
- Tests XSS via date format configuration.
- DateTimeTest::testDateFormatConfiguration in core/modules/system/tests/src/Functional/System/DateTimeTest.php
- Tests date format configuration.
- DateTimeTest::testEnteringDateTimeViaSelectors in core/modules/system/tests/src/Functional/System/DateTimeTest.php
- Tests handling case with invalid data in selectors (like February, 31st).
- DateTimeTest::testTimeZoneHandling in core/modules/system/tests/src/Functional/System/DateTimeTest.php
- Tests time zones and DST handling.
- DefaultContentFilesAccessTest::testAccessDeniedToFiles in core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/DefaultContentFilesAccessTest.php
- Tests that sample images, recipes and articles are not accessible.
- DefaultFormatTest::testFoo in core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php
- DefaultFormatTest::testMultipleRoutesWithSameSingleFormat in core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php
- DefaultMetatagsTest::testMetaTag in core/modules/system/tests/src/Functional/Page/DefaultMetatagsTest.php
- Tests meta tags.
- DefaultMobileMetaTagsTest::testDefaultMetaTagsExist in core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php
- Verifies that the default mobile meta tags are added.
- DefaultMobileMetaTagsTest::testRemovingDefaultMetaTags in core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php
- Verifies that the default mobile meta tags can be removed.
- DeleteMultipleFormTest::testTranslatableEntities in core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php
- Tests the delete form for translatable entities.
- DeleteMultipleFormTest::testUntranslatableEntities in core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php
- Tests the delete form for untranslatable entities.
- DependencyTest::testCoreCompatibility in core/modules/system/tests/src/Functional/Module/DependencyTest.php
- Tests enabling modules with different core version specifications.
- DependencyTest::testEnableRequirementsFailureDependency in core/modules/system/tests/src/Functional/Module/DependencyTest.php
- Tests enabling a module that depends on a module which fails hook_requirements().
- DependencyTest::testEnableWithoutDependency in core/modules/system/tests/src/Functional/Module/DependencyTest.php
- Attempts to enable the Content Translation module without Language enabled.
- DependencyTest::testIncompatibleCoreVersionDependency in core/modules/system/tests/src/Functional/Module/DependencyTest.php
- Tests enabling a module that depends on a module with an incompatible core version.
- DependencyTest::testIncompatibleModuleVersionDependency in core/modules/system/tests/src/Functional/Module/DependencyTest.php
- Tests enabling a module that depends on an incompatible version of a
module.
- DependencyTest::testIncompatiblePhpVersionDependency in core/modules/system/tests/src/Functional/Module/DependencyTest.php
- Tests failing PHP version requirements.
- DependencyTest::testMissingModules in core/modules/system/tests/src/Functional/Module/DependencyTest.php
- Attempts to enable a module with a missing dependency.
- DependencyTest::testModuleEnableOrder in core/modules/system/tests/src/Functional/Module/DependencyTest.php
- Tests that module dependencies are enabled in the correct order in the UI.
- DependencyTest::testNoVersionInfo in core/modules/system/tests/src/Functional/Module/DependencyTest.php
- Tests visiting admin/modules when a module outside of core has no version.
- DependencyTest::testProjectNamespaceForDependencies in core/modules/system/tests/src/Functional/Module/DependencyTest.php
- Checks functionality of project namespaces for dependencies.
- DependencyTest::testUninstallDependents in core/modules/system/tests/src/Functional/Module/DependencyTest.php
- Tests attempting to uninstall a module that has installed dependents.
- DestinationTest::testDestination in core/modules/system/tests/src/Functional/Routing/DestinationTest.php
- Tests that $_GET/$_REQUEST['destination'] only contain internal URLs.
- DialogPositionTest::testDialogOpenAndClose in core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php
- Tests if the dialog UI works properly with block layout page.
- DialogTest::testDialog in core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php
- Tests sending non-JS and AJAX requests to open and manipulate modals.
- DisplayBlockTest::testBlockCategory in core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php
- Tests default and custom block categories.
- DisplayBlockTest::testBlockContextualLinks in core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php
- Tests the contextual links on a Views block.
- DisplayBlockTest::testBlockEmptyRendering in core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php
- Tests the various testcases of empty block rendering.
- DisplayBlockTest::testBlockRendering in core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php
- Tests the actual rendering of the views block.
- DisplayBlockTest::testDeleteBlockDisplay in core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php
- Tests removing a block display.
- DisplayBlockTest::testViewsBlockForm in core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php
- Tests the block form for a Views block.
- DisplayVariantTest::testPageDisplayVariantSelectionEvent in core/modules/system/tests/src/Functional/Render/DisplayVariantTest.php
- Tests selecting the variant and passing configuration.
- DistributionProfileTranslationQueryTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php
- Confirms that the installation succeeded.
- DistributionProfileTranslationQueryTest::visitInstaller in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php
- Visits the interactive installer.
- DistributionProfileTranslationTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php
- Confirms that the installation succeeded.
- DrupalDateTimeTest::testDateTimezone in core/modules/system/tests/src/Functional/Datetime/DrupalDateTimeTest.php
- Tests that DrupalDateTime can detect the right timezone to use.
- DrupalDateTimeTest::testSystemTimezone in core/modules/system/tests/src/Functional/Datetime/DrupalDateTimeTest.php
- Tests that the AJAX Timezone Callback can deal with various formats.
- DrupalMessengerServiceTest::testDrupalMessengerService in core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php
- Tests Messenger service.
- DrupalMessengerServiceTest::testStatusMessageAssertions in core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php
- Tests assertion methods in WebAssert related to status messages.
- DrupalSelenium2DriverTest::testGetRemoteFilePath in core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php
- Tests uploading remote files.
- EarlyRenderingControllerTest::testEarlyRendering in core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php
- Tests theme preprocess functions being able to attach assets.
- ElementsAccessTest::testAccessFalse in core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php
- Ensures that child values are still processed when #access = FALSE.
- ElementsContainerTest::testOptionalContainerElements in core/modules/system/tests/src/Functional/Form/ElementsContainerTest.php
- Tests the #optional container property.
- ElementsLabelsTest::testFormDescriptions in core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php
- Tests different display options for form element descriptions.
- ElementsLabelsTest::testFormLabels in core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php
- Tests form elements, labels, title attributes and required marks output
correctly and have the correct label option class if needed.
- ElementsLabelsTest::testTitleEscaping in core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php
- Tests XSS-protection of element labels.
- ElementsTableSelectTest::testAdvancedSelect in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
- Tests the #js_select property.
- ElementsTableSelectTest::testAjax in core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php
- Tests the presence of ajax functionality for all options.
- ElementsTableSelectTest::testEmptyText in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
- Tests the display of the #empty text when #options is an empty array.
- ElementsTableSelectTest::testMultipleFalse in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
- Tests the display of radios when #multiple is FALSE.
- ElementsTableSelectTest::testMultipleFalseSubmit in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
- Tests submission of values when #multiple is FALSE.
- ElementsTableSelectTest::testMultipleTrue in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
- Tests the display of checkboxes when #multiple is TRUE.
- ElementsTableSelectTest::testMultipleTrueSubmit in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
- Tests the submission of single and multiple values when #multiple is TRUE.
- ElementsTableSelectTest::testTableSelectColSpan in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
- Tests the display when #colspan is set.
- ElementsVerticalTabsTest::testDefaultTab in core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php
- Ensures that default vertical tab is correctly selected.
- ElementsVerticalTabsTest::testDefaultTabCleaned in core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php
- Ensures that vertical tab form values are cleaned.
- ElementsVerticalTabsTest::testJavaScriptOrdering in core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php
- Ensures that vertical-tabs.js is included before collapse.js.
- ElementsVerticalTabsTest::testWrapperNotShownWhenEmpty in core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php
- Ensures that vertical tab markup is not shown if user has no tab access.
- ElementTest::testButtonClasses in core/modules/system/tests/src/Functional/Form/ElementTest.php
- Tests button classes.
- ElementTest::testDetailsSummaryAttributes in core/modules/system/tests/src/Functional/Form/ElementTest.php
- Tests summary attributes of details.
- ElementTest::testFormAutocomplete in core/modules/system/tests/src/Functional/Form/ElementTest.php
- Tests a form with an autocomplete setting..
- ElementTest::testFormElementErrors in core/modules/system/tests/src/Functional/Form/ElementTest.php
- Tests form element error messages.
- ElementTest::testGroupElements in core/modules/system/tests/src/Functional/Form/ElementTest.php
- Tests the #group property.
- ElementTest::testOptions in core/modules/system/tests/src/Functional/Form/ElementTest.php
- Tests expansion of #options for #type checkboxes and radios.
- ElementTest::testPlaceHolderText in core/modules/system/tests/src/Functional/Form/ElementTest.php
- Tests placeholder text for elements that support placeholders.
- ElementTest::testRadiosChecked in core/modules/system/tests/src/Functional/Form/ElementTest.php
- Tests correct checked attribute for radios element.
- ElementTest::testRequiredFieldsetsAndDetails in core/modules/system/tests/src/Functional/Form/ElementTest.php
- Tests the #required property on details and fieldset elements.
- ElementTest::testWrapperIds in core/modules/system/tests/src/Functional/Form/ElementTest.php
- Tests wrapper ids for checkboxes and radios.
- ElementValidationTest::testAjaxElementValidation in core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php
- Tries to post an Ajax change to a form that has a validated element.
- EmailFieldTest::testEmailField in core/modules/field/tests/src/Functional/Email/EmailFieldTest.php
- Tests email field.
- EmailTest::testFormEmail in core/modules/system/tests/src/Functional/Form/EmailTest.php
- Tests that #type 'email' fields are properly validated.
- EngineNyanCatTest::testTemplateOverride in core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php
- Ensures a theme's template is overridable based on the 'template' filename.
- EngineTwigTest::testRenderable in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
- Tests the rendering of renderables.
- EngineTwigTest::testTwigAttachLibrary in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
- Tests the attach of asset libraries.
- EngineTwigTest::testTwigFileUrls in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
- Tests the automatic/magic calling of toString() on objects, if exists.
- EngineTwigTest::testTwigLinkGenerator in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
- Tests the link_generator Twig functions.
- EngineTwigTest::testTwigUrlGenerator in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
- Tests the url and url_generate Twig functions.
- EngineTwigTest::testTwigUrlToString in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
- Tests the magic url to string Twig functions.
- EngineTwigTest::testTwigVariableDataTypes in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
- Tests that the Twig engine handles PHP data correctly.
- EntityAddUITest::testAddPageWithBundleEntities in core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php
- Tests the add page for an entity type using bundle entities.
- EntityAddUITest::testAddPageWithoutBundleEntities in core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php
- Tests the add page for an entity type not using bundle entities.
- EntityBundleListCacheTest::testBundleListingCache in core/tests/Drupal/FunctionalTests/Entity/EntityBundleListCacheTest.php
- Tests that tags are invalidated when an entity with that bundle changes.
- EntityFilteringThemeTest::testThemedEntity in core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php
- Checks each themed entity for XSS filtering in available themes.
- EntityFormTest::doTestFormCRUD in core/modules/system/tests/src/Functional/Entity/EntityFormTest.php
- Executes the form CRUD tests for the given entity type.
- EntityFormTest::doTestMultilingualFormCRUD in core/modules/system/tests/src/Functional/Entity/EntityFormTest.php
- Executes the multilingual form CRUD tests for the given entity type ID.
- EntityFormTest::testEntityFormDisplayAlter in core/modules/system/tests/src/Functional/Entity/EntityFormTest.php
- Tests hook_entity_form_display_alter().
- EntityFormTest::testEntityFormModeAlter in core/modules/system/tests/src/Functional/Entity/EntityFormTest.php
- Tests hook_entity_form_mode_alter().
- EntityFormTest::testValidationHandlers in core/modules/system/tests/src/Functional/Entity/EntityFormTest.php
- Checks that validation handlers works as expected.
- EntityListBuilderTest::testCacheTags in core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php
- Tests if the list cache tags are set.
- EntityListBuilderTest::testPager in core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php
- Tests paging.
- EntityOperationsTest::testEntityOperationAlter in core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php
- Checks that hook_entity_operation_alter() can add an operation.
- EntityReferenceAdminTest::testAvailableFormatters in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php
- Tests the formatters for the Entity References.
- EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php
- Tests the Entity Reference Admin UI.
- EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php
- Tests the Entity Reference Admin UI.
- EntityReferenceAdminTest::testMultipleTargetBundles in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php
- Tests field settings for an entity reference field when the field has
multiple target bundles and is set to auto-create the target entity.
- EntityReferenceAutocompleteWidgetTest::testEntityReferenceAutocompleteWidget in core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php
- Tests that the default autocomplete widget return the correct results.
- EntityReferenceAutoCreateTest::testAutoCreate in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAutoCreateTest.php
- Tests that the autocomplete input element appears and the creation of a new
entity.
- EntityReferenceAutoCreateTest::testMultipleTargetBundles in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAutoCreateTest.php
- Tests if an entity reference field having multiple target bundles is
storing the auto-created entity in the right destination.
- EntityReferenceAutoCreateTest::testNoBundles in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAutoCreateTest.php
- Tests autocreation for an entity that has no bundles.
- EntityReferenceFieldCreationTest::testAddReferenceFieldTargetingEntityTypeWithoutId in core/modules/system/tests/src/Functional/Entity/EntityReferenceFieldCreationTest.php
- Tests that entity reference fields cannot target entity types without IDs.
- EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultConfigValue in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php
- Tests that dependencies due to default values can be removed.
- EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultValue in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php
- Tests that default values are correctly translated to UUIDs in config.
- EntityReferenceFieldTranslatedReferenceViewTest::assertEntityReferenceDisplay in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
- Assert entity reference display.
- EntityReferenceFieldTranslatedReferenceViewTest::assertEntityReferenceFormDisplay in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
- Assert entity reference form display.
- EntityReferenceFieldTranslatedReferenceViewTest::testEntityReferenceDisplay in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
- Tests if the entity is displayed in an entity reference field.
- EntityReferenceFileUploadTest::testFileUpload in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFileUploadTest.php
- Tests that the autocomplete input element does not cause ajax fatal.
- EntityReferenceIntegrationTest::testSupportedEntityTypesAndWidgets in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceIntegrationTest.php
- Tests the entity reference field with all its supported field widgets.
- EntityReferenceXSSTest::testEntityReferenceXSS in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceXSSTest.php
- Tests markup is escaped in the entity reference select and label formatter.
- EntityRevisionsTest::runRevisionsTests in core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php
- Executes the revision tests for the given entity type.
- EntityRevisionsTest::testEntityRevisionParamConverter in core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php
- Tests that an entity revision is upcasted in the correct language.
- EntityTestRevisionTest::testRevisionsViewWithNoTypeOnBaseTable in core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php
- Tests creating a view of revisions where the type is not on the base table.
- EntityTranslationFormTest::testEntityFormLanguage in core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php
- Tests entity form language.
- EntityViewControllerTest::testEntityViewController in core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php
- Tests EntityViewController.
- EntityViewControllerTest::testEntityViewControllerViewBuilder in core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php
- Tests that a view builder can successfully override the view builder.
- EntityViewControllerTest::testFieldItemAttributes in core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php
- Tests field item attributes.
- ErrorHandlerTest::testErrorHandler in core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php
- Tests the error handler.
- ErrorHandlerTest::testExceptionHandler in core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php
- Tests the exception handler.
- ExcludedFieldTokenTest::testExcludedTitleTokenDisplay in core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php
- Tests the display of an excluded title field when used as a token.
- ExperimentalThemeTest::testExperimentalConfirmForm in core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php
- Tests installing experimental themes and dependencies in the UI.
- Fast404Test::testFast404 in core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php
- Tests the fast 404 functionality.
- FieldCounterTest::testExcludedTitleTokenDisplay in core/modules/rest/tests/src/Functional/Views/FieldCounterTest.php
- Tests the display of an excluded title field when used as a token.
- FieldTest::testFormatterChanging in core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php
- FieldUITest::testBooleanFilterHandler in core/modules/field/tests/src/Functional/Views/FieldUITest.php
- Tests adding a boolean field filter handler.
- FieldUITest::testHandlerUI in core/modules/field/tests/src/Functional/Views/FieldUITest.php
- Tests basic field handler settings in the UI.
- FieldUITest::testHandlerUIAggregation in core/modules/field/tests/src/Functional/Views/FieldUITest.php
- Tests the basic field handler form when aggregation is enabled.
- FileAudioFormatterTest::testRender in core/modules/file/tests/src/Functional/Formatter/FileAudioFormatterTest.php
- @covers ::viewElements
- FileSaveHtaccessLoggingTest::testHtaccessSave in core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php
- Tests file_save_htaccess().
- FileVideoFormatterTest::testAttributes in core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php
- Tests that the attributes added to the formatter are applied on render.
- FileVideoFormatterTest::testRender in core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php
- @covers ::viewElements
- FilterDateTest::testExposedGroupedFilters in core/modules/datetime/tests/src/Functional/Views/FilterDateTest.php
- Tests exposed grouped filters.
- FilterNodeAccessTest::testFilterNodeAccess in core/modules/node/tests/src/Functional/Views/FilterNodeAccessTest.php
- Tests the node access filter.
- FilterPermissionUiTest::testHandlerUI in core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php
- Tests basic filter handler settings in the UI.
- FilterTest::testAddingFilter in core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FilterTest.php
- Tests adding a filter handler.
- FocusFirstCommandTest::testFocusFirst in core/tests/Drupal/FunctionalJavascriptTests/Ajax/FocusFirstCommandTest.php
- Tests AjaxFocusFirstCommand on a page.
- FormatDateTest::testAdminDefinedFormatDate in core/modules/system/tests/src/Functional/Common/FormatDateTest.php
- Tests admin-defined formats in DateFormatterInterface::format().
- FormGroupingElementsTest::testDetailsChildVisibility in core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php
- Tests that details element children become visible.
- FormGroupingElementsTest::testVerticalTabChildVisibility in core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php
- Tests that vertical tab children become visible.
- FormObjectTest::testObjectFormCallback in core/modules/system/tests/src/Functional/Form/FormObjectTest.php
- Tests using an object as the form callback.
- FormStoragePageCacheTest::testRebuildFormStorageOnCachedPage in core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php
- Build-id is regenerated when rebuilding cached form.
- FormStoragePageCacheTest::testValidateFormStorageOnCachedPage in core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php
- Build-id is regenerated when validating cached form.
- FormTest::testCheckboxProcessing in core/modules/system/tests/src/Functional/Form/FormTest.php
- Tests default value handling for checkboxes.
- FormTest::testColorValidation in core/modules/system/tests/src/Functional/Form/FormTest.php
- Tests validation of #type 'color' elements.
- FormTest::testDisabledElements in core/modules/system/tests/src/Functional/Form/FormTest.php
- Tests handling of disabled elements.
- FormTest::testDisabledMarkup in core/modules/system/tests/src/Functional/Form/FormTest.php
- Verify markup for disabled form elements.
- FormTest::testEmptySelect in core/modules/system/tests/src/Functional/Form/FormTest.php
- Tests a select element when #options is not set.
- FormTest::testGetFormsCsrfToken in core/modules/system/tests/src/Functional/Form/FormTest.php
- CSRF tokens for GET forms should not be added by default.
- FormTest::testInputForgery in core/modules/system/tests/src/Functional/Form/FormTest.php
- Tests Form API protections against input forgery.
- FormTest::testInputWithInvalidToken in core/modules/system/tests/src/Functional/Form/FormTest.php
- Tests that input is retained for safe elements even with an invalid token.
- FormTest::testNumber in core/modules/system/tests/src/Functional/Form/FormTest.php
- Tests validation of #type 'number' and 'range' elements.
- FormTest::testRange in core/modules/system/tests/src/Functional/Form/FormTest.php
- Tests default value handling of #type 'range' elements.
- FormTest::testRequiredAttribute in core/modules/system/tests/src/Functional/Form/FormTest.php
- Tests required attribute.
- FormTest::testRequiredCheckboxesRadio in core/modules/system/tests/src/Functional/Form/FormTest.php
- Tests validation for required checkbox, select, and radio elements.
- FormTest::testRequiredTextfieldNoTitle in core/modules/system/tests/src/Functional/Form/FormTest.php
- Tests validation for required textfield element without title.
- FormTest::testSelect in core/modules/system/tests/src/Functional/Form/FormTest.php
- Tests validation of #type 'select' elements.
- FormTest::testSelectSorting in core/modules/system/tests/src/Functional/Form/FormTest.php
- Tests sorting and not sorting of options in a select element.
- FormValuesTest::testSimpleAjaxFormValue in core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php
- Submits forms with select and checkbox elements via Ajax.
- FrameworkTest::drupalGetAjax in core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php
- Requests a path or URL in drupal_ajax format and JSON-decodes the response.
- FrontPageTest::doTestFrontPageViewCacheTags in core/modules/node/tests/src/Functional/Views/FrontPageTest.php
- Tests the cache tags on the front page.
- FrontPageTest::testDrupalFrontPage in core/modules/system/tests/src/Functional/System/FrontPageTest.php
- Tests front page functionality.
- GroupedExposedFilterTest::testGroupedFilterValuesUI in core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php
- Tests if the right fields are shown and the right values set.
- HandlerFieldRoleTest::testRole in core/modules/user/tests/src/Functional/Views/HandlerFieldRoleTest.php
- HandlerFilterUserNameTest::testAdminUserInterface in core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php
- Tests using the user interface.
- HandlerFilterUserNameTest::testExposedFilter in core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php
- Tests exposed filters.
- HiddenTaxonomyTermReferenceFieldWizardTest::testHiddenTaxonomyTermReferenceField in core/modules/node/tests/src/Functional/Views/Wizard/HiddenTaxonomyTermReferenceFieldWizardTest.php
- Tests content type with a hidden Taxonomy Term Reference field.
- HookRequirementsTest::testHookRequirementsFailure in core/modules/system/tests/src/Functional/Module/HookRequirementsTest.php
- Assert that a module cannot be installed if it fails hook_requirements().
- HtaccessTest::assertFileAccess in core/modules/system/tests/src/Functional/System/HtaccessTest.php
- Asserts that a file exists and requesting it returns a specific response.
- HtaccessTest::testFileAccess in core/modules/system/tests/src/Functional/System/HtaccessTest.php
- Iterates over protected files and calls assertNoFileAccess().
- HtaccessTest::testSvgzContentEncoding in core/modules/system/tests/src/Functional/System/HtaccessTest.php
- Tests that SVGZ files are served with Content-Encoding: gzip.
- HtmlAttributesTest::testThemeHtmlAttributes in core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php
- Tests that attributes in the 'html' and 'body' elements can be altered.
- HtmlResponseAttachmentsTest::testAttachments in core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php
- Tests rendering of ['#attached'].
- HtmlResponseAttachmentsTest::testRenderCachedBlock in core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php
- Tests caching of ['#attached'].
- ImageLoadingAttributeTest::testImageLoadingAttribute in core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php
- Tests that loading attribute is enabled for images.
- IndexPhpTest::testIndexPhpHandling in core/modules/system/tests/src/Functional/System/IndexPhpTest.php
- Tests index.php handling.
- InstallerExistingConfigSyncDirectoryMultilingualTest::testConfigSync in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php
- Confirms that the installation installed the configuration correctly.
- InstallerExistingConfigSyncDirectoryProfileMismatchTest::setUpSettings in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php
- Installer step: Configure settings.
- InstallerExistingSettingsTest::visitInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php
- Visits the interactive installer.
- InstallerPostInstallTest::testVisitInstallerPostInstall in core/tests/Drupal/FunctionalTests/Installer/InstallerPostInstallTest.php
- Confirms that visiting the installer does not break things post-install.
- InstallerTestBase::visitInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php
- Visits the interactive installer.
- InstallerTranslationMultipleLanguageNonInteractiveTest::testTranslationsLoaded in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageNonInteractiveTest.php
- Tests that translations ended up at the expected places.
- InstallerTranslationMultipleLanguageNonInteractiveTest::verifyImportedStringsTranslated in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageNonInteractiveTest.php
- Helper function to verify that the expected strings are translated.
- InstallerTranslationMultipleLanguageTest::testTranslationsLoaded in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php
- Tests that translations ended up at the expected places.
- InstallerTranslationMultipleLanguageTest::verifyImportedStringsTranslated in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php
- Helper function to verify that the expected strings are translated.
- InstallerTranslationQueryTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php
- Verifies the expected behaviors of the installation result.
- InstallerTranslationQueryTest::visitInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php
- Visits the interactive installer.
- InstallerTranslationTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php
- Verifies the expected behaviors of the installation result.
- InstallProfileDependenciesTest::testUninstallingModules in core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php
- Tests that an install profile can require modules.
- InstallUninstallTest::assertHelp in core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
- Verifies a module's help.
- InstallUninstallTest::assertSuccessfulUninstall in core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
- Uninstalls a module and asserts that it was done correctly.
- InstallUninstallTest::testInstallUninstall in core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
- Tests that a fixed set of modules can be installed and uninstalled.
- InvalidUpdateHookTest::testInvalidUpdateHook in core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php
- ItemsPerPageTest::testItemsPerPage in core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php
- Tests the number of items per page.
- JavascriptDeprecationTest::testJavascriptDeprecation in core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php
- Tests Javascript deprecation notices.
- JavascriptErrorsSuppressionTest::testJavascriptErrors in core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsSuppressionTest.php
- Tests that JavaScript console errors can be suppressed.
- JavascriptErrorsTest::testJavascriptErrors in core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsTest.php
- Tests that JavaScript console errors will result in a test failure.
- JavascriptGetDrupalSettingsTest::testGetDrupalSettings in core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php
- Tests retrieval of Drupal settings.
- JavascriptStatesTest::doCheckboxesTriggerTests in core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php
- Tests states of elements triggered by a checkboxes element.
- JavascriptStatesTest::doCheckboxTriggerTests in core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php
- Tests states of elements triggered by a checkbox element.
- JavascriptStatesTest::doMultipleTriggerTests in core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php
- Tests states of elements triggered by multiple elements.
- JavascriptStatesTest::doRadiosTriggerTests in core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php
- Tests states of elements triggered by a radios element.
- JavascriptStatesTest::doSelectTriggerTests in core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php
- Tests states of elements triggered by a select element.
- JavascriptStatesTest::doTextfieldTriggerTests in core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php
- Tests states of elements triggered by a textfield element.
- JqueryUiLibraryAssetsTest::testAssetLoadingUnchanged in core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php
- Confirms jQuery UI assets load as expected.
- JqueryUiLibraryAssetsTest::testLibraryAssetLoadingOrder in core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php
- Confirms that jQuery UI assets load on the page in the configured order.
- JSInteractionTest::testElementsInteraction in core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php
- Assert no exception is thrown when elements become interactive.
- JSInteractionTest::testFieldValueNotSettable in core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php
- Assert an exception is thrown when the field is never enabled.
- JSInteractionTest::testNotClickable in core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php
- Assert an exception is thrown when the blocker element is never removed.
- JsMessageTest::testAddRemoveMessages in core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php
- Tests click on links to show messages and remove messages.
- JSWebAssertTest::testJsWebAssert in core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php
- Tests that JSWebAssert assertions work correctly.
- LanguageSelectElementTest::testHiddenLanguageSelectElement in core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php
- Tests the case when the language select elements should not be printed.
- LanguageSelectElementTest::testLanguageSelectElementOptions in core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php
- Tests that the options printed by the language select element are correct.
- LayoutRestTestBase::setUp in core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php
- LinkViewsTokensTest::testLinkViewsTokens in core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php
- LocalActionTest::testLocalAction in core/modules/system/tests/src/Functional/Menu/LocalActionTest.php
- Tests appearance of local actions.
- LocalTasksTest::testLocalTaskBlock in core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php
- Tests that local task blocks are configurable to show a specific level.
- LocalTasksTest::testLocalTaskBlockCache in core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php
- Tests that local tasks blocks cache is invalidated correctly.
- LocalTasksTest::testPluginLocalTask in core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php
- Tests the plugin based local tasks.
- LockFunctionalTest::testLockAcquire in core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php
- Confirms that we can acquire and release locks in two parallel requests.
- LockFunctionalTest::testPersistentLock in core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php
- Tests that the persistent lock is persisted between requests.
- MachineNameTest::testMachineName in core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php
- Tests that machine name field functions.
- MainContentFallbackTest::testMainContentFallback in core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php
- Tests availability of main content: Drupal falls back to SimplePageVariant.
- MaintenanceThemeUpdateRegistryTest::testMaintenanceThemeUpdateRegistration in core/modules/system/tests/src/Functional/Theme/MaintenanceThemeUpdateRegistryTest.php
- Tests that after installing the profile there are no outstanding updates.
- MediaThumbnailFormatterTest::testRender in core/modules/media/tests/src/Functional/FieldFormatter/MediaThumbnailFormatterTest.php
- Tests the media thumbnail field formatter.
- MenuAccessTest::testMenuBlockLinksAccessCheck in core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php
- Tests menu link for route with access check.
- MenuActiveTrail403Test::testMenuActiveTrail403Cache in core/tests/Drupal/FunctionalTests/Menu/MenuActiveTrail403Test.php
- Tests that visiting 403 page does not override original active trail.
- MenuLinkSecurityTest::testMenuLink in core/modules/system/tests/src/Functional/Menu/MenuLinkSecurityTest.php
- Ensures that a menu link does not cause an XSS issue.
- MenuRouterTest::doTestDescriptionMenuItems in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Tests menu item descriptions.
- MenuRouterTest::doTestExoticPath in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Tests path containing "exotic" characters.
- MenuRouterTest::doTestHookMenuIntegration in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Tests local tasks with route placeholders.
- MenuRouterTest::doTestMenuLinksDiscoveredAlter in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Tests menu links added in hook_menu_links_discovered_alter().
- MenuRouterTest::doTestMenuOnRoute in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Tests a menu on a router page.
- MenuRouterTest::doTestMenuOptionalPlaceholders in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Tests menu links that have optional placeholders.
- MenuRouterTest::doTestThemeCallbackAdministrative in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Tests the theme negotiation when it is set to use an administrative
theme.
- MenuRouterTest::doTestThemeCallbackFakeTheme in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Tests the theme negotiation when it is set to use a theme that does not exist.
- MenuRouterTest::doTestThemeCallbackMaintenanceMode in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Tests the theme negotiation when the site is in maintenance mode.
- MenuRouterTest::doTestThemeCallbackNoThemeRequested in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Tests the theme negotiation when no theme is requested.
- MenuRouterTest::doTestThemeCallbackOptionalTheme in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Tests the theme negotiation when it is set to use an optional theme.
- MenuRouterTest::doTestTitleCallbackFalse in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Tests title callback set to FALSE.
- MenuRouterTest::doTestTitleMenuCallback in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Tests page title of MENU_CALLBACKs.
- MenuRouterTest::testAuthUserUserLogin in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Tests that an authenticated user hitting 'user/login' gets redirected to
'user' and 'user/register' gets redirected to the user edit page.
- MenuRouterTest::testMaintenanceModeLoginPaths in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Make sure the maintenance mode can be bypassed using an EventSubscriber.
- MenuTest::testMenus in core/modules/views/tests/src/Functional/Wizard/MenuTest.php
- Tests the menu functionality.
- MessageCommandTest::testJsStatusMessageAssertions in core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php
- Tests methods in JsWebAssert related to status messages.
- MessageCommandTest::testMessageCommand in core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php
- Tests AJAX MessageCommand use in a form.
- ModulesListFormWebTest::testInstalledIncompatibleModule in core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php
- Tests that incompatible modules message is shown.
- ModulesListFormWebTest::testModuleListForm in core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php
- Tests the module list form.
- ModulesListFormWebTest::testModulesListFormStatusMessage in core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php
- Tests the status message when enabling one or more modules.
- ModulesListFormWebTest::testModulesListFormWithInvalidInfoFile in core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php
- Tests the module form with a module with an invalid info.yml file.
- ModulesListFormWebTest::testRequiredByThemeMessage in core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php
- Confirm that module 'Required By' descriptions include dependent themes.
- MultiFormTest::testMultiForm in core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php
- Tests that pages with the 'node_page_form' included twice work correctly.
- NodeCommentsTest::testCommentCount in core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php
- Test the comment count field.
- NodeCommentsTest::testNewComments in core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php
- Tests the new comments field plugin.
- NodeContextualLinksTest::testPageWithDisabledContextualModule in core/modules/node/tests/src/Functional/Views/NodeContextualLinksTest.php
- Tests if the node page works if Contextual Links is disabled.
- NodeFieldFilterTest::assertPageCounts in core/modules/node/tests/src/Functional/Views/NodeFieldFilterTest.php
- Asserts that the given node translation counts are correct.
- NodeFieldTokensTest::testViewsTokenReplacement in core/modules/node/tests/src/Functional/Views/NodeFieldTokensTest.php
- Tests token replacement for Views tokens supplied by the Node module.
- NodeIntegrationTest::testNodeViewTypeArgument in core/modules/node/tests/src/Functional/Views/NodeIntegrationTest.php
- Tests basic node view with a node type argument.
- NodeLanguageTest::assertLanguageNames in core/modules/node/tests/src/Functional/Views/NodeLanguageTest.php
- Asserts the presence of language names in their English or native forms.
- NodeLanguageTest::testLanguages in core/modules/node/tests/src/Functional/Views/NodeLanguageTest.php
- Tests translation language filter, field, and sort.
- NodeRevisionWizardTest::testViewAdd in core/modules/node/tests/src/Functional/Views/Wizard/NodeRevisionWizardTest.php
- Tests creating a node revision view.
- NodeViewsAnalyzeTest::testNodeViewsAnalyze in core/modules/node/tests/src/Functional/Views/NodeViewsAnalyzeTest.php
- Tests the implementation of node_views_analyze().
- NodeWizardTest::testViewAddWithNodeTitles in core/modules/views/tests/src/Functional/Wizard/NodeWizardTest.php
- Tests creating a view with node titles.
- NoJavaScriptAnonymousTest::testNoJavaScript in core/modules/system/tests/src/Functional/Common/NoJavaScriptAnonymousTest.php
- Tests that anonymous users are not served any JavaScript.
- NoPreExistingSchemaUpdateTest::testNoPreExistingSchema in core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php
- Tests the system module updates with no dependencies installed.
- NumberFieldTest::assertSetMinimumValue in core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
- Helper function to set the minimum value of a field.
- NumberFieldTest::testNumberDecimalField in core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
- Tests decimal field.
- NumberFieldTest::testNumberFloatField in core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
- Tests float field.
- NumberFieldTest::testNumberFormatter in core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php
- Tests default formatter behavior.
- NumberFieldTest::testNumberIntegerField in core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
- Tests integer field.
- OEmbedFieldWidgetTest::testFieldWidgetHelpText in core/modules/media/tests/src/Functional/FieldWidget/OEmbedFieldWidgetTest.php
- Tests that the oEmbed field widget shows the configured help text.
- OEmbedFormatterTest::testDisplayConfiguration in core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php
- Tests that oEmbed media types' display can be configured correctly.
- OEmbedFormatterTest::testRender in core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php
- Tests the oEmbed field formatter.
- OffCanvasDialogTest::testDialog in core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php
- Tests sending AJAX requests to open and manipulate off-canvas dialog.
- OliveroMessagesTest::testDataDrupalSelectors in core/tests/Drupal/FunctionalJavascriptTests/Theme/OliveroMessagesTest.php
- Tests data-drupal-selector="messages" exists.
- OliveroTest::testBaseLibraryAvailable in core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php
- Tests that the Olivero theme always adds base library files.
- OliveroTest::testConfigSchema in core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php
- Test Olivero's configuration schema.
- OliveroTest::testIsUninstallable in core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php
- Tests that the Olivero theme can be uninstalled.
- OliveroTest::testPreprocessBlock in core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php
- Tests that olivero_preprocess_block is functioning as expected.
- PageCacheTagsTestBase::verifyDynamicPageCache in core/modules/system/tests/src/Functional/Cache/PageCacheTagsTestBase.php
- Verify that when loading a given page, it's a page cache hit or miss.
- PageCacheTagsTestBase::verifyPageCache in core/modules/system/tests/src/Functional/Cache/PageCacheTagsTestBase.php
- Verify that when loading a given page, it's a page cache hit or miss.
- PageNotFoundTest::testPageNotFound in core/modules/system/tests/src/Functional/System/PageNotFoundTest.php
- PageNotFoundTest::testPageNotFoundCustomPageWithAccessDenied in core/modules/system/tests/src/Functional/System/PageNotFoundTest.php
- Tests that an inaccessible custom 404 page falls back to the default.
- PagerTest::createViewAtPath in core/modules/views/tests/src/Functional/Wizard/PagerTest.php
- Create a simple View of nodes at a given path.
- PagerTest::testActiveClass in core/modules/system/tests/src/Functional/Pager/PagerTest.php
- Tests markup and CSS classes of pager links.
- PagerTest::testMultiplePagers in core/modules/system/tests/src/Functional/Pager/PagerTest.php
- Tests proper functioning of multiple pagers.
- PagerTest::testPager in core/modules/views/tests/src/Functional/Wizard/PagerTest.php
- Tests the pager option.
- PagerTest::testPagerEllipsis in core/modules/system/tests/src/Functional/Pager/PagerTest.php
- Tests proper functioning of the ellipsis.
- PagerTest::testPagerQueryParametersAndCacheContext in core/modules/system/tests/src/Functional/Pager/PagerTest.php
- Tests proper functioning of the query parameters and the pager cache
context.
- PageTest::testBatchProgressMessages in core/modules/system/tests/src/Functional/Batch/PageTest.php
- Tests that the progress messages are correct.
- PageTest::testBatchProgressPageTheme in core/modules/system/tests/src/Functional/Batch/PageTest.php
- Tests that the batch API progress page uses the correct theme.
- PageTest::testBatchProgressPageTitle in core/modules/system/tests/src/Functional/Batch/PageTest.php
- Tests that the batch API progress page shows the title correctly.
- PageTitleTest::testRoutingTitle in core/modules/system/tests/src/Functional/System/PageTitleTest.php
- Tests the page title of render arrays.
- PageTitleTest::testTitleTags in core/modules/system/tests/src/Functional/System/PageTitleTest.php
- Tests the handling of HTML in node titles.
- PageTitleTest::testTitleXSS in core/modules/system/tests/src/Functional/System/PageTitleTest.php
- Tests if the title of the site is XSS proof.
- PathEncodedTest::testAliasToEncoded in core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php
- PathEncodedTest::testGetEncoded in core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php
- PhpRequirementTest::testStatusPage in core/modules/system/tests/src/Functional/System/PhpRequirementTest.php
- Tests status report messages regarding the PHP version.
- PhpUnitBridgeTest::testErrorOnSiteUnderTest in core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php
- Tests deprecation message from deprecated route.
- PlaceholderMessageTest::testMessagePlaceholder in core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php
- Tests rendering of message placeholder.
- PrepareUninstallTest::testUninstall in core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php
- Tests that Node and Taxonomy can be uninstalled.
- ProcessingTest::testBatchForm in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
- Tests batches defined in a form submit handler.
- ProcessingTest::testBatchFormMultipleBatches in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
- Tests batches defined in different submit handlers on the same form.
- ProcessingTest::testBatchFormMultistep in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
- Tests batches defined in a multistep form.
- ProcessingTest::testBatchFormProgrammatic in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
- Tests batches defined in a programmatically submitted form.
- ProcessingTest::testBatchLargePercentage in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
- Tests batches that return $context['finished'] > 1 do in fact complete.
- ProcessingTest::testBatchNoForm in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
- Tests batches triggered outside of form submission.
- ProcessingTest::testBatchRedirectFinishedCallback in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
- Tests batches that redirect in the batch finished callback.
- ProcessingTest::testDrupalFormSubmitInBatch in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
- Tests form submission during a batch operation.
- RebuildScriptTest::testRebuild in core/modules/system/tests/src/Functional/UpdateSystem/RebuildScriptTest.php
- Tests redirect in rebuild.php.
- RebuildTest::testPreserveFormActionAfterAJAX in core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php
- Tests that a form's action is retained after an Ajax submission.
- RebuildTest::testRebuildPreservesValues in core/modules/system/tests/src/Functional/Form/RebuildTest.php
- Tests preservation of values.
- RedirectTest::testRedirect in core/modules/system/tests/src/Functional/Form/RedirectTest.php
- Tests form redirection.
- RedirectTest::testRedirectFromErrorPages in core/modules/system/tests/src/Functional/Form/RedirectTest.php
- Tests form redirection from 404/403 pages with the Block form.
- RenderArrayNonHtmlSubscriberTest::testResponses in core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php
- Tests handling of responses by events subscriber.
- RenderWebTest::testWrapperFormatCacheContext in core/modules/system/tests/src/Functional/Common/RenderWebTest.php
- Asserts the cache context for the wrapper format is always present.
- ResponseGeneratorTest::testGeneratorHeaderAdded in core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php
- Tests to see if generator header is added.
- ResponseTest::testFormResponse in core/modules/system/tests/src/Functional/Form/ResponseTest.php
- Tests that enforced responses propagate through subscribers and middleware.
- RestExportAuthTest::testAuthProvidersOptions in core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php
- Checks that correct authentication providers are available for choosing.
- RevisionLinkTest::testRevisionLinks in core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php
- Tests revision links.
- RolesRidArgumentTest::testArgumentTitle in core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php
- Tests the generated title of a user: roles argument.
- RouteCachingLanguageTest::setUp in core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php
- RouteCachingLanguageTest::testLinkTranslationWithAlias in core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php
- Creates content with a link field pointing to an alias of another language.
- RouteCachingNonPathLanguageNegotiationTest::setUp in core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
- RouteCachingNonPathLanguageNegotiationTest::testAliases in core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
- Tests aliases when the negotiated language is not in the path.
- RouterPermissionTest::testPermissionAccess in core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php
- Tests permission requirements on routes.
- RouterTest::testControllerPlaceholders in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Confirms that placeholders in paths work correctly.
- RouterTest::testControllerPlaceholdersDefaultValues in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Confirms that default placeholders in paths work correctly.
- RouterTest::testControllerPlaceholdersDefaultValuesProvided in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Confirms that default placeholders in paths work correctly.
- RouterTest::testControllerResolutionAjax in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Checks that an ajax request gets rendered as an Ajax response, by mime.
- RouterTest::testControllerResolutionPage in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Checks that a request with text/html response gets rendered as a page.
- RouterTest::testDuplicateRoutePaths in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Confirms that multiple routes with the same path do not cause an error.
- RouterTest::testDynamicRoutes in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Checks that dynamically defined and altered routes work correctly.
- RouterTest::testFinishResponseSubscriber in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Confirms that our FinishResponseSubscriber logic works properly.
- RouterTest::testRouterMatching in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Tests that a page trying to match a path will succeed.
- RouterTest::testRouterResponsePsr7 in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Tests that a PSR-7 response works.
- RouterTest::testSuccessiveSlashes in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Ensure that multiple successive slashes are redirected.
- RouterTest::testUserAccount in core/modules/system/tests/src/Functional/Routing/RouterTest.php
- Tests the user account on the DIC.
- RowRssTest::testRssRow in core/modules/comment/tests/src/Functional/Views/RowRssTest.php
- Tests comment rss output.
- SecurityAdvisoryTest::assertAdminPageLinks in core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
- Asserts the correct links appear on an admin page.
- SecurityAdvisoryTest::assertAdvisoriesNotDisplayed in core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
- Asserts that security advisory links are not shown on admin pages.
- SecurityAdvisoryTest::assertStatusReportLinks in core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
- Asserts the correct links appear on the status report page.
- SecurityAdvisoryTest::testPsa in core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
- Tests that a security advisory is displayed.
- SelectionTest::testAutocompleteOutput in core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php
- Tests that the Views selection handles the views output properly.
- SelectPagerDefaultTest::testEvenPagerQuery in core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php
- Confirms that a pager query returns the correct results.
- SelectPagerDefaultTest::testOddPagerQuery in core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php
- Confirms that a pager query returns the correct results.
- SelectTableSortDefaultTest::testTableSortDefaultSort in core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php
- Confirms that tableselect is rendered without error.
- SelectTableSortDefaultTest::testTableSortQuery in core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php
- Confirms that a tablesort query returns the correct results.
- SelectTableSortDefaultTest::testTableSortQueryFirst in core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php
- Confirms precedence of tablesorts headers.
- ServiceProviderWebTest::testServiceProviderRegistrationIntegration in core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php
- Tests that module service providers get registered to the DIC.
- SessionAuthenticationTest::testBasicAuthNoSession in core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php
- Tests that a session is not started automatically by basic authentication.
- SessionAuthenticationTest::testSessionFromBasicAuthenticationDoesNotLeak in core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php
- Check that a basic authentication session does not leak.
- SessionExistsCacheContextTest::testCacheContext in core/modules/system/tests/src/Functional/Cache/SessionExistsCacheContextTest.php
- Tests \Drupal\Core\Cache\Context\SessionExistsCacheContext::getContext().
- SessionHttpsTest::getUserLoginFormBuildId in core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php
- Gets the form build ID for the user login form.
- SessionHttpsTest::loginHttp in core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php
- Log in a user via HTTP.
- SessionHttpsTest::loginHttps in core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php
- Log in a user via HTTPS.
- SessionHttpsTest::testHttpsSession in core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php
- Tests HTTPS sessions.
- SessionTest::sessionReset in core/modules/system/tests/src/Functional/Session/SessionTest.php
- Reset the cookie file so that it refers to the specified user.
- SessionTest::testDataPersistence in core/modules/system/tests/src/Functional/Session/SessionTest.php
- Tests data persistence via the session_test module callbacks.
- SessionTest::testEmptyAnonymousSession in core/modules/system/tests/src/Functional/Session/SessionTest.php
- Tests that empty anonymous sessions are destroyed.
- SessionTest::testEmptySessionID in core/modules/system/tests/src/Functional/Session/SessionTest.php
- Tests that empty session IDs are not allowed.
- SessionTest::testSessionBag in core/modules/system/tests/src/Functional/Session/SessionTest.php
- Tests session bag.
- SessionTest::testSessionExpiration in core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php
- Tests that the session doesn't expire.
- SessionTest::testSessionPersistenceOnLogin in core/modules/system/tests/src/Functional/Session/SessionTest.php
- Tests storing data in Session() object.
- SessionTest::testSessionSaveRegenerate in core/modules/system/tests/src/Functional/Session/SessionTest.php
- Tests for \Drupal\Core\Session\WriteSafeSessionHandler::setSessionWritable()
::isSessionWritable and \Drupal\Core\Session\SessionManager::regenerate().
- SessionTest::testSessionWrite in core/modules/system/tests/src/Functional/Session/SessionTest.php
- Tests that sessions are only saved when necessary.
- SevenLayoutBuilderTest::testContextualLinks in core/themes/seven/tests/src/Functional/SevenLayoutBuilderTest.php
- Tests the layout builder has expected contextual links with Seven.
- ShutdownFunctionsTest::testShutdownFunctions in core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php
- Tests shutdown functions.
- SiteNameTest::testSiteName in core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php
- Tests that the desired site name appears on the page after installation.
- SortingTest::testSorting in core/modules/views/tests/src/Functional/Wizard/SortingTest.php
- Tests the sorting functionality.
- StackSessionHandlerIntegrationTest::testRequest in core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php
- Tests a request.
- StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced in core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php
- Tests \Drupal\Core\Form\FormState::cleanValues().
- StateValuesCleanTest::testFormStateValuesClean in core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php
- Tests \Drupal\Core\Form\FormState::cleanValues().
- StatusExtraTest::testStatusExtra in core/modules/node/tests/src/Functional/Views/StatusExtraTest.php
- Tests the status extra filter.
- StatusTest::testStatusPage in core/modules/system/tests/src/Functional/System/StatusTest.php
- Tests that the status page returns.
- StorageTest::testCachedFormStorageValidation in core/modules/system/tests/src/Functional/Form/StorageTest.php
- Tests updating cached form storage during form validation.
- StorageTest::testForm in core/modules/system/tests/src/Functional/Form/StorageTest.php
- Tests using the form in a usual way.
- StorageTest::testFormCached in core/modules/system/tests/src/Functional/Form/StorageTest.php
- Tests using the form after calling $form_state->setCached().
- StorageTest::testImmutableForm in core/modules/system/tests/src/Functional/Form/StorageTest.php
- Verifies that form build-id is regenerated when loading an immutable form
from the cache.
- StorageTest::testImmutableFormLegacyProtection in core/modules/system/tests/src/Functional/Form/StorageTest.php
- Verify that existing contrib code cannot overwrite immutable form state.
- StorageTest::testValidation in core/modules/system/tests/src/Functional/Form/StorageTest.php
- Tests validation when form storage is used.
- StringFieldTest::_testTextfieldWidgets in core/modules/field/tests/src/Functional/String/StringFieldTest.php
- Helper function for testTextfieldWidgets().
- StyleSerializerTest::testFieldapiField in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
- Tests the field row style using fieldapi fields.
- StyleSerializerTest::testFieldRawOutput in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
- Tests the raw output options for row field rendering.
- StyleSerializerTest::testMulEntityRows in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
- Tests multilingual entity rows.
- StyleSerializerTest::testResponseFormatConfiguration in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
- Tests the response format configuration.
- StyleSerializerTest::testRestRenderCaching in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
- Tests REST export with views render caching enabled.
- StyleSerializerTest::testRestViewExposedFilter in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
- Tests the exposed filter works.
- StyleSerializerTest::testRestViewsAuthentication in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
- Checks that the auth options restricts access to a REST views display.
- StyleSerializerTest::testSerializerResponses in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
- Checks the behavior of the Serializer callback paths and row plugins.
- StyleSerializerTest::testSerializerViewsUI in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
- Tests the views interface for REST export displays.
- StyleSerializerTest::testSharedPagePath in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
- Verifies REST export views work on the same path as a page display.
- StyleSerializerTest::testSiteMaintenance in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
- Verifies site maintenance mode functionality.
- StyleSerializerTest::testUIFieldAlias in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
- Tests the field ID alias functionality of the DataFieldRow plugin.
- SystemAuthorizeTest::drupalGetAuthorizePHP in core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php
- Helper function to initialize authorize.php and load it via drupalGet().
- SystemConfigFormTest::testSystemConfigForm in core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php
- Tests the SystemConfigFormTestBase class.
- TableDragTest::assertKeyboardAccessibility in core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php
- Asserts accessibility through keyboard of a test draggable table.
- TableDragTest::testDragAndDrop in core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php
- Tests draggable table drag'n'drop.
- TableDragTest::testNestedDraggableTables in core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php
- Tests nested draggable tables through keyboard.
- TableDragTest::testRootLeafDraggableRowsWithKeyboard in core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php
- Tests the root and leaf behaviors for rows.
- TableDragTest::testRowWeightSwitch in core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php
- Tests row weight switch.
- TableDragTest::testTableDragChangedWarning in core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php
- Tests the warning that appears upon making changes to a tabledrag table.
- TaggedWithTest::testTaggedWith in core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php
- Tests the "tagged with" functionality.
- TaggedWithTest::testTaggedWithByNodeType in core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php
- Tests that the "tagged with" form element only shows for node types that support it.
- TaggedWithTest::testTaggedWithByViewReference in core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php
- Tests that "tagged with" works with views entity reference.
- TaxonomyDefaultArgumentTest::testTermTitleEscaping in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyDefaultArgumentTest.php
- Tests escaping of page title when the taxonomy plugin provides it.
- TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsField in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php
- Tests the "all terms" field handler.
- TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsWithTokens in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php
- Tests token replacement in the "all terms" field handler.
- TaxonomyFieldFilterTest::assertPageCounts in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php
- Asserts that the given taxonomy translation counts are correct.
- TaxonomyRelationshipTest::testTaxonomyRelationships in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyRelationshipTest.php
- Tests the taxonomy parent plugin UI.
- TaxonomyTermArgumentDepthTest::testTermWithDepthArgumentTitleEscaping in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentDepthTest.php
- Tests title escaping.
- TaxonomyTermViewTest::testTaxonomyTermView in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php
- Tests that the taxonomy term view is working properly.
- TaxonomyVocabularyArgumentTest::testTermWithVocabularyArgument in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php
- Tests the vocabulary argument handler.
- TermDisplayConfigurableTest::testDisplayConfigurable in core/modules/taxonomy/tests/src/Functional/Views/TermDisplayConfigurableTest.php
- Sets base fields to configurable display and check settings are respected.
- TextFieldTest::testRequiredLongTextWithFileUpload in core/modules/text/tests/src/Functional/TextFieldTest.php
- Tests required long text with file upload.
- TextFieldTest::_testTextfieldWidgetsFormatted in core/modules/text/tests/src/Functional/TextFieldTest.php
- Helper function for testTextfieldWidgetsFormatted().
- ThemeEarlyInitializationTest::testRequestListener in core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php
- Tests that the theme system can generate output in a request listener.
- ThemeInfoTest::testStylesheets in core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php
- Tests libraries-override.
- ThemeSuggestionsAlterTest::testExecutionOrder in core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
- Tests execution order of theme suggestion alter hooks.
- ThemeSuggestionsAlterTest::testGeneralSuggestionsAlter in core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
- Tests hook_theme_suggestions_alter().
- ThemeSuggestionsAlterTest::testSpecificSuggestionsAlter in core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
- Tests that theme suggestion alter hooks work for specific theme calls.
- ThemeSuggestionsAlterTest::testTemplateSuggestions in core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
- Tests that hooks to provide theme suggestions work.
- ThemeSuggestionsAlterTest::testTemplateSuggestionsAlter in core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
- Tests that theme suggestion alter hooks work for templates.
- ThemeTest::testClassLoading in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
- Tests theme can provide classes.
- ThemeTest::testCSSOverride in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
- Ensures a theme's .info.yml file is able to override a module CSS file from being added to the page.
- ThemeTest::testNegotiatorPriorities in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
- Tests the priority of some theme negotiators.
- ThemeTest::testPreprocessCallback in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
- Ensures that preprocess callbacks can be defined.
- ThemeTest::testPreprocessForSuggestions in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
- Ensures preprocess functions run even for suggestion implementations.
- ThemeTest::testPreprocessHtml in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
- Tests that the page variable is not prematurely flattened.
- ThemeTest::testRegionClass in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
- Tests that region attributes can be manipulated via preprocess functions.
- ThemeTest::testSuggestionPreprocessForDefaults in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
- Ensures suggestion preprocess functions run for default implementations.
- ThemeTest::testTemplateOverride in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
- Ensures a themes template is overridable based on the 'template' filename.
- ThemeTest::testThemeOnNonHtmlRequest in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
- Ensures that non-HTML requests never initialize themes.
- ThemeTokenTest::testThemeToken in core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php
- Tests if the 'theme_token' key of 'ajaxPageState' is computed.
- ThemeUiTest::testInstalledIncompatibleTheme in core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
- Tests that incompatible themes message is shown.
- ThemeUiTest::testInstallModuleWithIncompatibleDependencies in core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
- Tests installing a theme with incompatible module dependencies.
- ThemeUiTest::testInstallModuleWithMissingDependencies in core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
- Tests installing a theme with missing module dependencies.
- ThemeUiTest::testModulePermissions in core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
- Tests permissions for enabling themes depending on disabled modules.
- ThemeUiTest::testThemeInstallWithModuleDependencies in core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
- Tests installing a theme with module dependencies.
- ThemeUiTest::uninstallModules in core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
- Uninstalls modules via the admin UI.
- ThemeUiTest::uninstallTheme in core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
- Uninstalls a theme via the admin UI.
- ThrobberTest::testThemingThrobberElement in core/tests/Drupal/FunctionalJavascriptTests/Ajax/ThrobberTest.php
- Tests theming throbber element.
- TimestampAgoFormatterTest::testSettings in core/tests/Drupal/FunctionalTests/Datetime/TimestampAgoFormatterTest.php
- Tests the formatter settings.
- TimestampTest::testWidget in core/tests/Drupal/FunctionalTests/Datetime/TimestampTest.php
- Tests the "datetime_timestamp" widget.
- TokenReplaceWebTest::testTokens in core/modules/system/tests/src/Functional/System/TokenReplaceWebTest.php
- Tests a token replacement on an actual website.
- ToolkitSetupFormTest::testToolkitSetupForm in core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php
- Tests Image toolkit setup form.
- TranslationLinkTest::testTranslationLink in core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php
- Tests the content translation overview link field handler.
- TriggeringElementTest::testAttemptAccessControlBypass in core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php
- Tests attempts to bypass access control.
- TriggeringElementTest::testNoButtonInfoInPost in core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php
- Tests the triggering element when no button information is included.
- TrustedHostsTest::testFakeRequests in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
- Tests that fake requests have the proper host configured.
- TrustedHostsTest::testRequestBags in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
- Tests that the request bags have the correct classes.
- TrustedHostsTest::testShortcut in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
- Tests that shortcut module works together with host verification.
- TrustedHostsTest::testStatusPageWithConfiguration in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
- Tests that the status page shows the trusted patterns from settings.php.
- TrustedHostsTest::testStatusPageWithoutConfiguration in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
- Tests the status page behavior with no setting.
- TwigEnvironmentTest::testTwigEmbed in core/modules/system/tests/src/Functional/Theme/TwigEnvironmentTest.php
- Tests template class loading with Twig embed.
- TwigExtensionTest::testTwigExtensionFilter in core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php
- Tests that the Twig extension's filter produces expected output.
- TwigExtensionTest::testTwigExtensionFunction in core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php
- Tests that the Twig extension's function produces expected output.
- TwigRegistryLoaderTest::testTwigNamespaces in core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php
- Tests template extension and includes using the Drupal theme registry.
- TwigSettingsTest::testTwigCacheOverride in core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php
- Ensures Twig template cache setting can be overridden.
- TwigSettingsTest::testTwigInlineWithAutoReload in core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php
- Tests twig inline templates with auto_reload.
- TwigTransTest::installLanguages in core/modules/system/tests/src/Functional/Theme/TwigTransTest.php
- Helper function: install languages.
- TwigTransTest::testTwigTransTags in core/modules/system/tests/src/Functional/Theme/TwigTransTest.php
- Tests Twig "trans" tags.
- UncaughtExceptionTest::testErrorContainer in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
- Tests a container which has an error.
- UncaughtExceptionTest::testExceptionContainer in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
- Tests a container which has an exception really early.
- UncaughtExceptionTest::testLoggerException in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
- Tests fallback to PHP error log when an exception is thrown while logging.
- UncaughtExceptionTest::testLostDatabaseConnection in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
- Tests the case when the database connection is gone.
- UncaughtExceptionTest::testMissingDependency in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
- Tests a missing dependency on a service.
- UncaughtExceptionTest::testMissingDependencyCustomErrorHandler in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
- Tests a missing dependency on a service with a custom error handler.
- UncaughtExceptionTest::testUncaughtException in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
- Tests uncaught exception handling when system is in a bad state.
- UncaughtExceptionTest::testUncaughtExceptionCustomExceptionHandler in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
- Tests uncaught exception handling with custom exception handler.
- UncaughtExceptionTest::testUncaughtFatalError in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
- Tests displaying an uncaught fatal error.
- UninstallDefaultContentTest::assertImportedCustomBlock in core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php
- Assert block content are imported.
- UninstallTest::testFailedInstallStatus in core/modules/system/tests/src/Functional/Module/UninstallTest.php
- Tests that a module which fails to install can still be uninstalled.
- UninstallTest::testUninstallPage in core/modules/system/tests/src/Functional/Module/UninstallTest.php
- Tests the Uninstall page and Uninstall confirmation page.
- UpcastingTest::testEntityLanguage in core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
- Confirms entity is shown in user's language by default.
- UpcastingTest::testSameTypes in core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
- Confirms we can upcast to controller arguments of the same type.
- UpcastingTest::testUpcasting in core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
- Confirms that all parameters are converted as expected.
- UpdateCacheTest::testCaches in core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php
- Tests that caches are cleared during updates.
- UpdatePathLastRemovedTest::testLastRemovedVersion in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php
- Tests that a module with a too old schema version can not be updated.
- UpdatePathTestBaseFilledTest::testUpdatedSite in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php
- Tests that the content and configuration were properly updated.
- UpdatePathTestBaseTest::testDatabaseLoaded in core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php
- Tests that the database was properly loaded.
- UpdatePathTestBaseTest::testPathAliasProcessing in core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php
- Tests that path aliases are not processed during database updates.
- UpdatePathWithBrokenRoutingTest::testWithBrokenRouting in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathWithBrokenRoutingTest.php
- Tests running update.php with some form of broken routing.
- UpdatePostUpdateTest::testPostUpdate in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php
- Tests hook_post_update_NAME().
- UpdateSchemaTest::testUpdateHooks in core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php
- Tests that update hooks are properly run.
- UpdateScriptTest::assertErrorOnUpdate in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
- Asserts an error is shown on the update and status report pages.
- UpdateScriptTest::assertUpdateWithNoError in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
- Asserts a particular error is not shown on update and status report pages.
- UpdateScriptTest::enableExtension in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
- Enables an extension using the UI.
- UpdateScriptTest::runUpdates in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
- Helper function to run updates via the browser.
- UpdateScriptTest::testMaintenanceModeLink in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
- Tests maintenance mode link on update.php.
- UpdateScriptTest::testNoUpdateFunctionality in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
- Tests update.php when there are no updates to apply.
- UpdateScriptTest::testOrphanedSchemaEntries in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
- Tests that orphan schemas are handled properly.
- UpdateScriptTest::testRequirements in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
- Tests that requirements warnings and errors are correctly displayed.
- UpdateScriptTest::testSuccessfulMultilingualUpdateFunctionality in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
- Tests performing updates with update.php in a multilingual environment.
- UpdateScriptTest::testSuccessfulUpdateFunctionality in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
- Tests update.php after performing a successful update.
- UpdateScriptTest::testThemeSystem in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
- Tests the effect of using the update script on the theme system.
- UpdateScriptTest::testUpdateAccess in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
- Tests access to the update script.
- UpdatesWith7xTest::testWith7x in core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php
- UrlBubbleableMetadataBubblingTest::testUrlBubbleableMetadataBubbling in core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php
- Tests that URL bubbleable metadata is correctly bubbled.
- UrlTest::testActiveLinkAttributes in core/modules/system/tests/src/Functional/Common/UrlTest.php
- Tests the active class in links.
- UrlTest::testFormUrl in core/modules/system/tests/src/Functional/Form/UrlTest.php
- Tests that #type 'url' fields are properly validated and trimmed.
- UserChangedTest::testChangedField in core/modules/user/tests/src/Functional/Views/UserChangedTest.php
- Tests changed field.
- UserFieldsAccessChangeTest::testUserFieldAccess in core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php
- Tests if another module can change field access.
- UserFieldsAccessChangeTest::testUserNameLink in core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php
- Tests the user name formatter shows a link to the user when there is
access but not otherwise.
- UserHelpersTest::testDrupalUserIsLoggedIn in core/tests/Drupal/FunctionalTests/UserHelpersTest.php
- Tests BrowserTestBase::drupalUserIsLoggedIn().
- ValidationTest::testCustomRequiredError in core/modules/system/tests/src/Functional/Form/ValidationTest.php
- Tests #required with custom validation errors.
- ValidationTest::testDisabledToken in core/modules/system/tests/src/Functional/Form/ValidationTest.php
- Tests that a form with a disabled CSRF token can be validated.
- ValidationTest::testPatternValidation in core/modules/system/tests/src/Functional/Form/ValidationTest.php
- Tests #pattern validation.
- ValidationTest::testValidate in core/modules/system/tests/src/Functional/Form/ValidationTest.php
- Tests #element_validate and #validate.
- ValidationTest::testValidateLimitErrors in core/modules/system/tests/src/Functional/Form/ValidationTest.php
- Tests partial form validation through #limit_validation_errors.
- VersionTest::testModuleVersions in core/modules/system/tests/src/Functional/Module/VersionTest.php
- Tests version dependencies.
- WebAssertTest::testAddressEquals in core/tests/Drupal/FunctionalTests/WebAssertTest.php
- @covers ::addressEquals
- WebAssertTest::testAddressNotEqualsException in core/tests/Drupal/FunctionalTests/WebAssertTest.php
- @covers ::addressNotEquals
- WebAssertTest::testElementTextEquals in core/tests/Drupal/FunctionalTests/WebAssertTest.php
- @covers ::elementTextEquals
- WebAssertTest::testPageTextContainsOnce in core/tests/Drupal/FunctionalTests/WebAssertTest.php
- @covers ::pageTextContainsOnce
- WebAssertTest::testPageTextMatchesCount in core/tests/Drupal/FunctionalTests/WebAssertTest.php
- @covers ::pageTextMatchesCount
- WebAssertTest::testResponseHeaderDoesNotExist in core/tests/Drupal/FunctionalTests/WebAssertTest.php
- Tests WebAssert::responseHeaderDoesNotExist().
- WebAssertTest::testResponseHeaderExists in core/tests/Drupal/FunctionalTests/WebAssertTest.php
- Tests WebAssert::responseHeaderExists().
- WizardTest::testCommentWizard in core/modules/comment/tests/src/Functional/Views/WizardTest.php
- Tests adding a view of comments.
- WizardTest::testWizardFieldLength in core/modules/views_ui/tests/src/Functional/WizardTest.php
- Tests filling in the wizard with really long strings.