192 calls to UiHelperTrait::submitForm() in Drupal 10
- AccessDeniedTest::testAccessDenied in core/
modules/ system/ tests/ src/ Functional/ System/ AccessDeniedTest.php - 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.
- BasicTest::testViewsWizardAndListing in core/
modules/ views/ tests/ src/ Functional/ Wizard/ BasicTest.php - BasicTest::testWizardDefaultValues in core/
modules/ views/ tests/ src/ Functional/ Wizard/ BasicTest.php - Tests default plugin values are populated from the wizard form.
- BlockContentRedirectTest::testRedirectDestination in core/
modules/ block_content/ tests/ src/ Functional/ Views/ BlockContentRedirectTest.php - Tests the redirect destination when editing block content.
- BlockContentWizardTest::testViewAddBlockContent in core/
modules/ block_content/ tests/ src/ Functional/ Views/ BlockContentWizardTest.php - Tests creating a 'block_content' entity view.
- BookRelationshipTest::createBookNode in core/
modules/ book/ tests/ src/ Functional/ Views/ BookRelationshipTest.php - Creates a book node.
- BooleanFieldTest::testBooleanField in core/
modules/ field/ tests/ src/ Functional/ Boolean/ BooleanFieldTest.php - Tests boolean field.
- BooleanFieldTest::testFormAccess in core/
modules/ field/ tests/ src/ Functional/ Boolean/ BooleanFieldTest.php - Tests field access.
- BooleanFormatterSettingsTest::testBooleanFormatterSettings in core/
modules/ field/ tests/ src/ Functional/ Boolean/ BooleanFormatterSettingsTest.php - Tests the formatter settings page for the Boolean formatter.
- BooleanFormatterSettingsTest::testBooleanFormatterSettings in core/
modules/ field/ tests/ src/ FunctionalJavascript/ Boolean/ BooleanFormatterSettingsTest.php - Tests the formatter settings page for the Boolean formatter.
- BreadcrumbTest::testBreadCrumbs in core/
modules/ system/ tests/ src/ Functional/ Menu/ BreadcrumbTest.php - Tests breadcrumbs on node and administrative paths.
- BrowserTestBaseTest::testForm in core/
tests/ Drupal/ FunctionalTests/ BrowserTestBaseTest.php - Tests basic form functionality.
- BulkFormAccessTest::testNodeDeleteAccess in core/
modules/ node/ tests/ src/ Functional/ Views/ BulkFormAccessTest.php - Tests if nodes that may not be deleted, can not be deleted in bulk.
- BulkFormAccessTest::testNodeEditAccess in core/
modules/ node/ tests/ src/ Functional/ Views/ BulkFormAccessTest.php - Tests if nodes that may not be edited, can not be edited in bulk.
- BulkFormAccessTest::testUserDeleteAccess in core/
modules/ user/ tests/ src/ Functional/ Views/ BulkFormAccessTest.php - Tests if users that may not be deleted, can not be deleted in bulk.
- BulkFormAccessTest::testUserEditAccess in core/
modules/ user/ tests/ src/ Functional/ Views/ BulkFormAccessTest.php - Tests if users that may not be edited, can not be edited in bulk.
- BulkFormTest::testBulkDeletion in core/
modules/ node/ tests/ src/ Functional/ Views/ BulkFormTest.php - Tests multiple deletion.
- BulkFormTest::testBulkForm in core/
modules/ node/ tests/ src/ Functional/ Views/ BulkFormTest.php - Tests the node bulk form.
- BulkFormTest::testBulkForm in core/
modules/ user/ tests/ src/ Functional/ Views/ BulkFormTest.php - Tests the user bulk form.
- 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.
- ClassLoaderTest::testAutoloadFromModuleFile in core/
modules/ system/ tests/ src/ Functional/ Module/ ClassLoaderTest.php - Tests that .module files can use class constants in main section.
- ClassLoaderTest::testMultipleModules in core/
modules/ system/ tests/ src/ Functional/ Module/ ClassLoaderTest.php - Ensures the negative caches in the class loader don't result in crashes.
- CommentAdminTest::testApprovalAdminInterface in core/
modules/ comment/ tests/ src/ Functional/ Views/ CommentAdminTest.php - Tests comment approval functionality through admin/content/comment.
- CommentEditTest::testCommentEdit in core/
modules/ comment/ tests/ src/ Functional/ Views/ CommentEditTest.php - Tests comment label in admin view.
- 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 - ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::testCorrectUserInputMappingOnComplexFields in core/
tests/ Drupal/ FunctionalTests/ Entity/ ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php - Tests the correct user input mapping on complex fields.
- ContentEntityFormFieldValidationFilteringTest::testFieldWidgetsWithLimitedValidationErrors in core/
tests/ Drupal/ FunctionalTests/ Entity/ ContentEntityFormFieldValidationFilteringTest.php - Tests field widgets with #limit_validation_errors.
- CronRunTest::testAutomatedCron in core/
modules/ system/ tests/ src/ Functional/ System/ CronRunTest.php - Ensure that the automated cron run module is working.
- CronRunTest::testCronUI in core/
modules/ system/ tests/ src/ Functional/ System/ CronRunTest.php - Make sure the cron UI reads from the state storage.
- 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).
- 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::testModuleEnableOrder in core/
modules/ system/ tests/ src/ Functional/ Module/ DependencyTest.php - Tests that module dependencies are enabled in the correct order in the UI.
- DependencyTest::testNoVersionInfo in core/
modules/ system/ tests/ src/ Functional/ Module/ DependencyTest.php - Tests visiting admin/modules when a module outside of core has no version.
- DependencyTest::testProjectNamespaceForDependencies in core/
modules/ system/ tests/ src/ Functional/ Module/ DependencyTest.php - Checks functionality of project namespaces for dependencies.
- DependencyTest::testUninstallDependents in core/
modules/ system/ tests/ src/ Functional/ Module/ DependencyTest.php - Tests attempting to uninstall a module that has installed dependents.
- DisplayBlockTest::testBlockCategory in core/
modules/ block/ tests/ src/ Functional/ Views/ DisplayBlockTest.php - Tests default and custom block categories.
- DisplayBlockTest::testViewsBlockForm in core/
modules/ block/ tests/ src/ Functional/ Views/ DisplayBlockTest.php - Tests the block form for a Views block.
- DrupalDateTimeTest::testDateTimezone in core/
modules/ system/ tests/ src/ Functional/ Datetime/ DrupalDateTimeTest.php - Tests that DrupalDateTime can detect the right timezone to use.
- DrupalMessengerServiceTest::testDrupalMessengerService in core/
modules/ system/ tests/ src/ Functional/ Bootstrap/ DrupalMessengerServiceTest.php - Tests Messenger service.
- ElementsAccessTest::testAccessFalse in core/
modules/ system/ tests/ src/ Functional/ Form/ ElementsAccessTest.php - Ensures that child values are still processed when #access = FALSE.
- ElementsTableSelectTest::testMultipleFalseSubmit in core/
modules/ system/ tests/ src/ Functional/ Form/ ElementsTableSelectTest.php - Tests submission of values when #multiple is FALSE.
- ElementsTableSelectTest::testMultipleTrueSubmit in core/
modules/ system/ tests/ src/ Functional/ Form/ ElementsTableSelectTest.php - Tests the submission of single and multiple values when #multiple is TRUE.
- ElementsVerticalTabsTest::testDefaultTabCleaned in core/
modules/ system/ tests/ src/ Functional/ Form/ ElementsVerticalTabsTest.php - Ensures that vertical tab form values are cleaned.
- ElementTest::testFormElementErrors in core/
modules/ system/ tests/ src/ Functional/ Form/ ElementTest.php - Tests form element error messages.
- 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.
- 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.
- EntityFormTest::doTestFormCRUD in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityFormTest.php - Executes the form CRUD tests for the given entity type.
- EntityFormTest::doTestMultilingualFormCRUD in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityFormTest.php - Executes the multilingual form CRUD tests for the given entity type ID.
- EntityFormTest::testValidationHandlers in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityFormTest.php - Checks that validation handlers works as expected.
- EntityReferenceAdminTest::testFieldAdminHandler in core/
modules/ field/ tests/ src/ Functional/ EntityReference/ EntityReferenceAdminTest.php - Tests the Entity Reference Admin UI.
- EntityReferenceAdminTest::testFieldAdminHandler in core/
modules/ field/ tests/ src/ FunctionalJavascript/ EntityReference/ EntityReferenceAdminTest.php - Tests the Entity Reference Admin UI.
- EntityReferenceAdminTest::testMultipleTargetBundles in core/
modules/ field/ tests/ src/ Functional/ EntityReference/ EntityReferenceAdminTest.php - Tests field settings for an entity reference field when the field has multiple target bundles and is set to auto-create the target entity.
- EntityReferenceAutocompleteWidgetTest::testEntityReferenceAutocompleteWidget in core/
tests/ Drupal/ FunctionalJavascriptTests/ EntityReference/ EntityReferenceAutocompleteWidgetTest.php - Tests that the default autocomplete widget return the correct results.
- EntityReferenceAutoCreateTest::testAutoCreate in core/
modules/ field/ tests/ src/ Functional/ EntityReference/ EntityReferenceAutoCreateTest.php - Tests that the autocomplete input element appears and the creation of a new entity.
- EntityReferenceAutoCreateTest::testMultipleTargetBundles in core/
modules/ field/ tests/ src/ Functional/ EntityReference/ EntityReferenceAutoCreateTest.php - Tests if an entity reference field having multiple target bundles is storing the auto-created entity in the right destination.
- EntityReferenceAutoCreateTest::testNoBundles in core/
modules/ field/ tests/ src/ Functional/ EntityReference/ EntityReferenceAutoCreateTest.php - Tests autocreation for an entity that has no bundles.
- EntityReferenceFieldCreationTest::testAddReferenceFieldTargetingEntityTypeWithoutId in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityReferenceFieldCreationTest.php - Tests that entity reference fields cannot target entity types without IDs.
- EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultConfigValue in core/
modules/ field/ tests/ src/ Functional/ EntityReference/ EntityReferenceFieldDefaultValueTest.php - Tests that dependencies due to default values can be removed.
- EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultValue in core/
modules/ field/ tests/ src/ Functional/ EntityReference/ EntityReferenceFieldDefaultValueTest.php - Tests that default values are correctly translated to UUIDs in config.
- EntityReferenceFieldTranslatedReferenceViewTest::testEntityReferenceDisplay in core/
modules/ field/ tests/ src/ Functional/ EntityReference/ EntityReferenceFieldTranslatedReferenceViewTest.php - Tests if the entity is displayed in an entity reference field.
- EntityReferenceFileUploadTest::testFileUpload in core/
modules/ field/ tests/ src/ Functional/ EntityReference/ EntityReferenceFileUploadTest.php - Tests that the autocomplete input element does not cause ajax fatal.
- EntityReferenceIntegrationTest::testSupportedEntityTypesAndWidgets in core/
modules/ field/ tests/ src/ Functional/ EntityReference/ EntityReferenceIntegrationTest.php - Tests the entity reference field with all its supported field widgets.
- EntityReferenceXSSTest::testEntityReferenceXSS in core/
modules/ field/ tests/ src/ Functional/ EntityReference/ EntityReferenceXSSTest.php - Tests markup is escaped in the entity reference select and label formatter.
- EntityTestRevisionTest::testRevisionsViewWithNoTypeOnBaseTable in core/
modules/ views/ tests/ src/ Functional/ Wizard/ EntityTestRevisionTest.php - Tests creating a view of revisions where the type is not on the base table.
- EntityTranslationFormTest::testEntityFormLanguage in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityTranslationFormTest.php - Tests entity form language.
- ExperimentalThemeTest::testExperimentalConfirmForm in core/
modules/ system/ tests/ src/ Functional/ Theme/ ExperimentalThemeTest.php - Tests installing experimental themes and dependencies in the UI.
- 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.
- FilterDateTest::testExposedGroupedFilters in core/
modules/ datetime/ tests/ src/ Functional/ Views/ FilterDateTest.php - Tests exposed grouped filters.
- 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::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::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::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.
- FrontPageTest::testDrupalFrontPage in core/
modules/ system/ tests/ src/ Functional/ System/ FrontPageTest.php - Tests front page functionality.
- HandlerFilterUserNameTest::testAdminUserInterface in core/
modules/ user/ tests/ src/ Functional/ Views/ HandlerFilterUserNameTest.php - Tests using the user interface.
- HookRequirementsTest::testHookRequirementsFailure in core/
modules/ system/ tests/ src/ Functional/ Module/ HookRequirementsTest.php - Assert that a module cannot be installed if it fails hook_requirements().
- InstallerExistingConfigSyncDirectoryMultilingualTest::testConfigSync in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigSyncDirectoryMultilingualTest.php - Confirms that the installation installed the configuration correctly.
- InstallerExistingConfigTestBase::setUpProfile in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigTestBase.php - Installer step: Select installation profile.
- InstallerExistingDatabaseSettingsTest::setUpSettings in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingDatabaseSettingsTest.php - @todo The database settings form is not supposed to appear if settings.php contains a valid database connection already (but e.g. no config directories yet).
- InstallerNonDefaultDatabaseDriverTest::setUpSettings in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerNonDefaultDatabaseDriverTest.php - Installer step: Configure settings.
- InstallerTestBase::setUpLanguage in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTestBase.php - Installer step: Select language.
- InstallerTestBase::setUpProfile in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTestBase.php - Installer step: Select installation profile.
- InstallerTestBase::setUpSettings in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTestBase.php - Installer step: Configure settings.
- InstallerTestBase::setUpSite in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTestBase.php - Final installer step: Configure site.
- 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.
- InstallerTranslationTest::testInstaller in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTranslationTest.php - Verifies the expected behaviors of the installation result.
- 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.
- ItemsPerPageTest::testItemsPerPage in core/
modules/ views/ tests/ src/ Functional/ Wizard/ ItemsPerPageTest.php - Tests the number of items per page.
- LanguageSelectElementTest::testHiddenLanguageSelectElement in core/
modules/ system/ tests/ src/ Functional/ Form/ LanguageSelectElementTest.php - Tests the case when the language select elements should not be printed.
- MainContentFallbackTest::testMainContentFallback in core/
modules/ system/ tests/ src/ Functional/ System/ MainContentFallbackTest.php - Tests availability of main content: Drupal falls back to SimplePageVariant.
- MediaThumbnailFormatterTest::testRender in core/
modules/ media/ tests/ src/ Functional/ FieldFormatter/ MediaThumbnailFormatterTest.php - Tests the media thumbnail field formatter.
- 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::testModulesListFormStatusMessage in core/
modules/ system/ tests/ src/ Functional/ Form/ ModulesListFormWebTest.php - Tests the status message when enabling one or more modules.
- NodeRevisionWizardTest::testViewAdd in core/
modules/ node/ tests/ src/ Functional/ Views/ Wizard/ NodeRevisionWizardTest.php - Tests creating a node revision view.
- NodeWizardTest::testViewAddWithNodeTitles in core/
modules/ views/ tests/ src/ Functional/ Wizard/ NodeWizardTest.php - Tests creating a view with node titles.
- NoMultilingualReviewPageTest::testMigrateUpgradeReviewPage in core/
modules/ rdf/ tests/ src/ Functional/ Migrate/ NoMultilingualReviewPageTest.php - Tests that RDF is displayed in the will be upgraded list.
- NumberFieldTest::assertSetMinimumValue in core/
modules/ field/ tests/ src/ Functional/ Number/ NumberFieldTest.php - Helper function to set the minimum value of a field.
- NumberFieldTest::testNumberDecimalField in core/
modules/ field/ tests/ src/ Functional/ Number/ NumberFieldTest.php - Tests decimal field.
- NumberFieldTest::testNumberFloatField in core/
modules/ field/ tests/ src/ Functional/ Number/ NumberFieldTest.php - Tests float field.
- NumberFieldTest::testNumberFormatter in core/
modules/ field/ tests/ src/ FunctionalJavascript/ Number/ NumberFieldTest.php - Tests default formatter behavior.
- NumberFieldTest::testNumberIntegerField in core/
modules/ field/ tests/ src/ Functional/ Number/ NumberFieldTest.php - Tests integer field.
- PageNotFoundTest::testPageNotFound in core/
modules/ system/ tests/ src/ Functional/ System/ PageNotFoundTest.php - PagerTest::createViewAtPath in core/
modules/ views/ tests/ src/ Functional/ Wizard/ PagerTest.php - Create a simple View of nodes at a given path.
- 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.
- PrepareUninstallTest::testUninstall in core/
modules/ system/ tests/ src/ Functional/ Module/ PrepareUninstallTest.php - Tests that Node and Taxonomy can be uninstalled.
- ProcessingTest::testBatchForm in core/
modules/ system/ tests/ src/ Functional/ Batch/ ProcessingTest.php - Tests batches defined in a form submit handler.
- ProcessingTest::testBatchFormMultipleBatches in core/
modules/ system/ tests/ src/ Functional/ Batch/ ProcessingTest.php - Tests batches defined in different submit handlers on the same form.
- ProcessingTest::testBatchFormMultistep in core/
modules/ system/ tests/ src/ Functional/ Batch/ ProcessingTest.php - Tests batches defined in a multistep form.
- RebuildTest::testPreserveFormActionAfterAJAX in core/
modules/ system/ tests/ src/ FunctionalJavascript/ Form/ RebuildTest.php - Tests that a form's action is retained after an Ajax submission.
- RebuildTest::testRebuildPreservesValues in core/
modules/ system/ tests/ src/ Functional/ Form/ RebuildTest.php - Tests preservation of values.
- RedirectTest::testRedirect in core/
modules/ system/ tests/ src/ Functional/ Form/ RedirectTest.php - Tests form redirection.
- RedirectTest::testRedirectFromErrorPages in core/
modules/ system/ tests/ src/ Functional/ Form/ RedirectTest.php - Tests form redirection from 404/403 pages with the Block form.
- 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.
- RouteCachingLanguageTest::setUp in core/
tests/ Drupal/ FunctionalTests/ Routing/ RouteCachingLanguageTest.php - RouteCachingLanguageTest::testLinkTranslationWithAlias in core/
tests/ Drupal/ FunctionalTests/ Routing/ RouteCachingLanguageTest.php - Creates content with a link field pointing to an alias of another language.
- RouteCachingNonPathLanguageNegotiationTest::setUp in core/
tests/ Drupal/ FunctionalTests/ Routing/ RouteCachingNonPathLanguageNegotiationTest.php - SessionAuthenticationTest::testBasicAuthNoSession in core/
modules/ system/ tests/ src/ Functional/ Session/ SessionAuthenticationTest.php - Tests that a session is not started automatically by basic authentication.
- 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.
- SortingTest::testSorting in core/
modules/ views/ tests/ src/ Functional/ Wizard/ SortingTest.php - Tests the sorting functionality.
- StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced in core/
modules/ system/ tests/ src/ Functional/ Form/ StateValuesCleanAdvancedTest.php - Tests \Drupal\Core\Form\FormState::cleanValues().
- StateValuesCleanTest::testFormStateValuesClean in core/
modules/ system/ tests/ src/ Functional/ Form/ StateValuesCleanTest.php - Tests \Drupal\Core\Form\FormState::cleanValues().
- 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::testValidation in core/
modules/ system/ tests/ src/ Functional/ Form/ StorageTest.php - Tests validation when form storage is used.
- StringFieldTest::_testTextfieldWidgets in core/
modules/ field/ tests/ src/ Functional/ String/ StringFieldTest.php - Helper function for testTextfieldWidgets().
- StyleSerializerTest::testFieldapiField in core/
modules/ rest/ tests/ src/ Functional/ Views/ StyleSerializerTest.php - Tests the field row style using fieldapi fields.
- StyleSerializerTest::testFieldRawOutput in core/
modules/ rest/ tests/ src/ Functional/ Views/ StyleSerializerTest.php - Tests the raw output options for row field rendering.
- StyleSerializerTest::testResponseFormatConfiguration in core/
modules/ rest/ tests/ src/ Functional/ Views/ StyleSerializerTest.php - Tests the response format configuration.
- StyleSerializerTest::testSerializerViewsUI in core/
modules/ rest/ tests/ src/ Functional/ Views/ StyleSerializerTest.php - Tests the views interface for REST export displays.
- StyleSerializerTest::testUIFieldAlias in core/
modules/ rest/ tests/ src/ Functional/ Views/ StyleSerializerTest.php - Tests the field ID alias functionality of the DataFieldRow plugin.
- 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.
- 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::testExposedUnpublishedFilterOptions in core/
modules/ taxonomy/ tests/ src/ Functional/ Views/ TaxonomyIndexTidUiTest.php - Tests that an exposed taxonomy filter doesn't show unpublished terms.
- TaxonomyTermViewTest::testTaxonomyTermView in core/
modules/ taxonomy/ tests/ src/ Functional/ Views/ TaxonomyTermViewTest.php - Tests that the taxonomy term view is working properly.
- 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().
- 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.
- 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.
- ToolkitSetupFormTest::testToolkitSetupForm in core/
tests/ Drupal/ FunctionalTests/ Image/ ToolkitSetupFormTest.php - Tests Image toolkit setup form.
- TwigTransTest::installLanguages in core/
modules/ system/ tests/ src/ Functional/ Theme/ TwigTransTest.php - Helper function: install languages.
- 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.
- UpdatePathTestBaseFilledTest::testUpdatedSite in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePathTestBaseFilledTest.php - Tests that the content and configuration were properly updated.
- UpdateScriptTest::enableExtension in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Enables an extension using the UI.
- Upgrade7Test::testUpgrade in core/
modules/ rdf/ tests/ src/ Functional/ Migrate/ Upgrade7Test.php - Executes all steps of migrations upgrade.
- UrlTest::testFormUrl in core/
modules/ system/ tests/ src/ Functional/ Form/ UrlTest.php - Tests that #type 'url' fields are properly validated and trimmed.
- 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.
- 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.