You are here
562 calls to UiHelperTrait::assertSession() 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.
- 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.
- 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
- 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.
- 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.
- 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.
- BrowserTestBase::getOptions in core/tests/Drupal/Tests/BrowserTestBase.php
- Helper function to get the options of select field.
- BrowserTestBase::xpath in core/tests/Drupal/Tests/BrowserTestBase.php
- Performs an xpath search on the contents of the internal browser.
- BrowserTestBaseTest::testCheckForMetaRefresh in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests the ::checkForMetaRefresh() method.
- BrowserTestBaseTest::testCronRun in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests the ::cronRun() method.
- BrowserTestBaseTest::testDrupalGet in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
- Tests drupalGet().
- 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.
- 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::testBulkDeletion in core/modules/node/tests/src/Functional/Views/BulkFormTest.php
- Tests multiple deletion.
- 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.
- 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.
- 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.
- ClassyTest::testRegressionMissingMessagesCss in core/tests/Drupal/FunctionalTests/Theme/ClassyTest.php
- Tests that the Classy theme always adds its message CSS.
- 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.
- CommentOperationsTest::testCommentOperations in core/modules/comment/tests/src/Functional/Views/CommentOperationsTest.php
- Tests the operations field plugin.
- 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::assertContactLinks in core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php
- Asserts whether certain users contact links appear on the page.
- 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.
- 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.
- ContentTranslationViewsUITest::testViewsUI in core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php
- Tests the views 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.
- 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.
- 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
- 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::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.
- 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::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.
- DistributionProfileExistingSettingsTest::setUpLanguage in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php
- Installer step: Select language.
- DistributionProfileExistingSettingsTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php
- Confirms that the installation succeeded.
- DistributionProfileTest::setUpLanguage in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php
- Installer step: Select language.
- DistributionProfileTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php
- Confirms that the installation succeeded.
- DistributionProfileTranslationQueryTest::setUpSettings in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php
- Installer step: Configure settings.
- DistributionProfileTranslationQueryTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php
- Confirms that the installation succeeded.
- DistributionProfileTranslationTest::setUpSettings in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php
- Installer step: Configure settings.
- DistributionProfileTranslationTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php
- Confirms that the installation succeeded.
- 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.
- 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::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::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::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::testWrapperIds in core/modules/system/tests/src/Functional/Form/ElementTest.php
- Tests wrapper ids for checkboxes and radios.
- 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::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().
- 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::assertFieldSelectOptions in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php
- Checks if a select element contains the specified options.
- EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php
- Tests the Entity Reference Admin UI.
- 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.
- 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.
- EntityReferenceFieldCreationTest::testAddReferenceFieldTargetingEntityTypeWithoutId in core/modules/system/tests/src/Functional/Entity/EntityReferenceFieldCreationTest.php
- Tests that entity reference fields cannot target entity types without IDs.
- 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.
- 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.
- 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.
- EntityWithUriCacheTagsTestBase::testEntityUri in core/modules/system/tests/src/Functional/Entity/EntityWithUriCacheTagsTestBase.php
- Tests cache tags presence and invalidation of the entity at its URI.
- ErrorHandlerTest::assertErrorMessage in core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php
- Helper function: assert that the error message is found.
- ErrorHandlerTest::assertNoErrorMessage in core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php
- Helper function: assert that the error message is not found.
- ErrorHandlerTest::assertNoMessages in core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php
- Asserts that no messages are printed onto the page.
- 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.
- ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest::testExistingDrupal8StyleDatabaseConnectionInSettingsPhp in core/tests/Drupal/FunctionalTests/ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest.php
- Confirms that the site works with Drupal 8 style database connection array.
- 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.
- 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
- 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.
- FormatDateTest::testAdminDefinedFormatDate in core/modules/system/tests/src/Functional/Common/FormatDateTest.php
- Tests admin-defined formats in DateFormatterInterface::format().
- FormObjectTest::testObjectFormCallback in core/modules/system/tests/src/Functional/Form/FormObjectTest.php
- Tests using an object as the form callback.
- FormStoragePageCacheTest::getFormBuildId in core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php
- Return the build id of the current form.
- 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.
- 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.
- 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::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::assertTeapotHeaders in core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php
- Helper function to make assertions about added HTTP headers.
- 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.
- InstallerConfigDirectorySetNoDirectoryErrorTest::testError in core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php
- Verifies that installation failed.
- InstallerConfigDirectorySetNoDirectoryTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php
- Verifies that installation succeeded.
- InstallerDatabaseErrorMessagesTest::testSetUpSettingsErrorMessage in core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php
- Verifies that the error message in the settings step is correct.
- InstallerEmptySettingsTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerEmptySettingsTest.php
- Verifies that installation succeeded.
- InstallerExistingBrokenDatabaseSettingsTest::testRequirementsProblem in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php
- Tests the expected requirements problem.
- InstallerExistingConfigDirectoryTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php
- Verifies that installation succeeded.
- InstallerExistingConfigNoConfigTest::testConfigSync in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoConfigTest.php
- Tests that profiles with an empty config/sync directory do not work.
- InstallerExistingConfigNoSystemSiteTest::testConfigSync in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoSystemSiteTest.php
- Tests that profiles with no system.site do not work.
- InstallerExistingConfigProfileHookInstall::testConfigSync in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php
- Confirms the installation has failed and the expected error is displayed.
- InstallerExistingConfigSyncDirectoryMultilingualTest::setUpProfile in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php
- Installer step: Select installation profile.
- InstallerExistingConfigSyncDirectoryMultilingualTest::testConfigSync in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php
- Confirms that the installation installed the configuration correctly.
- InstallerExistingConfigSyncDirectoryProfileHookInstall::testConfigSync in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php
- Tests installing from config is not available due to hook_INSTALL().
- InstallerExistingConfigSyncDirectoryProfileMismatchTest::testConfigSync in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php
- Tests that profile mismatch fails to install.
- InstallerExistingDatabaseSettingsTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php
- Verifies that installation succeeded.
- InstallerExistingInstallationTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingInstallationTest.php
- Verifies that Drupal can't be reinstalled while an existing installation is
available.
- InstallerExistingSettingsNoProfileTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php
- Verifies that installation succeeded.
- InstallerExistingSettingsTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php
- Verifies that installation succeeded.
- InstallerExistingSettingsTest::visitInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php
- Visits the interactive installer.
- InstallerLanguageDirectionTest::setUpLanguage in core/tests/Drupal/FunctionalTests/Installer/InstallerLanguageDirectionTest.php
- Installer step: Select language.
- InstallerLanguageDirectionTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/InstallerLanguageDirectionTest.php
- Confirms that the installation succeeded.
- InstallerLanguagePageTest::setUpLanguage in core/tests/Drupal/FunctionalTests/Installer/InstallerLanguagePageTest.php
- Installer step: Select language.
- InstallerLanguagePageTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/InstallerLanguagePageTest.php
- Confirms that the installation succeeded.
- InstallerNonDefaultDatabaseDriverTest::setUpSettings in core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php
- Installer step: Configure settings.
- InstallerNonDefaultDatabaseDriverTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php
- Confirms that the installation succeeded.
- InstallerNonEnglishProfileWithoutLocaleModuleTest::testNonEnglishProfileWithoutLocaleModule in core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php
- Tests installing a profile with non-English language and no locale module.
- InstallerPostInstallTest::testVisitInstallerPostInstall in core/tests/Drupal/FunctionalTests/Installer/InstallerPostInstallTest.php
- Confirms that visiting the installer does not break things post-install.
- InstallerProfileRequirementsTest::testHookRequirementsFailure in core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php
- Assert that the profile failed hook_requirements().
- InstallerRouterTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/InstallerRouterTest.php
- Confirms that the installation succeeded.
- InstallerSiteConfigProfileTest::setUpSite in core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php
- Final installer step: Configure site.
- InstallerSkipPermissionHardeningTest::setUpSite in core/tests/Drupal/FunctionalTests/Installer/InstallerSkipPermissionHardeningTest.php
- Final installer step: Configure site.
- InstallerSkipPermissionHardeningTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/InstallerSkipPermissionHardeningTest.php
- Verifies the expected behaviors of the installation result.
- InstallerTest::setUpLanguage in core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php
- Installer step: Select language.
- InstallerTest::setUpProfile in core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php
- Installer step: Select installation profile.
- InstallerTest::setUpSettings in core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php
- Installer step: Configure settings.
- InstallerTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php
- Confirms that the installation succeeded.
- InstallerTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php
- Ensures that the user page is available after installation.
- InstallerTest::visitInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php
- Visits the interactive installer.
- InstallerTranslationExistingFileTest::testInstall in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php
- Ensures language selection has not failed.
- 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::setUpLanguage in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php
- Installer step: Select language.
- InstallerTranslationTest::setUpSettings in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php
- Installer step: Configure settings.
- 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.
- 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.
- 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.
- LanguageSelectElementTest::_testLanguageSelectElementOptions in core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php
- Helper function to check the options of a language select form element.
- 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::assertLocalAction in core/modules/system/tests/src/Functional/Menu/LocalActionTest.php
- Asserts local actions in the page output.
- LocalActionTest::testLocalAction in core/modules/system/tests/src/Functional/Menu/LocalActionTest.php
- Tests appearance of local actions.
- LocalTasksTest::assertLocalTaskAppears in core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php
- Ensures that some local task appears.
- 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.
- 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.
- 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.
- MultipleDistributionsProfileTest::setUpLanguage in core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php
- Installer step: Select language.
- MultipleDistributionsProfileTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php
- Confirms that the installation succeeded.
- 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.
- 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.
- NodeViewsAnalyzeTest::testNodeViewsAnalyze in core/modules/node/tests/src/Functional/Views/NodeViewsAnalyzeTest.php
- Tests the implementation of node_views_analyze().
- NoJavaScriptAnonymousTest::assertNoJavaScript in core/modules/system/tests/src/Functional/Common/NoJavaScriptAnonymousTest.php
- Passes if no JavaScript is found on the page.
- NoMultilingualReviewPageTest::testMigrateUpgradeReviewPage in core/modules/rdf/tests/src/Functional/Migrate/NoMultilingualReviewPageTest.php
- Tests that RDF is displayed in the will be upgraded list.
- 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::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.
- 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::testActiveClass in core/modules/system/tests/src/Functional/Pager/PagerTest.php
- Tests markup and CSS classes of pager links.
- 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::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.
- 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::assertBatchMessages in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
- Triggers a pass if the texts were found in order in the raw content.
- 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.
- RebuildScriptTest::testRebuild in core/modules/system/tests/src/Functional/UpdateSystem/RebuildScriptTest.php
- Tests redirect in rebuild.php.
- 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.
- ReviewPageTest::testMigrateUpgradeReviewPage in core/modules/tracker/tests/src/Functional/Migrate/ReviewPageTest.php
- Tests the review page.
- 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::testLinkTranslationWithAlias in core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php
- Creates content with a link field pointing to an alias of another language.
- 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.
- 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.
- SelectTableSortDefaultTest::testTableSortDefaultSort in core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php
- Confirms that tableselect is rendered without error.
- 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::testBasicAuthSession in core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php
- Tests if a session can be initiated through 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::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::assertSessionEmpty in core/modules/system/tests/src/Functional/Session/SessionTest.php
- Assert whether $_SESSION is empty at the beginning of the request.
- 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::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().
- 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.
- SingleVisibleProfileTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php
- Confirms that the installation succeeded.
- 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.
- StandardInstallerTest::setUpSite in core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php
- Final installer step: Configure site.
- StandardInstallerTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php
- Ensures that the user page is available after installation.
- StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced in core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.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::testFieldRawOutput in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
- Tests the raw output options for row field rendering.
- 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::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::testFileTransferHooks in core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php
- Tests the FileTransfer hooks.
- SystemConfigFormTest::testSystemConfigForm in core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php
- Tests the SystemConfigFormTestBase class.
- 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.
- TaxonomyIndexTidUiTest::testExposedFilter in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php
- Tests exposed taxonomy filters.
- TaxonomyIndexTidUiTest::testExposedGroupedFilter in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php
- Tests exposed grouped taxonomy filters.
- TaxonomyIndexTidUiTest::testFilterUI in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php
- Tests the filter UI.
- TaxonomyParentUITest::testTaxonomyParentUI in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php
- Tests the taxonomy parent plugin UI.
- 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.
- 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::testTemplateOverride in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
- Ensures a themes template is overridable based on the 'template' filename.
- ThemeUiTest::testInstalledIncompatibleTheme in core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
- Tests that incompatible themes message is shown.
- 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.
- ThemeUpdateTest::doSelectionTest in core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php
- Tests the selection page.
- ThemeUpdateTest::testThemeUpdates in core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php
- Ensures preprocess functions run even for suggestion implementations.
- 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.
- 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::testTwigInlineWithAutoReload in core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php
- Tests twig inline templates with auto_reload.
- TwigTransTest::assertTwigTransTags in core/modules/system/tests/src/Functional/Theme/TwigTransTest.php
- Asserts Twig trans tags.
- TwigTransTest::installLanguages in core/modules/system/tests/src/Functional/Theme/TwigTransTest.php
- Helper function: install languages.
- 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.
- 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.
- UpdatePostUpdateFailingTest::doSelectionTest in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php
- Tests the selection page.
- UpdatePostUpdateTest::doSelectionTest in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php
- Tests the selection page.
- 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::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::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
- Upgrade7Test::testUpgrade in core/modules/rdf/tests/src/Functional/Migrate/Upgrade7Test.php
- Executes all steps of migrations upgrade.
- 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.
- 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.