You are here

603 calls to AssertContentTrait::assertText() in Zircon Profile 8

AccessDeniedTest::testAccessDenied in core/modules/system/src/Tests/System/AccessDeniedTest.php
AddFeedTest::testAddFeed in core/modules/aggregator/src/Tests/AddFeedTest.php
Creates and ensures that a feed is unique, checks source, and deletes feed.
AddFeedTest::testAddLongFeed in core/modules/aggregator/src/Tests/AddFeedTest.php
Tests feeds with very long URLs.
AdminTest::testAdminPages in core/modules/system/src/Tests/System/AdminTest.php
Tests output on administrative listing pages.
AggregatorAdminTest::testSettingsPage in core/modules/aggregator/src/Tests/AggregatorAdminTest.php
Tests the settings form to ensure the correct default values are used.
AggregatorRenderingTest::testBlockLinks in core/modules/aggregator/src/Tests/AggregatorRenderingTest.php
Adds a feed block to the page and checks its links.
AjaxFormCacheTest::testBlockForms in core/modules/system/src/Tests/Ajax/AjaxFormCacheTest.php
Tests AJAX forms in blocks.
AnalyzeTest::testAnalyzeBasic in core/modules/views_ui/src/Tests/AnalyzeTest.php
Tests that analyze works in general.
ArbitraryRebuildTest::testUserRegistrationMultipleField in core/modules/system/src/Tests/Form/ArbitraryRebuildTest.php
Tests a rebuild caused by a multiple value field.
ArbitraryRebuildTest::testUserRegistrationRebuild in core/modules/system/src/Tests/Form/ArbitraryRebuildTest.php
Tests a basic rebuild with the user registration form.
AreaTest::testRenderAreaToken in core/modules/views/src/Tests/Handler/AreaTest.php
Tests global tokens.
AreaTest::testTitleArea in core/modules/views/src/Tests/Handler/AreaTest.php
Tests overriding the view title using the area title handler.
AreaTest::testUI in core/modules/views/src/Tests/Handler/AreaTest.php
Tests the generic UI of a area handler.
BaseFieldAccessTest::testProtectedField in core/modules/views/src/Tests/Entity/BaseFieldAccessTest.php
Test access to protected base fields.
BasicAuthTest::testBasicAuth in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Test http basic authentication.
BasicAuthTest::testLocale in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Tests compatibility with locale/UI translation.
BasicAuthTest::testUnauthorizedErrorMessage in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Tests if a comprehensive message is displayed when the route is denied.
BasicTest::testViewsWizardAndListing in core/modules/views/src/Tests/Wizard/BasicTest.php
BlockCacheTest::testCachePermissions in core/modules/block/src/Tests/BlockCacheTest.php
Test a cacheable block without any additional cache context.
BlockCacheTest::testCachePerPage in core/modules/block/src/Tests/BlockCacheTest.php
Test "url" cache context.
BlockCacheTest::testCachePerRole in core/modules/block/src/Tests/BlockCacheTest.php
Test "user.roles" cache context.
BlockCacheTest::testCachePerUser in core/modules/block/src/Tests/BlockCacheTest.php
Test "user" cache context.
BlockCacheTest::testNoCache in core/modules/block/src/Tests/BlockCacheTest.php
Test non-cacheable block.
BlockContentCreationTest::testBlockDelete in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Test deleting a block.
BlockContentListTest::testListing in core/modules/block_content/src/Tests/BlockContentListTest.php
Tests the custom block listing page.
BlockContentListViewsTest::testListing in core/modules/block_content/src/Tests/BlockContentListViewsTest.php
Tests the custom block listing page.
BlockContentTypeTest::testBlockContentTypeCreation in core/modules/block_content/src/Tests/BlockContentTypeTest.php
Tests creating a block type programmatically and via a form.
BlockContentTypeTest::testBlockContentTypeDeletion in core/modules/block_content/src/Tests/BlockContentTypeTest.php
Tests deleting a block type that still has content.
BlockFormInBlockTest::testCachePerPage in core/modules/block/src/Tests/BlockFormInBlockTest.php
Test to see if form in block's redirect isn't cached.
BlockFormInBlockTest::testPlaceholders in core/modules/block/src/Tests/BlockFormInBlockTest.php
Test the actual placeholders
BlockHiddenRegionTest::testBlockNotInHiddenRegion in core/modules/block/src/Tests/BlockHiddenRegionTest.php
Tests that hidden regions do not inherit blocks when a theme is installed.
BlockInstallTest::testCacheTagInvalidationUponInstallation in core/modules/block/src/Tests/BlockInstallTest.php
BlockLanguageCacheTest::testBlockLinks in core/modules/block/src/Tests/BlockLanguageCacheTest.php
Creates a block in a language, check blocks page in all languages.
BlockLanguageTest::setUp in core/modules/block/src/Tests/BlockLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
BlockLanguageTest::testLanguageBlockVisibility in core/modules/block/src/Tests/BlockLanguageTest.php
Tests the visibility settings for the blocks based on language.
BlockLanguageTest::testMultipleLanguageTypes in core/modules/block/src/Tests/BlockLanguageTest.php
Tests block language visibility with different language types.
BlockTest::moveBlockToRegion in core/modules/block/src/Tests/BlockTest.php
Moves a block to a given region via the UI and confirms the result.
BlockTest::testBlock in core/modules/block/src/Tests/BlockTest.php
Test configuring and moving a module-define block to specific regions.
BlockTest::testBlockAccess in core/modules/block/src/Tests/BlockTest.php
Tests the block access.
BlockTest::testBlockThemeSelector in core/modules/block/src/Tests/BlockTest.php
Tests that the block form has a theme selector when not passed via the URL.
BlockTest::testBlockVisibility in core/modules/block/src/Tests/BlockTest.php
Tests block visibility.
BlockTest::testBlockVisibilityListedEmpty in core/modules/block/src/Tests/BlockTest.php
Test block visibility when leaving "pages" textarea empty.
BlockTest::testHideBlockTitle in core/modules/block/src/Tests/BlockTest.php
Test block title display settings.
BlockTest::testThemeAdminLink in core/modules/block/src/Tests/BlockTest.php
Tests that a link exists to block layout from the appearance form.
BlockTest::testUninstallTheme in core/modules/block/src/Tests/BlockTest.php
Tests that uninstalling a theme removes its block configuration.
BlockUiTest::testContextAwareBlocks in core/modules/block/src/Tests/BlockUiTest.php
Tests the behavior of context-aware blocks.
BookTest::checkBookNode in core/modules/book/src/Tests/BookTest.php
Checks the outline of sub-pages; previous, up, and next.
BookTest::testAdminBookListing in core/modules/book/src/Tests/BookTest.php
Tests the administrative listing of all books.
BookTest::testAdminBookNodeListing in core/modules/book/src/Tests/BookTest.php
Tests the administrative listing of all book pages in a book.
BookTest::testBookExport in core/modules/book/src/Tests/BookTest.php
Tests book export ("printer-friendly version") functionality.
BookTest::testBookListing in core/modules/book/src/Tests/BookTest.php
Tests the listing of all books.
BookTest::testBookNavigationBlock in core/modules/book/src/Tests/BookTest.php
Tests the functionality of the book navigation block.
BookTest::testEmptyBook in core/modules/book/src/Tests/BookTest.php
Tests saving the book outline on an empty book.
BookTest::testNavigationBlockOnAccessModuleInstalled in core/modules/book/src/Tests/BookTest.php
Tests the book navigation block when an access module is installed.
BooleanFieldTest::testBooleanField in core/modules/field/src/Tests/Boolean/BooleanFieldTest.php
Tests boolean field.
BooleanFormatterSettingsTest::testBooleanFormatterSettings in core/modules/field/src/Tests/Boolean/BooleanFormatterSettingsTest.php
Tests the formatter settings page for the Boolean formatter.
BulkFormTest::testBulkDeletion in core/modules/node/src/Tests/Views/BulkFormTest.php
Test multiple deletion.
BulkFormTest::testBulkForm in core/modules/action/src/Tests/BulkFormTest.php
Tests the bulk form.
BulkFormTest::testBulkForm in core/modules/user/src/Tests/Views/BulkFormTest.php
Tests the user bulk form.
CacheabilityMetadataConfigOverrideIntegrationTest::testConfigOverride in core/modules/config/src/Tests/CacheabilityMetadataConfigOverrideIntegrationTest.php
Tests if config overrides correctly set cacheability metadata.
CachedDataUITest::testCacheData in core/modules/views_ui/src/Tests/CachedDataUITest.php
Tests the user tempstore views data in the UI.
ClassLoaderTest::testClassLoading in core/modules/system/src/Tests/Module/ClassLoaderTest.php
Tests that module-provided classes can be loaded when a module is enabled.
ColorSafePreviewTest::testColorPreview in core/modules/color/src/Tests/ColorSafePreviewTest.php
Ensures color preview.html is sanitized.
ColorTest::testValidColor in core/modules/color/src/Tests/ColorTest.php
Tests whether the provided color is valid.
CommentAdminTest::testApprovalAdminInterface in core/modules/comment/src/Tests/CommentAdminTest.php
Test comment approval functionality through admin/content/comment.
CommentAdminTest::testApprovalNodeInterface in core/modules/comment/src/Tests/CommentAdminTest.php
Tests comment approval functionality through the node interface.
CommentAdminTest::testCommentAdmin in core/modules/comment/src/Tests/CommentAdminTest.php
Tests comment bundle admin.
CommentAnonymousTest::testAnonymous in core/modules/comment/src/Tests/CommentAnonymousTest.php
Tests anonymous comment functionality.
CommentBlockTest::testRecentCommentBlock in core/modules/comment/src/Tests/CommentBlockTest.php
Tests the recent comments block.
CommentBookTest::testBookCommentPrint in core/modules/comment/src/Tests/CommentBookTest.php
Tests comments in book export.
CommentCacheTagsTest::testCommentEntity in core/modules/comment/src/Tests/CommentCacheTagsTest.php
Test that comments correctly invalidate the cache tag of their host entity.
CommentFieldsTest::testCommentFieldCreate in core/modules/comment/src/Tests/CommentFieldsTest.php
Tests creating a comment field through the interface.
CommentInterfaceTest::testCommentInterface in core/modules/comment/src/Tests/CommentInterfaceTest.php
Tests the comment interface.
CommentLinksTest::testCommentLinks in core/modules/comment/src/Tests/CommentLinksTest.php
Tests that comment links are output and can be hidden.
CommentNodeAccessTest::testThreadedCommentView in core/modules/comment/src/Tests/CommentNodeAccessTest.php
Test that threaded comments can be viewed.
CommentNonNodeTest::performCommentOperation in core/modules/comment/src/Tests/CommentNonNodeTest.php
Performs the specified operation on the specified comment.
CommentNonNodeTest::postComment in core/modules/comment/src/Tests/CommentNonNodeTest.php
Posts a comment.
CommentNonNodeTest::testCommentFunctionality in core/modules/comment/src/Tests/CommentNonNodeTest.php
Tests anonymous comment functionality.
CommentPagerTest::testTwoPagers in core/modules/comment/src/Tests/CommentPagerTest.php
Confirms comment paging works correctly with two pagers.
CommentPreviewTest::testCommentEditPreviewSave in core/modules/comment/src/Tests/CommentPreviewTest.php
Tests comment edit, preview, and save.
CommentPreviewTest::testCommentPreview in core/modules/comment/src/Tests/CommentPreviewTest.php
Tests comment preview.
CommentPreviewTest::testCommentPreviewDuplicateSubmission in core/modules/comment/src/Tests/CommentPreviewTest.php
Tests comment preview.
CommentTestBase::deleteComment in core/modules/comment/src/Tests/CommentTestBase.php
Deletes a comment.
CommentTestBase::performCommentOperation in core/modules/comment/src/Tests/CommentTestBase.php
Performs the specified operation on the specified comment.
CommentTestBase::postComment in core/modules/comment/src/Tests/CommentTestBase.php
Posts a comment.
CommentTypeTest::testCommentTypeCreation in core/modules/comment/src/Tests/CommentTypeTest.php
Tests creating a comment type programmatically and via a form.
CommentTypeTest::testCommentTypeDeletion in core/modules/comment/src/Tests/CommentTypeTest.php
Tests deleting a comment type that still has content.
ConditionFormTest::testConfigForm in core/modules/system/src/Tests/Condition/ConditionFormTest.php
Submit the condition_node_type_test_form to test condition forms.
ConfigDependencyWebTest::testConfigDependencyDeleteFormTrait in core/modules/config/src/Tests/ConfigDependencyWebTest.php
Tests ConfigDependencyDeleteFormTrait.
ConfigEntityFormOverrideTest::testFormsWithOverrides in core/modules/config/src/Tests/ConfigEntityFormOverrideTest.php
Tests that overrides do not affect forms or listing screens.
ConfigEntityListTest::testListUI in core/modules/config/src/Tests/ConfigEntityListTest.php
Tests the listing UI.
ConfigEntityTest::testCRUDUI in core/modules/config/src/Tests/ConfigEntityTest.php
Tests CRUD operations through the UI.
ConfigExportImportUITest::testExportImport in core/modules/config/src/Tests/ConfigExportImportUITest.php
Tests a simple site export import case.
ConfigExportImportUITest::testExportImportCollections in core/modules/config/src/Tests/ConfigExportImportUITest.php
Tests an export and import of collections.
ConfigImportInstallProfileTest::testInstallProfileValidation in core/modules/config/src/Tests/ConfigImportInstallProfileTest.php
Tests config importer cannot uninstall install profiles.
ConfigImportUITest::testConfigUninstallConfigException in core/modules/config/src/Tests/ConfigImportUITest.php
ConfigImportUITest::testEntityBundleDelete in core/modules/config/src/Tests/ConfigImportUITest.php
Tests the config importer cannot delete bundles with existing entities.
ConfigImportUITest::testExtensionValidation in core/modules/config/src/Tests/ConfigImportUITest.php
Tests config importer cannot uninstall extensions which are depended on.
ConfigImportUITest::testImport in core/modules/config/src/Tests/ConfigImportUITest.php
Tests importing configuration.
ConfigImportUITest::testImportDiff in core/modules/config/src/Tests/ConfigImportUITest.php
Tests the screen that shows differences between active and sync.
ConfigImportUITest::testImportErrorLog in core/modules/config/src/Tests/ConfigImportUITest.php
Tests an import that results in an error.
ConfigImportUITest::testImportLock in core/modules/config/src/Tests/ConfigImportUITest.php
Tests concurrent importing of configuration.
ConfigImportUITest::testImportSiteUuidValidation in core/modules/config/src/Tests/ConfigImportUITest.php
Tests verification of site UUID before importing configuration.
ConfigImportUITest::testImportValidation in core/modules/config/src/Tests/ConfigImportUITest.php
Tests that multiple validation errors are listed on the page.
ConfigImportUploadTest::testImport in core/modules/config/src/Tests/ConfigImportUploadTest.php
Tests importing configuration.
ConfigLanguageOverrideWebTest::testSiteNameTranslation in core/modules/config/src/Tests/ConfigLanguageOverrideWebTest.php
Tests translating the site name.
ConfigSingleImportExportTest::testImport in core/modules/config/src/Tests/ConfigSingleImportExportTest.php
Tests importing a single configuration file.
ConfigSingleImportExportTest::testImportSimpleConfiguration in core/modules/config/src/Tests/ConfigSingleImportExportTest.php
Tests importing a simple configuration file.
ConfigTest::testFileConfigurationPage in core/modules/system/src/Tests/File/ConfigTest.php
Tests file configuration page.
ConfigTranslationOverviewTest::testHiddenEntities in core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php
Tests availability of hidden entities in the translation overview.
ConfigTranslationOverviewTest::testListingPageWithOverrides in core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php
Tests that overrides do not affect listing screens.
ConfigTranslationUiTest::testAccountSettingsConfigurationTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the account settings translation interface.
ConfigTranslationUiTest::testAlterInfo in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the config_translation_info_alter() hook.
ConfigTranslationUiTest::testContactConfigEntityTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the contact form translation.
ConfigTranslationUiTest::testDateFormatTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests date format translation.
ConfigTranslationUiTest::testFieldConfigTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the translation of field and field storage configuration.
ConfigTranslationUiTest::testSiteInformationTranslationUi in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the site information translation interface.
ConfigurationTest::testActionConfiguration in core/modules/action/src/Tests/ConfigurationTest.php
Tests configuration of advanced actions through administration interface.
ConfirmFormTest::testConfirmForm in core/modules/system/src/Tests/Form/ConfirmFormTest.php
ContactPersonalTest::testPersonalContactAccess in core/modules/contact/src/Tests/ContactPersonalTest.php
Tests access to the personal contact form.
ContactPersonalTest::testPersonalContactFlood in core/modules/contact/src/Tests/ContactPersonalTest.php
Tests the personal contact form flood protection.
ContactSitewideTest::testSiteWideContact in core/modules/contact/src/Tests/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
ContactStorageTest::testContactStorage in core/modules/contact/src/Tests/ContactStorageTest.php
Tests configuration options and the site-wide contact form.
ContentNegotiationTest::testBogusAcceptHeader in core/modules/system/src/Tests/DrupalKernel/ContentNegotiationTest.php
Verifies HTML responses for bogus Accept headers.
ContentTranslationSettingsTest::testAccountLanguageSettingsUI in core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php
Tests the language settings checkbox on account settings page.
ContentTranslationSettingsTest::testFieldTranslatableSettingsUI in core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php
Tests that field setting depends on bundle translatability.
ContentTranslationSettingsTest::testSettingsUI in core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php
Tests that the settings UI works as expected.
ContentTranslationUISkipTest::testUICheckSkip in core/modules/content_translation/src/Tests/ContentTranslationUISkipTest.php
Tests the content_translation_ui_skip key functionality.
ContentTranslationUITestBase::doTestBasicTranslation in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the basic translation workflow.
CronRunTest::testAutomatedCron in core/modules/system/src/Tests/System/CronRunTest.php
Ensure that the automated cron run module is working.
CronRunTest::testManualCron in core/modules/system/src/Tests/System/CronRunTest.php
Ensure that the manual cron run is working.
CustomBooleanTest::testCustomOptionTemplate in core/modules/views_ui/src/Tests/CustomBooleanTest.php
Tests the setting and output of custom labels for boolean values.
DateFormatsLockedTest::testDateLocking in core/modules/system/src/Tests/System/DateFormatsLockedTest.php
Tests attempts at listing, editing, and deleting locked date formats.
DateFormatsMachineNameTest::testDateFormatsMachineNameAllowedValues in core/modules/system/src/Tests/System/DateFormatsMachineNameTest.php
Tests that date formats cannot be created with invalid machine names.
DateTimeFieldTest::testDateField in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Tests date field functionality.
DateTimeFieldTest::testDatelistWidget in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Tests Date List Widget functionality.
DateTimeFieldTest::testDatetimeField in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Tests date and time field.
DateTimeFieldTest::testDefaultValue in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Test default value functionality.
DateTimeFieldTest::testInvalidField in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Test that invalid values are caught and marked as invalid.
DateTimeTest::testDateFormatConfiguration in core/modules/system/src/Tests/System/DateTimeTest.php
Test date format configuration.
DateTimeTest::testTimeZoneHandling in core/modules/system/src/Tests/System/DateTimeTest.php
Test time zones and DST handling.
DbLogTest::doNode in core/modules/dblog/src/Tests/DbLogTest.php
Generates and then verifies some node events.
DbLogTest::doUser in core/modules/dblog/src/Tests/DbLogTest.php
Generates and then verifies some user events.
DbLogTest::testFilter in core/modules/dblog/src/Tests/DbLogTest.php
Tests the database log filter functionality at admin/reports/dblog.
DbLogTest::testTemporaryUser in core/modules/dblog/src/Tests/DbLogTest.php
Tests that the details page displays correctly for a temporary user.
DbLogTest::verifyReports in core/modules/dblog/src/Tests/DbLogTest.php
Confirms that database log reports are displayed at the correct paths.
DbLogTest::verifySort in core/modules/dblog/src/Tests/DbLogTest.php
Verifies the sorting functionality of the database logging reports table.
DefaultViewsTest::testDefaultViews in core/modules/views_ui/src/Tests/DefaultViewsTest.php
Tests default views.
DeleteFeedTest::testDeleteFeed in core/modules/aggregator/src/Tests/DeleteFeedTest.php
Deletes a feed and ensures that all of its services are deleted.
DeleteTest::testDelete in core/modules/rest/src/Tests/DeleteTest.php
Tests several valid and invalid delete requests on all entity types.
DependencyTest::testEnableRequirementsFailureDependency in core/modules/system/src/Tests/Module/DependencyTest.php
Tests enabling a module that depends on a module which fails hook_requirements().
DependencyTest::testEnableWithoutDependency in core/modules/system/src/Tests/Module/DependencyTest.php
Attempts to enable the Content Translation module without Language enabled.
DependencyTest::testModuleEnableOrder in core/modules/system/src/Tests/Module/DependencyTest.php
Tests that module dependencies are enabled in the correct order in the UI.
DependencyTest::testUninstallDependents in core/modules/system/src/Tests/Module/DependencyTest.php
Tests attempting to uninstall a module that has installed dependents.
DisplayApiTest::testFieldEmpty in core/modules/field/src/Tests/DisplayApiTest.php
Tests that the prepareView() formatter method still fires for empty values.
DisplayApiTest::testFieldItemListView in core/modules/field/src/Tests/DisplayApiTest.php
Tests the FieldItemListInterface::view() method.
DisplayApiTest::testFieldItemView in core/modules/field/src/Tests/DisplayApiTest.php
Tests the FieldItemInterface::view() method.
DisplayAttachmentTest::testAttachmentUI in core/modules/views_ui/src/Tests/DisplayAttachmentTest.php
Tests the attachment UI.
DisplayCRUDTest::testDuplicateDisplay in core/modules/views_ui/src/Tests/DisplayCRUDTest.php
Tests the duplicating of a display.
DisplayFeedTest::checkFeedViewUi in core/modules/views_ui/src/Tests/DisplayFeedTest.php
Checks views UI for a specific feed view.
DisplayPathTest::doAdvancedPathsValidationTest in core/modules/views_ui/src/Tests/DisplayPathTest.php
Tests a couple of invalid path patterns.
DisplayPathTest::doBasicPathUITest in core/modules/views_ui/src/Tests/DisplayPathTest.php
Tests basic functionality in configuring a view.
DisplayPathTest::testDefaultMenuTabRegression in core/modules/views_ui/src/Tests/DisplayPathTest.php
Tests the regression in https://www.drupal.org/node/2532490.
DisplayPathTest::testMenuOptions in core/modules/views_ui/src/Tests/DisplayPathTest.php
Tests the menu and tab option form.
DisplayTest::checkTranslationSetting in core/modules/views/src/Tests/Plugin/DisplayTest.php
Asserts a node and a file based view for the translation setting.
DisplayTest::testAddDisplay in core/modules/views_ui/src/Tests/DisplayTest.php
Tests adding a display.
DisplayTest::testDisplayPlugin in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests the display test plugin.
DisplayTest::testInvalidDisplayPlugins in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests invalid display plugins.
DistributionProfileTest::testInstalled in core/modules/system/src/Tests/Installer/DistributionProfileTest.php
Confirms that the installation succeeded.
DuplicateTest::testDuplicateView in core/modules/views_ui/src/Tests/DuplicateTest.php
Checks if duplicated view exists and has correct label.
ElementsAccessTest::testAccessFalse in core/modules/system/src/Tests/Form/ElementsAccessTest.php
Ensures that child values are still processed when #access = FALSE.
ElementsTableSelectTest::testEmptyText in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Test the display of the #empty text when #options is an empty array.
ElementsTableSelectTest::testMultipleFalseSubmit in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Test submission of values when #multiple is FALSE.
ElementsTableSelectTest::testMultipleTrueSubmit in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Test the submission of single and multiple values when #multiple is TRUE.
ElementsTableSelectTest::testTableselectColSpan in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Tests the display when #colspan is set.
ElementTest::testFormElementErrors in core/modules/system/src/Tests/Form/ElementTest.php
Tests form element error messages.
ElementValidationTest::testAjaxElementValidation in core/modules/system/src/Tests/Ajax/ElementValidationTest.php
Tries to post an Ajax change to a form that has a validated element.
EmailFieldTest::testEmailField in core/modules/field/src/Tests/Email/EmailFieldTest.php
Tests email field.
EngineNyanCatTest::testTemplateOverride in core/modules/system/src/Tests/Theme/EngineNyanCatTest.php
Ensures a theme's template is overridable based on the 'template' filename.
EntityDisplayModeTest::testEntityFormModeUI in core/modules/field_ui/src/Tests/EntityDisplayModeTest.php
Tests the EntityFormMode user interface.
EntityDisplayModeTest::testEntityViewModeUI in core/modules/field_ui/src/Tests/EntityDisplayModeTest.php
Tests the EntityViewMode user interface.
EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
Tests the Entity Reference Admin UI.
EntityReferenceAutoCreateTest::testAutoCreate in core/modules/field/src/Tests/EntityReference/EntityReferenceAutoCreateTest.php
Tests that the autocomplete input element appears and the creation of a new entity.
EntityReferenceFieldTranslatedReferenceViewTest::assertEntityReferenceDisplay in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
Assert entity reference display.
EntityViewControllerTest::testEntityViewControllerViewBuilder in core/modules/system/src/Tests/Entity/EntityViewControllerTest.php
Tests that a view builder can successfully override the view builder.
ErrorHandlerTest::testExceptionHandler in core/modules/system/src/Tests/System/ErrorHandlerTest.php
Test the exception handler.
ExposedFormTest::testTextInputRequired in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Test the "on demand text" for the input required exposed form type.
ExposedFormUITest::testExposedAdminUi in core/modules/views_ui/src/Tests/ExposedFormUITest.php
Tests the admin interface of exposed filter and sort items.
FeedAdminDisplayTest::testFeedUpdateFields in core/modules/aggregator/src/Tests/FeedAdminDisplayTest.php
Tests the "Next update" and "Last update" fields.
FeedParserTest::testAtomSample in core/modules/aggregator/src/Tests/FeedParserTest.php
Tests a feed that uses the Atom format.
FeedParserTest::testRSS091Sample in core/modules/aggregator/src/Tests/FeedParserTest.php
Tests a feed that uses the RSS 0.91 format.
FieldAccessTest::testFieldAccess in core/modules/field/src/Tests/FieldAccessTest.php
Test that hook_entity_field_access() is called.
FieldFieldAccessTestBase::assertFieldAccess in core/modules/views/src/Tests/Handler/FieldFieldAccessTestBase.php
Checks views field access for a given entity type and field name.
FieldHelpTest::testFieldHelp in core/modules/field/src/Tests/FieldHelpTest.php
Test the Field module's help page.
FieldImportDeleteUninstallUiTest::testImportDeleteUninstall in core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php
Tests deleting field storages and fields as part of config import.
FieldUIDeleteTest::testDeleteField in core/modules/field_ui/src/Tests/FieldUIDeleteTest.php
Tests that deletion removes field storages and fields as expected.
FieldUIRouteTest::testFieldUIRoutes in core/modules/field_ui/src/Tests/FieldUIRouteTest.php
Ensures that entity types with bundles do not break following entity types.
FieldUITest::testFieldUI in core/modules/views_ui/src/Tests/FieldUITest.php
Tests the UI of field handlers.
FileFieldDisplayTest::testDescToggle in core/modules/file/src/Tests/FileFieldDisplayTest.php
Tests description toggle for field instance configuration.
FileFieldDisplayTest::testNodeDisplay in core/modules/file/src/Tests/FileFieldDisplayTest.php
Tests normal formatter display on node display.
FileFieldValidateTest::testFileRemoval in core/modules/file/src/Tests/FileFieldValidateTest.php
Checks that a file can always be removed if it does not pass validation.
FileListingTest::testFileListingPages in core/modules/file/src/Tests/FileListingTest.php
Tests file overview with different user permissions.
FileManagedFileElementTest::testManagedFile in core/modules/file/src/Tests/FileManagedFileElementTest.php
Tests the managed_file element type.
FilterAdminTest::testDisabledFormat in core/modules/filter/src/Tests/FilterAdminTest.php
Tests whether a field using a disabled format is rendered.
FilterAdminTest::testFormatAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests the format administration functionality.
FilterDateTest::_testUiValidation in core/modules/views/src/Tests/Handler/FilterDateTest.php
Make sure the validation callbacks works.
FilterFormatAccessTest::testFormatWidgetPermissions in core/modules/filter/src/Tests/FilterFormatAccessTest.php
Tests editing a page using a disallowed text format.
FilterHooksTest::testFilterHooks in core/modules/filter/src/Tests/FilterHooksTest.php
Tests hooks on format management.
FilterNumericWebTest::testFilterNumericUI in core/modules/views_ui/src/Tests/FilterNumericWebTest.php
Tests the filter numeric UI.
FilterPermissionUiTest::testHandlerUI in core/modules/user/src/Tests/Views/FilterPermissionUiTest.php
Tests basic filter handler settings in the UI.
FilterSecurityTest::testDisableFilterModule in core/modules/filter/src/Tests/FilterSecurityTest.php
Tests removal of filtered content when an active filter is disabled.
FormatDateTest::testAdminDefinedFormatDate in core/modules/system/src/Tests/Common/FormatDateTest.php
Tests admin-defined formats in format_date().
FormObjectTest::testObjectFormCallback in core/modules/system/src/Tests/Form/FormObjectTest.php
Tests using an object as the form callback.
FormStoragePageCacheTest::testRebuildFormStorageOnCachedPage in core/modules/system/src/Tests/Form/FormStoragePageCacheTest.php
Build-id is regenerated when rebuilding cached form.
FormStoragePageCacheTest::testValidateFormStorageOnCachedPage in core/modules/system/src/Tests/Form/FormStoragePageCacheTest.php
Build-id is regenerated when validating cached form.
FormTest::testFieldFormDefaultValue in core/modules/field/src/Tests/FormTest.php
Tests field widget default values on entity forms.
FormTest::testFieldFormSingle in core/modules/field/src/Tests/FormTest.php
FormTest::testFieldFormSingleRequired in core/modules/field/src/Tests/FormTest.php
FormTest::testFieldFormUnlimited in core/modules/field/src/Tests/FormTest.php
FormTest::testHiddenField in core/modules/field/src/Tests/FormTest.php
Tests hiding a field in a form.
FormTest::testInputForgery in core/modules/system/src/Tests/Form/FormTest.php
Test Form API protections against input forgery.
FormTest::testInputWithInvalidToken in core/modules/system/src/Tests/Form/FormTest.php
Tests that input is retained for safe elements even with an invalid token.
FormTest::testLabelOnMultiValueFields in core/modules/field/src/Tests/FormTest.php
Tests the form display of the label for multi-value fields.
FormTest::testSelect in core/modules/system/src/Tests/Form/FormTest.php
Tests validation of #type 'select' elements.
ForumIndexTest::testForumIndexStatus in core/modules/forum/src/Tests/ForumIndexTest.php
Tests the forum index for published and unpublished nodes.
ForumNodeAccessTest::testForumNodeAccess in core/modules/forum/src/Tests/ForumNodeAccessTest.php
Creates some users and creates a public node and a private node.
ForumTest::deleteForum in core/modules/forum/src/Tests/ForumTest.php
Deletes a forum.
ForumTest::doAdminTests in core/modules/forum/src/Tests/ForumTest.php
Runs admin tests on the admin user.
ForumTest::testForum in core/modules/forum/src/Tests/ForumTest.php
Tests forum functionality through the admin and user interfaces.
ForumTest::verifyForums in core/modules/forum/src/Tests/ForumTest.php
Verifies that the logged in user has access to a forum node.
ForumUninstallTest::testForumUninstallWithField in core/modules/forum/src/Tests/ForumUninstallTest.php
Tests if forum module uninstallation properly deletes the field.
FrontPageTest::doTestFrontPageViewCacheTags in core/modules/node/src/Tests/Views/FrontPageTest.php
Tests the cache tags on the front page.
FrontPageTest::testDrupalFrontPage in core/modules/system/src/Tests/System/FrontPageTest.php
Test front page functionality.
HandlerFieldRoleTest::testRole in core/modules/user/src/Tests/Views/HandlerFieldRoleTest.php
HandlerTest::testBrokenHandlers in core/modules/views_ui/src/Tests/HandlerTest.php
Tests broken handlers.
HelpTest::verifyHelp in core/modules/help/src/Tests/HelpTest.php
Verifies the logged in user has access to the various help nodes.
HookRequirementsTest::testHookRequirementsFailure in core/modules/system/src/Tests/Module/HookRequirementsTest.php
Assert that a module cannot be installed if it fails hook_requirements().
HtaccessTest::testFileAccess in core/modules/system/src/Tests/System/HtaccessTest.php
Iterates over protected files and calls assertNoFileAccess().
HtmlResponseAttachmentsTest::testRenderCachedBlock in core/modules/system/src/Tests/Render/HtmlResponseAttachmentsTest.php
Test caching of ['#attached'].
ImageAdminStylesTest::testEditEffect in core/modules/image/src/Tests/ImageAdminStylesTest.php
Verifies that editing an image effect does not cause it to be duplicated.
ImageAdminStylesTest::testStyleReplacement in core/modules/image/src/Tests/ImageAdminStylesTest.php
Test deleting a style and choosing a replacement style.
ImageFieldDefaultImagesTest::testDefaultImages in core/modules/image/src/Tests/ImageFieldDefaultImagesTest.php
Tests CRUD for fields and fields fields with default images.
ImageFieldDisplayTest::testImageFieldSettings in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Tests for image field settings.
ImageFieldValidateTest::testRequiredAttributes in core/modules/image/src/Tests/ImageFieldValidateTest.php
Test that required alt/title fields gets validated right.
ImageFieldValidateTest::testResolution in core/modules/image/src/Tests/ImageFieldValidateTest.php
Test min/max resolution settings.
ImportOpmlTest::openImportForm in core/modules/aggregator/src/Tests/ImportOpmlTest.php
Opens OPML import form.
ImportOpmlTest::submitImportForm in core/modules/aggregator/src/Tests/ImportOpmlTest.php
Submits form with invalid, empty, and valid OPML files.
ImportOpmlTest::validateImportFormFields in core/modules/aggregator/src/Tests/ImportOpmlTest.php
Submits form filled with invalid fields.
InstallationProfileModuleTestsTest::testInstallationProfileTests in core/modules/simpletest/src/Tests/InstallationProfileModuleTestsTest.php
Tests existence of test case located in an installation profile module.
InstallerTest::testInstaller in core/modules/system/src/Tests/Installer/InstallerTest.php
Ensures that the user page is available after installation.
InstallerTranslationMultipleLanguageTest::testTranslationsLoaded in core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageTest.php
Tests that translations ended up at the expected places.
InstallerTranslationMultipleLanguageTest::verifyImportedStringsTranslated in core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageTest.php
Helper function to verify that the expected strings are translated.
InstallerTranslationTest::testInstaller in core/modules/system/src/Tests/Installer/InstallerTranslationTest.php
Verifies the expected behaviors of the installation result.
InstallUninstallTest::assertHelp in core/modules/system/src/Tests/Module/InstallUninstallTest.php
Verifies a module's help.
InstallUninstallTest::assertSuccessfulUninstall in core/modules/system/src/Tests/Module/InstallUninstallTest.php
Uninstalls a module and asserts that it was done correctly.
InstallUninstallTest::testInstallUninstall in core/modules/system/src/Tests/Module/InstallUninstallTest.php
Tests that a fixed set of modules can be installed and uninstalled.
InvalidUpdateHookTest::testInvalidUpdateHook in core/modules/system/src/Tests/Update/InvalidUpdateHookTest.php
IpAddressBlockingTest::testIPAddressValidation in core/modules/ban/src/Tests/IpAddressBlockingTest.php
Tests various user input to confirm correct validation and saving of data.
ItemsPerPageTest::testItemsPerPage in core/modules/views/src/Tests/Wizard/ItemsPerPageTest.php
Tests the number of items per page.
LanguageBrowserDetectionTest::testUIBrowserLanguageMappings in core/modules/language/src/Tests/LanguageBrowserDetectionTest.php
Tests for adding, editing and deleting mappings between browser language codes and Drupal language codes.
LanguageConfigOverrideImportTest::testConfigOverrideImport in core/modules/language/src/Tests/LanguageConfigOverrideImportTest.php
Tests that language can be enabled and overrides are created during a sync.
LanguageConfigOverrideImportTest::testConfigOverrideImportEvents in core/modules/language/src/Tests/LanguageConfigOverrideImportTest.php
Tests that configuration events are not fired during a sync of overrides.
LanguageConfigurationTest::testLanguageConfiguration in core/modules/language/src/Tests/LanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
LanguageCustomLanguageConfigurationTest::testLanguageConfiguration in core/modules/language/src/Tests/LanguageCustomLanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
LanguageListTest::testLanguageList in core/modules/language/src/Tests/LanguageListTest.php
Functional tests for adding, editing and deleting languages.
LanguageNegotiationFormOverrideTest::testFormWithOverride in core/modules/config/src/Tests/LanguageNegotiationFormOverrideTest.php
Tests that overrides do not affect language-negotiation form values.
LanguagePathMonolingualTest::testPageLinks in core/modules/language/src/Tests/LanguagePathMonolingualTest.php
Verifies that links do not have language prefixes in them.
LanguageSwitchingTest::doTestLanguageBlockAnonymous in core/modules/language/src/Tests/LanguageSwitchingTest.php
For anonymous users, the "active" class is set by PHP.
LanguageSwitchingTest::doTestLanguageBlockAuthenticated in core/modules/language/src/Tests/LanguageSwitchingTest.php
For authenticated users, the "active" class is set by JavaScript.
LanguageSwitchingTest::testLanguageBlockWithDomain in core/modules/language/src/Tests/LanguageSwitchingTest.php
Test language switcher links for domain based negotiation.
LanguageUILanguageNegotiationTest::runTest in core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php
LanguageUILanguageNegotiationTest::testLanguageDomain in core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php
Tests URL handling when separate domains are used for multiple languages.
LanguageUrlRewritingTest::testUrlRewritingEdgeCases in core/modules/language/src/Tests/LanguageUrlRewritingTest.php
Check that non-installed languages are not considered.
LinkFieldTest::assertInvalidEntries in core/modules/link/src/Tests/LinkFieldTest.php
Asserts that invalid URLs cannot be submitted.
LinkFieldTest::assertValidEntries in core/modules/link/src/Tests/LinkFieldTest.php
Asserts that valid URLs can be submitted.
LinkFieldTest::testLinkFormatter in core/modules/link/src/Tests/LinkFieldTest.php
Tests the default 'link' formatter.
LinkFieldTest::testLinkSeparateFormatter in core/modules/link/src/Tests/LinkFieldTest.php
Tests the 'link_separate' formatter.
LinkFieldTest::testLinkTitle in core/modules/link/src/Tests/LinkFieldTest.php
Tests the link title settings of a link field.
LinkFieldUITest::testFieldUI in core/modules/link/src/Tests/LinkFieldUITest.php
Tests the link field UI.
LocalActionsAndTasksConvertedIntoBlocksUpdateTest::testUpdateHookN in core/modules/system/src/Tests/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php
Tests that local actions/tasks are being converted into blocks.
LocaleConfigTranslationImportTest::testConfigTranslationModuleInstall in core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php
Test update changes configuration translations if enabled after language.
LocaleConfigTranslationTest::testConfigTranslation in core/modules/locale/src/Tests/LocaleConfigTranslationTest.php
Tests basic configuration translation.
LocaleContentTest::testContentTypeLanguageConfiguration in core/modules/locale/src/Tests/LocaleContentTest.php
Test if a content type can be set to multilingual and language is present.
LocaleImportFunctionalTest::testConfigPoFile in core/modules/locale/src/Tests/LocaleImportFunctionalTest.php
Tests .po file import with configuration translation.
LocaleImportFunctionalTest::testEmptyMsgstr in core/modules/locale/src/Tests/LocaleImportFunctionalTest.php
Test empty msgstr at end of .po file see #611786.
LocaleImportFunctionalTest::testStandalonePoFile in core/modules/locale/src/Tests/LocaleImportFunctionalTest.php
Test import of standalone .po files.
LocalePathTest::testPathLanguageConfiguration in core/modules/locale/src/Tests/LocalePathTest.php
Test if a language can be associated with a path alias.
LocalePluralFormatTest::testPluralEditDateFormatter in core/modules/locale/src/Tests/LocalePluralFormatTest.php
Tests plural editing of DateFormatter strings
LocalePluralFormatTest::testPluralEditExport in core/modules/locale/src/Tests/LocalePluralFormatTest.php
Tests plural editing and export functionality.
LocaleTranslationUiTest::testStringSearch in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Tests translation search form.
LocaleTranslationUiTest::testStringTranslation in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Adds a language and tests string translation by users with the appropriate permissions.
LocaleTranslationUiTest::testUICustomizedStrings in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Tests that only changed strings are saved customized when edited.
LocaleUpdateInterfaceTest::testInterface in core/modules/locale/src/Tests/LocaleUpdateInterfaceTest.php
Tests the user interfaces of the interface translation update system.
LocaleUpdateTest::testEnableCustomLanguage in core/modules/locale/src/Tests/LocaleUpdateTest.php
Tests automatic translation import when a custom language is added.
LocaleUpdateTest::testUpdateCheckStatus in core/modules/locale/src/Tests/LocaleUpdateTest.php
Checks if local or remote translation sources are detected.
LocaleUpdateTest::testUpdateImportSourceRemote in core/modules/locale/src/Tests/LocaleUpdateTest.php
Tests translation import from remote sources.
LockFunctionalTest::testLockAcquire in core/modules/system/src/Tests/Lock/LockFunctionalTest.php
Confirms that we can acquire and release locks in two parallel requests.
LockFunctionalTest::testPersistentLock in core/modules/system/src/Tests/Lock/LockFunctionalTest.php
Tests that the persistent lock is persisted between requests.
MainContentFallbackTest::testMainContentFallback in core/modules/system/src/Tests/System/MainContentFallbackTest.php
Test availability of main content: Drupal falls back to SimplePageVariant.
ManageDisplayTest::testFormatterUI in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests formatter settings.
ManageDisplayTest::testWidgetUI in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests widget settings.
ManageFieldsTest::cardinalitySettings in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests the cardinality settings of a field.
ManageFieldsTest::fieldListAdminPage in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that the field list administration page operates correctly.
ManageFieldsTest::testDefaultValue in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that default value is correctly validated and saved.
ManageFieldsTest::testDisallowedFieldNames in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that Field UI respects disallowed field names.
ManageFieldsTest::testDuplicateFieldName in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that a duplicate field name is caught by validation.
ManageFieldsTest::testFieldPrefix in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that the 'field_prefix' setting works on Field UI.
ManageFieldsTest::testHelpDescriptions in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that help descriptions render valid HTML.
ManageFieldsTest::updateField in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests editing an existing field.
MenuLinkContentDeleteFormTest::testMenuLinkContentDeleteForm in core/modules/menu_link_content/src/Tests/MenuLinkContentDeleteFormTest.php
Tests the MenuLinkContentDeleteForm class.
MenuLinkContentFormTest::testMenuLinkContentForm in core/modules/menu_link_content/src/Tests/MenuLinkContentFormTest.php
Tests the MenuLinkContentForm class.
MenuLinkContentFormTest::testMenuLinkContentFormValidation in core/modules/menu_link_content/src/Tests/MenuLinkContentFormTest.php
Tests validation for the MenuLinkContentForm class.
MenuLinkTest::testHierarchicalMenuLinkVisibility in core/modules/views/src/Tests/Plugin/MenuLinkTest.php
Test that menu links using menu_link_content as parent are visible.
MenuNodeTest::testMenuNodeFormWidget in core/modules/menu_ui/src/Tests/MenuNodeTest.php
Test creating, editing, deleting menu links via node form widget.
MenuRouterTest::doTestDescriptionMenuItems in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Tests menu item descriptions.
MenuRouterTest::doTestHookMenuIntegration in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test local tasks with route placeholders.
MenuRouterTest::doTestMenuOptionalPlaceholders in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test menu links that have optional placeholders.
MenuRouterTest::doTestThemeCallbackAdministrative in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test the theme negotiation when it is set to use an administrative theme.
MenuRouterTest::doTestThemeCallbackFakeTheme in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test the theme negotiation when it is set to use a theme that does not exist.
MenuRouterTest::doTestThemeCallbackMaintenanceMode in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test the theme negotiation when the site is in maintenance mode.
MenuRouterTest::doTestThemeCallbackNoThemeRequested in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test the theme negotiation when no theme is requested.
MenuRouterTest::doTestThemeCallbackOptionalTheme in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test the theme negotiation when it is set to use an optional theme.
MenuRouterTest::doTestTitleCallbackFalse in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test title callback set to FALSE.
MenuRouterTest::doTestTitleMenuCallback in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Tests page title of MENU_CALLBACKs.
MenuRouterTest::testMaintenanceModeLoginPaths in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Make sure the maintenance mode can be bypassed using an EventSubscriber.
MenuTest::addCustomMenu in core/modules/menu_ui/src/Tests/MenuTest.php
Creates a custom menu.
MenuTest::addMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Adds a menu link using the UI.
MenuTest::deleteCustomMenu in core/modules/menu_ui/src/Tests/MenuTest.php
Deletes the locally stored custom menu.
MenuTest::modifyMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Modifies a menu link using the UI.
MenuTest::testMenu in core/modules/menu_ui/src/Tests/MenuTest.php
Tests menu functionality using the admin and user interfaces.
MenuTest::testSystemMenuRename in core/modules/menu_ui/src/Tests/MenuTest.php
Tests renaming the built-in menu.
MenuTest::toggleMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Alternately disables and enables a menu link.
MenuTest::verifyAccess in core/modules/menu_ui/src/Tests/MenuTest.php
Verifies the logged in user has the desired access to various menu pages.
MinimalTest::testMinimal in core/profiles/minimal/src/Tests/MinimalTest.php
Tests Minimal installation profile.
MiniPagerTest::testMiniPagerRender in core/modules/views/src/Tests/Plugin/MiniPagerTest.php
Tests the rendering of mini pagers.
ModulesListFormWebTest::testModuleListForm in core/modules/system/src/Tests/Form/ModulesListFormWebTest.php
Tests the module list form.
NodeAccessFieldTest::testNodeAccessAdministerField in core/modules/node/src/Tests/NodeAccessFieldTest.php
Tests administering fields when node access is restricted.
NodeAccessPagerTest::testCommentPager in core/modules/node/src/Tests/NodeAccessPagerTest.php
Tests the comment pager for nodes with multiple grants per realm.
NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNoAccessModules in core/modules/node/src/Tests/NodeAccessRebuildNodeGrantsTest.php
Tests rebuilding the node access permissions table with no content.
NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNodeGrants in core/modules/node/src/Tests/NodeAccessRebuildNodeGrantsTest.php
Tests rebuilding the node access permissions table with content.
NodeAccessRebuildTest::testNodeAccessRebuild in core/modules/node/src/Tests/NodeAccessRebuildTest.php
Tests rebuilding the node access permissions table.
NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/src/Tests/NodeBlockFunctionalTest.php
Tests the recent comments block.
NodeCreationTest::testNodeCreation in core/modules/node/src/Tests/NodeCreationTest.php
Creates a "Basic page" node and verifies its consistency in the database.
NodeCreationTest::testUnpublishedNodeCreation in core/modules/node/src/Tests/NodeCreationTest.php
Creates an unpublished node and confirms correct redirect behavior.
NodeEditFormTest::testNodeEdit in core/modules/node/src/Tests/NodeEditFormTest.php
Checks node edit functionality.
NodeEntityViewModeAlterTest::testNodeViewModeChange in core/modules/node/src/Tests/NodeEntityViewModeAlterTest.php
Create a "Basic page" node and verify its consistency in the database.
NodeHelpTest::testNodeShowHelpText in core/modules/node/src/Tests/NodeHelpTest.php
Verifies that help text appears on node add/edit forms.
NodeLanguageTest::assertLanguageNames in core/modules/node/src/Tests/Views/NodeLanguageTest.php
Asserts the presence of language names in their English or native forms.
NodeLanguageTest::testLanguages in core/modules/node/src/Tests/Views/NodeLanguageTest.php
Tests translation language filter, field, and sort.
NodeLinksTest::testHideLinks in core/modules/node/src/Tests/NodeLinksTest.php
Tests that the links can be hidden in the view display settings.
NodeLoadMultipleTest::testNodeMultipleLoad in core/modules/node/src/Tests/NodeLoadMultipleTest.php
Creates four nodes and ensures that they are loaded correctly.
NodeRevisionsAllTest::testRevisions in core/modules/node/src/Tests/NodeRevisionsAllTest.php
Checks node revision operations.
NodeRevisionsTest::testNodeRevisionWithoutLogMessage in core/modules/node/src/Tests/NodeRevisionsTest.php
Checks that revisions are correctly saved without log messages.
NodeRevisionsTest::testRevisions in core/modules/node/src/Tests/NodeRevisionsTest.php
Checks node revision related operations.
NodeRSSContentTest::testNodeRSSContent in core/modules/node/src/Tests/NodeRSSContentTest.php
Ensures that a new node includes the custom data when added to an RSS feed.
NodeTranslationUITest::doTestTranslations in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests that the given path displays the correct translation values.
NodeTypeTest::testNodeTypeDeletion in core/modules/node/src/Tests/NodeTypeTest.php
Tests deleting a content type that still has content.
NodeViewLanguageTest::testViewLanguage in core/modules/node/src/Tests/NodeViewLanguageTest.php
Tests the language extra field display.
NoHelpTest::testMainPageNoHelp in core/modules/help/src/Tests/NoHelpTest.php
Ensures modules not implementing help do not appear on admin/help.
NonDefaultBlockAdminTest::testNonDefaultBlockAdmin in core/modules/block/src/Tests/NonDefaultBlockAdminTest.php
Test non-default theme admin.
NumberFieldTest::testNumberDecimalField in core/modules/field/src/Tests/Number/NumberFieldTest.php
Test decimal field.
NumberFieldTest::testNumberFloatField in core/modules/field/src/Tests/Number/NumberFieldTest.php
Test float field.
NumberFieldTest::testNumberIntegerField in core/modules/field/src/Tests/Number/NumberFieldTest.php
Test integer field.
OptionsFieldUITest::assertAllowedValuesInput in core/modules/options/src/Tests/OptionsFieldUITest.php
Tests a string input for the 'allowed values' form element.
OptionsFieldUITest::testNodeDisplay in core/modules/options/src/Tests/OptionsFieldUITest.php
Tests normal and key formatter display on node display.
OptionsWidgetsTest::testCheckBoxes in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTest::testSelectListMultiple in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_select' widget (multiple select).
OtherInstallationProfileTestsTest::testOtherInstallationProfile in core/modules/simpletest/src/Tests/OtherInstallationProfileTestsTest.php
Tests that tests located in another installation profile appear.
OverrideDisplaysTest::testOverrideDisplays in core/modules/views_ui/src/Tests/OverrideDisplaysTest.php
Tests that displays can be overridden via the UI.
OverrideDisplaysTest::testRevertAllDisplays in core/modules/views_ui/src/Tests/OverrideDisplaysTest.php
Tests that the revert to all displays select-option works as expected.
OverrideDisplaysTest::testWizardMixedDefaultOverriddenDisplays in core/modules/views_ui/src/Tests/OverrideDisplaysTest.php
Tests that the wizard correctly sets up default and overridden displays.
PageCacheTest::testFormImmutability in core/modules/page_cache/src/Tests/PageCacheTest.php
Test the setting of forms to be immutable.
PageCacheTest::testPageCacheAnonymousRolePermissions in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests the automatic presence of the anonymous role's cache tag.
PageEditTest::testPageEdit in core/modules/block_content/src/Tests/PageEditTest.php
Checks block edit functionality.
PageNotFoundTest::testPageNotFound in core/modules/system/src/Tests/System/PageNotFoundTest.php
PagePreviewTest::testPagePreview in core/modules/node/src/Tests/PagePreviewTest.php
Checks the node preview functionality.
PagePreviewTest::testPagePreviewWithRevisions in core/modules/node/src/Tests/PagePreviewTest.php
Checks the node preview functionality, when using revisions.
PagePreviewTest::testSimultaneousPreview in core/modules/node/src/Tests/PagePreviewTest.php
Checks the node preview accessible for simultaneous node editing.
PagerTest::testPagerQueryParametersAndCacheContext in core/modules/system/src/Tests/Pager/PagerTest.php
Test proper functioning of the query parameters and the pager cache context.
PagerTest::testStorePagerSettings in core/modules/views/src/Tests/Plugin/PagerTest.php
Pagers was sometimes not stored.
PageTest::testBatchProgressPageTitle in core/modules/system/src/Tests/Batch/PageTest.php
Tests that the batch API progress page shows the title correctly.
PageTitleTest::testTitleTags in core/modules/system/src/Tests/System/PageTitleTest.php
Tests the handling of HTML in node titles.
PathAliasTest::testAdminAlias in core/modules/path/src/Tests/PathAliasTest.php
Tests alias functionality through the admin interfaces.
PathAliasTest::testDuplicateNodeAlias in core/modules/path/src/Tests/PathAliasTest.php
Tests that duplicate aliases fail validation.
PathAliasTest::testNodeAlias in core/modules/path/src/Tests/PathAliasTest.php
Tests alias functionality through the node interfaces.
PathLanguageTest::testAliasTranslation in core/modules/path/src/Tests/PathLanguageTest.php
Test alias functionality through the admin interfaces.
PathLanguageUiTest::testDefaultLanguageUrl in core/modules/path/src/Tests/PathLanguageUiTest.php
Tests that a default language URL alias works.
PathLanguageUiTest::testLanguageNeutralUrl in core/modules/path/src/Tests/PathLanguageUiTest.php
Tests that a language-neutral URL alias works.
PathLanguageUiTest::testNonDefaultUrl in core/modules/path/src/Tests/PathLanguageUiTest.php
Tests that a non-default language URL alias works.
PathTaxonomyTermTest::testTermAlias in core/modules/path/src/Tests/PathTaxonomyTermTest.php
Tests alias functionality through the admin interfaces.
PreviewTest::testPreviewContextual in core/modules/views_ui/src/Tests/PreviewTest.php
Tests contextual links in the preview form.
PreviewTest::testPreviewUI in core/modules/views_ui/src/Tests/PreviewTest.php
Tests arguments in the preview form.
ProcessingTest::testBatchForm in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches defined in a form submit handler.
ProcessingTest::testBatchFormMultipleBatches in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches defined in different submit handlers on the same form.
ProcessingTest::testBatchFormMultistep in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches defined in a multistep form.
ProcessingTest::testBatchFormProgrammatic in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches defined in a programmatically submitted form.
ProcessingTest::testBatchLargePercentage in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches that return $context['finished'] > 1 do in fact complete.
ProcessingTest::testBatchNoForm in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches triggered outside of form submission.
ProcessingTest::testBatchRedirectFinishedCallback in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches that redirect in the batch finished callback.
QuickEditAutocompleteTermTest::testAutocompleteQuickEdit in core/modules/quickedit/src/Tests/QuickEditAutocompleteTermTest.php
Tests Quick Edit autocomplete term behavior.
QuickEditLoadingTest::testTitleBaseField in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests the loading of Quick Edit for the title base field.
QuickEditLoadingTest::testUserWithPermission in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests the loading of Quick Edit when a user does have access to it.
RebuildTest::testPreserveFormActionAfterAJAX in core/modules/system/src/Tests/Form/RebuildTest.php
Tests that a form's action is retained after an Ajax submission.
reEnableModuleFieldTest::testReEnabledField in core/modules/field/src/Tests/reEnableModuleFieldTest.php
Test the behavior of a field module after being disabled and re-enabled.
ResponsiveImageAdminUITest::testResponsiveImageAdmin in core/modules/responsive_image/src/Tests/ResponsiveImageAdminUITest.php
Test responsive image administration functionality.
ResponsiveImageFieldUiTest::testResponsiveImageFormatterUI in core/modules/responsive_image/src/Tests/ResponsiveImageFieldUiTest.php
Tests formatter settings.
RouterTest::testRouterMatching in core/modules/system/src/Tests/Routing/RouterTest.php
Tests that a page trying to match a path will succeed.
RouterTest::testRouterResponsePsr7 in core/modules/system/src/Tests/Routing/RouterTest.php
Tests that a PSR-7 response works.
RouterTest::testUserAccount in core/modules/system/src/Tests/Routing/RouterTest.php
Tests the user account on the DIC.
RowEntityTest::testEntityRow in core/modules/views/src/Tests/Plugin/RowEntityTest.php
Tests the entity row handler.
SchemaConfigListenerWebTest::testConfigSchemaChecker in core/modules/config/src/Tests/SchemaConfigListenerWebTest.php
Tests \Drupal\Core\Config\Testing\ConfigSchemaChecker.
SearchAdvancedSearchFormTest::testFormRefill in core/modules/search/src/Tests/SearchAdvancedSearchFormTest.php
Tests that after submitting the advanced search form, the form is refilled.
SearchAdvancedSearchFormTest::testNodeType in core/modules/search/src/Tests/SearchAdvancedSearchFormTest.php
Tests advanced search by node type.
SearchBlockTest::testSearchFormBlock in core/modules/search/src/Tests/SearchBlockTest.php
Test that the search form block can be placed and works.
SearchCommentCountToggleTest::testSearchCommentCountToggle in core/modules/search/src/Tests/SearchCommentCountToggleTest.php
Verify that comment count display toggles properly on comment status of node
SearchCommentTest::assertCommentAccess in core/modules/search/src/Tests/SearchCommentTest.php
Update search index and search for comment.
SearchCommentTest::testAddNewComment in core/modules/search/src/Tests/SearchCommentTest.php
Verify that 'add new comment' does not appear in search results or index.
SearchCommentTest::testSearchResultsComment in core/modules/search/src/Tests/SearchCommentTest.php
Verify that comments are rendered using proper format in search results.
SearchConfigSettingsFormTest::testMultipleSearchPages in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Tests multiple search pages of the same type.
SearchConfigSettingsFormTest::testSearchModuleDisabling in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Verifies that you can disable individual search plugins.
SearchConfigSettingsFormTest::testSearchSettingsPage in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Verifies the search settings form.
SearchEmbedFormTest::testEmbeddedForm in core/modules/search/src/Tests/SearchEmbedFormTest.php
Tests that the embedded form appears and can be submitted.
SearchExactTest::testExactQuery in core/modules/search/src/Tests/SearchExactTest.php
Tests that the correct number of pager links are found for both keywords and phrases.
SearchKeywordsConditionsTest::testSearchKeywordsConditions in core/modules/search/src/Tests/SearchKeywordsConditionsTest.php
Verify the keywords are captured and conditions respected.
SearchLanguageTest::testLanguages in core/modules/search/src/Tests/SearchLanguageTest.php
SearchMultilingualEntityTest::assertIndexCounts in core/modules/search/src/Tests/SearchMultilingualEntityTest.php
Verifies the indexing status counts.
SearchNodePunctuationTest::testPhraseSearchPunctuation in core/modules/search/src/Tests/SearchNodePunctuationTest.php
Tests that search works with punctuation and HTML entities.
SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeChange in core/modules/search/src/Tests/SearchNodeUpdateAndDeletionTest.php
Tests that the search index info is properly updated when a node changes.
SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeDeletion in core/modules/search/src/Tests/SearchNodeUpdateAndDeletionTest.php
Tests that the search index info is updated when a node is deleted.
SearchNumberMatchingTest::setUp in core/modules/search/src/Tests/SearchNumberMatchingTest.php
Sets up a Drupal site for running functional and integration tests.
SearchNumberMatchingTest::testNumberSearching in core/modules/search/src/Tests/SearchNumberMatchingTest.php
Tests that all the numbers can be searched.
SearchNumbersTest::setUp in core/modules/search/src/Tests/SearchNumbersTest.php
Sets up a Drupal site for running functional and integration tests.
SearchNumbersTest::testNumberSearching in core/modules/search/src/Tests/SearchNumbersTest.php
Tests that all the numbers can be searched.
SearchPageCacheTagsTest::testSearchTagsBubbling in core/modules/search/src/Tests/SearchPageCacheTagsTest.php
Tests the presence of expected cache tags with referenced entities.
SearchPageCacheTagsTest::testSearchText in core/modules/search/src/Tests/SearchPageCacheTagsTest.php
Tests the presence of the expected cache tag in various situations.
SearchPageOverrideTest::testSearchPageHook in core/modules/search/src/Tests/SearchPageOverrideTest.php
SearchPageTextTest::testSearchText in core/modules/search/src/Tests/SearchPageTextTest.php
Tests the failed search text, and various other text on the search page.
SearchPreprocessLangcodeTest::testPreprocessLangcode in core/modules/search/src/Tests/SearchPreprocessLangcodeTest.php
Tests that hook_search_preprocess() returns the correct langcode.
SearchPreprocessLangcodeTest::testPreprocessStemming in core/modules/search/src/Tests/SearchPreprocessLangcodeTest.php
Tests stemming for hook_search_preprocess().
SearchQueryAlterTest::testQueryAlter in core/modules/search/src/Tests/SearchQueryAlterTest.php
Tests that the query alter works.
SearchRankingTest::testRankings in core/modules/search/src/Tests/SearchRankingTest.php
SelectTableSortDefaultTest::testTableSortDefaultSort in core/modules/system/src/Tests/Database/SelectTableSortDefaultTest.php
Confirms that tableselect is rendered without error.
ServiceProviderWebTest::testServiceProviderRegistrationIntegration in core/modules/system/src/Tests/ServiceProvider/ServiceProviderWebTest.php
Tests that module service providers get registered to the DIC.
SessionHttpsTest::testHttpsSession in core/modules/system/src/Tests/Session/SessionHttpsTest.php
SessionTest::testDataPersistence in core/modules/system/src/Tests/Session/SessionTest.php
Test data persistence via the session_test module callbacks.
SessionTest::testEmptyAnonymousSession in core/modules/system/src/Tests/Session/SessionTest.php
Test that empty anonymous sessions are destroyed.
SessionTest::testSessionPersistenceOnLogin in core/modules/system/src/Tests/Session/SessionTest.php
Tests storing data in Session() object.
SessionTest::testSessionSaveRegenerate in core/modules/system/src/Tests/Session/SessionTest.php
Tests for \Drupal\Core\Session\WriteSafeSessionHandler::setSessionWritable() ::isSessionWritable and \Drupal\Core\Session\SessionManager::regenerate().
SettingsTest::testEditUI in core/modules/views_ui/src/Tests/SettingsTest.php
Tests the settings for the edit ui.
ShortcutLinksTest::testShortcutLinkAdd in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that creating a shortcut works properly.
ShortcutLinksTest::testShortcutLinkChangePath in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that changing the path of a shortcut link works.
ShortcutLinksTest::testShortcutLinkRename in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that shortcut links can be renamed.
ShortcutLinksTest::testShortcutQuickLink in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that the "add to shortcut" and "remove from shortcut" links work.
ShortcutSetsTest::testShortcutSetAdd in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests creating a shortcut set.
ShortcutSetsTest::testShortcutSetCreateWithSetName in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests creating a new shortcut set with a defined set name.
ShortcutSetsTest::testShortcutSetSwitchNoSetName in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests switching a user's shortcut set without providing a new set name.
SimpleTestBrowserTest::testTestingThroughUI in core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php
Tests that PHPUnit and KernelTestBase tests work through the UI.
SingleVisibleProfileTest::testInstalled in core/modules/system/src/Tests/Installer/SingleVisibleProfileTest.php
Confirms that the installation succeeded.
SiteMaintenanceTest::testSiteMaintenance in core/modules/system/src/Tests/System/SiteMaintenanceTest.php
Verify site maintenance mode functionality.
SortingTest::testSorting in core/modules/views/src/Tests/Wizard/SortingTest.php
Tests the sorting functionality.
StandardTest::testStandard in core/profiles/standard/src/Tests/StandardTest.php
Tests Standard installation profile.
StatisticsAdminTest::testExpiredLogs in core/modules/statistics/src/Tests/StatisticsAdminTest.php
Tests that cron clears day counts and expired access logs.
StatisticsAdminTest::testStatisticsSettings in core/modules/statistics/src/Tests/StatisticsAdminTest.php
Verifies that the statistics settings page works.
StatisticsReportsTest::testPopularContentBlock in core/modules/statistics/src/Tests/StatisticsReportsTest.php
Tests the "popular content" block.
StatusExtraTest::testStatusExtra in core/modules/node/src/Tests/Views/StatusExtraTest.php
Tests the status extra filter.
StatusTest::testStatusPage in core/modules/system/src/Tests/System/StatusTest.php
Tests that the status page returns.
StorageTest::testCachedFormStorageValidation in core/modules/system/src/Tests/Form/StorageTest.php
Tests updating cached form storage during form validation.
StorageTest::testForm in core/modules/system/src/Tests/Form/StorageTest.php
Tests using the form in a usual way.
StorageTest::testFormCached in core/modules/system/src/Tests/Form/StorageTest.php
Tests using the form after calling $form_state->setCached().
StringFieldTest::_testTextfieldWidgets in core/modules/field/src/Tests/String/StringFieldTest.php
Helper function for testTextfieldWidgets().
StyleSerializerTest::testUIFieldAlias in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Test the field ID alias functionality of the DataFieldRow plugin.
SummaryLengthTest::testSummaryLength in core/modules/node/src/Tests/SummaryLengthTest.php
Tests the node summary length functionality.
SyslogTest::testSettings in core/modules/syslog/src/Tests/SyslogTest.php
Tests the syslog settings page.
SystemAuthorizeTest::testFileTransferHooks in core/modules/system/src/Tests/System/SystemAuthorizeTest.php
Tests the FileTransfer hooks
SystemConfigFormTest::testSystemConfigForm in core/modules/system/src/Tests/Form/SystemConfigFormTest.php
Tests the SystemConfigFormTestBase class.
TaggedWithTest::testTaggedWith in core/modules/views/src/Tests/Wizard/TaggedWithTest.php
Tests the "tagged with" functionality.
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsWithTokens in core/modules/taxonomy/src/Tests/Views/TaxonomyFieldAllTermsTest.php
Tests token replacement in the "all terms" field handler.
TaxonomyImageTest::testTaxonomyImageAccess in core/modules/taxonomy/src/Tests/TaxonomyImageTest.php
TaxonomyTermViewTest::testTaxonomyTermView in core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php
Tests that the taxonomy term view is working properly.
TermTest::testNodeTermCreationAndDeletion in core/modules/taxonomy/src/Tests/TermTest.php
Test term creation with a free-tagging vocabulary from the node form.
TermTest::testTaxonomyNode in core/modules/taxonomy/src/Tests/TermTest.php
Test that hook_node_$op implementations work correctly.
TermTest::testTaxonomyTermChildTerms in core/modules/taxonomy/src/Tests/TermTest.php
Tests that many terms with parents show on each page
TermTest::testTermInterface in core/modules/taxonomy/src/Tests/TermTest.php
Save, edit and delete a term using the user interface.
TermTranslationFieldViewTest::testTranslatedTaxonomyTermReferenceDisplay in core/modules/taxonomy/src/Tests/TermTranslationFieldViewTest.php
Tests if the translated taxonomy term is displayed.
TextFieldTest::testRequiredLongTextWithFileUpload in core/modules/text/src/Tests/TextFieldTest.php
Test required long text with file upload.
TextFieldTest::_testTextfieldWidgetsFormatted in core/modules/text/src/Tests/TextFieldTest.php
Helper function for testTextfieldWidgetsFormatted().
ThemeSuggestionsAlterTest::testGeneralSuggestionsAlter in core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php
Tests hook_theme_suggestions_alter().
ThemeSuggestionsAlterTest::testSpecificSuggestionsAlter in core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php
Tests that theme suggestion alter hooks work for specific theme calls.
ThemeSuggestionsAlterTest::testSuggestionsAlterInclude in core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php
Tests that theme suggestion alter hooks work with theme hook includes.
ThemeSuggestionsAlterTest::testTemplateSuggestions in core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php
Tests that hooks to provide theme suggestions work.
ThemeSuggestionsAlterTest::testTemplateSuggestionsAlter in core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php
Tests that theme suggestion alter hooks work for templates.
ThemeSuggestionsAlterTest::testThemeFunctionSuggestionsAlter in core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php
Tests that theme suggestion alter hooks work for theme functions.
ThemeTest::testFunctionOverride in core/modules/system/src/Tests/Theme/ThemeTest.php
Ensures a theme template can override a theme function.
ThemeTest::testInstallAndSetAsDefault in core/modules/system/src/Tests/System/ThemeTest.php
Tests installing a theme and setting it as default.
ThemeTest::testInvalidTheme in core/modules/system/src/Tests/System/ThemeTest.php
Test themes can't be installed when the base theme or engine is missing.
ThemeTest::testPreprocessForSuggestions in core/modules/system/src/Tests/Theme/ThemeTest.php
Ensures preprocess functions run even for suggestion implementations.
ThemeTest::testPreprocessHtml in core/modules/system/src/Tests/Theme/ThemeTest.php
Tests that the page variable is not prematurely flattened.
ThemeTest::testSwitchDefaultTheme in core/modules/system/src/Tests/System/ThemeTest.php
Test switching the default theme.
ThemeTest::testTemplateOverride in core/modules/system/src/Tests/Theme/ThemeTest.php
Ensures a themes template is overridable based on the 'template' filename.
ThemeTest::testThemeSettings in core/modules/system/src/Tests/System/ThemeTest.php
Test the theme settings form.
TokenReplaceWebTest::testTokens in core/modules/system/src/Tests/System/TokenReplaceWebTest.php
Tests a token replacement on an actual website.
ToolbarAdminMenuTest::testExternalLink in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests that external links added to the menu appear in the toolbar.
ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests that toolbar cache is cleared when string translations are made.
ToolbarAdminMenuTest::testMenuLinkUpdateSubtreesHashCacheClear in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests toolbar cache tags implementation.
ToolbarAdminMenuTest::testNonCurrentUserAccountUpdates in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests that changes to a user account by another user clears the changed account's toolbar cached, not the user's who took the action.
ToolbarAdminMenuTest::testUserRoleUpdateSubtreesHashCacheClear in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Exercises the toolbar_user_role_update() and toolbar_user_update() hook implementations.
ToolbarMenuTranslationTest::testToolbarClasses in core/modules/toolbar/src/Tests/ToolbarMenuTranslationTest.php
Tests that toolbar classes don't change when adding a translation.
ToolkitSetupFormTest::testToolkitSetupForm in core/modules/system/src/Tests/Image/ToolkitSetupFormTest.php
Test Image toolkit setup form.
TourTest::testTourFunctionality in core/modules/tour/src/Tests/TourTest.php
Test tour functionality.
TrackerNodeAccessTest::testTrackerNodeAccess in core/modules/tracker/src/Tests/TrackerNodeAccessTest.php
Ensure private node on /tracker is only visible to users with permission.
TrackerTest::testTrackerAdminUnpublish in core/modules/tracker/src/Tests/TrackerTest.php
Tests that publish/unpublish works at admin/content/node.
TrackerTest::testTrackerAll in core/modules/tracker/src/Tests/TrackerTest.php
Tests for the presence of nodes on the global tracker listing.
TrackerTest::testTrackerCronIndexing in core/modules/tracker/src/Tests/TrackerTest.php
Tests that existing nodes are indexed by cron.
TrackerTest::testTrackerUser in core/modules/tracker/src/Tests/TrackerTest.php
Tests for the presence of nodes on a user's tracker listing.
TriggeringElementTest::testAttemptAccessControlBypass in core/modules/system/src/Tests/Form/TriggeringElementTest.php
Test that the triggering element does not get set to a button with #access=FALSE.
TriggeringElementTest::testNoButtonInfoInPost in core/modules/system/src/Tests/Form/TriggeringElementTest.php
Test the determination of the triggering element when no button information is included in the POST data, as is sometimes the case when the ENTER key is pressed in a textfield in Internet Explorer.
TrustedHostsTest::testFakeRequests in core/modules/system/src/Tests/System/TrustedHostsTest.php
Tests that fake requests have the proper host configured.
TwigExtensionTest::testTwigExtensionFilter in core/modules/system/src/Tests/Theme/TwigExtensionTest.php
Tests that the Twig extension's filter produces expected output.
TwigExtensionTest::testTwigExtensionFunction in core/modules/system/src/Tests/Theme/TwigExtensionTest.php
Tests that the Twig extension's function produces expected output.
TwigNamespaceTest::testTwigNamespaces in core/modules/system/src/Tests/Theme/TwigNamespaceTest.php
Tests template extension and includes using namespaces.
TwigRegistryLoaderTest::testTwigNamespaces in core/modules/system/src/Tests/Theme/TwigRegistryLoaderTest.php
Tests template extension and includes using the Drupal theme registry.
TwigTransTest::assertTwigTransTags in core/modules/system/src/Tests/Theme/TwigTransTest.php
Asserts Twig trans tags.
TwigWhiteListTest::testWhiteListChaining in core/modules/system/src/Tests/Theme/TwigWhiteListTest.php
Tests white-listing of methods doesn't interfere with chaining.
UncaughtExceptionTest::testLoggerException in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests fallback to PHP error log when an exception is thrown while logging.
UncaughtExceptionTest::testUncaughtException in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests uncaught exception handling when system is in a bad state.
UncaughtExceptionTest::testUncaughtExceptionCustomExceptionHandler in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests uncaught exception handling with custom exception handler.
UninstallTest::testFailedInstallStatus in core/modules/system/src/Tests/Module/UninstallTest.php
Tests that a module which fails to install can still be uninstalled.
UninstallTest::testUninstallPage in core/modules/system/src/Tests/Module/UninstallTest.php
Tests the Uninstall page and Uninstall confirmation page.
UnsavedPreviewTest::testUnsavedPageDisplayPreview in core/modules/views_ui/src/Tests/UnsavedPreviewTest.php
Tests previews of unsaved new page displays.
UpdateContribTest::testHookUpdateStatusAlter in core/modules/update/src/Tests/UpdateContribTest.php
Checks that hook_update_status_alter() works to change a status.
UpdateContribTest::testNoReleasesAvailable in core/modules/update/src/Tests/UpdateContribTest.php
Tests when there is no available release data for a contrib module.
UpdateContribTest::testUpdateBaseThemeSecurityUpdate in core/modules/update/src/Tests/UpdateContribTest.php
Tests that subthemes are notified about security updates for base themes.
UpdateContribTest::testUpdateBrokenFetchURL in core/modules/update/src/Tests/UpdateContribTest.php
Makes sure that if we fetch from a broken URL, sane things happen.
UpdateContribTest::testUpdateContribBasic in core/modules/update/src/Tests/UpdateContribTest.php
Tests the basic functionality of a contrib module on the status report.
UpdateContribTest::testUpdateContribOrder in core/modules/update/src/Tests/UpdateContribTest.php
Tests that contrib projects are ordered by project name.
UpdateContribTest::testUpdateShowDisabledThemes in core/modules/update/src/Tests/UpdateContribTest.php
Tests that disabled themes are only shown when desired.
UpdateCoreTest::testDatestampMismatch in core/modules/update/src/Tests/UpdateCoreTest.php
Ensures proper results where there are date mismatches among modules.
UpdateCoreTest::testLanguageModuleUpdate in core/modules/update/src/Tests/UpdateCoreTest.php
Checks language module in core package at admin/reports/updates.
UpdateCoreTest::testMajorUpdateAvailable in core/modules/update/src/Tests/UpdateCoreTest.php
Tests the Update Manager module when a major update is available.
UpdateCoreTest::testModulePageRegularUpdate in core/modules/update/src/Tests/UpdateCoreTest.php
Checks the messages at admin/modules when an update is missing.
UpdateCoreTest::testModulePageSecurityUpdate in core/modules/update/src/Tests/UpdateCoreTest.php
Checks the messages at admin/modules when a security update is missing.
UpdateCoreTest::testModulePageUpToDate in core/modules/update/src/Tests/UpdateCoreTest.php
Checks the messages at admin/modules when the site is up to date.
UpdateCoreTest::testNormalUpdateAvailable in core/modules/update/src/Tests/UpdateCoreTest.php
Tests the Update Manager module when one normal update is available.
UpdateCoreTest::testNoUpdatesAvailable in core/modules/update/src/Tests/UpdateCoreTest.php
Tests the Update Manager module when no updates are available.
UpdateCoreTest::testSecurityUpdateAvailable in core/modules/update/src/Tests/UpdateCoreTest.php
Tests the Update Manager module when a security update is available.
UpdateFeedTest::testUpdateFeed in core/modules/aggregator/src/Tests/UpdateFeedTest.php
Creates a feed and attempts to update it.
UpdatePathRC1TestBaseFilledTest::testUpdatedSite in core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseFilledTest.php
Tests that the content and configuration were properly updated.
UpdatePathRC1TestBaseTest::testDatabaseLoaded in core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseTest.php
Tests that the database was properly loaded.
UpdatePathTestBaseFilledTest::testUpdatedSite in core/modules/system/src/Tests/Update/UpdatePathTestBaseFilledTest.php
Tests that the content and configuration were properly updated.
UpdatePathTestBaseTest::testDatabaseLoaded in core/modules/system/src/Tests/Update/UpdatePathTestBaseTest.php
Tests that the database was properly loaded.
UpdatePostUpdateTest::testPostUpdate in core/modules/system/src/Tests/Update/UpdatePostUpdateTest.php
Tests hook_post_update_NAME().
UpdateScriptTest::testNoUpdateFunctionality in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Tests update.php when there are no updates to apply.
UpdateScriptTest::testRequirements in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptTest::testSuccessfulUpdateFunctionality in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Tests update.php after performing a successful update.
UpdateScriptTest::updateScriptTest in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Helper function to run updates via the browser.
UpdatesWith7xTest::testWith7x in core/modules/system/src/Tests/Update/UpdatesWith7xTest.php
UpdateUploadTest::testUploadModule in core/modules/update/src/Tests/UpdateUploadTest.php
Tests upload, extraction, and update of a module.
UrlAlterFunctionalTest::testUrlAlter in core/modules/system/src/Tests/Path/UrlAlterFunctionalTest.php
Test that URL altering works and that it occurs in the correct order.
UserAdminLanguageTest::testActualNegotiation in core/modules/user/src/Tests/UserAdminLanguageTest.php
Tests the actual language negotiation.
UserAdminTest::testUserAdmin in core/modules/user/src/Tests/UserAdminTest.php
Registers a user and deletes it.
UserBlocksTest::testWhosOnlineBlock in core/modules/user/src/Tests/UserBlocksTest.php
Test the Who's Online block.
UserCancelTest::testMassUserCancelByAdmin in core/modules/user/src/Tests/UserCancelTest.php
Create an administrative user and mass-delete other users.
UserCancelTest::testUserAnonymize in core/modules/user/src/Tests/UserCancelTest.php
Delete account and anonymize all content.
UserCancelTest::testUserBlock in core/modules/user/src/Tests/UserCancelTest.php
Disable account and keep all content.
UserCancelTest::testUserBlockUnpublish in core/modules/user/src/Tests/UserCancelTest.php
Disable account and unpublish all content.
UserCancelTest::testUserCancelByAdmin in core/modules/user/src/Tests/UserCancelTest.php
Create an administrative user and delete another user.
UserCancelTest::testUserCancelInvalid in core/modules/user/src/Tests/UserCancelTest.php
Attempt invalid account cancellations.
UserCancelTest::testUserDelete in core/modules/user/src/Tests/UserCancelTest.php
Delete account and remove all content.
UserCancelTest::testUserWithoutEmailCancelByAdmin in core/modules/user/src/Tests/UserCancelTest.php
Tests deletion of a user account without an email address.
UserChangedTest::testChangedField in core/modules/user/src/Tests/Views/UserChangedTest.php
Tests changed field.
UserCreateFailMailTest::testUserAdd in core/modules/user/src/Tests/UserCreateFailMailTest.php
Tests the create user administration page.
UserCreateTest::testUserAdd in core/modules/user/src/Tests/UserCreateTest.php
Create a user through the administration interface and ensure that it displays in the user list.
UserEditTest::testUserEdit in core/modules/user/src/Tests/UserEditTest.php
Test user edit page.
UserFieldsTest::testUserFields in core/modules/user/src/Tests/UserFieldsTest.php
Tests account's available fields.
UserLanguageCreationTest::testLocalUserCreation in core/modules/user/src/Tests/UserLanguageCreationTest.php
Functional test for language handling during user creation.
UserLanguageTest::testUserLanguageConfiguration in core/modules/user/src/Tests/UserLanguageTest.php
Test if user can change their default language.
UserLoginTest::assertFailedLogin in core/modules/user/src/Tests/UserLoginTest.php
Make an unsuccessful login attempt.
UserPasswordResetTest::testResetImpersonation in core/modules/user/src/Tests/UserPasswordResetTest.php
Make sure that users cannot forge password reset URLs of other users.
UserPasswordResetTest::testUserPasswordReset in core/modules/user/src/Tests/UserPasswordResetTest.php
Tests password reset functionality.
UserPasswordResetTest::testUserPasswordResetLoggedIn in core/modules/user/src/Tests/UserPasswordResetTest.php
Test user password reset while logged in.
UserPermissionsTest::testUserPermissionChanges in core/modules/user/src/Tests/UserPermissionsTest.php
Test changing user permissions through the permissions page.
UserRegistrationTest::testRegistrationEmailDuplicates in core/modules/user/src/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithEmailVerification in core/modules/user/src/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithoutEmailVerification in core/modules/user/src/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithUserFields in core/modules/user/src/Tests/UserRegistrationTest.php
Tests Field API fields on user registration forms.
UserRoleAdminTest::testRoleWeightOrdering in core/modules/user/src/Tests/UserRoleAdminTest.php
Test user role weight change operation and ordering.
UserRolesAssignmentTest::testAssignAndRemoveRole in core/modules/user/src/Tests/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/src/Tests/UserRolesAssignmentTest.php
Tests that when creating a user the role can be assigned. And that it can be removed again.
UserSearchTest::testUserSearch in core/modules/user/src/Tests/UserSearchTest.php
UserTimeZoneTest::testUserTimeZone in core/modules/user/src/Tests/UserTimeZoneTest.php
Tests the display of dates and time when user-configurable time zones are set.
ValidationTest::testCustomRequiredError in core/modules/system/src/Tests/Form/ValidationTest.php
Tests #required with custom validation errors.
ValidationTest::testDisabledToken in core/modules/system/src/Tests/Form/ValidationTest.php
Tests that a form with a disabled CSRF token can be validated.
ValidationTest::testValidate in core/modules/system/src/Tests/Form/ValidationTest.php
Tests #element_validate and #validate.
ValidationTest::testValidateLimitErrors in core/modules/system/src/Tests/Form/ValidationTest.php
Tests partial form validation through #limit_validation_errors.
ViewEditTest::testEditFormLanguageOptions in core/modules/views_ui/src/Tests/ViewEditTest.php
Tests the language options on the views edit form.
ViewEditTest::testOtherOptions in core/modules/views_ui/src/Tests/ViewEditTest.php
Tests the machine name and administrative comment forms.
ViewNonTranslatableEntityTest::testViewNoTranslatableEntity in core/modules/views/src/Tests/Entity/ViewNonTranslatableEntityTest.php
Tests displaying a view of non-translatable entities.
ViewsEscapingTest::testViewsViewFieldsEscaping in core/modules/views/src/Tests/ViewsEscapingTest.php
Tests for incorrectly escaped markup in the views-view-fields.html.twig.
VocabularyPermissionsTest::testVocabularyPermissionsTaxonomyTerm in core/modules/taxonomy/src/Tests/VocabularyPermissionsTest.php
Create, edit and delete a taxonomy term via the user interface.
VocabularyUiTest::testTaxonomyAdminDeletingVocabulary in core/modules/taxonomy/src/Tests/VocabularyUiTest.php
Deleting a vocabulary.
VocabularyUiTest::testTaxonomyAdminNoVocabularies in core/modules/taxonomy/src/Tests/VocabularyUiTest.php
Test the vocabulary overview with no vocabularies.
VocabularyUiTest::testVocabularyInterface in core/modules/taxonomy/src/Tests/VocabularyUiTest.php
Create, edit and delete a vocabulary via the user interface.
WizardTest::testWizardFieldLength in core/modules/views_ui/src/Tests/WizardTest.php
Tests filling in the wizard with really long strings.