679 calls to AssertLegacyTrait::assertText()
- 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.
- AddFeedTest::testAddFeed in core/
modules/ aggregator/ tests/ src/ Functional/ AddFeedTest.php - Creates and ensures that a feed is unique, checks source, and deletes feed.
- AddFeedTest::testAddLongFeed in core/
modules/ aggregator/ tests/ src/ Functional/ AddFeedTest.php - Tests feeds with very long URLs.
- AdminTest::testAdminPages in core/
modules/ system/ tests/ src/ Functional/ System/ AdminTest.php - Tests output on administrative listing pages.
- AggregatorAdminTest::testSettingsPage in core/
modules/ aggregator/ tests/ src/ Functional/ AggregatorAdminTest.php - Tests the settings form to ensure the correct default values are used.
- AggregatorRenderingTest::testBlockLinks in core/
modules/ aggregator/ tests/ src/ Functional/ AggregatorRenderingTest.php - Adds a feed block to the page and checks its links.
- AggregatorTestBase::createFeed in core/
modules/ aggregator/ tests/ src/ Functional/ AggregatorTestBase.php - Creates an aggregator feed.
- 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.
- AreaTest::testRenderAreaToken in core/
modules/ views/ tests/ src/ Functional/ Handler/ AreaTest.php - Tests global tokens.
- AreaTest::testTitleArea in core/
modules/ views/ tests/ src/ Functional/ Handler/ AreaTest.php - Tests overriding the view title using the area title handler.
- AreaTest::testUI in core/
modules/ views/ tests/ src/ Functional/ Handler/ AreaTest.php - Tests the generic UI of a area handler.
- BaseFieldAccessTest::testProtectedField in core/
modules/ views/ tests/ src/ Functional/ Entity/ BaseFieldAccessTest.php - Test access to protected base fields.
- BasicAuthTest::testBasicAuth in core/
modules/ basic_auth/ tests/ src/ Functional/ BasicAuthTest.php - Test http basic authentication.
- BasicAuthTest::testLocale in core/
modules/ basic_auth/ tests/ src/ Functional/ BasicAuthTest.php - Tests compatibility with locale/UI translation.
- BasicAuthTest::testUnauthorizedErrorMessage in core/
modules/ basic_auth/ tests/ src/ Functional/ BasicAuthTest.php - Tests if a comprehensive message is displayed when the route is denied.
- BasicTest::testViewsWizardAndListing in core/
modules/ views/ tests/ src/ Functional/ Wizard/ BasicTest.php - BlockCacheTest::testCachePermissions in core/
modules/ block/ tests/ src/ Functional/ BlockCacheTest.php - Test a cacheable block without any additional cache context.
- BlockCacheTest::testCachePerPage in core/
modules/ block/ tests/ src/ Functional/ BlockCacheTest.php - Test "url" cache context.
- BlockCacheTest::testCachePerRole in core/
modules/ block/ tests/ src/ Functional/ BlockCacheTest.php - Test "user.roles" cache context.
- BlockCacheTest::testCachePerUser in core/
modules/ block/ tests/ src/ Functional/ BlockCacheTest.php - Test "user" cache context.
- BlockCacheTest::testNoCache in core/
modules/ block/ tests/ src/ Functional/ BlockCacheTest.php - Test non-cacheable block.
- BlockConditionMissingSchemaUpdateTest::testUpdateHookN in core/
modules/ block/ tests/ src/ Functional/ Update/ BlockConditionMissingSchemaUpdateTest.php - Tests that block context mapping is updated properly.
- BlockContentCreationTest::testBlockDelete in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentCreationTest.php - Test deleting a block.
- BlockContentListTest::testListing in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentListTest.php - Tests the custom block listing page.
- BlockContentListViewsTest::testListing in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentListViewsTest.php - Tests the custom block listing page.
- BlockContentRedirectTest::testRedirectDestination in core/
modules/ block_content/ tests/ src/ Functional/ Views/ BlockContentRedirectTest.php - Tests the redirect destination when editing block content.
- BlockContentTypeTest::testBlockContentTypeCreation in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentTypeTest.php - Tests creating a block type programmatically and via a form.
- BlockContentTypeTest::testBlockContentTypeDeletion in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentTypeTest.php - Tests deleting a block type that still has content.
- BlockFormInBlockTest::testCachePerPage in core/
modules/ block/ tests/ src/ Functional/ BlockFormInBlockTest.php - Test to see if form in block's redirect isn't cached.
- BlockFormInBlockTest::testPlaceholders in core/
modules/ block/ tests/ src/ Functional/ BlockFormInBlockTest.php - Test the actual placeholders
- BlockHiddenRegionTest::testBlockNotInHiddenRegion in core/
modules/ block/ tests/ src/ Functional/ BlockHiddenRegionTest.php - Tests that hidden regions do not inherit blocks when a theme is installed.
- BlockInstallTest::testCacheTagInvalidationUponInstallation in core/
modules/ block/ tests/ src/ Functional/ BlockInstallTest.php - BlockLanguageCacheTest::testBlockLinks in core/
modules/ block/ tests/ src/ Functional/ BlockLanguageCacheTest.php - Creates a block in a language, check blocks page in all languages.
- BlockLanguageTest::setUp in core/
modules/ block/ tests/ src/ Functional/ BlockLanguageTest.php - BlockLanguageTest::testLanguageBlockVisibility in core/
modules/ block/ tests/ src/ Functional/ BlockLanguageTest.php - Tests the visibility settings for the blocks based on language.
- BlockLanguageTest::testMultipleLanguageTypes in core/
modules/ block/ tests/ src/ Functional/ BlockLanguageTest.php - Tests block language visibility with different language types.
- BlockTest::moveBlockToRegion in core/
modules/ block/ tests/ src/ Functional/ BlockTest.php - Moves a block to a given region via the UI and confirms the result.
- BlockTest::testBlock in core/
modules/ block/ tests/ src/ Functional/ BlockTest.php - Test configuring and moving a module-define block to specific regions.
- BlockTest::testBlockAccess in core/
modules/ block/ tests/ src/ Functional/ BlockTest.php - Tests the block access.
- BlockTest::testBlockThemeSelector in core/
modules/ block/ tests/ src/ Functional/ BlockTest.php - Tests that the block form has a theme selector when not passed via the URL.
- BlockTest::testBlockVisibility in core/
modules/ block/ tests/ src/ Functional/ BlockTest.php - Tests block visibility.
- BlockTest::testBlockVisibilityListedEmpty in core/
modules/ block/ tests/ src/ Functional/ BlockTest.php - Test block visibility when leaving "pages" textarea empty.
- BlockTest::testHideBlockTitle in core/
modules/ block/ tests/ src/ Functional/ BlockTest.php - Test block title display settings.
- BlockTest::testThemeAdminLink in core/
modules/ block/ tests/ src/ Functional/ BlockTest.php - Tests that a link exists to block layout from the appearance form.
- BlockTest::testUninstallTheme in core/
modules/ block/ tests/ src/ Functional/ BlockTest.php - Tests that uninstalling a theme removes its block configuration.
- BlockUiTest::testContextAwareBlocks in core/
modules/ block/ tests/ src/ Functional/ BlockUiTest.php - Tests the behavior of context-aware blocks.
- BlockUiTest::testMachineNameSuggestion in core/
modules/ block/ tests/ src/ Functional/ BlockUiTest.php - Tests that the BlockForm populates machine name correctly.
- BookTest::testAdminBookListing in core/
modules/ book/ tests/ src/ Functional/ BookTest.php - Tests the administrative listing of all books.
- BookTest::testAdminBookNodeListing in core/
modules/ book/ tests/ src/ Functional/ BookTest.php - Tests the administrative listing of all book pages in a book.
- BookTest::testBookDelete in core/
modules/ book/ tests/ src/ Functional/ BookTest.php - Tests the access for deleting top-level book nodes.
- BookTest::testBookExport in core/
modules/ book/ tests/ src/ Functional/ BookTest.php - Tests book export ("printer-friendly version") functionality.
- BookTest::testBookListing in core/
modules/ book/ tests/ src/ Functional/ BookTest.php - Tests the listing of all books.
- BookTest::testBookNavigationBlock in core/
modules/ book/ tests/ src/ Functional/ BookTest.php - Tests the functionality of the book navigation block.
- BookTest::testBookNavigationBlockOnUnpublishedBook in core/
modules/ book/ tests/ src/ Functional/ BookTest.php - Tests the book navigation block when book is unpublished.
- BookTest::testEmptyBook in core/
modules/ book/ tests/ src/ Functional/ BookTest.php - Tests saving the book outline on an empty book.
- BookTest::testNavigationBlockOnAccessModuleInstalled in core/
modules/ book/ tests/ src/ Functional/ BookTest.php - Tests the book navigation block when an access module is installed.
- 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 - Test field access.
- BrowserTestBaseTest::testTextAsserts in core/
tests/ Drupal/ FunctionalTests/ BrowserTestBaseTest.php - Tests legacy text asserts.
- BulkFormTest::testBulkDeletion in core/
modules/ node/ tests/ src/ Functional/ Views/ BulkFormTest.php - Test multiple deletion.
- BulkFormTest::testBulkForm in core/
modules/ views/ tests/ src/ Functional/ BulkFormTest.php - Tests the bulk form.
- BulkFormTest::testBulkForm in core/
modules/ user/ tests/ src/ Functional/ Views/ BulkFormTest.php - Tests the user bulk form.
- CacheabilityMetadataConfigOverrideIntegrationTest::testConfigOverride in core/
modules/ config/ tests/ src/ Functional/ CacheabilityMetadataConfigOverrideIntegrationTest.php - Tests if config overrides correctly set cacheability metadata.
- CachedDataUITest::testCacheData in core/
modules/ views_ui/ tests/ src/ Functional/ CachedDataUITest.php - Tests the shared tempstore views data in the UI.
- CKEditorAdminTest::testExistingFormat in core/
modules/ ckeditor/ tests/ src/ Functional/ CKEditorAdminTest.php - Tests configuring a text editor for an existing text format.
- ClaroTest::testIsUninstallable in core/
tests/ Drupal/ FunctionalTests/ Theme/ ClaroTest.php - Tests that the Claro theme can be uninstalled, despite being experimental.
- 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.
- ColorSafePreviewTest::testColorPreview in core/
modules/ color/ tests/ src/ Functional/ ColorSafePreviewTest.php - Ensures color preview.html is sanitized.
- ColorTest::testValidColor in core/
modules/ color/ tests/ src/ Functional/ ColorTest.php - Tests whether the provided color is valid.
- CommentAdminTest::testApprovalAdminInterface in core/
modules/ comment/ tests/ src/ Functional/ CommentAdminTest.php - Test comment approval functionality through admin/content/comment.
- CommentAdminTest::testApprovalAdminInterface in core/
modules/ comment/ tests/ src/ Functional/ Views/ CommentAdminTest.php - Test comment approval functionality through admin/content/comment.
- CommentAdminTest::testApprovalNodeInterface in core/
modules/ comment/ tests/ src/ Functional/ CommentAdminTest.php - Tests comment approval functionality through the node interface.
- CommentAdminTest::testCommentAdmin in core/
modules/ comment/ tests/ src/ Functional/ CommentAdminTest.php - Tests comment bundle admin.
- CommentAdminTest::testCommentedEntityLabel in core/
modules/ comment/ tests/ src/ Functional/ Views/ CommentAdminTest.php - Tests commented entity label of admin view.
- CommentAdminTest::testCommentedTranslationDeletion in core/
modules/ comment/ tests/ src/ Functional/ CommentAdminTest.php - Tests commented translation deletion admin view.
- CommentAdminViewUpdateTest::testCommentAdminPostUpdateHook in core/
modules/ comment/ tests/ src/ Functional/ Update/ CommentAdminViewUpdateTest.php - Tests that comment admin view is enabled after update.
- CommentAnonymousTest::testAnonymous in core/
modules/ comment/ tests/ src/ Functional/ CommentAnonymousTest.php - Tests anonymous comment functionality.
- CommentBlockTest::testRecentCommentBlock in core/
modules/ comment/ tests/ src/ Functional/ CommentBlockTest.php - Tests the recent comments block.
- CommentBookTest::testBookCommentPrint in core/
modules/ comment/ tests/ src/ Functional/ CommentBookTest.php - Tests comments in book export.
- CommentCacheTagsTest::testCommentEntity in core/
modules/ comment/ tests/ src/ Functional/ CommentCacheTagsTest.php - Test that comments correctly invalidate the cache tag of their host entity.
- CommentEditTest::testCommentEdit in core/
modules/ comment/ tests/ src/ Functional/ Views/ CommentEditTest.php - Tests comment label in admin view.
- CommentFieldsTest::testCommentFieldCreate in core/
modules/ comment/ tests/ src/ Functional/ CommentFieldsTest.php - Tests creating a comment field through the interface.
- CommentInterfaceTest::testCommentInterface in core/
modules/ comment/ tests/ src/ Functional/ CommentInterfaceTest.php - Tests the comment interface.
- CommentLinksTest::testCommentLinks in core/
modules/ comment/ tests/ src/ Functional/ CommentLinksTest.php - Tests that comment links are output and can be hidden.
- CommentNodeAccessTest::testThreadedCommentView in core/
modules/ comment/ tests/ src/ Functional/ CommentNodeAccessTest.php - Test that threaded comments can be viewed.
- CommentNonNodeTest::performCommentOperation in core/
modules/ comment/ tests/ src/ Functional/ CommentNonNodeTest.php - Performs the specified operation on the specified comment.
- CommentNonNodeTest::postComment in core/
modules/ comment/ tests/ src/ Functional/ CommentNonNodeTest.php - Posts a comment.
- CommentNonNodeTest::testCommentFunctionality in core/
modules/ comment/ tests/ src/ Functional/ CommentNonNodeTest.php - Tests anonymous comment functionality.
- CommentPagerTest::testTwoPagers in core/
modules/ comment/ tests/ src/ Functional/ CommentPagerTest.php - Confirms comment paging works correctly with two pagers.
- CommentPreviewTest::testCommentEditPreviewSave in core/
modules/ comment/ tests/ src/ Functional/ CommentPreviewTest.php - Tests comment edit, preview, and save.
- CommentPreviewTest::testCommentPreview in core/
modules/ comment/ tests/ src/ Functional/ CommentPreviewTest.php - Tests comment preview.
- CommentPreviewTest::testCommentPreviewDuplicateSubmission in core/
modules/ comment/ tests/ src/ Functional/ CommentPreviewTest.php - Tests comment preview.
- CommentTestBase::deleteComment in core/
modules/ comment/ tests/ src/ Functional/ CommentTestBase.php - Deletes a comment.
- CommentTestBase::performCommentOperation in core/
modules/ comment/ tests/ src/ Functional/ CommentTestBase.php - Performs the specified operation on the specified comment.
- CommentTestBase::postComment in core/
modules/ comment/ tests/ src/ Functional/ CommentTestBase.php - Posts a comment.
- CommentTypeTest::testCommentTypeCreation in core/
modules/ comment/ tests/ src/ Functional/ CommentTypeTest.php - Tests creating a comment type programmatically and via a form.
- CommentTypeTest::testCommentTypeDeletion in core/
modules/ comment/ tests/ src/ Functional/ CommentTypeTest.php - Tests deleting a comment type that still has content.
- ConditionFormTest::testConfigForm in core/
modules/ system/ tests/ src/ Functional/ Condition/ ConditionFormTest.php - Submit the condition_node_type_test_form to test condition forms.
- ConfigDependencyWebTest::testConfigDependencyDeleteFormTrait in core/
modules/ config/ tests/ src/ Functional/ ConfigDependencyWebTest.php - Tests ConfigDependencyDeleteFormTrait.
- ConfigEntityFormOverrideTest::testFormsWithOverrides in core/
modules/ config/ tests/ src/ Functional/ ConfigEntityFormOverrideTest.php - Tests that overrides do not affect forms or listing screens.
- ConfigEntityListTest::testListUI in core/
modules/ config/ tests/ src/ Functional/ ConfigEntityListTest.php - Tests the listing UI.
- ConfigEntityTest::testCRUDUI in core/
modules/ config/ tests/ src/ Functional/ ConfigEntityTest.php - Tests CRUD operations through the UI.
- ConfigExportImportUITest::testExportImport in core/
modules/ config/ tests/ src/ Functional/ ConfigExportImportUITest.php - Tests a simple site export import case.
- ConfigExportImportUITest::testExportImportCollections in core/
modules/ config/ tests/ src/ Functional/ ConfigExportImportUITest.php - Tests an export and import of collections.
- ConfigImportInstallProfileTest::testInstallProfileValidation in core/
modules/ config/ tests/ src/ Functional/ ConfigImportInstallProfileTest.php - Tests config importer cannot uninstall install profiles.
- ConfigImportUITest::testConfigUninstallConfigException in core/
modules/ config/ tests/ src/ Functional/ ConfigImportUITest.php - ConfigImportUITest::testEntityBundleDelete in core/
modules/ config/ tests/ src/ Functional/ ConfigImportUITest.php - Tests the config importer cannot delete bundles with existing entities.
- ConfigImportUITest::testExtensionValidation in core/
modules/ config/ tests/ src/ Functional/ ConfigImportUITest.php - Tests config importer cannot uninstall extensions which are depended on.
- ConfigImportUITest::testImport in core/
modules/ config/ tests/ src/ Functional/ ConfigImportUITest.php - Tests importing configuration.
- ConfigImportUITest::testImportDiff in core/
modules/ config/ tests/ src/ Functional/ ConfigImportUITest.php - Tests the screen that shows differences between active and sync.
- ConfigImportUITest::testImportErrorLog in core/
modules/ config/ tests/ src/ Functional/ ConfigImportUITest.php - Tests an import that results in an error.
- ConfigImportUITest::testImportLock in core/
modules/ config/ tests/ src/ Functional/ ConfigImportUITest.php - Tests concurrent importing of configuration.
- ConfigImportUITest::testImportSiteUuidValidation in core/
modules/ config/ tests/ src/ Functional/ ConfigImportUITest.php - Tests verification of site UUID before importing configuration.
- ConfigImportUITest::testImportValidation in core/
modules/ config/ tests/ src/ Functional/ ConfigImportUITest.php - Tests that multiple validation errors are listed on the page.
- ConfigImportUploadTest::testImport in core/
modules/ config/ tests/ src/ Functional/ ConfigImportUploadTest.php - Tests importing configuration.
- ConfigLanguageOverrideWebTest::testSiteNameTranslation in core/
modules/ config/ tests/ src/ Functional/ ConfigLanguageOverrideWebTest.php - Tests translating the site name.
- ConfigOverridesUpdateTest::testUpdatedSite in core/
modules/ system/ tests/ src/ Functional/ Update/ ConfigOverridesUpdateTest.php - Tests that configuration has been updated.
- ConfigSingleImportExportTest::testImport in core/
modules/ config/ tests/ src/ Functional/ ConfigSingleImportExportTest.php - Tests importing a single configuration file.
- ConfigSingleImportExportTest::testImportSimpleConfiguration in core/
modules/ config/ tests/ src/ Functional/ ConfigSingleImportExportTest.php - Tests importing a simple configuration file.
- ConfigTest::testFileConfigurationPage in core/
modules/ system/ tests/ src/ Functional/ File/ ConfigTest.php - Tests file configuration page.
- ConfigTranslationCacheTest::testFieldConfigTranslation in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationCacheTest.php - Tests the translation of field and field storage configuration.
- ConfigTranslationOverviewTest::testHiddenEntities in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationOverviewTest.php - Tests availability of hidden entities in the translation overview.
- ConfigTranslationOverviewTest::testListingFieldsPage in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationOverviewTest.php - Tests the field listing for the translate operation.
- ConfigTranslationOverviewTest::testListingPageWithOverrides in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationOverviewTest.php - Tests that overrides do not affect listing screens.
- ConfigTranslationUiTest::testAccountSettingsConfigurationTranslation in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationUiTest.php - Tests the account settings translation interface.
- ConfigTranslationUiTest::testAlterInfo in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationUiTest.php - Tests the config_translation_info_alter() hook.
- ConfigTranslationUiTest::testBooleanFieldConfigTranslation in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationUiTest.php - Tests the translation of a boolean field settings.
- ConfigTranslationUiTest::testContactConfigEntityTranslation in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationUiTest.php - Tests the contact form translation.
- ConfigTranslationUiTest::testDateFormatTranslation in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationUiTest.php - Tests date format translation.
- ConfigTranslationUiTest::testFieldConfigTranslation in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationUiTest.php - Tests the translation of field and field storage configuration.
- ConfigTranslationUiTest::testNodeFieldTranslation in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationUiTest.php - Tests field translation for node fields.
- ConfigTranslationUiTest::testSiteInformationTranslationUi in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationUiTest.php - Tests the site information translation interface.
- ConfigurationTest::testActionConfiguration in core/
modules/ action/ tests/ src/ Functional/ ConfigurationTest.php - Tests configuration of advanced actions through administration interface.
- ConfirmFormTest::testConfirmForm in core/
modules/ system/ tests/ src/ Functional/ Form/ ConfirmFormTest.php - ContactPersonalTest::testPersonalContactAccess in core/
modules/ contact/ tests/ src/ Functional/ ContactPersonalTest.php - Tests access to the personal contact form.
- ContactPersonalTest::testPersonalContactFlood in core/
modules/ contact/ tests/ src/ Functional/ ContactPersonalTest.php - Tests the personal contact form flood protection.
- ContactSitewideTest::testSiteWideContact in core/
modules/ contact/ tests/ src/ Functional/ ContactSitewideTest.php - Tests configuration options and the site-wide contact form.
- ContactStorageTest::testContactStorage in core/
modules/ contact/ tests/ src/ Functional/ ContactStorageTest.php - Tests configuration options and the site-wide contact form.
- ContentNegotiationTest::testBogusAcceptHeader in core/
modules/ system/ tests/ src/ Functional/ DrupalKernel/ ContentNegotiationTest.php - Verifies HTML responses for bogus Accept headers.
- ContentTranslationEnableTest::testEnable in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationEnableTest.php - Tests that entity schemas are up-to-date after enabling translation.
- ContentTranslationSettingsTest::testAccountLanguageSettingsUI in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationSettingsTest.php - Tests the language settings checkbox on account settings page.
- ContentTranslationSettingsTest::testFieldTranslatableSettingsUI in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationSettingsTest.php - Tests that field setting depends on bundle translatability.
- ContentTranslationSettingsTest::testSettingsUI in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationSettingsTest.php - Tests that the settings UI works as expected.
- ContentTranslationUISkipTest::testUICheckSkip in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationUISkipTest.php - Tests the content_translation_ui_skip key functionality.
- ContentTranslationUITestBase::doTestBasicTranslation in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationUITestBase.php - Tests the basic translation workflow.
- ContextualFiltersBlockContextTest::testBlockContext in core/
modules/ views/ tests/ src/ Functional/ Plugin/ ContextualFiltersBlockContextTest.php - Tests exposed context.
- 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.
- CronRunTest::testManualCron in core/
modules/ system/ tests/ src/ Functional/ System/ CronRunTest.php - Ensure that the manual cron run is working.
- DateFilterTest::testLimitExposedOperators in core/
modules/ datetime/ tests/ src/ Functional/ DateFilterTest.php - Tests the limit of the expose operator functionality.
- 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.
- DateRangeFieldTest::testAlldayRangeField in core/
modules/ datetime_range/ tests/ src/ Functional/ DateRangeFieldTest.php - Tests all-day field.
- DateRangeFieldTest::testDatelistWidget in core/
modules/ datetime_range/ tests/ src/ Functional/ DateRangeFieldTest.php - Tests Date Range List Widget functionality.
- DateRangeFieldTest::testDateRangeField in core/
modules/ datetime_range/ tests/ src/ Functional/ DateRangeFieldTest.php - Tests date field functionality.
- DateRangeFieldTest::testDateStorageSettings in core/
modules/ datetime_range/ tests/ src/ Functional/ DateRangeFieldTest.php - Tests that 'Date' field storage setting form is disabled if field has data.
- DateRangeFieldTest::testDatetimeRangeField in core/
modules/ datetime_range/ tests/ src/ Functional/ DateRangeFieldTest.php - Tests date and time field.
- DateRangeFieldTest::testDefaultValue in core/
modules/ datetime_range/ tests/ src/ Functional/ DateRangeFieldTest.php - Test default value functionality.
- DateRangeFieldTest::testInvalidField in core/
modules/ datetime_range/ tests/ src/ Functional/ DateRangeFieldTest.php - Test that invalid values are caught and marked as invalid.
- DateTimeFieldTest::testDateField in core/
modules/ datetime/ tests/ src/ Functional/ DateTimeFieldTest.php - Tests date field functionality.
- DateTimeFieldTest::testDatelistWidget in core/
modules/ datetime/ tests/ src/ Functional/ DateTimeFieldTest.php - Tests Date List Widget functionality.
- DateTimeFieldTest::testDateStorageSettings in core/
modules/ datetime/ tests/ src/ Functional/ DateTimeFieldTest.php - Tests that 'Date' field storage setting form is disabled if field has data.
- DateTimeFieldTest::testDatetimeField in core/
modules/ datetime/ tests/ src/ Functional/ DateTimeFieldTest.php - Tests date and time field.
- DateTimeFieldTest::testDefaultValue in core/
modules/ datetime/ tests/ src/ Functional/ DateTimeFieldTest.php - Test default value functionality.
- DateTimeFieldTest::testInvalidField in core/
modules/ datetime/ tests/ src/ Functional/ DateTimeFieldTest.php - Test that invalid values are caught and marked as invalid.
- DateTimeTest::testDateFormatConfiguration in core/
modules/ system/ tests/ src/ Functional/ System/ DateTimeTest.php - Test date format configuration.
- DateTimeTest::testEnteringDateTimeViaSelectors in core/
modules/ system/ tests/ src/ Functional/ System/ DateTimeTest.php - Test handling case with invalid data in selectors (like February, 31st).
- DateTimeTest::testTimeZoneHandling in core/
modules/ system/ tests/ src/ Functional/ System/ DateTimeTest.php - Test time zones and DST handling.
- DbLogTest::doNode in core/
modules/ dblog/ tests/ src/ Functional/ DbLogTest.php - Generates and then verifies some node events.
- DbLogTest::doUser in core/
modules/ dblog/ tests/ src/ Functional/ DbLogTest.php - Generates and then verifies some user events.
- DbLogTest::testFilter in core/
modules/ dblog/ tests/ src/ Functional/ DbLogTest.php - Tests the database log filter functionality at admin/reports/dblog.
- DbLogTest::testLogEventPage in core/
modules/ dblog/ tests/ src/ Functional/ DbLogTest.php - Test individual log event page.
- DbLogTest::testLogEventPageWithMissingInfo in core/
modules/ dblog/ tests/ src/ Functional/ DbLogTest.php - Test individual log event page with missing log attributes.
- DbLogTest::testTemporaryUser in core/
modules/ dblog/ tests/ src/ Functional/ DbLogTest.php - Tests that the details page displays correctly for a temporary user.
- DbLogTest::verifyReports in core/
modules/ dblog/ tests/ src/ Functional/ DbLogTest.php - Confirms that database log reports are displayed at the correct paths.
- DbLogTest::verifySort in core/
modules/ dblog/ tests/ src/ Functional/ DbLogTest.php - Verifies the sorting functionality of the database logging reports table.
- DefaultViewsTest::testDefaultViews in core/
modules/ views_ui/ tests/ src/ Functional/ DefaultViewsTest.php - Tests default views.
- DeleteFeedTest::testDeleteFeed in core/
modules/ aggregator/ tests/ src/ Functional/ DeleteFeedTest.php - Deletes a feed and ensures that all of its services are deleted.
- 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::testUninstallDependents in core/
modules/ system/ tests/ src/ Functional/ Module/ DependencyTest.php - Tests attempting to uninstall a module that has installed dependents.
- DisplayAttachmentTest::testAttachmentUI in core/
modules/ views_ui/ tests/ src/ Functional/ DisplayAttachmentTest.php - Tests the attachment UI.
- DisplayAttachmentTest::testRemoveAttachedDisplay in core/
modules/ views_ui/ tests/ src/ Functional/ DisplayAttachmentTest.php - Tests the attachment working after the attached page was deleted.
- DisplayCRUDTest::testDuplicateDisplay in core/
modules/ views_ui/ tests/ src/ Functional/ DisplayCRUDTest.php - Tests the duplicating of a display.
- DisplayEntityReferenceTest::testEntityReferenceDisplay in core/
modules/ views/ tests/ src/ Functional/ Plugin/ DisplayEntityReferenceTest.php - Tests the entity reference display plugin.
- DisplayFeedTest::checkFeedViewUi in core/
modules/ views_ui/ tests/ src/ Functional/ DisplayFeedTest.php - Checks views UI for a specific feed view.
- DisplayPathTest::doAdvancedPathsValidationTest in core/
modules/ views_ui/ tests/ src/ Functional/ DisplayPathTest.php - Tests a couple of invalid path patterns.
- DisplayPathTest::doBasicPathUITest in core/
modules/ views_ui/ tests/ src/ Functional/ DisplayPathTest.php - Tests basic functionality in configuring a view.
- DisplayPathTest::testDefaultMenuTabRegression in core/
modules/ views_ui/ tests/ src/ Functional/ DisplayPathTest.php - Tests the regression in https://www.drupal.org/node/2532490.
- DisplayPathTest::testMenuOptions in core/
modules/ views_ui/ tests/ src/ Functional/ DisplayPathTest.php - Tests the menu and tab option form.
- DisplayTest::checkTranslationSetting in core/
modules/ views/ tests/ src/ Functional/ Plugin/ DisplayTest.php - Asserts a node and a file based view for the translation setting.
- DisplayTest::testAddDisplay in core/
modules/ views_ui/ tests/ src/ Functional/ DisplayTest.php - Tests adding a display.
- DisplayTest::testDisplayPlugin in core/
modules/ views/ tests/ src/ Functional/ Plugin/ DisplayTest.php - Tests the display test plugin.
- DisplayTest::testHideDisplayOverride in core/
modules/ views_ui/ tests/ src/ Functional/ DisplayTest.php - Tests that the override option is hidden when it's not needed.
- DisplayTest::testInvalidDisplayPlugins in core/
modules/ views/ tests/ src/ Functional/ Plugin/ DisplayTest.php - Tests invalid display plugins.
- DistributionProfileExistingSettingsTest::testInstalled in core/
tests/ Drupal/ FunctionalTests/ Installer/ DistributionProfileExistingSettingsTest.php - Confirms that the installation succeeded.
- DistributionProfileTest::testInstalled in core/
tests/ Drupal/ FunctionalTests/ Installer/ DistributionProfileTest.php - Confirms that the installation succeeded.
- DistributionProfileTranslationQueryTest::testInstalled in core/
tests/ Drupal/ FunctionalTests/ Installer/ DistributionProfileTranslationQueryTest.php - Confirms that the installation succeeded.
- DistributionProfileTranslationTest::testInstalled in core/
tests/ Drupal/ FunctionalTests/ Installer/ DistributionProfileTranslationTest.php - Confirms that the installation succeeded.
- DuplicateTest::testDuplicateView in core/
modules/ views_ui/ tests/ src/ Functional/ DuplicateTest.php - Checks if duplicated view exists and has correct label.
- ElementsAccessTest::testAccessFalse in core/
modules/ system/ tests/ src/ Functional/ Form/ ElementsAccessTest.php - Ensures that child values are still processed when #access = FALSE.
- 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.
- EngineNyanCatTest::testTemplateOverride in core/
modules/ system/ tests/ src/ Functional/ Theme/ EngineNyanCatTest.php - Ensures a theme's template is overridable based on the 'template' filename.
- EntityAddUITest::testAddPageWithBundleEntities in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityAddUITest.php - Tests the add page for an entity type using bundle entities.
- EntityDisplayModeTest::testEntityFormModeUI in core/
modules/ field_ui/ tests/ src/ Functional/ EntityDisplayModeTest.php - Tests the EntityFormMode user interface.
- EntityDisplayModeTest::testEntityViewModeUI in core/
modules/ field_ui/ tests/ src/ Functional/ EntityDisplayModeTest.php - Tests the EntityViewMode user interface.
- EntityReferenceAdminTest::testFieldAdminHandler in core/
modules/ field/ tests/ src/ Functional/ EntityReference/ EntityReferenceAdminTest.php - Tests the Entity Reference Admin UI.
- 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.
- EntityReferenceFieldTranslatedReferenceViewTest::assertEntityReferenceDisplay in core/
modules/ field/ tests/ src/ Functional/ EntityReference/ EntityReferenceFieldTranslatedReferenceViewTest.php - Assert entity reference display.
- 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::testEntityViewControllerViewBuilder in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityViewControllerTest.php - Tests that a view builder can successfully override the view builder.
- ErrorHandlerTest::testExceptionHandler in core/
modules/ system/ tests/ src/ Functional/ System/ ErrorHandlerTest.php - Test the exception handler.
- ExperimentalHelpTest::testExperimentalHelp in core/
modules/ help/ tests/ src/ Functional/ ExperimentalHelpTest.php - Verifies that a warning message is displayed for experimental modules.
- ExperimentalModuleTest::testExperimentalConfirmForm in core/
modules/ system/ tests/ src/ Functional/ Module/ ExperimentalModuleTest.php - Tests installing experimental modules and dependencies in the UI.
- ExperimentalThemeTest::testExperimentalConfirmForm in core/
modules/ system/ tests/ src/ Functional/ Theme/ ExperimentalThemeTest.php - Tests installing experimental themes and dependencies in the UI.
- ExposedFormTest::testExposedBlock in core/
modules/ views/ tests/ src/ Functional/ Plugin/ ExposedFormTest.php - Tests the exposed block functionality.
- ExposedFormTest::testTextInputRequired in core/
modules/ views/ tests/ src/ Functional/ Plugin/ ExposedFormTest.php - Test the "on demand text" for the input required exposed form type.
- ExposedFormUITest::testExposedAdminUi in core/
modules/ views_ui/ tests/ src/ Functional/ ExposedFormUITest.php - Tests the admin interface of exposed filter and sort items.
- ExposedFormUITest::testGroupedFilterAdminUiErrors in core/
modules/ views_ui/ tests/ src/ Functional/ ExposedFormUITest.php - FeedAdminDisplayTest::testFeedUpdateFields in core/
modules/ aggregator/ tests/ src/ Functional/ FeedAdminDisplayTest.php - Tests the "Next update" and "Last update" fields.
- FeedParserTest::testAtomSample in core/
modules/ aggregator/ tests/ src/ Functional/ FeedParserTest.php - Tests a feed that uses the Atom format.
- FeedParserTest::testRSS091Sample in core/
modules/ aggregator/ tests/ src/ Functional/ FeedParserTest.php - Tests a feed that uses the RSS 0.91 format.
- FieldAccessTest::testFieldAccess in core/
modules/ field/ tests/ src/ Functional/ FieldAccessTest.php - Test that hook_entity_field_access() is called.
- FieldHelpTest::testFieldHelp in core/
modules/ field/ tests/ src/ Functional/ FieldHelpTest.php - Test the Field module's help page.
- FieldImportDeleteUninstallUiTest::testImportDeleteUninstall in core/
modules/ field/ tests/ src/ Functional/ FieldImportDeleteUninstallUiTest.php - Tests deleting field storages and fields as part of config import.
- FieldUIDeleteTest::testDeleteField in core/
modules/ field_ui/ tests/ src/ Functional/ FieldUIDeleteTest.php - Tests that deletion removes field storages and fields as expected.
- FieldUIRouteTest::testFieldUIRoutes in core/
modules/ field_ui/ tests/ src/ Functional/ FieldUIRouteTest.php - Ensures that entity types with bundles do not break following entity types.
- FieldUITest::testFieldUI in core/
modules/ views_ui/ tests/ src/ Functional/ FieldUITest.php - Tests the UI of field handlers.
- FileFieldAnonymousSubmissionTest::doTestNodeWithFileWithoutTitle in core/
modules/ file/ tests/ src/ Functional/ FileFieldAnonymousSubmissionTest.php - Helper method to test file submissions with missing node titles.
- FileFieldAnonymousSubmissionTest::testAnonymousNode in core/
modules/ file/ tests/ src/ Functional/ FileFieldAnonymousSubmissionTest.php - Tests the basic node submission for an anonymous visitor.
- FileFieldAnonymousSubmissionTest::testAnonymousNodeWithFile in core/
modules/ file/ tests/ src/ Functional/ FileFieldAnonymousSubmissionTest.php - Tests file submission for an anonymous visitor.
- FileFieldDisplayTest::testDescToggle in core/
modules/ file/ tests/ src/ Functional/ FileFieldDisplayTest.php - Tests description toggle for field instance configuration.
- FileFieldDisplayTest::testNodeDisplay in core/
modules/ file/ tests/ src/ Functional/ FileFieldDisplayTest.php - Tests normal formatter display on node display.
- FileFieldValidateTest::testFileRemoval in core/
modules/ file/ tests/ src/ Functional/ FileFieldValidateTest.php - Checks that a file can always be removed if it does not pass validation.
- FileListingTest::testFileListingPages in core/
modules/ file/ tests/ src/ Functional/ FileListingTest.php - Tests file overview with different user permissions.
- FileListingTest::testFileListingUsageNoLink in core/
modules/ file/ tests/ src/ Functional/ FileListingTest.php - Tests file listing usage page for entities with no canonical link template.
- FileManagedFileElementTest::testManagedFile in core/
modules/ file/ tests/ src/ Functional/ FileManagedFileElementTest.php - Tests the managed_file element type.
- FileManagedFileElementTest::testUnusedPermanentFileValidation in core/
modules/ file/ tests/ src/ Functional/ FileManagedFileElementTest.php - Verify that unused permanent files can be used.
- FileTransferAuthorizeFormTest::testViaAuthorize in core/
modules/ update/ tests/ src/ Functional/ FileTransferAuthorizeFormTest.php - Tests the Update Manager module upload via authorize.php functionality.
- FilterAdminTest::testDisabledFormat in core/
modules/ filter/ tests/ src/ Functional/ FilterAdminTest.php - Tests whether a field using a disabled format is rendered.
- FilterAdminTest::testFilterAdmin in core/
modules/ filter/ tests/ src/ Functional/ FilterAdminTest.php - Tests filter administration functionality.
- FilterAdminTest::testFormatAdmin in core/
modules/ filter/ tests/ src/ Functional/ FilterAdminTest.php - Tests the format administration functionality.
- FilterDateTest::_testUiValidation in core/
modules/ views/ tests/ src/ Functional/ Handler/ FilterDateTest.php - Make sure the validation callbacks works.
- FilterFormatAccessTest::testFormatWidgetPermissions in core/
modules/ filter/ tests/ src/ Functional/ FilterFormatAccessTest.php - Tests editing a page using a disallowed text format.
- FilterHooksTest::testFilterHooks in core/
modules/ filter/ tests/ src/ Functional/ FilterHooksTest.php - Tests hooks on format management.
- FilterNodeAccessTest::testFilterNodeAccess in core/
modules/ node/ tests/ src/ Functional/ Views/ FilterNodeAccessTest.php - Tests the node access filter.
- FilterNumericWebTest::testFilterNumericUI in core/
modules/ views_ui/ tests/ src/ Functional/ FilterNumericWebTest.php - Tests the filter numeric UI.
- FilterPermissionUiTest::testHandlerUI in core/
modules/ user/ tests/ src/ Functional/ Views/ FilterPermissionUiTest.php - Tests basic filter handler settings in the UI.
- FilterSecurityTest::testDisableFilterModule in core/
modules/ filter/ tests/ src/ Functional/ FilterSecurityTest.php - Tests removal of filtered content when an active filter is disabled.
- FilterTest::testLimitExposedOperators in core/
modules/ views/ tests/ src/ Functional/ Plugin/ FilterTest.php - Tests the limit of the expose operator functionality.
- FilterUITest::testFilterIdentifier in core/
modules/ views_ui/ tests/ src/ Functional/ FilterUITest.php - Tests the identifier settings and restrictions.
- 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::testFieldFormDefaultValue in core/
modules/ field/ tests/ src/ Functional/ FormTest.php - Tests field widget default values on entity forms.
- FormTest::testFieldFormSingle in core/
modules/ field/ tests/ src/ Functional/ FormTest.php - FormTest::testFieldFormSingleRequired in core/
modules/ field/ tests/ src/ Functional/ FormTest.php - FormTest::testFieldFormUnlimited in core/
modules/ field/ tests/ src/ Functional/ FormTest.php - FormTest::testHiddenField in core/
modules/ field/ tests/ src/ Functional/ FormTest.php - Tests hiding a field in a form.
- FormTest::testInputForgery in core/
modules/ system/ tests/ src/ Functional/ Form/ FormTest.php - Test 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::testLabelOnMultiValueFields in core/
modules/ field/ tests/ src/ Functional/ FormTest.php - Tests the form display of the label for multi-value fields.
- FormTest::testSelect in core/
modules/ system/ tests/ src/ Functional/ Form/ FormTest.php - Tests validation of #type 'select' elements.
- ForumIndexTest::testForumIndexStatus in core/
modules/ forum/ tests/ src/ Functional/ ForumIndexTest.php - Tests the forum index for published and unpublished nodes.
- ForumNodeAccessTest::testForumNodeAccess in core/
modules/ forum/ tests/ src/ Functional/ ForumNodeAccessTest.php - Creates some users and creates a public node and a private node.
- ForumTest::createForum in core/
modules/ forum/ tests/ src/ Functional/ ForumTest.php - Creates a forum container or a forum.
- ForumTest::createForumTopic in core/
modules/ forum/ tests/ src/ Functional/ ForumTest.php - Creates a forum topic.
- ForumTest::deleteForum in core/
modules/ forum/ tests/ src/ Functional/ ForumTest.php - Deletes a forum.
- ForumTest::doAdminTests in core/
modules/ forum/ tests/ src/ Functional/ ForumTest.php - Runs admin tests on the admin user.
- ForumTest::testForum in core/
modules/ forum/ tests/ src/ Functional/ ForumTest.php - Tests forum functionality through the admin and user interfaces.
- ForumTest::verifyForums in core/
modules/ forum/ tests/ src/ Functional/ ForumTest.php - Verifies that the logged in user has access to a forum node.
- ForumUninstallTest::testForumUninstallWithField in core/
modules/ forum/ tests/ src/ Functional/ ForumUninstallTest.php - Tests if forum module uninstallation properly deletes the field.
- 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 - Test front page functionality.
- HandlerFieldRoleTest::testRole in core/
modules/ user/ tests/ src/ Functional/ Views/ HandlerFieldRoleTest.php - HandlerTest::testBrokenHandlers in core/
modules/ views_ui/ tests/ src/ Functional/ HandlerTest.php - Tests broken handlers.
- HelpBlockTest::testHelp in core/
modules/ help/ tests/ src/ Functional/ HelpBlockTest.php - Logs in users, tests help pages.
- HelpTest::testHelp in core/
modules/ help/ tests/ src/ Functional/ HelpTest.php - Logs in users, tests help pages.
- HelpTest::verifyHelp in core/
modules/ help/ tests/ src/ Functional/ HelpTest.php - Verifies the logged in user has access to the various help pages.
- HelpTopicSearchTest::testUninstall in core/
modules/ help_topics/ tests/ src/ Functional/ HelpTopicSearchTest.php - Tests uninstalling the help_topics module.
- 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().
- HtmlResponseAttachmentsTest::testRenderCachedBlock in core/
modules/ system/ tests/ src/ Functional/ Render/ HtmlResponseAttachmentsTest.php - Test caching of ['#attached'].
- ImageAdminStylesTest::testEditEffect in core/
modules/ image/ tests/ src/ Functional/ ImageAdminStylesTest.php - Verifies that editing an image effect does not cause it to be duplicated.
- ImageAdminStylesTest::testStyleReplacement in core/
modules/ image/ tests/ src/ Functional/ ImageAdminStylesTest.php - Test deleting a style and choosing a replacement style.
- ImageEffectsTest::testEffectFormValidationErrors in core/
modules/ image/ tests/ src/ Functional/ ImageEffectsTest.php - Tests if validation errors are passed plugin form to the parent form.
- ImageFieldDefaultImagesTest::testDefaultImages in core/
modules/ image/ tests/ src/ Functional/ ImageFieldDefaultImagesTest.php - Tests CRUD for fields and field storages with default images.
- ImageFieldDisplayTest::testImageFieldSettings in core/
modules/ image/ tests/ src/ Functional/ ImageFieldDisplayTest.php - Tests for image field settings.
- ImageFieldValidateTest::testRequiredAttributes in core/
modules/ image/ tests/ src/ Functional/ ImageFieldValidateTest.php - Test that required alt/title fields gets validated right.
- ImageFieldValidateTest::testResolution in core/
modules/ image/ tests/ src/ Functional/ ImageFieldValidateTest.php - Test min/max resolution settings.
- ImageFieldWidgetTest::testWidgetElement in core/
modules/ image/ tests/ src/ Functional/ ImageFieldWidgetTest.php - Tests file widget element.
- ImportOpmlTest::openImportForm in core/
modules/ aggregator/ tests/ src/ Functional/ ImportOpmlTest.php - Opens OPML import form.
- ImportOpmlTest::submitImportForm in core/
modules/ aggregator/ tests/ src/ Functional/ ImportOpmlTest.php - Submits form with invalid, empty, and valid OPML files.
- ImportOpmlTest::validateImportFormFields in core/
modules/ aggregator/ tests/ src/ Functional/ ImportOpmlTest.php - Submits form filled with invalid fields.
- InstallerConfigDirectorySetNoDirectoryErrorTest::testError in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerConfigDirectorySetNoDirectoryErrorTest.php - Verifies that installation failed.
- 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.
- InstallerExistingConfigSyncDriectoryProfileMismatchTest::testConfigSync in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigSyncDriectoryProfileMismatchTest.php - Tests that profile mismatch fails to install.
- 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.
- InstallerTest::testInstaller in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTest.php - Ensures that the user page is available after installation.
- 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.
- InstallerTranslationTest::testInstaller in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTranslationTest.php - Verifies the expected behaviors of the installation result.
- 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 - IpAddressBlockingTest::testIPAddressValidation in core/
modules/ ban/ tests/ src/ Functional/ IpAddressBlockingTest.php - Tests various user input to confirm correct validation and saving of data.
- ItemsPerPageTest::testItemsPerPage in core/
modules/ views/ tests/ src/ Functional/ Wizard/ ItemsPerPageTest.php - Tests the number of items per page.
- LanguageBrowserDetectionTest::testUIBrowserLanguageMappings in core/
modules/ language/ tests/ src/ Functional/ LanguageBrowserDetectionTest.php - Tests for adding, editing and deleting mappings between browser language codes and Drupal language codes.
- LanguageConfigOverrideImportTest::testConfigOverrideImport in core/
modules/ language/ tests/ src/ Functional/ LanguageConfigOverrideImportTest.php - Tests that language can be enabled and overrides are created during a sync.
- LanguageConfigOverrideImportTest::testConfigOverrideImportEvents in core/
modules/ language/ tests/ src/ Functional/ LanguageConfigOverrideImportTest.php - Tests that configuration events are not fired during a sync of overrides.
- LanguageConfigurationTest::testLanguageConfiguration in core/
modules/ language/ tests/ src/ Functional/ LanguageConfigurationTest.php - Functional tests for adding, editing and deleting languages.
- LanguageCustomLanguageConfigurationTest::testLanguageConfiguration in core/
modules/ language/ tests/ src/ Functional/ LanguageCustomLanguageConfigurationTest.php - Functional tests for adding, editing and deleting languages.
- LanguageListTest::testLanguageList in core/
modules/ language/ tests/ src/ Functional/ LanguageListTest.php - Functional tests for adding, editing and deleting languages.
- LanguageLocaleListTest::testLanguageLocaleList in core/
modules/ language/ tests/ src/ Functional/ LanguageLocaleListTest.php - Tests adding, editing, and deleting languages.
- LanguageNegotiationFormOverrideTest::testFormWithOverride in core/
modules/ config/ tests/ src/ Functional/ LanguageNegotiationFormOverrideTest.php - Tests that overrides do not affect language-negotiation form values.
- LanguagePathMonolingualTest::testPageLinks in core/
modules/ language/ tests/ src/ Functional/ LanguagePathMonolingualTest.php - Verifies that links do not have language prefixes in them.
- LanguageSwitchingTest::doTestLanguageBlockAnonymous in core/
modules/ language/ tests/ src/ Functional/ LanguageSwitchingTest.php - For anonymous users, the "active" class is set by PHP.
- LanguageSwitchingTest::doTestLanguageBlockAuthenticated in core/
modules/ language/ tests/ src/ Functional/ LanguageSwitchingTest.php - For authenticated users, the "active" class is set by JavaScript.
- LanguageSwitchingTest::testLanguageBlockWithDomain in core/
modules/ language/ tests/ src/ Functional/ LanguageSwitchingTest.php - Test language switcher links for domain based negotiation.
- LanguageUILanguageNegotiationTest::doRunTest in core/
modules/ language/ tests/ src/ Functional/ LanguageUILanguageNegotiationTest.php - LanguageUILanguageNegotiationTest::testLanguageDomain in core/
modules/ language/ tests/ src/ Functional/ LanguageUILanguageNegotiationTest.php - Tests URL handling when separate domains are used for multiple languages.
- LanguageUrlRewritingTest::testUrlRewritingEdgeCases in core/
modules/ language/ tests/ src/ Functional/ LanguageUrlRewritingTest.php - Check that non-installed languages are not considered.
- LinkFieldTest::assertInvalidEntries in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Asserts that invalid URLs cannot be submitted.
- LinkFieldTest::assertValidEntries in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Asserts that valid URLs can be submitted.
- LinkFieldTest::testLinkFormatter in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests the default 'link' formatter.
- LinkFieldTest::testLinkSeparateFormatter in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests the 'link_separate' formatter.
- LinkFieldTest::testLinkTitle in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests the link title settings of a link field.
- LinkFieldUITest::runFieldUIItem in core/
modules/ link/ tests/ src/ Functional/ LinkFieldUITest.php - Tests one link field UI item.
- LocalActionsAndTasksConvertedIntoBlocksUpdateTest::testUpdateHookN in core/
modules/ system/ tests/ src/ Functional/ Update/ LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php - Tests that local actions/tasks are being converted into blocks.
- LocaleConfigTranslationImportTest::testConfigTranslationModuleInstall in core/
modules/ locale/ tests/ src/ Functional/ LocaleConfigTranslationImportTest.php - Test update changes configuration translations if enabled after language.
- LocaleConfigTranslationTest::testConfigTranslation in core/
modules/ locale/ tests/ src/ Functional/ LocaleConfigTranslationTest.php - Tests basic configuration translation.
- LocaleContentTest::testContentTypeLanguageConfiguration in core/
modules/ locale/ tests/ src/ Functional/ LocaleContentTest.php - Test if a content type can be set to multilingual and language is present.
- LocaleImportFunctionalTest::testConfigPoFile in core/
modules/ locale/ tests/ src/ Functional/ LocaleImportFunctionalTest.php - Tests .po file import with configuration translation.
- LocaleImportFunctionalTest::testEmptyMsgstr in core/
modules/ locale/ tests/ src/ Functional/ LocaleImportFunctionalTest.php - Test empty msgstr at end of .po file see #611786.
- LocaleImportFunctionalTest::testStandalonePoFile in core/
modules/ locale/ tests/ src/ Functional/ LocaleImportFunctionalTest.php - Test import of standalone .po files.
- LocalePathTest::testPathLanguageConfiguration in core/
modules/ locale/ tests/ src/ Functional/ LocalePathTest.php - Test if a language can be associated with a path alias.
- LocalePluralFormatTest::testPluralEditDateFormatter in core/
modules/ locale/ tests/ src/ Functional/ LocalePluralFormatTest.php - Tests plural editing of DateFormatter strings
- LocalePluralFormatTest::testPluralEditExport in core/
modules/ locale/ tests/ src/ Functional/ LocalePluralFormatTest.php - Tests plural editing and export functionality.
- LocaleTranslationUiTest::testStringSearch in core/
modules/ locale/ tests/ src/ Functional/ LocaleTranslationUiTest.php - Tests translation search form.
- LocaleTranslationUiTest::testStringTranslation in core/
modules/ locale/ tests/ src/ Functional/ LocaleTranslationUiTest.php - Adds a language and tests string translation by users with the appropriate permissions.
- LocaleTranslationUiTest::testUICustomizedStrings in core/
modules/ locale/ tests/ src/ Functional/ LocaleTranslationUiTest.php - Tests that only changed strings are saved customized when edited.
- LocaleUpdateInterfaceTest::testInterface in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateInterfaceTest.php - Tests the user interfaces of the interface translation update system.
- LocaleUpdateTest::testEnableCustomLanguage in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateTest.php - Tests automatic translation import when a custom language is added.
- LocaleUpdateTest::testUpdateCheckStatus in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateTest.php - Checks if local or remote translation sources are detected.
- LocaleUpdateTest::testUpdateImportSourceRemote in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateTest.php - Tests translation import from remote sources.
- 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 - Test availability of main content: Drupal falls back to SimplePageVariant.
- ManageFieldsFunctionalTest::cardinalitySettings in core/
modules/ field_ui/ tests/ src/ Functional/ ManageFieldsFunctionalTest.php - Tests the cardinality settings of a field.
- ManageFieldsFunctionalTest::fieldListAdminPage in core/
modules/ field_ui/ tests/ src/ Functional/ ManageFieldsFunctionalTest.php - Tests that the field list administration page operates correctly.
- ManageFieldsFunctionalTest::testDefaultValue in core/
modules/ field_ui/ tests/ src/ Functional/ ManageFieldsFunctionalTest.php - Tests that default value is correctly validated and saved.
- ManageFieldsFunctionalTest::testDisallowedFieldNames in core/
modules/ field_ui/ tests/ src/ Functional/ ManageFieldsFunctionalTest.php - Tests that Field UI respects disallowed field names.
- ManageFieldsFunctionalTest::testDuplicateFieldName in core/
modules/ field_ui/ tests/ src/ Functional/ ManageFieldsFunctionalTest.php - Tests that a duplicate field name is caught by validation.
- ManageFieldsFunctionalTest::testFieldPrefix in core/
modules/ field_ui/ tests/ src/ Functional/ ManageFieldsFunctionalTest.php - Tests that the 'field_prefix' setting works on Field UI.
- ManageFieldsFunctionalTest::testHelpDescriptions in core/
modules/ field_ui/ tests/ src/ Functional/ ManageFieldsFunctionalTest.php - Tests that help descriptions render valid HTML.
- ManageFieldsFunctionalTest::updateField in core/
modules/ field_ui/ tests/ src/ Functional/ ManageFieldsFunctionalTest.php - Tests editing an existing field.
- MenuLinkContentDeleteFormTest::testMenuLinkContentDeleteForm in core/
modules/ menu_link_content/ tests/ src/ Functional/ MenuLinkContentDeleteFormTest.php - Tests the MenuLinkContentDeleteForm class.
- MenuLinkContentFormTest::testMenuLinkContentForm in core/
modules/ menu_link_content/ tests/ src/ Functional/ MenuLinkContentFormTest.php - Tests the MenuLinkContentForm class.
- MenuLinkContentFormTest::testMenuLinkContentFormValidation in core/
modules/ menu_link_content/ tests/ src/ Functional/ MenuLinkContentFormTest.php - Tests validation for the MenuLinkContentForm class.
- MenuLinkTest::testHierarchicalMenuLinkVisibility in core/
modules/ views/ tests/ src/ Functional/ Plugin/ MenuLinkTest.php - Test that menu links using menu_link_content as parent are visible.
- MenuRouterTest::doTestDescriptionMenuItems in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests menu item descriptions.
- MenuRouterTest::doTestHookMenuIntegration in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Test local tasks with route placeholders.
- MenuRouterTest::doTestMenuOptionalPlaceholders in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Test menu links that have optional placeholders.
- MenuRouterTest::doTestThemeCallbackAdministrative in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Test the theme negotiation when it is set to use an administrative theme.
- MenuRouterTest::doTestThemeCallbackFakeTheme in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Test the theme negotiation when it is set to use a theme that does not exist.
- MenuRouterTest::doTestThemeCallbackMaintenanceMode in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Test the theme negotiation when the site is in maintenance mode.
- MenuRouterTest::doTestThemeCallbackNoThemeRequested in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Test the theme negotiation when no theme is requested.
- MenuRouterTest::doTestThemeCallbackOptionalTheme in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Test the theme negotiation when it is set to use an optional theme.
- MenuRouterTest::doTestTitleCallbackFalse in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Test title callback set to FALSE.
- MenuRouterTest::doTestTitleMenuCallback in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests page title of MENU_CALLBACKs.
- MenuRouterTest::testMaintenanceModeLoginPaths in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Make sure the maintenance mode can be bypassed using an EventSubscriber.
- MenuUiNodeTest::testMenuNodeFormWidget in core/
modules/ menu_ui/ tests/ src/ Functional/ MenuUiNodeTest.php - Test creating, editing, deleting menu links via node form widget.
- MenuUiTest::addCustomMenu in core/
modules/ menu_ui/ tests/ src/ Functional/ MenuUiTest.php - Creates a custom menu.
- MenuUiTest::addMenuLink in core/
modules/ menu_ui/ tests/ src/ Functional/ MenuUiTest.php - Adds a menu link using the UI.
- MenuUiTest::deleteCustomMenu in core/
modules/ menu_ui/ tests/ src/ Functional/ MenuUiTest.php - Deletes the locally stored custom menu.
- MenuUiTest::modifyMenuLink in core/
modules/ menu_ui/ tests/ src/ Functional/ MenuUiTest.php - Modifies a menu link using the UI.
- MenuUiTest::testMenu in core/
modules/ menu_ui/ tests/ src/ Functional/ MenuUiTest.php - Tests menu functionality using the admin and user interfaces.
- MenuUiTest::testSystemMenuRename in core/
modules/ menu_ui/ tests/ src/ Functional/ MenuUiTest.php - Tests renaming the built-in menu.
- MenuUiTest::toggleMenuLink in core/
modules/ menu_ui/ tests/ src/ Functional/ MenuUiTest.php - Alternately disables and enables a menu link.
- MenuUiTest::verifyAccess in core/
modules/ menu_ui/ tests/ src/ Functional/ MenuUiTest.php - Verifies the logged in user has the desired access to various menu pages.
- MigrateAccessTest::testAccess in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ MigrateAccessTest.php - Tests that only user 1 can access the migrate UI.
- MigrateUpgradeExecuteTestBase::testMigrateUpgradeExecute in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ MigrateUpgradeExecuteTestBase.php - Executes all steps of migrations upgrade.
- MigrateUpgradeTestBase::assertReviewPage in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ MigrateUpgradeTestBase.php - Helper method to assert the text on the 'Upgrade analysis report' page.
- MinimalTest::testMinimal in core/
profiles/ minimal/ tests/ src/ Functional/ MinimalTest.php - Tests Minimal installation profile.
- MiniPagerTest::testMiniPagerRender in core/
modules/ views/ tests/ src/ Functional/ Plugin/ MiniPagerTest.php - Tests the rendering of mini pagers.
- ModerationFormTest::testModerationForm in core/
modules/ content_moderation/ tests/ src/ Functional/ ModerationFormTest.php - Tests the moderation form that shows on the latest version page.
- ModerationFormTest::testModerationFormSetsRevisionAuthor in core/
modules/ content_moderation/ tests/ src/ Functional/ ModerationFormTest.php - Tests the revision author is updated when the moderation form is used.
- ModerationFormTest::testNonBundleModerationForm in core/
modules/ content_moderation/ tests/ src/ Functional/ ModerationFormTest.php - Test moderation non-bundle entity type.
- ModerationLocaleTest::testTranslateModeratedContent in core/
modules/ content_moderation/ tests/ src/ Functional/ ModerationLocaleTest.php - Tests article translations can be moderated separately.
- ModerationStateBlockTest::testCustomBlockModeration in core/
modules/ content_moderation/ tests/ src/ Functional/ ModerationStateBlockTest.php - Tests moderating custom blocks.
- ModerationStateNodeTest::testCreatingContent in core/
modules/ content_moderation/ tests/ src/ Functional/ ModerationStateNodeTest.php - Tests creating and deleting content.
- ModerationStateNodeTest::testFormSaveDestination in core/
modules/ content_moderation/ tests/ src/ Functional/ ModerationStateNodeTest.php - Tests edit form destinations.
- ModerationStateNodeTypeTest::testEnablingOnExistingContent in core/
modules/ content_moderation/ tests/ src/ Functional/ ModerationStateNodeTypeTest.php - Tests enabling moderation on an existing node-type, with content.
- ModerationStateNodeTypeTest::testNotModerated in core/
modules/ content_moderation/ tests/ src/ Functional/ ModerationStateNodeTypeTest.php - A node type without moderation state disabled.
- ModulesListFormWebTest::testModuleListForm in core/
modules/ system/ tests/ src/ Functional/ Form/ ModulesListFormWebTest.php - Tests the module list form.
- MultipleDistributionsProfileTest::testInstalled in core/
tests/ Drupal/ FunctionalTests/ Installer/ MultipleDistributionsProfileTest.php - Confirms that the installation succeeded.
- NodeAccessFieldTest::testNodeAccessAdministerField in core/
modules/ node/ tests/ src/ Functional/ NodeAccessFieldTest.php - Tests administering fields when node access is restricted.
- NodeAccessPagerTest::testCommentPager in core/
modules/ node/ tests/ src/ Functional/ NodeAccessPagerTest.php - Tests the comment pager for nodes with multiple grants per realm.
- NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNoAccessModules in core/
modules/ node/ tests/ src/ Functional/ NodeAccessRebuildNodeGrantsTest.php - Tests rebuilding the node access permissions table with no content.
- NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNodeGrants in core/
modules/ node/ tests/ src/ Functional/ NodeAccessRebuildNodeGrantsTest.php - Tests rebuilding the node access permissions table with content.
- NodeActionsConfigurationTest::testAssignOwnerNodeActionConfiguration in core/
modules/ node/ tests/ src/ Functional/ NodeActionsConfigurationTest.php - Tests configuration of the node_assign_owner_action action.
- NodeBlockFunctionalTest::testRecentNodeBlock in core/
modules/ node/ tests/ src/ Functional/ NodeBlockFunctionalTest.php - Tests the recent comments block.
- NodeCreationTest::testNodeCreation in core/
modules/ node/ tests/ src/ Functional/ NodeCreationTest.php - Creates a "Basic page" node and verifies its consistency in the database.
- NodeCreationTest::testUnpublishedNodeCreation in core/
modules/ node/ tests/ src/ Functional/ NodeCreationTest.php - Creates an unpublished node and confirms correct redirect behavior.
- NodeEditFormTest::testNodeEdit in core/
modules/ node/ tests/ src/ Functional/ NodeEditFormTest.php - Checks node edit functionality.
- NodeEditFormTest::testNodeMetaInformation in core/
modules/ node/ tests/ src/ Functional/ NodeEditFormTest.php - Tests the node meta information.
- NodeEntityViewModeAlterTest::testNodeViewModeChange in core/
modules/ node/ tests/ src/ Functional/ NodeEntityViewModeAlterTest.php - Create a "Basic page" node and verify its consistency in the database.
- NodeHelpTest::testNodeShowHelpText in core/
modules/ node/ tests/ src/ Functional/ NodeHelpTest.php - Verifies that help text appears on node add/edit forms.
- 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.
- NodeLinksTest::testHideLinks in core/
modules/ node/ tests/ src/ Functional/ NodeLinksTest.php - Tests that the links can be hidden in the view display settings.
- NodeLoadMultipleTest::testNodeMultipleLoad in core/
modules/ node/ tests/ src/ Functional/ NodeLoadMultipleTest.php - Creates four nodes and ensures that they are loaded correctly.
- NodeRevisionsAllTest::testRevisions in core/
modules/ node/ tests/ src/ Functional/ NodeRevisionsAllTest.php - Checks node revision operations.
- NodeRevisionsTest::testNodeRevisionWithoutLogMessage in core/
modules/ node/ tests/ src/ Functional/ NodeRevisionsTest.php - Checks that revisions are correctly saved without log messages.
- NodeRevisionsTest::testRevisions in core/
modules/ node/ tests/ src/ Functional/ NodeRevisionsTest.php - Checks node revision related operations.
- NodeRSSContentTest::testNodeRSSContent in core/
modules/ node/ tests/ src/ Functional/ NodeRSSContentTest.php - Ensures that a new node includes the custom data when added to an RSS feed.
- NodeTranslationUITest::doTestTranslations in core/
modules/ node/ tests/ src/ Functional/ NodeTranslationUITest.php - Tests that the given path displays the correct translation values.
- NodeTranslationUITest::testRevisionTranslationRendering in core/
modules/ node/ tests/ src/ Functional/ NodeTranslationUITest.php - Tests that revision translations are rendered properly.
- NodeTypeTest::testNodeTypeDeletion in core/
modules/ node/ tests/ src/ Functional/ NodeTypeTest.php - Tests deleting a content type that still has content.
- NodeTypeTranslationTest::testNodeTypeTitleLabelTranslation in core/
modules/ node/ tests/ src/ Functional/ NodeTypeTranslationTest.php - Tests the node type title label translation.
- NodeViewLanguageTest::testViewLanguage in core/
modules/ node/ tests/ src/ Functional/ NodeViewLanguageTest.php - Tests the language extra field display.
- NoHelpTest::testMainPageNoHelp in core/
modules/ help/ tests/ src/ Functional/ NoHelpTest.php - Ensures modules not implementing help do not appear on admin/help.
- NonDefaultBlockAdminTest::testNonDefaultBlockAdmin in core/
modules/ block/ tests/ src/ Functional/ NonDefaultBlockAdminTest.php - Test non-default theme admin.
- NumberFieldTest::testNumberDecimalField in core/
modules/ field/ tests/ src/ Functional/ Number/ NumberFieldTest.php - Test decimal field.
- NumberFieldTest::testNumberFloatField in core/
modules/ field/ tests/ src/ Functional/ Number/ NumberFieldTest.php - Test float field.
- NumberFieldTest::testNumberIntegerField in core/
modules/ field/ tests/ src/ Functional/ Number/ NumberFieldTest.php - Test integer field.
- OptionsFieldUITest::assertAllowedValuesInput in core/
modules/ options/ tests/ src/ Functional/ OptionsFieldUITest.php - Tests a string input for the 'allowed values' form element.
- OptionsFieldUITest::testNodeDisplay in core/
modules/ options/ tests/ src/ Functional/ OptionsFieldUITest.php - Tests normal and key formatter display on node display.
- OptionsWidgetsTest::testCheckBoxes in core/
modules/ options/ tests/ src/ Functional/ OptionsWidgetsTest.php - Tests the 'options_buttons' widget (multiple select).
- OptionsWidgetsTest::testSelectListMultiple in core/
modules/ options/ tests/ src/ Functional/ OptionsWidgetsTest.php - Tests the 'options_select' widget (multiple select).
- OtherInstallationProfileTestsTest::testOtherInstallationProfile in core/
modules/ simpletest/ tests/ src/ Functional/ OtherInstallationProfileTestsTest.php - Tests that tests located in another installation profile appear.
- OverrideDisplaysTest::testOverrideDisplays in core/
modules/ views_ui/ tests/ src/ Functional/ OverrideDisplaysTest.php - Tests that displays can be overridden via the UI.
- OverrideDisplaysTest::testRevertAllDisplays in core/
modules/ views_ui/ tests/ src/ Functional/ OverrideDisplaysTest.php - Tests that the revert to all displays select-option works as expected.
- OverrideDisplaysTest::testWizardMixedDefaultOverriddenDisplays in core/
modules/ views_ui/ tests/ src/ Functional/ OverrideDisplaysTest.php - Tests that the wizard correctly sets up default and overridden displays.
- PageCacheTest::testFormImmutability in core/
modules/ page_cache/ tests/ src/ Functional/ PageCacheTest.php - Test the setting of forms to be immutable.
- PageCacheTest::testPageCacheAnonymousRolePermissions in core/
modules/ page_cache/ tests/ src/ Functional/ PageCacheTest.php - Tests the automatic presence of the anonymous role's cache tag.
- PageEditTest::testPageEdit in core/
modules/ block_content/ tests/ src/ Functional/ PageEditTest.php - Checks block edit functionality.
- 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.
- PagePreviewTest::testPagePreview in core/
modules/ node/ tests/ src/ Functional/ PagePreviewTest.php - Checks the node preview functionality.
- PagePreviewTest::testPagePreviewWithRevisions in core/
modules/ node/ tests/ src/ Functional/ PagePreviewTest.php - Checks the node preview functionality, when using revisions.
- PagePreviewTest::testSimultaneousPreview in core/
modules/ node/ tests/ src/ Functional/ PagePreviewTest.php - Checks the node preview accessible for simultaneous node editing.
- PagerTest::testPagerQueryParametersAndCacheContext in core/
modules/ system/ tests/ src/ Functional/ Pager/ PagerTest.php - Test proper functioning of the query parameters and the pager cache context.
- PagerTest::testStorePagerSettings in core/
modules/ views/ tests/ src/ Functional/ Plugin/ PagerTest.php - Pagers was sometimes not stored.
- PageTest::testBatchProgressPageTitle in core/
modules/ system/ tests/ src/ Functional/ Batch/ PageTest.php - Tests that the batch API progress page shows the title correctly.
- PageTitleTest::testTitleTags in core/
modules/ system/ tests/ src/ Functional/ System/ PageTitleTest.php - Tests the handling of HTML in node titles.
- PathAliasTest::testAdminAlias in core/
modules/ path/ tests/ src/ Functional/ PathAliasTest.php - Tests alias functionality through the admin interfaces.
- PathAliasTest::testNodeAlias in core/
modules/ path/ tests/ src/ Functional/ PathAliasTest.php - Tests alias functionality through the node interfaces.
- PathLanguageTest::testAliasTranslation in core/
modules/ path/ tests/ src/ Functional/ PathLanguageTest.php - Test alias functionality through the admin interfaces.
- PathLanguageUiTest::testDefaultLanguageUrl in core/
modules/ path/ tests/ src/ Functional/ PathLanguageUiTest.php - Tests that a default language URL alias works.
- PathLanguageUiTest::testLanguageNeutralUrl in core/
modules/ path/ tests/ src/ Functional/ PathLanguageUiTest.php - Tests that a language-neutral URL alias works.
- PathLanguageUiTest::testNonDefaultUrl in core/
modules/ path/ tests/ src/ Functional/ PathLanguageUiTest.php - Tests that a non-default language URL alias works.
- PathTaxonomyTermTest::testTermAlias in core/
modules/ path/ tests/ src/ Functional/ PathTaxonomyTermTest.php - Tests alias functionality through the admin interfaces.
- PrepareUninstallTest::testUninstall in core/
modules/ system/ tests/ src/ Functional/ Module/ PrepareUninstallTest.php - Tests that Node and Taxonomy can be uninstalled.
- PreviewTest::testPreviewContextual in core/
modules/ views_ui/ tests/ src/ Functional/ PreviewTest.php - Tests contextual links in the preview form.
- PreviewTest::testPreviewError in core/
modules/ views_ui/ tests/ src/ Functional/ PreviewTest.php - Tests view validation error messages in the preview.
- PreviewTest::testPreviewUI in core/
modules/ views_ui/ tests/ src/ Functional/ PreviewTest.php - Tests arguments in the preview form.
- 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.
- ReEnableModuleFieldTest::testReEnabledField in core/
modules/ field/ tests/ src/ Functional/ ReEnableModuleFieldTest.php - Test the behavior of a field module after being disabled and re-enabled.
- ResponsiveImageAdminUITest::testResponsiveImageAdmin in core/
modules/ responsive_image/ tests/ src/ Functional/ ResponsiveImageAdminUITest.php - Test responsive image administration functionality.
- 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::testUserAccount in core/
modules/ system/ tests/ src/ Functional/ Routing/ RouterTest.php - Tests the user account on the DIC.
- SaveUploadFormTest::testErrorMessagesAreNotChanged in core/
modules/ file/ tests/ src/ Functional/ SaveUploadFormTest.php - Tests that form validation does not change error messages.
- SchemaConfigListenerWebTest::testConfigSchemaChecker in core/
modules/ config/ tests/ src/ Functional/ SchemaConfigListenerWebTest.php - Tests \Drupal\Core\Config\Development\ConfigSchemaChecker.
- SearchAdvancedSearchFormTest::testFormRefill in core/
modules/ search/ tests/ src/ Functional/ SearchAdvancedSearchFormTest.php - Tests that after submitting the advanced search form, the form is refilled.
- SearchAdvancedSearchFormTest::testNodeType in core/
modules/ search/ tests/ src/ Functional/ SearchAdvancedSearchFormTest.php - Tests advanced search by node type.
- SearchBlockTest::testSearchFormBlock in core/
modules/ search/ tests/ src/ Functional/ SearchBlockTest.php - Test that the search form block can be placed and works.
- SearchCommentCountToggleTest::testSearchCommentCountToggle in core/
modules/ search/ tests/ src/ Functional/ SearchCommentCountToggleTest.php - Verify that comment count display toggles properly on comment status of node
- SearchCommentTest::testAddNewComment in core/
modules/ search/ tests/ src/ Functional/ SearchCommentTest.php - Verify that 'add new comment' does not appear in search results or index.
- SearchCommentTest::testSearchResultsComment in core/
modules/ search/ tests/ src/ Functional/ SearchCommentTest.php - Verify that comments are rendered using proper format in search results.
- SearchConfigSettingsFormTest::testMultipleSearchPages in core/
modules/ search/ tests/ src/ Functional/ SearchConfigSettingsFormTest.php - Tests multiple search pages of the same type.
- SearchConfigSettingsFormTest::testSearchModuleDisabling in core/
modules/ search/ tests/ src/ Functional/ SearchConfigSettingsFormTest.php - Verifies that you can disable individual search plugins.
- SearchConfigSettingsFormTest::testSearchSettingsPage in core/
modules/ search/ tests/ src/ Functional/ SearchConfigSettingsFormTest.php - Verifies the search settings form.
- SearchEmbedFormTest::testEmbeddedForm in core/
modules/ search/ tests/ src/ Functional/ SearchEmbedFormTest.php - Tests that the embedded form appears and can be submitted.
- SearchExactTest::testExactQuery in core/
modules/ search/ tests/ src/ Functional/ SearchExactTest.php - Tests that the correct number of pager links are found for both keywords and phrases.
- SearchKeywordsConditionsTest::testSearchKeywordsConditions in core/
modules/ search/ tests/ src/ Functional/ SearchKeywordsConditionsTest.php - Verify the keywords are captured and conditions respected.
- SearchLanguageTest::testLanguages in core/
modules/ search/ tests/ src/ Functional/ SearchLanguageTest.php - SearchMultilingualEntityTest::assertIndexCounts in core/
modules/ search/ tests/ src/ Functional/ SearchMultilingualEntityTest.php - Verifies the indexing status counts.
- SearchNodePunctuationTest::testPhraseSearchPunctuation in core/
modules/ search/ tests/ src/ Functional/ SearchNodePunctuationTest.php - Tests that search works with punctuation and HTML entities.
- SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeChange in core/
modules/ search/ tests/ src/ Functional/ SearchNodeUpdateAndDeletionTest.php - Tests that the search index info is properly updated when a node changes.
- SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeDeletion in core/
modules/ search/ tests/ src/ Functional/ SearchNodeUpdateAndDeletionTest.php - Tests that the search index info is updated when a node is deleted.
- SearchNumberMatchingTest::setUp in core/
modules/ search/ tests/ src/ Functional/ SearchNumberMatchingTest.php - SearchNumberMatchingTest::testNumberSearching in core/
modules/ search/ tests/ src/ Functional/ SearchNumberMatchingTest.php - Tests that all the numbers can be searched.
- SearchNumbersTest::setUp in core/
modules/ search/ tests/ src/ Functional/ SearchNumbersTest.php - SearchNumbersTest::testNumberSearching in core/
modules/ search/ tests/ src/ Functional/ SearchNumbersTest.php - Tests that all the numbers can be searched.
- SearchPageCacheTagsTest::testSearchTagsBubbling in core/
modules/ search/ tests/ src/ Functional/ SearchPageCacheTagsTest.php - Tests the presence of expected cache tags with referenced entities.
- SearchPageCacheTagsTest::testSearchText in core/
modules/ search/ tests/ src/ Functional/ SearchPageCacheTagsTest.php - Tests the presence of the expected cache tag in various situations.
- SearchPageOverrideTest::testSearchPageHook in core/
modules/ search/ tests/ src/ Functional/ SearchPageOverrideTest.php - SearchPageTextTest::testSearchText in core/
modules/ search/ tests/ src/ Functional/ SearchPageTextTest.php - Tests the failed search text, and various other text on the search page.
- SearchPreprocessLangcodeTest::testPreprocessLangcode in core/
modules/ search/ tests/ src/ Functional/ SearchPreprocessLangcodeTest.php - Tests that hook_search_preprocess() returns the correct langcode.
- SearchPreprocessLangcodeTest::testPreprocessStemming in core/
modules/ search/ tests/ src/ Functional/ SearchPreprocessLangcodeTest.php - Tests stemming for hook_search_preprocess().
- SearchQueryAlterTest::testQueryAlter in core/
modules/ search/ tests/ src/ Functional/ SearchQueryAlterTest.php - Tests that the query alter works.
- SearchRankingTest::testRankings in core/
modules/ search/ tests/ src/ Functional/ SearchRankingTest.php - ServiceProviderWebTest::testServiceProviderRegistrationIntegration in core/
modules/ system/ tests/ src/ Functional/ ServiceProvider/ ServiceProviderWebTest.php - Tests that module service providers get registered to the DIC.
- SessionHttpsTest::testHttpsSession in core/
modules/ system/ tests/ src/ Functional/ Session/ SessionHttpsTest.php - Tests HTTPS sessions.
- SessionTest::testDataPersistence in core/
modules/ system/ tests/ src/ Functional/ Session/ SessionTest.php - Test data persistence via the session_test module callbacks.
- SessionTest::testEmptyAnonymousSession in core/
modules/ system/ tests/ src/ Functional/ Session/ SessionTest.php - Test that empty anonymous sessions are destroyed.
- 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().
- SettingsTest::testEditUI in core/
modules/ views_ui/ tests/ src/ Functional/ SettingsTest.php - Tests the settings for the edit ui.
- ShortcutLinksTest::testShortcutLinkAdd in core/
modules/ shortcut/ tests/ src/ Functional/ ShortcutLinksTest.php - Tests that creating a shortcut works properly.
- ShortcutLinksTest::testShortcutLinkChangePath in core/
modules/ shortcut/ tests/ src/ Functional/ ShortcutLinksTest.php - Tests that changing the path of a shortcut link works.
- ShortcutLinksTest::testShortcutLinkRename in core/
modules/ shortcut/ tests/ src/ Functional/ ShortcutLinksTest.php - Tests that shortcut links can be renamed.
- ShortcutLinksTest::testShortcutQuickLink in core/
modules/ shortcut/ tests/ src/ Functional/ ShortcutLinksTest.php - Tests that the "add to shortcut" and "remove from shortcut" links work.
- ShortcutSetsTest::testShortcutSetAdd in core/
modules/ shortcut/ tests/ src/ Functional/ ShortcutSetsTest.php - Tests creating a shortcut set.
- ShortcutSetsTest::testShortcutSetCreateWithSetName in core/
modules/ shortcut/ tests/ src/ Functional/ ShortcutSetsTest.php - Tests creating a new shortcut set with a defined set name.
- ShortcutSetsTest::testShortcutSetSwitchNoSetName in core/
modules/ shortcut/ tests/ src/ Functional/ ShortcutSetsTest.php - Tests switching a user's shortcut set without providing a new set name.
- SingleVisibleProfileTest::testInstalled in core/
tests/ Drupal/ FunctionalTests/ Installer/ SingleVisibleProfileTest.php - Confirms that the installation succeeded.
- SiteMaintenanceTest::testSiteMaintenance in core/
modules/ system/ tests/ src/ Functional/ System/ SiteMaintenanceTest.php - Verifies site maintenance mode functionality.
- SortingTest::testSorting in core/
modules/ views/ tests/ src/ Functional/ Wizard/ SortingTest.php - Tests the sorting functionality.
- StandardTest::testStandard in core/
profiles/ standard/ tests/ src/ Functional/ StandardTest.php - Tests Standard installation profile.
- StatisticsAdminTest::testExpiredLogs in core/
modules/ statistics/ tests/ src/ Functional/ StatisticsAdminTest.php - Tests that cron clears day counts and expired access logs.
- StatisticsAdminTest::testStatisticsSettings in core/
modules/ statistics/ tests/ src/ Functional/ StatisticsAdminTest.php - Verifies that the statistics settings page works.
- StatisticsReportsTest::testPopularContentBlock in core/
modules/ statistics/ tests/ src/ Functional/ StatisticsReportsTest.php - Tests the "popular content" block.
- 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.
- StringFieldTest::_testTextfieldWidgets in core/
modules/ field/ tests/ src/ Functional/ String/ StringFieldTest.php - Helper function for testTextfieldWidgets().
- StyleSerializerTest::testUIFieldAlias in core/
modules/ rest/ tests/ src/ Functional/ Views/ StyleSerializerTest.php - Test the field ID alias functionality of the DataFieldRow plugin.
- SyslogTest::testSettings in core/
modules/ syslog/ tests/ src/ Functional/ SyslogTest.php - Tests the syslog settings page.
- 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.
- TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsWithTokens in core/
modules/ taxonomy/ tests/ src/ Functional/ Views/ TaxonomyFieldAllTermsTest.php - Tests token replacement in the "all terms" field handler.
- TaxonomyGlossaryTest::testTaxonomyGlossaryView in core/
modules/ views/ tests/ src/ Functional/ TaxonomyGlossaryTest.php - Tests a taxonomy glossary view.
- TaxonomyImageTest::testTaxonomyImageAccess in core/
modules/ taxonomy/ tests/ src/ Functional/ TaxonomyImageTest.php - 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.
- TermTest::testNodeTermCreationAndDeletion in core/
modules/ taxonomy/ tests/ src/ Functional/ TermTest.php - Test term creation with a free-tagging vocabulary from the node form.
- TermTest::testTaxonomyNode in core/
modules/ taxonomy/ tests/ src/ Functional/ TermTest.php - Test that hook_node_$op implementations work correctly.
- TermTest::testTaxonomyTermChildTerms in core/
modules/ taxonomy/ tests/ src/ Functional/ TermTest.php - Tests that many terms with parents show on each page
- TermTest::testTermInterface in core/
modules/ taxonomy/ tests/ src/ Functional/ TermTest.php - Save, edit and delete a term using the user interface.
- TermTranslationFieldViewTest::testTranslatedTaxonomyTermReferenceDisplay in core/
modules/ taxonomy/ tests/ src/ Functional/ TermTranslationFieldViewTest.php - Tests if the translated taxonomy term is displayed.
- TermTranslationTest::testTermsTranslation in core/
modules/ taxonomy/ tests/ src/ Functional/ TermTranslationTest.php - Test translation of terms are showed in the node.
- TextFieldTest::testRequiredLongTextWithFileUpload in core/
modules/ text/ tests/ src/ Functional/ TextFieldTest.php - Test required long text with file upload.
- TextFieldTest::_testTextfieldWidgetsFormatted in core/
modules/ text/ tests/ src/ Functional/ TextFieldTest.php - Helper function for testTextfieldWidgetsFormatted().
- ThemeLegacyTest::testFunctionOverride in core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeLegacyTest.php - Ensures a theme template can override a theme function.
- ThemeLegacyTest::testSuggestionsAlterInclude in core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeLegacyTest.php - Tests that theme suggestion alter hooks work with theme hook includes.
- ThemeLegacyTest::testThemeFunctionSuggestionsAlter in core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeLegacyTest.php - Tests that theme suggestion alter hooks work for theme functions.
- 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::testInstallAndSetAsDefault in core/
modules/ system/ tests/ src/ Functional/ System/ ThemeTest.php - Tests installing a theme and setting it as default.
- ThemeTest::testInvalidTheme in core/
modules/ system/ tests/ src/ Functional/ System/ ThemeTest.php - Test themes can't be installed when the base theme or engine is missing.
- 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::testSwitchDefaultTheme in core/
modules/ system/ tests/ src/ Functional/ System/ ThemeTest.php - Test switching the default theme.
- ThemeTest::testTemplateOverride in core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeTest.php - Ensures a themes template is overridable based on the 'template' filename.
- ThemeTest::testThemeSettings in core/
modules/ system/ tests/ src/ Functional/ System/ ThemeTest.php - Test the theme settings form.
- ThemeTest::testThemeSettingsNoLogoNoFavicon in core/
modules/ system/ tests/ src/ Functional/ System/ ThemeTest.php - Test the theme settings form when logo and favicon features are disabled.
- TokenizeAreaUITest::testTokenUI in core/
modules/ views_ui/ tests/ src/ Functional/ TokenizeAreaUITest.php - Test that the right tokens are shown as available for replacement.
- TokenReplaceWebTest::testTokens in core/
modules/ system/ tests/ src/ Functional/ System/ TokenReplaceWebTest.php - Tests a token replacement on an actual website.
- ToolbarAdminMenuTest::testExternalLink in core/
modules/ toolbar/ tests/ src/ Functional/ ToolbarAdminMenuTest.php - Tests that external links added to the menu appear in the toolbar.
- ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear in core/
modules/ toolbar/ tests/ src/ Functional/ ToolbarAdminMenuTest.php - Tests that toolbar cache is cleared when string translations are made.
- ToolbarAdminMenuTest::testMenuLinkUpdateSubtreesHashCacheClear in core/
modules/ toolbar/ tests/ src/ Functional/ ToolbarAdminMenuTest.php - Tests toolbar cache tags implementation.
- ToolbarAdminMenuTest::testNonCurrentUserAccountUpdates in core/
modules/ toolbar/ tests/ src/ Functional/ ToolbarAdminMenuTest.php - Tests that changes to a user account by another user clears the changed account's toolbar cached, not the user's who took the action.
- ToolbarAdminMenuTest::testUserRoleUpdateSubtreesHashCacheClear in core/
modules/ toolbar/ tests/ src/ Functional/ ToolbarAdminMenuTest.php - Exercises the toolbar_user_role_update() and toolbar_user_update() hook implementations.
- ToolbarMenuTranslationTest::testToolbarClasses in core/
modules/ toolbar/ tests/ src/ Functional/ ToolbarMenuTranslationTest.php - Tests that toolbar classes don't change when adding a translation.
- ToolkitSetupFormTest::testToolkitSetupForm in core/
tests/ Drupal/ FunctionalTests/ Image/ ToolkitSetupFormTest.php - Test Image toolkit setup form.
- TourHelpPageTest::verifyHelp in core/
modules/ tour/ tests/ src/ Functional/ TourHelpPageTest.php - Verifies the logged in user has access to the help properly.
- TourTest::testTourFunctionality in core/
modules/ tour/ tests/ src/ Functional/ TourTest.php - Test tour functionality.
- TrackerNodeAccessTest::testTrackerNodeAccess in core/
modules/ tracker/ tests/ src/ Functional/ TrackerNodeAccessTest.php - Ensure private node on /tracker is only visible to users with permission.
- TrackerNodeAccessTest::testTrackerNodeAccessIndexing in core/
modules/ tracker/ tests/ src/ Functional/ TrackerNodeAccessTest.php - Ensure that tracker_cron is not access sensitive.
- TrackerTest::testTrackerAdminUnpublish in core/
modules/ tracker/ tests/ src/ Functional/ TrackerTest.php - Tests that publish/unpublish works at admin/content/node.
- TrackerTest::testTrackerAll in core/
modules/ tracker/ tests/ src/ Functional/ TrackerTest.php - Tests for the presence of nodes on the global tracker listing.
- TrackerTest::testTrackerCronIndexing in core/
modules/ tracker/ tests/ src/ Functional/ TrackerTest.php - Tests that existing nodes are indexed by cron.
- TrackerTest::testTrackerUser in core/
modules/ tracker/ tests/ src/ Functional/ TrackerTest.php - Tests for the presence of nodes on a user's tracker listing.
- TransformedConfigExportImportUITest::testTransformedExportImport in core/
modules/ config/ tests/ src/ Functional/ TransformedConfigExportImportUITest.php - Tests a simple site export import case.
- TrustedHostsTest::testFakeRequests in core/
modules/ system/ tests/ src/ Functional/ System/ TrustedHostsTest.php - Tests that fake requests have the proper host configured.
- 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.
- TwigTransTest::assertTwigTransTags in core/
modules/ system/ tests/ src/ Functional/ Theme/ TwigTransTest.php - Asserts Twig trans tags.
- 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.
- UnsavedPreviewTest::testUnsavedPageDisplayPreview in core/
modules/ views_ui/ tests/ src/ Functional/ UnsavedPreviewTest.php - Tests previews of unsaved new page displays.
- UpdateContribTest::testHookUpdateStatusAlter in core/
modules/ update/ tests/ src/ Functional/ UpdateContribTest.php - Checks that hook_update_status_alter() works to change a status.
- UpdateContribTest::testNoReleasesAvailable in core/
modules/ update/ tests/ src/ Functional/ UpdateContribTest.php - Tests when there is no available release data for a contrib module.
- UpdateContribTest::testUpdateBaseThemeSecurityUpdate in core/
modules/ update/ tests/ src/ Functional/ UpdateContribTest.php - Tests that subthemes are notified about security updates for base themes.
- UpdateContribTest::testUpdateBrokenFetchURL in core/
modules/ update/ tests/ src/ Functional/ UpdateContribTest.php - Makes sure that if we fetch from a broken URL, sane things happen.
- UpdateContribTest::testUpdateContribBasic in core/
modules/ update/ tests/ src/ Functional/ UpdateContribTest.php - Tests the basic functionality of a contrib module on the status report.
- UpdateContribTest::testUpdateContribOrder in core/
modules/ update/ tests/ src/ Functional/ UpdateContribTest.php - Tests that contrib projects are ordered by project name.
- UpdateContribTest::testUpdateShowDisabledThemes in core/
modules/ update/ tests/ src/ Functional/ UpdateContribTest.php - Tests that disabled themes are only shown when desired.
- UpdateCoreTest::testDatestampMismatch in core/
modules/ update/ tests/ src/ Functional/ UpdateCoreTest.php - Ensures proper results where there are date mismatches among modules.
- UpdateCoreTest::testLanguageModuleUpdate in core/
modules/ update/ tests/ src/ Functional/ UpdateCoreTest.php - Checks language module in core package at admin/reports/updates.
- UpdateCoreTest::testMajorUpdateAvailable in core/
modules/ update/ tests/ src/ Functional/ UpdateCoreTest.php - Tests the Update Manager module when a major update is available.
- UpdateCoreTest::testModulePageRegularUpdate in core/
modules/ update/ tests/ src/ Functional/ UpdateCoreTest.php - Checks the messages at admin/modules when an update is missing.
- UpdateCoreTest::testModulePageSecurityUpdate in core/
modules/ update/ tests/ src/ Functional/ UpdateCoreTest.php - Checks the messages at admin/modules when a security update is missing.
- UpdateCoreTest::testModulePageUpToDate in core/
modules/ update/ tests/ src/ Functional/ UpdateCoreTest.php - Checks the messages at admin/modules when the site is up to date.
- UpdateCoreTest::testNormalUpdateAvailable in core/
modules/ update/ tests/ src/ Functional/ UpdateCoreTest.php - Tests the Update Manager module when one normal update is available.
- UpdateCoreTest::testNoUpdatesAvailable in core/
modules/ update/ tests/ src/ Functional/ UpdateCoreTest.php - Tests the Update Manager module when no updates are available.
- UpdateFeedItemTest::testUpdateFeedItem in core/
modules/ aggregator/ tests/ src/ Functional/ UpdateFeedItemTest.php - Tests running "update items" from 'admin/config/services/aggregator' page.
- UpdateFeedTest::testUpdateFeed in core/
modules/ aggregator/ tests/ src/ Functional/ UpdateFeedTest.php - Creates a feed and attempts to update it.
- UpdatePathRC1TestBaseFilledTest::testUpdatedSite in core/
modules/ system/ tests/ src/ Functional/ Update/ UpdatePathRC1TestBaseFilledTest.php - Tests that the content and configuration were properly updated.
- UpdatePathRC1TestBaseTest::testDatabaseLoaded in core/
modules/ system/ tests/ src/ Functional/ Update/ UpdatePathRC1TestBaseTest.php - Tests that the database was properly loaded.
- 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.
- UpdatePostUpdateTest::testPostUpdate in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePostUpdateTest.php - Tests hook_post_update_NAME().
- UpdateScriptTest::runUpdates in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Helper function to run updates via the browser.
- UpdateScriptTest::testNoUpdateFunctionality in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Tests update.php when there are no updates to apply.
- 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 perfoming 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.
- UpdatesWith7xTest::testWith7x in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatesWith7xTest.php - UpdateUploadTest::testUploadModule in core/
modules/ update/ tests/ src/ Functional/ UpdateUploadTest.php - Tests upload, extraction, and update of a module.
- UrlAlterFunctionalTest::testUrlAlter in core/
modules/ path_alias/ tests/ src/ Functional/ UrlAlterFunctionalTest.php - Test that URL altering works and that it occurs in the correct order.
- UserAdminLanguageTest::testActualNegotiation in core/
modules/ user/ tests/ src/ Functional/ UserAdminLanguageTest.php - Tests the actual language negotiation.
- UserAdminTest::testUserAdmin in core/
modules/ user/ tests/ src/ Functional/ UserAdminTest.php - Registers a user and deletes it.
- UserBlocksTest::testUserLoginBlock in core/
modules/ user/ tests/ src/ Functional/ UserBlocksTest.php - Test the user login block.
- UserCancelTest::testMassUserCancelByAdmin in core/
modules/ user/ tests/ src/ Functional/ UserCancelTest.php - Create an administrative user and mass-delete other users.
- UserCancelTest::testUserAnonymize in core/
modules/ user/ tests/ src/ Functional/ UserCancelTest.php - Delete account and anonymize all content.
- UserCancelTest::testUserAnonymizeBatch in core/
modules/ user/ tests/ src/ Functional/ UserCancelTest.php - Delete account and anonymize all content using a batch process.
- UserCancelTest::testUserBlock in core/
modules/ user/ tests/ src/ Functional/ UserCancelTest.php - Disable account and keep all content.
- UserCancelTest::testUserBlockUnpublish in core/
modules/ user/ tests/ src/ Functional/ UserCancelTest.php - Disable account and unpublish all content.
- UserCancelTest::testUserCancelByAdmin in core/
modules/ user/ tests/ src/ Functional/ UserCancelTest.php - Create an administrative user and delete another user.
- UserCancelTest::testUserCancelInvalid in core/
modules/ user/ tests/ src/ Functional/ UserCancelTest.php - Attempt invalid account cancellations.
- UserCancelTest::testUserDelete in core/
modules/ user/ tests/ src/ Functional/ UserCancelTest.php - Delete account and remove all content.
- UserCancelTest::testUserWithoutEmailCancelByAdmin in core/
modules/ user/ tests/ src/ Functional/ UserCancelTest.php - Tests deletion of a user account without an email address.
- UserChangedTest::testChangedField in core/
modules/ user/ tests/ src/ Functional/ Views/ UserChangedTest.php - Tests changed field.
- UserCreateFailMailTest::testUserAdd in core/
modules/ user/ tests/ src/ Functional/ UserCreateFailMailTest.php - Tests the create user administration page.
- UserCreateTest::testUserAdd in core/
modules/ user/ tests/ src/ Functional/ UserCreateTest.php - Create a user through the administration interface and ensure that it displays in the user list.
- UserEditTest::testUserEdit in core/
modules/ user/ tests/ src/ Functional/ UserEditTest.php - Test user edit page.
- 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.
- UserLanguageCreationTest::testLocalUserCreation in core/
modules/ user/ tests/ src/ Functional/ UserLanguageCreationTest.php - Functional test for language handling during user creation.
- UserLanguageTest::testUserLanguageConfiguration in core/
modules/ user/ tests/ src/ Functional/ UserLanguageTest.php - Test if user can change their default language.
- UserLoginTest::assertFailedLogin in core/
modules/ user/ tests/ src/ Functional/ UserLoginTest.php - Make an unsuccessful login attempt.
- UserPasswordResetTest::assertNoValidPasswordReset in core/
modules/ user/ tests/ src/ Functional/ UserPasswordResetTest.php - Helper function to make assertions about an invalid password reset.
- UserPasswordResetTest::assertPasswordIpFlood in core/
modules/ user/ tests/ src/ Functional/ UserPasswordResetTest.php - Makes assertions about a password reset triggering IP flood control.
- UserPasswordResetTest::assertPasswordUserFlood in core/
modules/ user/ tests/ src/ Functional/ UserPasswordResetTest.php - Makes assertions about a password reset triggering user flood control.
- UserPasswordResetTest::testResetImpersonation in core/
modules/ user/ tests/ src/ Functional/ UserPasswordResetTest.php - Make sure that users cannot forge password reset URLs of other users.
- UserPasswordResetTest::testUserPasswordReset in core/
modules/ user/ tests/ src/ Functional/ UserPasswordResetTest.php - Tests password reset functionality.
- UserPasswordResetTest::testUserPasswordResetLoggedIn in core/
modules/ user/ tests/ src/ Functional/ UserPasswordResetTest.php - Test user password reset while logged in.
- UserPermissionsTest::testUserPermissionChanges in core/
modules/ user/ tests/ src/ Functional/ UserPermissionsTest.php - Test changing user permissions through the permissions page.
- UserRegistrationTest::testRegistrationEmailDuplicates in core/
modules/ user/ tests/ src/ Functional/ UserRegistrationTest.php - UserRegistrationTest::testRegistrationWithEmailVerification in core/
modules/ user/ tests/ src/ Functional/ UserRegistrationTest.php - UserRegistrationTest::testRegistrationWithoutEmailVerification in core/
modules/ user/ tests/ src/ Functional/ UserRegistrationTest.php - UserRegistrationTest::testRegistrationWithUserFields in core/
modules/ user/ tests/ src/ Functional/ UserRegistrationTest.php - Tests Field API fields on user registration forms.
- UserRoleAdminTest::testRoleWeightOrdering in core/
modules/ user/ tests/ src/ Functional/ UserRoleAdminTest.php - Test user role weight change operation and ordering.
- UserRolesAssignmentTest::testAssignAndRemoveRole in core/
modules/ user/ tests/ src/ Functional/ UserRolesAssignmentTest.php - Tests that a user can be assigned a role and that the role can be removed again.
- UserRolesAssignmentTest::testCreateUserWithRole in core/
modules/ user/ tests/ src/ Functional/ UserRolesAssignmentTest.php - Tests that when creating a user the role can be assigned. And that it can be removed again.
- UserSearchTest::testUserSearch in core/
modules/ user/ tests/ src/ Functional/ UserSearchTest.php - UserTimeZoneTest::testUserTimeZone in core/
modules/ user/ tests/ src/ Functional/ UserTimeZoneTest.php - Tests the display of dates and time when user-configurable time zones are set.
- 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::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.
- ViewEditTest::testEditFormLanguageOptions in core/
modules/ views_ui/ tests/ src/ Functional/ ViewEditTest.php - Tests the language options on the views edit form.
- ViewEditTest::testOtherOptions in core/
modules/ views_ui/ tests/ src/ Functional/ ViewEditTest.php - Tests the machine name and administrative comment forms.
- ViewNonTranslatableEntityTest::testViewNoTranslatableEntity in core/
modules/ views/ tests/ src/ Functional/ Entity/ ViewNonTranslatableEntityTest.php - Tests displaying a view of non-translatable entities.
- ViewsBulkTest::testBulkSelection in core/
modules/ views/ tests/ src/ Functional/ Plugin/ ViewsBulkTest.php - Tests bulk selection.
- ViewsEscapingTest::testViewsViewFieldsEscaping in core/
modules/ views/ tests/ src/ Functional/ ViewsEscapingTest.php - Tests for incorrectly escaped markup in the views-view-fields.html.twig.
- ViewsFormMultipleTest::testViewsFormMultiple in core/
modules/ views/ tests/ src/ Functional/ ViewsFormMultipleTest.php - Tests the a page with multiple View forms in it.
- VocabularyPermissionsTest::testVocabularyPermissionsTaxonomyTerm in core/
modules/ taxonomy/ tests/ src/ Functional/ VocabularyPermissionsTest.php - Create, edit and delete a taxonomy term via the user interface.
- VocabularyUiTest::testTaxonomyAdminDeletingVocabulary in core/
modules/ taxonomy/ tests/ src/ Functional/ VocabularyUiTest.php - Deleting a vocabulary.
- VocabularyUiTest::testTaxonomyAdminNoVocabularies in core/
modules/ taxonomy/ tests/ src/ Functional/ VocabularyUiTest.php - Test the vocabulary overview with no vocabularies.
- VocabularyUiTest::testVocabularyInterface in core/
modules/ taxonomy/ tests/ src/ Functional/ VocabularyUiTest.php - Create, edit and delete a vocabulary via the user interface.
- WizardTest::testWizardFieldLength in core/
modules/ views_ui/ tests/ src/ Functional/ WizardTest.php - Tests filling in the wizard with really long strings.
- WorkspaceContentModerationIntegrationTest::testModerationInWorkspace in core/
modules/ content_moderation/ tests/ src/ Functional/ WorkspaceContentModerationIntegrationTest.php - Tests moderating nodes in a workspace.
- WorkspaceTest::testWorkspaceFieldUi in core/
modules/ workspaces/ tests/ src/ Functional/ WorkspaceTest.php - Tests adding new fields to workspace entities.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.