You are here
773 calls to WebTestBase::drupalPostForm() in Zircon Profile 8.0
AccessDeniedTest::testAccessDenied in core/ modules/ system/ src/ Tests/ System/AccessDeniedTest.php
AccessRoleUITest::testAccessRoleUI in core/ modules/ user/ src/ Tests/ Views/AccessRoleUITest.php
Tests the role access plugin UI.
AddFeedTest::testAddFeed in core/ modules/ aggregator/ src/ Tests/AddFeedTest.php
Creates and ensures that a feed is unique, checks source, and deletes feed.
AggregatorAdminTest::testSettingsPage in core/ modules/ aggregator/ src/ Tests/AggregatorAdminTest.php
Tests the settings form to ensure the correct default values are used.
AggregatorTestBase::createFeed in core/ modules/ aggregator/ src/ Tests/AggregatorTestBase.php
Creates an aggregator feed.
AggregatorTestBase::createSampleNodes in core/ modules/ aggregator/ src/ Tests/AggregatorTestBase.php
Creates sample article nodes.
AggregatorTestBase::deleteFeed in core/ modules/ aggregator/ src/ Tests/AggregatorTestBase.php
Deletes an aggregator feed.
AggregatorTestBase::deleteFeedItems in core/ modules/ aggregator/ src/ Tests/AggregatorTestBase.php
Confirms an item removal from a feed.
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.
AreaEntityUITest::testUI in core/ modules/ views_ui/ src/ Tests/AreaEntityUITest.php
AreaTest::testUI in core/ modules/ views/ src/ Tests/ Handler/AreaTest.php
Tests the generic UI of a area handler.
ArgumentDefaultTest::testArgumentDefaultNoOptions in core/ modules/ views/ src/ Tests/ Plugin/ArgumentDefaultTest.php
Tests the use of a default argument plugin that provides no options.
ArgumentValidatorTest::saveArgumentHandlerWithValidationOptions in core/ modules/ views_ui/ src/ Tests/ArgumentValidatorTest.php
Saves the test_argument view with changes made to the argument handler
both with and without specify_validation turned on.
BasicTest::testViewsWizardAndListing in core/ modules/ views/ src/ Tests/ Wizard/BasicTest.php
BasicTest::testWizardDefaultValues in core/ modules/ views/ src/ Tests/ Wizard/BasicTest.php
Tests default plugin values are populated from the wizard form.
BlockAdminThemeTest::testAdminTheme in core/ modules/ block/ src/ Tests/BlockAdminThemeTest.php
Check for the accessibility of the admin theme on the block admin page.
BlockAdminThemeTest::testSevenAdminTheme in core/ modules/ block/ src/ Tests/BlockAdminThemeTest.php
Ensure contextual links are disabled in Seven theme.
BlockContentCreationTest::testBlockContentCreation in core/ modules/ block_content/ src/ Tests/BlockContentCreationTest.php
Creates a "Basic page" block and verifies its consistency in the database.
BlockContentCreationTest::testBlockContentCreationMultipleViewModes in core/ modules/ block_content/ src/ Tests/BlockContentCreationTest.php
Creates a "Basic page" block with multiple view modes.
BlockContentCreationTest::testBlockDelete in core/ modules/ block_content/ src/ Tests/BlockContentCreationTest.php
Test deleting a block.
BlockContentCreationTest::testConfigDependencies in core/ modules/ block_content/ src/ Tests/BlockContentCreationTest.php
Test that placed content blocks create a dependency in the block placement.
BlockContentCreationTest::testDefaultBlockContentCreation in core/ modules/ block_content/ src/ Tests/BlockContentCreationTest.php
Create a default custom 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::testBlockContentTypeEditing in core/ modules/ block_content/ src/ Tests/BlockContentTypeTest.php
Tests editing a block type using the UI.
BlockContentTypeTest::testsBlockContentAddTypes in core/ modules/ block_content/ src/ Tests/BlockContentTypeTest.php
Tests that redirects work as expected when multiple block types exist.
BlockFormInBlockTest::testCachePerPage in core/ modules/ block/ src/ Tests/BlockFormInBlockTest.php
Test to see if form in block's redirect isn't cached.
BlockInvalidRegionTest::testBlockInInvalidRegion in core/ modules/ block/ src/ Tests/BlockInvalidRegionTest.php
Tests that blocks assigned to invalid regions work correctly.
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::testLanguageBlockVisibilityLanguageDelete in core/ modules/ block/ src/ Tests/BlockLanguageTest.php
Tests if the visibility settings are removed if the language is deleted.
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::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::testBlockToggleVisibility in core/ modules/ block/ src/ Tests/BlockTest.php
Tests that visibility can be properly toggled.
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.
BlockUiTest::testBlockAdminUiPage in core/ modules/ block/ src/ Tests/BlockUiTest.php
Test block admin page exists and functions correctly.
BlockUiTest::testBlockPlacementIndicator in core/ modules/ block/ src/ Tests/BlockUiTest.php
Tests the block placement indicator.
BlockUiTest::testContextAwareBlocks in core/ modules/ block/ src/ Tests/BlockUiTest.php
Tests the behavior of context-aware blocks.
BlockUiTest::testMachineNameSuggestion in core/ modules/ block/ src/ Tests/BlockUiTest.php
Tests that the BlockForm populates machine name correctly.
BookTest::createBookNode in core/ modules/ book/ src/ Tests/BookTest.php
Creates a book node.
BookTest::testBook in core/ modules/ book/ src/ Tests/BookTest.php
Tests book functionality through node interfaces.
BookTest::testBookDelete in core/ modules/ book/ src/ Tests/BookTest.php
Tests the access for deleting top-level book nodes.
BookTest::testBookNavigationBlock in core/ modules/ book/ src/ Tests/BookTest.php
Tests the functionality of the book navigation block.
BookTest::testBookOrdering in core/ modules/ book/ src/ Tests/BookTest.php
Tests re-ordering of books.
BookTest::testBookOutline in core/ modules/ book/ src/ Tests/BookTest.php
Tests outline of a book.
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.
BreadcrumbTest::testBreadCrumbs in core/ modules/ system/ src/ Tests/ Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
BrokenSetUpTest::testMethod in core/ modules/ simpletest/ src/ Tests/BrokenSetUpTest.php
Runs this test case from within the simpletest child site.
BrowserTest::testCookies in core/ modules/ simpletest/ src/ Tests/BrowserTest.php
Tests that cookies set during a request are available for testing.
BrowserTest::testGetAbsoluteUrl in core/ modules/ simpletest/ src/ Tests/BrowserTest.php
Test \Drupal\simpletest\WebTestBase::getAbsoluteUrl ().
BulkFormAccessTest::testNodeDeleteAccess in core/ modules/ node/ src/ Tests/ Views/BulkFormAccessTest.php
Tests if nodes that may not be deleted, can not be deleted in bulk.
BulkFormAccessTest::testNodeEditAccess in core/ modules/ node/ src/ Tests/ Views/BulkFormAccessTest.php
Tests if nodes that may not be edited, can not be edited in bulk.
BulkFormAccessTest::testUserDeleteAccess in core/ modules/ user/ src/ Tests/ Views/BulkFormAccessTest.php
Tests if users that may not be deleted, can not be deleted in bulk.
BulkFormAccessTest::testUserEditAccess in core/ modules/ user/ src/ Tests/ Views/BulkFormAccessTest.php
Tests if users that may not be edited, can not be edited in bulk.
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/ node/ src/ Tests/ Views/BulkFormTest.php
Tests the node bulk form.
BulkFormTest::testBulkForm in core/ modules/ user/ src/ Tests/ Views/BulkFormTest.php
Tests the user bulk form.
CachedDataUITest::testCacheData in core/ modules/ views_ui/ src/ Tests/CachedDataUITest.php
Tests the user tempstore views data in the UI.
CheckboxTest::testFormCheckbox in core/ modules/ system/ src/ Tests/ Form/CheckboxTest.php
CKEditorAdminTest::testExistingFormat in core/ modules/ ckeditor/ src/ Tests/CKEditorAdminTest.php
Tests configuring a text editor for an existing text format.
CKEditorAdminTest::testNewFormat in core/ modules/ ckeditor/ src/ Tests/CKEditorAdminTest.php
Tests configuring a text editor for a new text format.
CKEditorToolbarButtonTest::testImageButtonDisplay in core/ modules/ ckeditor/ src/ Tests/CKEditorToolbarButtonTest.php
Method tests CKEditor image buttons.
ColorConfigSchemaTest::testValidColorConfigSchema in core/ modules/ color/ src/ Tests/ColorConfigSchemaTest.php
Tests whether the color config schema is valid.
ColorTest::testLogoSettingOverride in core/ modules/ color/ src/ Tests/ColorTest.php
Test whether the custom logo is used in the color preview.
ColorTest::testValidColor in core/ modules/ color/ src/ Tests/ColorTest.php
Tests whether the provided color is valid.
ColorTest::_testColor in core/ modules/ color/ src/ Tests/ColorTest.php
Tests the Color module functionality using the given theme.
CommentAdminTest::testApprovalAdminInterface in core/ modules/ comment/ src/ Tests/CommentAdminTest.php
Test comment approval functionality through admin/content/comment.
CommentAnonymousTest::testAnonymous in core/ modules/ comment/ src/ Tests/CommentAnonymousTest.php
Tests anonymous comment functionality.
CommentFieldsTest::testCommentFieldCreate in core/ modules/ comment/ src/ Tests/CommentFieldsTest.php
Tests creating a comment field through the interface.
CommentFieldsTest::testCommentInstallAfterContentModule in core/ modules/ comment/ src/ Tests/CommentFieldsTest.php
Tests that comment module works when installed after a content module.
CommentInterfaceTest::testAutoFilledHtmlSubject in core/ modules/ comment/ src/ Tests/CommentInterfaceTest.php
Test that automatic subject is correctly created from HTML comment text.
CommentLanguageTest::setUp in core/ modules/ comment/ src/ Tests/CommentLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
CommentLanguageTest::testCommentLanguage in core/ modules/ comment/ src/ Tests/CommentLanguageTest.php
Test that comment language is properly set.
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.
CommentTranslationUITest::doTestAuthoringInfo in core/ modules/ comment/ src/ Tests/CommentTranslationUITest.php
Tests the translation authoring information.
CommentTranslationUITest::doTestPublishedStatus in core/ modules/ comment/ src/ Tests/CommentTranslationUITest.php
Tests the translation publishing status.
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.
CommentTypeTest::testCommentTypeEditing in core/ modules/ comment/ src/ Tests/CommentTypeTest.php
Tests editing a comment type using the UI.
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.
ConfigEntityListMultilingualTest::testListUI in core/ modules/ config/ src/ Tests/ConfigEntityListMultilingualTest.php
Tests the listing UI with different language scenarios.
ConfigEntityListTest::testListUI in core/ modules/ config/ src/ Tests/ConfigEntityListTest.php
Tests the listing UI.
ConfigEntityStatusUITest::testCRUD in core/ modules/ config/ src/ Tests/ConfigEntityStatusUITest.php
Tests status operations.
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.
ConfigExportUITest::testExport in core/ modules/ config/ src/ Tests/ConfigExportUITest.php
Tests export of configuration.
ConfigFormOverrideTest::testFormsWithOverrides in core/ modules/ config/ src/ Tests/ConfigFormOverrideTest.php
Tests that overrides do not affect forms.
ConfigImportAllTest::testInstallUninstall in core/ modules/ config/ src/ Tests/ConfigImportAllTest.php
Tests that a fixed set of modules can be installed and uninstalled.
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::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::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.
ConfigInstallWebTest::testPreExistingConfigInstall in core/ modules/ config/ src/ Tests/ConfigInstallWebTest.php
Tests pre-existing configuration detection.
ConfigInstallWebTest::testUnmetDependenciesInstall in core/ modules/ config/ src/ Tests/ConfigInstallWebTest.php
Tests unmet dependencies detection.
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.
ConfigTranslationInstallTest::testConfigTranslation in core/ modules/ config_translation/ src/ Tests/ConfigTranslationInstallTest.php
ConfigTranslationListUiTest::doMenuListTest in core/ modules/ config_translation/ src/ Tests/ConfigTranslationListUiTest.php
Tests the menu listing for the translate operation.
ConfigTranslationListUiTest::doResponsiveImageListTest in core/ modules/ config_translation/ src/ Tests/ConfigTranslationListUiTest.php
Tests the responsive image mapping listing for the translate operation.
ConfigTranslationUiTest::setSiteInformation in core/ modules/ config_translation/ src/ Tests/ConfigTranslationUiTest.php
Sets site name and slogan for default language, helps in tests.
ConfigTranslationUiTest::testAccountSettingsConfigurationTranslation in core/ modules/ config_translation/ src/ Tests/ConfigTranslationUiTest.php
Tests the account settings translation interface.
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::testLocaleDBStorage in core/ modules/ config_translation/ src/ Tests/ConfigTranslationUiTest.php
Test translation storage in locale storage.
ConfigTranslationUiTest::testPluralConfigStrings in core/ modules/ config_translation/ src/ Tests/ConfigTranslationUiTest.php
Test translation of plural strings with multiple plural forms in config.
ConfigTranslationUiTest::testPluralConfigStringsSourceElements in core/ modules/ config_translation/ src/ Tests/ConfigTranslationUiTest.php
Test the number of source elements for plural strings in config translation forms.
ConfigTranslationUiTest::testSequenceTranslation in core/ modules/ config_translation/ src/ Tests/ConfigTranslationUiTest.php
Tests the sequence data type translation.
ConfigTranslationUiTest::testSingleLanguageUI in core/ modules/ config_translation/ src/ Tests/ConfigTranslationUiTest.php
Tests the single language existing.
ConfigTranslationUiTest::testSiteInformationTranslationUi in core/ modules/ config_translation/ src/ Tests/ConfigTranslationUiTest.php
Tests the site information translation interface.
ConfigTranslationUiTest::testSourceValueDuplicateSave in core/ modules/ config_translation/ src/ Tests/ConfigTranslationUiTest.php
Tests the site information translation interface.
ConfigTranslationUiTest::testTextFormatTranslation in core/ modules/ config_translation/ src/ Tests/ConfigTranslationUiTest.php
Test text_format translation.
ConfigTranslationUiTest::testViewsTranslationUI in core/ modules/ config_translation/ src/ Tests/ConfigTranslationUiTest.php
Tests the views 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
ContactLanguageTest::testContactLanguage in core/ modules/ contact/ src/ Tests/ContactLanguageTest.php
Tests configuration options with language enabled.
ContactPersonalTest::checkContactAccess in core/ modules/ contact/ src/ Tests/ContactPersonalTest.php
Creates a user and then checks contact form access.
ContactPersonalTest::submitPersonalContact in core/ modules/ contact/ src/ Tests/ContactPersonalTest.php
Fills out a user's personal contact form and submits it.
ContactPersonalTest::testPersonalContactAccess in core/ modules/ contact/ src/ Tests/ContactPersonalTest.php
Tests access to the personal contact form.
ContactSitewideTest::addContactForm in core/ modules/ contact/ src/ Tests/ContactSitewideTest.php
Adds a form.
ContactSitewideTest::deleteContactForms in core/ modules/ contact/ src/ Tests/ContactSitewideTest.php
Deletes all forms.
ContactSitewideTest::submitContact in core/ modules/ contact/ src/ Tests/ContactSitewideTest.php
Submits the contact form.
ContactSitewideTest::testSiteWideContact in core/ modules/ contact/ src/ Tests/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
ContactSitewideTest::updateContactForm in core/ modules/ contact/ src/ Tests/ContactSitewideTest.php
Updates a form.
ContentTranslationContextualLinksTest::testContentTranslationContextualLinks in core/ modules/ content_translation/ src/ Tests/ContentTranslationContextualLinksTest.php
Tests that a contextual link is available for translating a node.
ContentTranslationEnableTest::testEnable in core/ modules/ content_translation/ src/ Tests/ContentTranslationEnableTest.php
Tests that entity schemas are up-to-date after enabling translation.
ContentTranslationEntityBundleUITest::testContentTypeUI in core/ modules/ content_translation/ src/ Tests/ContentTranslationEntityBundleUITest.php
Tests content types default translation behaviour.
ContentTranslationSettingsTest::assertSettings in core/ modules/ content_translation/ src/ Tests/ContentTranslationSettingsTest.php
Asserts that translatability has the expected value for the given bundle.
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.
ContentTranslationSyncImageTest::testImageFieldSync in core/ modules/ content_translation/ src/ Tests/ContentTranslationSyncImageTest.php
Tests image field field synchronization.
ContentTranslationUITestBase::doTestAuthoringInfo in core/ modules/ content_translation/ src/ Tests/ContentTranslationUITestBase.php
Tests the translation authoring information.
ContentTranslationUITestBase::doTestBasicTranslation in core/ modules/ content_translation/ src/ Tests/ContentTranslationUITestBase.php
Tests the basic translation workflow.
ContentTranslationUITestBase::doTestChangedTimeAfterSaveWithoutChanges in core/ modules/ content_translation/ src/ Tests/ContentTranslationUITestBase.php
Test the changed time after API and FORM save without changes.
ContentTranslationUITestBase::doTestOutdatedStatus in core/ modules/ content_translation/ src/ Tests/ContentTranslationUITestBase.php
Tests up-to-date status tracking.
ContentTranslationUITestBase::doTestPublishedStatus in core/ modules/ content_translation/ src/ Tests/ContentTranslationUITestBase.php
Tests the translation publishing status.
ContentTranslationUITestBase::doTestTranslationChanged in core/ modules/ content_translation/ src/ Tests/ContentTranslationUITestBase.php
Tests the basic translation workflow.
ContentTranslationUITestBase::doTestTranslationDeletion in core/ modules/ content_translation/ src/ Tests/ContentTranslationUITestBase.php
Tests translation deletion.
ContentTranslationWorkflowsTest::setupEntity in core/ modules/ content_translation/ src/ Tests/ContentTranslationWorkflowsTest.php
Creates a test entity and translate it.
CronRunTest::testAutomatedCron in core/ modules/ system/ src/ Tests/ System/CronRunTest.php
Ensure that the automated cron run module is working.
CustomBooleanTest::testCustomOption in core/ modules/ views_ui/ src/ Tests/CustomBooleanTest.php
Tests the setting and output of custom labels for boolean values.
CustomBooleanTest::testCustomOptionTemplate in core/ modules/ views_ui/ src/ Tests/CustomBooleanTest.php
Tests the setting and output of custom labels for boolean values.
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.
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::testDBLogAddAndClear in core/ modules/ dblog/ src/ Tests/DbLogTest.php
Tests the addition and clearing of log events through the admin interface.
DbLogTest::testFilter in core/ modules/ dblog/ src/ Tests/DbLogTest.php
Tests the database log filter functionality at admin/reports/dblog.
DbLogTest::verifyRowLimit in core/ modules/ dblog/ src/ Tests/DbLogTest.php
Verifies setting of the database log row limit.
DefaultViewsTest::testDefaultViews in core/ modules/ views_ui/ src/ Tests/DefaultViewsTest.php
Tests default views.
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::testProjectNamespaceForDependencies in core/ modules/ system/ src/ Tests/ Module/DependencyTest.php
Checks functionality of project namespaces for dependencies.
DependencyTest::testUninstallDependents in core/ modules/ system/ src/ Tests/ Module/DependencyTest.php
Tests attempting to uninstall a module that has installed dependents.
DisplayAttachmentTest::testAttachmentUI in core/ modules/ views_ui/ src/ Tests/DisplayAttachmentTest.php
Tests the attachment UI.
DisplayBlockTest::testBlockCategory in core/ modules/ block/ src/ Tests/ Views/DisplayBlockTest.php
Tests default and custom block categories.
DisplayBlockTest::testViewsBlockForm in core/ modules/ block/ src/ Tests/ Views/DisplayBlockTest.php
Test the block form for a Views block.
DisplayCRUDTest::testAddDisplay in core/ modules/ views_ui/ src/ Tests/DisplayCRUDTest.php
Tests adding a display.
DisplayCRUDTest::testDuplicateDisplay in core/ modules/ views_ui/ src/ Tests/DisplayCRUDTest.php
Tests the duplicating of a display.
DisplayCRUDTest::testRemoveDisplay in core/ modules/ views_ui/ src/ Tests/DisplayCRUDTest.php
Tests removing a display.
DisplayExtenderUITest::testDisplayExtenderUI in core/ modules/ views_ui/ src/ Tests/DisplayExtenderUITest.php
Tests the display extender UI.
DisplayFeedTest::checkFeedViewUi in core/ modules/ views_ui/ src/ Tests/DisplayFeedTest.php
Checks views UI for a specific feed view.
DisplayPageWebTest::testPageDisplayMenu in core/ modules/ views/ src/ Tests/ Plugin/DisplayPageWebTest.php
Tests menu settings of page displays.
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::doPathXssFilterTest in core/ modules/ views_ui/ src/ Tests/DisplayPathTest.php
Tests that View paths are properly filtered for XSS.
DisplayPathTest::testDefaultMenuTabRegression in core/ modules/ views_ui/ src/ Tests/DisplayPathTest.php
Tests the regression in https://www.drupal.org/node/2532490 .
DisplayPathTest::testDeleteWithNoPath in core/ modules/ views_ui/ src/ Tests/DisplayPathTest.php
Tests deleting a page display that has no path.
DisplayPathTest::testMenuOptions in core/ modules/ views_ui/ src/ Tests/DisplayPathTest.php
Tests the menu and tab option form.
DisplayTest::testActionLinks in core/ modules/ views_ui/ src/ Tests/DisplayTest.php
Tests the action links on the edit display UI.
DisplayTest::testAddDisplay in core/ modules/ views_ui/ src/ Tests/DisplayTest.php
Tests adding a display.
DisplayTest::testDisableDisplay in core/ modules/ views_ui/ src/ Tests/DisplayTest.php
Tests disabling of a display.
DisplayTest::testDisplayPlugin in core/ modules/ views/ src/ Tests/ Plugin/DisplayTest.php
Tests the display test plugin.
DisplayTest::testLinkDisplay in core/ modules/ views_ui/ src/ Tests/DisplayTest.php
Tests the link-display setting.
DisplayTest::testReorderDisplay in core/ modules/ views_ui/ src/ Tests/DisplayTest.php
Tests reordering of displays.
DrupalDateTimeTest::testDateTimezone in core/ modules/ system/ src/ Tests/ Datetime/DrupalDateTimeTest.php
Test that DrupalDateTime can detect the right timezone to use.
Test with a variety of less commonly used timezone names to
help ensure that the system timezone will be different than the
stated timezones.
DuplicateTest::testDuplicateView in core/ modules/ views_ui/ src/ Tests/DuplicateTest.php
Checks if duplicated view exists and has correct label.
EditorAdminTest::addEditorToNewFormat in core/ modules/ editor/ src/ Tests/EditorAdminTest.php
Adds an editor to a new format using the UI.
EditorAdminTest::testAddEditorToExistingFormat in core/ modules/ editor/ src/ Tests/EditorAdminTest.php
Tests adding a text editor to an existing text format.
ElementsAccessTest::testAccessFalse in core/ modules/ system/ src/ Tests/ Form/ElementsAccessTest.php
Ensures that child values are still processed when #access = FALSE.
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.
ElementsVerticalTabsTest::testDefaultTabCleaned in core/ modules/ system/ src/ Tests/ Form/ElementsVerticalTabsTest.php
Ensures that vertical tab form values are cleaned.
ElementTest::testFormElementErrors in core/ modules/ system/ src/ Tests/ Form/ElementTest.php
Tests form element error messages.
EmailFieldTest::testEmailField in core/ modules/ field/ src/ Tests/ Email/EmailFieldTest.php
Tests email field.
EmailTest::testFormEmail in core/ modules/ system/ src/ Tests/ Form/EmailTest.php
Tests that #type 'email' fields are properly validated.
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.
EntityFormTest::doTestFormCRUD in core/ modules/ system/ src/ Tests/ Entity/EntityFormTest.php
Executes the form CRUD tests for the given entity type.
EntityFormTest::doTestMultilingualFormCRUD in core/ modules/ system/ src/ Tests/ Entity/EntityFormTest.php
Executes the multilingual form CRUD tests for the given entity type ID.
EntityFormTest::testValidationHandlers in core/ modules/ system/ src/ Tests/ Entity/EntityFormTest.php
Checks that validation handlers works as expected.
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.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultConfigValue in core/ modules/ field/ src/ Tests/ EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that dependencies due to default values can be removed.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultValue in core/ modules/ field/ src/ Tests/ EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that default values are correctly translated to UUIDs in config.
EntityReferenceFieldTranslatedReferenceViewTest::testEntityReferenceDisplay in core/ modules/ field/ src/ Tests/ EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
Tests if the entity is displayed in an entity reference field.
EntityReferenceFileUploadTest::testFileUpload in core/ modules/ field/ src/ Tests/ EntityReference/EntityReferenceFileUploadTest.php
Tests that the autocomplete input element does not cause ajax fatal.
EntityReferenceIntegrationTest::testSupportedEntityTypesAndWidgets in core/ modules/ field/ src/ Tests/ EntityReference/EntityReferenceIntegrationTest.php
Tests the entity reference field with all its supported field widgets.
EntityReferenceXSSTest::testEntityReferenceXSS in core/ modules/ field/ src/ Tests/ EntityReference/EntityReferenceXSSTest.php
Tests markup is escaped in the entity reference select and label formatter.
EntityTranslationFormTest::testEntityFormLanguage in core/ modules/ system/ src/ Tests/ Entity/EntityTranslationFormTest.php
Tests entity form language.
ExposedFormUITest::testExposedAdminUi in core/ modules/ views_ui/ src/ Tests/ExposedFormUITest.php
Tests the admin interface of exposed filter and sort items.
FeedLanguageTest::testFeedLanguage in core/ modules/ aggregator/ src/ Tests/FeedLanguageTest.php
Tests creation of feeds with a language.
FieldImportDeleteUninstallUiTest::testImportDeleteUninstall in core/ modules/ field/ src/ Tests/FieldImportDeleteUninstallUiTest.php
Tests deleting field storages and fields as part of config import.
FieldUIRouteTest::testFieldUIRoutes in core/ modules/ field_ui/ src/ Tests/FieldUIRouteTest.php
Ensures that entity types with bundles do not break following entity types.
FieldUITest::testFieldLabel in core/ modules/ views_ui/ src/ Tests/FieldUITest.php
Tests the field labels.
FieldUITest::testFieldUI in core/ modules/ views_ui/ src/ Tests/FieldUITest.php
Tests the UI of field handlers.
FieldUITest::testHandlerUI in core/ modules/ field/ src/ Tests/ Views/FieldUITest.php
Tests basic field handler settings in the UI.
FieldUITest::testHandlerUIAggregation in core/ modules/ field/ src/ Tests/ Views/FieldUITest.php
Tests the basic field handler form when aggregation is enabled.
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.
FileFieldRevisionTest::testRevisions in core/ modules/ file/ src/ Tests/FileFieldRevisionTest.php
Tests creating multiple revisions of a node and managing attached files.
FileFieldRSSContentTest::testFileFieldRSSContent in core/ modules/ file/ src/ Tests/FileFieldRSSContentTest.php
Tests RSS enclosure formatter display for RSS feeds.
FileFieldTestBase::removeNodeFile in core/ modules/ file/ src/ Tests/FileFieldTestBase.php
Removes a file from a node.
FileFieldTestBase::replaceNodeFile in core/ modules/ file/ src/ Tests/FileFieldTestBase.php
Replaces a file within a node.
FileFieldTestBase::uploadNodeFiles in core/ modules/ file/ src/ Tests/FileFieldTestBase.php
Uploads multiple files to a node.
FileFieldValidateTest::testRequired in core/ modules/ file/ src/ Tests/FileFieldValidateTest.php
Tests the required property on file fields.
FileFieldWidgetTest::testMultiValuedWidget in core/ modules/ file/ src/ Tests/FileFieldWidgetTest.php
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTest::testPrivateFileComment in core/ modules/ file/ src/ Tests/FileFieldWidgetTest.php
Tests that download restrictions on private files work on comments.
FileFieldWidgetTest::testPrivateFileSetting in core/ modules/ file/ src/ Tests/FileFieldWidgetTest.php
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTest::testSingleValuedWidget in core/ modules/ file/ src/ Tests/FileFieldWidgetTest.php
Tests upload and remove buttons for a single-valued File field.
FileFieldWidgetTest::testWidgetValidation in core/ modules/ file/ src/ Tests/FileFieldWidgetTest.php
Tests validation with the Upload button.
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.
FileManagedFileElementTest::testManagedFileRemoved in core/ modules/ file/ src/ Tests/FileManagedFileElementTest.php
Ensure that warning is shown if file on the field has been removed.
FilePrivateTest::testPrivateFile in core/ modules/ file/ src/ Tests/FilePrivateTest.php
Tests file access for file uploaded to a private node.
FilterAdminTest::testFilterAdmin in core/ modules/ filter/ src/ Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterAdminTest::testFormatAdmin in core/ modules/ filter/ src/ Tests/FilterAdminTest.php
Tests the format administration functionality.
FilterAdminTest::testUrlFilterAdmin in core/ modules/ filter/ src/ Tests/FilterAdminTest.php
Tests the URL filter settings form is properly validated.
FilterBooleanWebTest::testFilterBooleanUI in core/ modules/ views_ui/ src/ Tests/FilterBooleanWebTest.php
Tests the filter boolean UI.
FilterDateTest::_testUiValidation in core/ modules/ views/ src/ Tests/ Handler/FilterDateTest.php
Make sure the validation callbacks works.
FilterDefaultFormatTest::testDefaultTextFormats in core/ modules/ filter/ src/ Tests/FilterDefaultFormatTest.php
Tests if the default text format is accessible to users.
FilterFormatAccessTest::setUp in core/ modules/ filter/ src/ Tests/FilterFormatAccessTest.php
Sets up a Drupal site for running functional and integration tests.
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.
FilterHtmlImageSecureTest::testImageSource in core/ modules/ filter/ src/ Tests/FilterHtmlImageSecureTest.php
Tests removal of images having a non-local source.
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.
FilterUITest::testFilterInOperatorUi in core/ modules/ views_ui/ src/ Tests/FilterUITest.php
Tests that an option for a filter is saved as expected from the UI.
FilterUITest::testFiltersUI in core/ modules/ views_ui/ src/ Tests/FilterUITest.php
Tests the filters from the UI.
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::testCheckboxProcessing in core/ modules/ system/ src/ Tests/ Form/FormTest.php
Test default value handling for checkboxes.
FormTest::testColorValidation in core/ modules/ system/ src/ Tests/ Form/FormTest.php
Tests validation of #type 'color' elements.
FormTest::testDisabledElements in core/ modules/ system/ src/ Tests/ Form/FormTest.php
Test handling of disabled elements.
FormTest::testFieldFormAccess in core/ modules/ field/ src/ Tests/FormTest.php
Tests fields with no 'edit' access.
FormTest::testFieldFormDefaultValue in core/ modules/ field/ src/ Tests/FormTest.php
Tests field widget default values on entity forms.
FormTest::testFieldFormJSAddMore in core/ modules/ field/ src/ Tests/FormTest.php
FormTest::testFieldFormMultipleWidget in core/ modules/ field/ src/ Tests/FormTest.php
Tests widgets handling multiple values.
FormTest::testFieldFormMultivalueWithRequiredRadio in core/ modules/ field/ src/ Tests/FormTest.php
Tests widget handling of multiple required radios.
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::testNumber in core/ modules/ system/ src/ Tests/ Form/FormTest.php
Tests validation of #type 'number' and 'range' elements.
FormTest::testRange in core/ modules/ system/ src/ Tests/ Form/FormTest.php
Tests default value handling of #type 'range' elements.
FormTest::testRequiredCheckboxesRadio in core/ modules/ system/ src/ Tests/ Form/FormTest.php
Tests validation for required checkbox, select, and radio elements.
FormTest::testRequiredTextfieldNoTitle in core/ modules/ system/ src/ Tests/ Form/FormTest.php
Tests validation for required textfield element without title.
FormTest::testSelect in core/ modules/ system/ src/ Tests/ Form/FormTest.php
Tests validation of #type 'select' elements.
ForumBlockTest::createForumTopics in core/ modules/ forum/ src/ Tests/ForumBlockTest.php
Creates a forum topic.
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::createForum in core/ modules/ forum/ src/ Tests/ForumTest.php
Creates a forum container or a forum.
ForumTest::createForumTopic in core/ modules/ forum/ src/ Tests/ForumTest.php
Creates a forum topic.
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::editForumVocabulary in core/ modules/ forum/ src/ Tests/ForumTest.php
Edits the forum taxonomy.
ForumTest::testAddOrphanTopic in core/ modules/ forum/ src/ Tests/ForumTest.php
Tests that forum nodes can't be added without a parent.
ForumTest::testForum in core/ modules/ forum/ src/ Tests/ForumTest.php
Tests forum functionality through the admin and user interfaces.
ForumTest::testForumWithNewPost in core/ modules/ forum/ src/ Tests/ForumTest.php
Tests a forum with a new post displays properly.
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::testDrupalFrontPage in core/ modules/ system/ src/ Tests/ System/FrontPageTest.php
Test front page functionality.
GroupByTest::testGroupBySave in core/ modules/ views_ui/ src/ Tests/GroupByTest.php
Tests whether basic saving works.
HandlerFilterUserNameTest::testAdminUserInterface in core/ modules/ user/ src/ Tests/ Views/HandlerFilterUserNameTest.php
Tests using the user interface.
HandlerTest::testRelationshipUI in core/ modules/ views/ src/ Tests/ Handler/HandlerTest.php
Tests the relationship ui for field/filter/argument/relationship.
HandlerTest::testUICRUD in core/ modules/ views_ui/ src/ Tests/HandlerTest.php
Tests UI CRUD.
HookRequirementsTest::testHookRequirementsFailure in core/ modules/ system/ src/ Tests/ Module/HookRequirementsTest.php
Assert that a module cannot be installed if it fails hook_requirements ().
ImageAdminStylesTest::testEditEffect in core/ modules/ image/ src/ Tests/ImageAdminStylesTest.php
Verifies that editing an image effect does not cause it to be duplicated.
ImageAdminStylesTest::testFlushUserInterface in core/ modules/ image/ src/ Tests/ImageAdminStylesTest.php
Test flush user interface.
ImageAdminStylesTest::testNumericStyleName in core/ modules/ image/ src/ Tests/ImageAdminStylesTest.php
Test creating an image style with a numeric name and ensuring it can be
applied to an image.
ImageAdminStylesTest::testStyle in core/ modules/ image/ src/ Tests/ImageAdminStylesTest.php
General test to add a style, add/remove/edit effects to it, then delete it.
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::testImageFieldDefaultImage in core/ modules/ image/ src/ Tests/ImageFieldDisplayTest.php
Test use of a default image with an image field.
ImageFieldDisplayTest::testImageFieldSettings in core/ modules/ image/ src/ Tests/ImageFieldDisplayTest.php
Tests for image field settings.
ImageFieldTestBase::previewNodeImage in core/ modules/ image/ src/ Tests/ImageFieldTestBase.php
Preview an image in a node.
ImageFieldTestBase::uploadNodeImage in core/ modules/ image/ src/ Tests/ImageFieldTestBase.php
Upload an image to a node.
ImageFieldValidateTest::testRequiredAttributes in core/ modules/ image/ src/ Tests/ImageFieldValidateTest.php
Test that required alt/title fields gets validated right.
ImageStyleFlushTest::testFlush in core/ modules/ image/ src/ Tests/ImageStyleFlushTest.php
General test to flush a style.
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.
InstallerExistingDatabaseSettingsTest::setUpSettings in core/ modules/ system/ src/ Tests/ Installer/InstallerExistingDatabaseSettingsTest.php
@todo The database settings form is not supposed to appear if settings.php
contains a valid database connection already (but e.g. no config
directories yet).
InstallerTestBase::setUpLanguage in core/ modules/ simpletest/ src/InstallerTestBase.php
Installer step: Select language.
InstallerTestBase::setUpProfile in core/ modules/ simpletest/ src/InstallerTestBase.php
Installer step: Select installation profile.
InstallerTestBase::setUpSettings in core/ modules/ simpletest/ src/InstallerTestBase.php
Installer step: Configure settings.
InstallerTestBase::setUpSite in core/ modules/ simpletest/ src/InstallerTestBase.php
Final installer step: Configure site.
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::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.
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.
LanguageBlockSettingsVisibilityTest::testUnnecessaryLanguageSettingsVisibility in core/ modules/ language/ src/ Tests/LanguageBlockSettingsVisibilityTest.php
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.
LanguageConfigSchemaTest::testValidLanguageConfigSchema in core/ modules/ language/ src/ Tests/LanguageConfigSchemaTest.php
Tests whether the language config schema is valid.
LanguageConfigurationElementTest::testLanguageConfigurationElement in core/ modules/ language/ src/ Tests/LanguageConfigurationElementTest.php
Tests the language settings have been saved.
LanguageConfigurationElementTest::testNodeTypeDelete in core/ modules/ language/ src/ Tests/LanguageConfigurationElementTest.php
Tests the language settings are deleted on bundle delete.
LanguageConfigurationElementTest::testNodeTypeUpdate in core/ modules/ language/ src/ Tests/LanguageConfigurationElementTest.php
Tests that the configuration is retained when the node type is updated.
LanguageConfigurationElementTest::testTaxonomyVocabularyUpdate in core/ modules/ language/ src/ Tests/LanguageConfigurationElementTest.php
Tests that the configuration is retained when a vocabulary is updated.
LanguageConfigurationTest::testLanguageConfiguration in core/ modules/ language/ src/ Tests/LanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
LanguageConfigurationTest::testLanguageConfigurationWeight in core/ modules/ language/ src/ Tests/LanguageConfigurationTest.php
Functional tests for setting system language weight on adding, editing and deleting languages.
LanguageCustomLanguageConfigurationTest::testLanguageConfiguration in core/ modules/ language/ src/ Tests/LanguageCustomLanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
LanguageListModuleInstallTest::testModuleInstallLanguageList in core/ modules/ language/ src/ Tests/LanguageListModuleInstallTest.php
Tests enabling Language.
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.
LanguageNegotiationInfoTest::setUp in core/ modules/ language/ src/ Tests/LanguageNegotiationInfoTest.php
Sets up a Drupal site for running functional and integration tests.
LanguageNegotiationInfoTest::testInfoAlterations in core/ modules/ language/ src/ Tests/LanguageNegotiationInfoTest.php
Tests alterations to language types/negotiation info.
LanguagePathMonolingualTest::setUp in core/ modules/ language/ src/ Tests/LanguagePathMonolingualTest.php
Sets up a Drupal site for running functional and integration tests.
LanguageSelectElementTest::testHiddenLanguageSelectElement in core/ modules/ system/ src/ Tests/ Form/LanguageSelectElementTest.php
Tests the case when the language select elements should not be printed.
LanguageSelectorTranslatableTest::testLanguageStringSelector in core/ modules/ language/ src/ Tests/LanguageSelectorTranslatableTest.php
Tests content translation language selectors are correctly translated.
LanguageSwitchingTest::testLanguageBlock in core/ modules/ language/ src/ Tests/LanguageSwitchingTest.php
Functional tests for the language switcher block.
LanguageSwitchingTest::testLanguageBlockWithDomain in core/ modules/ language/ src/ Tests/LanguageSwitchingTest.php
Test language switcher links for domain based negotiation.
LanguageSwitchingTest::testLanguageBodyClass in core/ modules/ language/ src/ Tests/LanguageSwitchingTest.php
Check the path-admin class, as same as on default language.
LanguageSwitchingTest::testLanguageLinkActiveClass in core/ modules/ language/ src/ Tests/LanguageSwitchingTest.php
Test active class on links when switching languages.
LanguageSwitchingTest::testLanguageSessionSwitchLinks in core/ modules/ language/ src/ Tests/LanguageSwitchingTest.php
Tests language switcher links for session based negotiation.
LanguageUILanguageNegotiationTest::testContentCustomization in core/ modules/ language/ src/ Tests/LanguageUILanguageNegotiationTest.php
Tests persistence of negotiation settings for the content language type.
LanguageUILanguageNegotiationTest::testDisableLanguageSwitcher in core/ modules/ language/ src/ Tests/LanguageUILanguageNegotiationTest.php
Tests if the language switcher block gets deleted when a language type has been made not configurable.
LanguageUILanguageNegotiationTest::testLanguageDomain in core/ modules/ language/ src/ Tests/LanguageUILanguageNegotiationTest.php
Tests URL handling when separate domains are used for multiple languages.
LanguageUILanguageNegotiationTest::testUILanguageNegotiation in core/ modules/ language/ src/ Tests/LanguageUILanguageNegotiationTest.php
Tests for language switching by URL path.
LanguageUILanguageNegotiationTest::testUrlLanguageFallback in core/ modules/ language/ src/ Tests/LanguageUILanguageNegotiationTest.php
Test URL language detection when the requested URL has no language.
LanguageUrlRewritingTest::setUp in core/ modules/ language/ src/ Tests/LanguageUrlRewritingTest.php
Sets up a Drupal site for running functional and integration tests.
LanguageUrlRewritingTest::testDomainNameNegotiationPort in core/ modules/ language/ src/ Tests/LanguageUrlRewritingTest.php
Check URL rewriting when using a domain name and a non-standard port.
LegacyTest::testTaxonomyLegacyNode in core/ modules/ taxonomy/ src/ Tests/LegacyTest.php
Test taxonomy functionality with nodes prior to 1970.
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.
LocaleConfigTranslationImportTest::testConfigTranslationImport in core/ modules/ locale/ src/ Tests/LocaleConfigTranslationImportTest.php
Test update changes configuration translations if enabled after language.
LocaleConfigTranslationImportTest::testConfigTranslationModuleInstall in core/ modules/ locale/ src/ Tests/LocaleConfigTranslationImportTest.php
Test update changes configuration translations if enabled after language.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete in core/ modules/ locale/ src/ Tests/LocaleConfigTranslationImportTest.php
Test removing a string from Locale deletes configuration translations.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverridePreserve in core/ modules/ locale/ src/ Tests/LocaleConfigTranslationImportTest.php
Test removing a string from Locale changes configuration translations.
LocaleConfigTranslationTest::setUp in core/ modules/ locale/ src/ Tests/LocaleConfigTranslationTest.php
Sets up a Drupal site for running functional and integration tests.
LocaleConfigTranslationTest::testConfigTranslation in core/ modules/ locale/ src/ Tests/LocaleConfigTranslationTest.php
Tests basic configuration translation.
LocaleConfigTranslationTest::testOptionalConfiguration in core/ modules/ locale/ src/ Tests/LocaleConfigTranslationTest.php
Test translatability of optional configuration in locale.
LocaleContentTest::testContentTypeDirLang in core/ modules/ locale/ src/ Tests/LocaleContentTest.php
Test if a dir and lang tags exist in node's attributes.
LocaleContentTest::testContentTypeLanguageConfiguration in core/ modules/ locale/ src/ Tests/LocaleContentTest.php
Test if a content type can be set to multilingual and language is present.
LocaleContentTest::testMachineNameLTR in core/ modules/ locale/ src/ Tests/LocaleContentTest.php
Verifies that machine name fields are always LTR.
LocaleExportTest::testExportTranslation in core/ modules/ locale/ src/ Tests/LocaleExportTest.php
Test exportation of translations.
LocaleExportTest::testExportTranslationTemplateFile in core/ modules/ locale/ src/ Tests/LocaleExportTest.php
Test exportation of translation template file.
LocaleFileSystemFormTest::testFileConfigurationPage in core/ modules/ locale/ src/ Tests/LocaleFileSystemFormTest.php
Tests translation directory settings on the file settings form.
LocaleImportFunctionalTest::importPoFile in core/ modules/ locale/ src/ Tests/LocaleImportFunctionalTest.php
Helper function: import a standalone .po file in a given language.
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.
LocaleJavascriptTranslationTest::testLocaleTranslationJsDependencies in core/ modules/ locale/ src/ Tests/LocaleJavascriptTranslationTest.php
Assert translations JS is added before drupal.js, because it depends on it.
LocaleLocaleLookupTest::testCircularDependency in core/ modules/ locale/ src/ Tests/LocaleLocaleLookupTest.php
Tests that there are no circular dependencies.
LocalePathTest::testPathLanguageConfiguration in core/ modules/ locale/ src/ Tests/LocalePathTest.php
Test if a language can be associated with a path alias.
LocalePluralFormatTest::importPoFile in core/ modules/ locale/ src/ Tests/LocalePluralFormatTest.php
Imports a standalone .po file in a given language.
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.
LocaleTranslateStringTourTest::testTranslateStringTourTips in core/ modules/ locale/ src/ Tests/LocaleTranslateStringTourTest.php
Tests locale tour tip availability.
LocaleTranslationUiTest::testEnglishTranslation in core/ modules/ locale/ src/ Tests/LocaleTranslationUiTest.php
Enable interface translation to English.
LocaleTranslationUiTest::testJavaScriptTranslation in core/ modules/ locale/ src/ Tests/LocaleTranslationUiTest.php
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::testStringValidation in core/ modules/ locale/ src/ Tests/LocaleTranslationUiTest.php
Tests the validation of the translation input.
LocaleTranslationUiTest::testUICustomizedStrings in core/ modules/ locale/ src/ Tests/LocaleTranslationUiTest.php
Tests that only changed strings are saved customized when edited.
LocaleUpdateBase::addLanguage in core/ modules/ locale/ src/ Tests/LocaleUpdateBase.php
Adds a language.
LocaleUpdateCronTest::testUpdateCron in core/ modules/ locale/ src/ Tests/LocaleUpdateCronTest.php
Tests interface translation update using cron.
LocaleUpdateDevelopmentReleaseTest::setUp in core/ modules/ locale/ src/ Tests/LocaleUpdateDevelopmentReleaseTest.php
Sets up a Drupal site for running functional and integration tests.
LocaleUpdateTest::testEnableCustomLanguage in core/ modules/ locale/ src/ Tests/LocaleUpdateTest.php
Tests automatic translation import when a custom language is added.
LocaleUpdateTest::testEnableLanguage in core/ modules/ locale/ src/ Tests/LocaleUpdateTest.php
Tests automatic translation import when a language is added.
LocaleUpdateTest::testEnableUninstallModule in core/ modules/ locale/ src/ Tests/LocaleUpdateTest.php
Tests automatic translation import when a module is enabled.
LocaleUpdateTest::testUpdateCheckStatus in core/ modules/ locale/ src/ Tests/LocaleUpdateTest.php
Checks if local or remote translation sources are detected.
LocaleUpdateTest::testUpdateImportModeNonCustomized in core/ modules/ locale/ src/ Tests/LocaleUpdateTest.php
Tests translation import and only overwrite non-customized translations.
LocaleUpdateTest::testUpdateImportModeNone in core/ modules/ locale/ src/ Tests/LocaleUpdateTest.php
Tests translation import and don't overwrite any translation.
LocaleUpdateTest::testUpdateImportSourceLocal in core/ modules/ locale/ src/ Tests/LocaleUpdateTest.php
Tests translation import from local sources.
LocaleUpdateTest::testUpdateImportSourceRemote in core/ modules/ locale/ src/ Tests/LocaleUpdateTest.php
Tests translation import from remote sources.
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::testSingleViewMode in core/ modules/ field_ui/ src/ Tests/ManageDisplayTest.php
Tests hiding the view modes fieldset when there's only one available.
ManageDisplayTest::testViewModeCustom in core/ modules/ field_ui/ src/ Tests/ManageDisplayTest.php
Tests switching view modes to use custom or 'default' settings'.
ManageDisplayTest::testWidgetUI in core/ modules/ field_ui/ src/ Tests/ManageDisplayTest.php
Tests widget settings.
ManageFieldsTest::addPersistentFieldStorage in core/ modules/ field_ui/ src/ Tests/ManageFieldsTest.php
Tests that persistent field storage appears in the field UI.
ManageFieldsTest::cardinalitySettings in core/ modules/ field_ui/ src/ Tests/ManageFieldsTest.php
Tests the cardinality settings of a field.
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::testExternalDestinations in core/ modules/ field_ui/ src/ Tests/ManageFieldsTest.php
Tests that external URLs in the 'destinations' query parameter are blocked.
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.
MenuLanguageTest::testMenuLanguage in core/ modules/ menu_ui/ src/ Tests/MenuLanguageTest.php
Tests menu language settings and the defaults for menu link items.
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.
MenuLinkContentTranslationUITest::testTranslationLinkTheme in core/ modules/ menu_link_content/ src/ Tests/MenuLinkContentTranslationUITest.php
Tests that translation page inherits admin status of edit page.
MenuLinkReorderTest::testDefaultMenuLinkReorder in core/ modules/ menu_ui/ src/ Tests/MenuLinkReorderTest.php
Test creating, editing, deleting menu links via node form widget.
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.
MenuTest::addCustomMenu in core/ modules/ menu_ui/ src/ Tests/MenuTest.php
Creates a custom menu.
MenuTest::addInvalidMenuLink in core/ modules/ menu_ui/ src/ Tests/MenuTest.php
Attempts to add menu link with invalid path or no access permission.
MenuTest::addMenuLink in core/ modules/ menu_ui/ src/ Tests/MenuTest.php
Adds a menu link using the UI.
MenuTest::checkInvalidParentMenuLinks in core/ modules/ menu_ui/ src/ Tests/MenuTest.php
Tests that parent options are limited by depth when adding menu links.
MenuTest::deleteCustomMenu in core/ modules/ menu_ui/ src/ Tests/MenuTest.php
Deletes the locally stored custom menu.
MenuTest::deleteMenuLink in core/ modules/ menu_ui/ src/ Tests/MenuTest.php
Deletes a menu link using the UI.
MenuTest::disableMenuLink in core/ modules/ menu_ui/ src/ Tests/MenuTest.php
Disables a menu link.
MenuTest::doMenuTests in core/ modules/ menu_ui/ src/ Tests/MenuTest.php
Tests menu functionality.
MenuTest::doTestMenuBlock in core/ modules/ menu_ui/ src/ Tests/MenuTest.php
Tests menu block settings.
MenuTest::enableMenuLink in core/ modules/ menu_ui/ src/ Tests/MenuTest.php
Enables a menu link.
MenuTest::modifyMenuLink in core/ modules/ menu_ui/ src/ Tests/MenuTest.php
Modifies a menu link using the UI.
MenuTest::moveMenuLink in core/ modules/ menu_ui/ src/ Tests/MenuTest.php
Changes the parent of a menu link using the UI.
MenuTest::resetMenuLink in core/ modules/ menu_ui/ src/ Tests/MenuTest.php
Resets a standard 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::testMenuQueryAndFragment in core/ modules/ menu_ui/ src/ Tests/MenuTest.php
Adds and removes a menu link with a query string and fragment.
MenuTest::testMenus in core/ modules/ views/ src/ Tests/ Wizard/MenuTest.php
Tests the menu functionality.
MenuTest::testSystemMenuRename in core/ modules/ menu_ui/ src/ Tests/MenuTest.php
Tests renaming the built-in menu.
MissingCheckedRequirementsTest::testCheckRequirements in core/ modules/ simpletest/ src/ Tests/MissingCheckedRequirementsTest.php
Ensures test will not run when requirements are missing.
MultiStepNodeFormBasicOptionsTest::testMultiStepNodeFormBasicOptions in core/ modules/ node/ src/ Tests/MultiStepNodeFormBasicOptionsTest.php
Tests changing the default values of basic options to ensure they persist.
NestedFormTest::testNestedFieldForm in core/ modules/ field/ src/ Tests/NestedFormTest.php
Tests Field API form integration within a subform.
NewViewConfigSchemaTest::testNewViews in core/ modules/ views_ui/ src/ Tests/NewViewConfigSchemaTest.php
Tests creating brand new views.
NodeAccessBaseTableTest::testNodeAccessBasic in core/ modules/ node/ src/ Tests/NodeAccessBaseTableTest.php
Tests the "private" node access functionality.
NodeAccessFieldTest::testNodeAccessAdministerField in core/ modules/ node/ src/ Tests/NodeAccessFieldTest.php
Tests administering fields when node access is restricted.
NodeAccessMenuLinkTest::testNodeAccessMenuLink in core/ modules/ node/ src/ Tests/NodeAccessMenuLinkTest.php
SA-CORE-2015-003: Tests menu links to nodes when node access is restricted.
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::checkVariousAuthoredByValues in core/ modules/ node/ src/ Tests/NodeEditFormTest.php
Checks that the "authored by" works correctly with various values.
NodeEditFormTest::testNodeEdit in core/ modules/ node/ src/ Tests/NodeEditFormTest.php
Checks node edit functionality.
NodeEditFormTest::testNodeEditAuthoredBy in core/ modules/ node/ src/ Tests/NodeEditFormTest.php
Tests changing a node's "authored by" field.
NodeEntityViewModeAlterTest::testNodeViewModeChange in core/ modules/ node/ src/ Tests/NodeEntityViewModeAlterTest.php
Create a "Basic page" node and verify its consistency in the database.
NodeFieldMultilingualTest::setUp in core/ modules/ node/ src/ Tests/NodeFieldMultilingualTest.php
Sets up a Drupal site for running functional and integration tests.
NodeFieldMultilingualTest::testMultilingualDisplaySettings in core/ modules/ node/ src/ Tests/NodeFieldMultilingualTest.php
NodeFieldMultilingualTest::testMultilingualNodeForm in core/ modules/ node/ src/ Tests/NodeFieldMultilingualTest.php
Tests whether field languages are correctly set through the node form.
NodeFormButtonsTest::testNodeFormButtons in core/ modules/ node/ src/ Tests/NodeFormButtonsTest.php
Tests that the right buttons are displayed for saving nodes.
NodeFormSaveChangedTimeTest::testChangedTimeAfterSaveWithoutChanges in core/ modules/ node/ src/ Tests/NodeFormSaveChangedTimeTest.php
Test the changed time after API and FORM save without changes.
NodePostSettingsTest::testPagePostInfo in core/ modules/ node/ src/ Tests/NodePostSettingsTest.php
Confirms "Basic page" content type and post information is on a new node.
NodeRevisionsAllTest::testRevisions in core/ modules/ node/ src/ Tests/NodeRevisionsAllTest.php
Checks node revision operations.
NodeRevisionsTest::testRevisions in core/ modules/ node/ src/ Tests/NodeRevisionsTest.php
Checks node revision related operations.
NodeRevisionsTest::testRevisionTranslationRevert in core/ modules/ node/ src/ Tests/NodeRevisionsTest.php
Tests the revision translations are correctly reverted.
NodeRevisionsUiTest::testNodeFormSaveWithoutRevision in core/ modules/ node/ src/ Tests/NodeRevisionsUiTest.php
Checks that unchecking 'Create new revision' works when editing a node.
NodeRevisionWizardTest::testViewAdd in core/ modules/ node/ src/ Tests/ Views/NodeRevisionWizardTest.php
Tests creating a node revision view.
NodeTitleXSSTest::testNodeTitleXSS in core/ modules/ node/ src/ Tests/NodeTitleXSSTest.php
Tests XSS functionality with a node entity.
NodeTranslationUITest::doTestAuthoringInfo in core/ modules/ node/ src/ Tests/NodeTranslationUITest.php
Tests the translation authoring information.
NodeTranslationUITest::doTestPublishedStatus in core/ modules/ node/ src/ Tests/NodeTranslationUITest.php
Tests the translation publishing status.
NodeTranslationUITest::setUp in core/ modules/ node/ src/ Tests/NodeTranslationUITest.php
Sets up a Drupal site for running functional and integration tests.
NodeTranslationUITest::testPublishedStatusNoFields in core/ modules/ node/ src/ Tests/NodeTranslationUITest.php
Tests changing the published status on a node without fields.
NodeTranslationUITest::testTranslationLinkTheme in core/ modules/ node/ src/ Tests/NodeTranslationUITest.php
Tests that translation page inherits admin status of edit page.
NodeTypeInitialLanguageTest::testLanguageFieldVisibility in core/ modules/ node/ src/ Tests/NodeTypeInitialLanguageTest.php
Tests language field visibility features.
NodeTypeInitialLanguageTest::testNodeTypeInitialLanguageDefaults in core/ modules/ node/ src/ Tests/NodeTypeInitialLanguageTest.php
Tests the node type initial language defaults, and modifies them.
NodeTypeTest::testNodeTypeCreation in core/ modules/ node/ src/ Tests/NodeTypeTest.php
Tests creating a content type programmatically and via a form.
NodeTypeTest::testNodeTypeDeletion in core/ modules/ node/ src/ Tests/NodeTypeTest.php
Tests deleting a content type that still has content.
NodeTypeTest::testNodeTypeEditing in core/ modules/ node/ src/ Tests/NodeTypeTest.php
Tests editing a node type using the UI.
NodeTypeTest::testNodeTypeNoContentType in core/ modules/ node/ src/ Tests/NodeTypeTest.php
Tests for when there are no content types defined.
NodeTypeTranslationTest::testNodeTypeTitleLabelTranslation in core/ modules/ node/ src/ Tests/NodeTypeTranslationTest.php
Tests the node type title label translation.
NodeTypeTranslationTest::testNodeTypeTranslation in core/ modules/ node/ src/ Tests/NodeTypeTranslationTest.php
Tests the node type translation.
NodeWizardTest::testViewAddWithNodeTitles in core/ modules/ views/ src/ Tests/ Wizard/NodeWizardTest.php
Tests creating a view with node titles.
NumberFieldTest::assertSetMinimumValue in core/ modules/ field/ src/ Tests/ Number/NumberFieldTest.php
Helper function to set the minimum value of a field.
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::testNumberFormatter in core/ modules/ field/ src/ Tests/ Number/NumberFieldTest.php
Test default formatter behavior
NumberFieldTest::testNumberIntegerField in core/ modules/ field/ src/ Tests/ Number/NumberFieldTest.php
Test integer field.
NumericFormatPluralTest::testNumericFormatPlural in core/ modules/ views/ src/ Tests/ Plugin/NumericFormatPluralTest.php
Test plural formatting setting on a numeric views handler.
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.
OptionsFloatFieldImportTest::testImport in core/ modules/ options/ src/ Tests/OptionsFloatFieldImportTest.php
Tests that importing list_float fields works.
OptionsWidgetsTest::testCheckBoxes in core/ modules/ options/ src/ Tests/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTest::testRadioButtons in core/ modules/ options/ src/ Tests/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (single select).
OptionsWidgetsTest::testSelectListMultiple in core/ modules/ options/ src/ Tests/OptionsWidgetsTest.php
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTest::testSelectListSingle in core/ modules/ options/ src/ Tests/OptionsWidgetsTest.php
Tests the 'options_select' widget (single select).
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.
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::testPagerConfigTranslation in core/ modules/ views/ src/ Tests/ Plugin/PagerTest.php
Tests translating the pager using config_translation.
PagerTest::testStorePagerSettings in core/ modules/ views/ src/ Tests/ Plugin/PagerTest.php
Pagers was sometimes not stored.
PageTitleTest::testTitleTags in core/ modules/ system/ src/ Tests/ System/PageTitleTest.php
Tests the handling of HTML in node titles.
PageTitleTest::testTitleXSS in core/ modules/ system/ src/ Tests/ System/PageTitleTest.php
Test if the title of the site is XSS proof.
PathAdminTest::testPathFiltering in core/ modules/ path/ src/ Tests/PathAdminTest.php
Tests the filtering aspect of the Path UI.
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.
PathAliasTest::testPathCache in core/ modules/ path/ src/ Tests/PathAliasTest.php
Tests the path cache.
PathLanguageTest::setUp in core/ modules/ path/ src/ Tests/PathLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
PathLanguageTest::testAliasTranslation in core/ modules/ path/ src/ Tests/PathLanguageTest.php
Test alias functionality through the admin interfaces.
PathLanguageUiTest::setUp in core/ modules/ path/ src/ Tests/PathLanguageUiTest.php
Sets up a Drupal site for running functional and integration tests.
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::testPreviewAdditionalInfo in core/ modules/ views_ui/ src/ Tests/PreviewTest.php
Tests the additional information query info area.
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.
PrivateFileOnTranslatedEntityTest::setUp in core/ modules/ file/ src/ Tests/PrivateFileOnTranslatedEntityTest.php
Sets up a Drupal site for running functional and integration tests.
PrivateFileOnTranslatedEntityTest::testPrivateLanguageFile in core/ modules/ file/ src/ Tests/PrivateFileOnTranslatedEntityTest.php
Tests private file fields on translated nodes.
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.
QueryTest::testQueryUI in core/ modules/ views_ui/ src/ Tests/QueryTest.php
Tests query plugins settings.
QuickEditLoadingTest::testConcurrentEdit in core/ modules/ quickedit/ src/ Tests/QuickEditLoadingTest.php
Tests Quick Edit on a node that was concurrently edited on the full node
form.
QuickEditLoadingTest::testImageField in core/ modules/ quickedit/ src/ Tests/QuickEditLoadingTest.php
Tests that Quick Edit can handle an image field.
RearrangeFieldsTest::testRearrangeFields in core/ modules/ views_ui/ src/ Tests/RearrangeFieldsTest.php
Tests field sorting.
RebuildTest::testPreserveFormActionAfterAJAX in core/ modules/ system/ src/ Tests/ Form/RebuildTest.php
Tests that a form's action is retained after an Ajax submission.
RebuildTest::testRebuildPreservesValues in core/ modules/ system/ src/ Tests/ Form/RebuildTest.php
Tests preservation of values.
RedirectTest::testRedirect in core/ modules/ system/ src/ Tests/ Form/RedirectTest.php
Tests form redirection.
RedirectTest::testRedirect in core/ modules/ views_ui/ src/ Tests/RedirectTest.php
Tests the redirecting.
RedirectTest::testRedirectFromErrorPages in core/ modules/ system/ src/ Tests/ Form/RedirectTest.php
Tests form redirection from 404/403 pages with the Block form.
reEnableModuleFieldTest::testReEnabledField in core/ modules/ field/ src/ Tests/reEnableModuleFieldTest.php
Test the behavior of a field module after being disabled and re-enabled.
ResponseTest::testFormResponse in core/ modules/ system/ src/ Tests/ Form/ResponseTest.php
Tests that enforced responses propagate through subscribers and middleware.
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.
RowUITest::testRowUI in core/ modules/ views_ui/ src/ Tests/RowUITest.php
Tests changing the row plugin and changing some options of a row.
RssTest::testTaxonomyRss in core/ modules/ taxonomy/ src/ Tests/RssTest.php
Tests that terms added to nodes are displayed in core RSS feed.
SaveUploadTest::setUp in core/ modules/ file/ src/ Tests/SaveUploadTest.php
Sets up a Drupal site for running functional and integration tests.
SaveUploadTest::testDrupalMovingUploadedFileError in core/ modules/ file/ src/ Tests/SaveUploadTest.php
Tests for log entry on failing destination.
SaveUploadTest::testExistingError in core/ modules/ file/ src/ Tests/SaveUploadTest.php
Test for failure when uploading over a file that already exists.
SaveUploadTest::testExistingRename in core/ modules/ file/ src/ Tests/SaveUploadTest.php
Test renaming when uploading over a file that already exists.
SaveUploadTest::testExistingReplace in core/ modules/ file/ src/ Tests/SaveUploadTest.php
Test replacement when uploading over a file that already exists.
SaveUploadTest::testHandleDangerousFile in core/ modules/ file/ src/ Tests/SaveUploadTest.php
Test dangerous file handling.
SaveUploadTest::testHandleExtension in core/ modules/ file/ src/ Tests/SaveUploadTest.php
Test extension handling.
SaveUploadTest::testHandleFileMunge in core/ modules/ file/ src/ Tests/SaveUploadTest.php
Test file munge handling.
SaveUploadTest::testNormal in core/ modules/ file/ src/ Tests/SaveUploadTest.php
Test the file_save_upload () function.
SaveUploadTest::testNoUpload in core/ modules/ file/ src/ Tests/SaveUploadTest.php
Test for no failures when not uploading a file.
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::setUp in core/ modules/ search/ src/ Tests/SearchCommentCountToggleTest.php
Sets up a Drupal site for running functional and integration tests.
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.
SearchCommentTest::testSearchResultsCommentAccess in core/ modules/ search/ src/ Tests/SearchCommentTest.php
Verify access rules for comment indexing with different permissions.
SearchConfigSettingsFormTest::setUp in core/ modules/ search/ src/ Tests/SearchConfigSettingsFormTest.php
Sets up a Drupal site for running functional and integration tests.
SearchConfigSettingsFormTest::testMultipleSearchPages in core/ modules/ search/ src/ Tests/SearchConfigSettingsFormTest.php
Tests multiple search pages of the same type.
SearchConfigSettingsFormTest::testSearchModuleSettingsPage in core/ modules/ search/ src/ Tests/SearchConfigSettingsFormTest.php
Verifies plugin-supplied settings form.
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.
SearchLanguageTest::testLanguages in core/ modules/ search/ src/ Tests/SearchLanguageTest.php
SearchMultilingualEntityTest::testMultilingualSearch in core/ modules/ search/ src/ Tests/SearchMultilingualEntityTest.php
Tests the indexing throttle and search results with multilingual nodes.
SearchMultilingualTest::testMultilingualSearchFilter in core/ modules/ views/ src/ Tests/SearchMultilingualTest.php
Tests search with multilingual nodes.
SearchNodeDiacriticsTest::testPhraseSearchPunctuation in core/ modules/ search/ src/ Tests/SearchNodeDiacriticsTest.php
Tests that search returns results with diacritics in the search phrase.
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::testNumberSearching in core/ modules/ search/ src/ Tests/SearchNumberMatchingTest.php
Tests that all the numbers can be searched.
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.
SearchPageTextTest::testSearchLabelXSS in core/ modules/ search/ src/ Tests/SearchPageTextTest.php
Tests for XSS in search module local task.
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
SessionAuthenticationTest::testBasicAuthNoSession in core/ modules/ system/ src/ Tests/ Session/SessionAuthenticationTest.php
Tests that a session is not started automatically by basic authentication.
SessionHttpsTest::loginHttp in core/ modules/ system/ src/ Tests/ Session/SessionHttpsTest.php
Log in a user via HTTP.
SessionHttpsTest::loginHttps in core/ modules/ system/ src/ Tests/ Session/SessionHttpsTest.php
Log in a user via HTTPS.
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::testShortcutLinkDelete in core/ modules/ shortcut/ src/ Tests/ShortcutLinksTest.php
Tests deleting a shortcut link.
ShortcutLinksTest::testShortcutLinkRename in core/ modules/ shortcut/ src/ Tests/ShortcutLinksTest.php
Tests that shortcut links can be renamed.
ShortcutSetsTest::testShortcutSetAdd in core/ modules/ shortcut/ src/ Tests/ShortcutSetsTest.php
Tests creating a shortcut set.
ShortcutSetsTest::testShortcutSetDelete in core/ modules/ shortcut/ src/ Tests/ShortcutSetsTest.php
Tests deleting a shortcut set.
ShortcutSetsTest::testShortcutSetEdit in core/ modules/ shortcut/ src/ Tests/ShortcutSetsTest.php
Tests editing a shortcut set.
ShortcutSetsTest::testShortcutSetRename in core/ modules/ shortcut/ src/ Tests/ShortcutSetsTest.php
Tests renaming a shortcut set.
ShortcutSetsTest::testShortcutSetSwitchCreate in core/ modules/ shortcut/ src/ Tests/ShortcutSetsTest.php
Tests switching a user's shortcut set and creating one at the same time.
ShortcutSetsTest::testShortcutSetSwitchNoSetName in core/ modules/ shortcut/ src/ Tests/ShortcutSetsTest.php
Tests switching a user's shortcut set without providing a new set name.
ShortcutSetsTest::testShortcutSetSwitchOwn in core/ modules/ shortcut/ src/ Tests/ShortcutSetsTest.php
Tests switching a user's own shortcut set.
SimpleTestBrowserTest::testInternalBrowser in core/ modules/ simpletest/ src/ Tests/SimpleTestBrowserTest.php
Test the internal browsers functionality.
SimpleTestBrowserTest::testTestingThroughUI in core/ modules/ simpletest/ src/ Tests/SimpleTestBrowserTest.php
Tests that PHPUnit and KernelTestBase tests work through the UI.
SimpleTestTest::testWebTestRunner in core/ modules/ simpletest/ src/ Tests/SimpleTestTest.php
Ensures the tests selected through the web interface are run and displayed.
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.
StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced in core/ modules/ system/ src/ Tests/ Form/StateValuesCleanAdvancedTest.php
Tests \Drupal\Core\Form\FormState::cleanValues ().
StateValuesCleanTest::testFormStateValuesClean in core/ modules/ system/ src/ Tests/ Form/StateValuesCleanTest.php
Tests \Drupal\Core\Form\FormState::cleanValues ().
StatisticsAdminTest::testStatisticsSettings in core/ modules/ statistics/ src/ Tests/StatisticsAdminTest.php
Verifies that the statistics settings page works.
StatisticsLoggingTest::setUp in core/ modules/ statistics/ src/ Tests/StatisticsLoggingTest.php
Sets up a Drupal site for running functional and integration tests.
StorageTest::testCachedFormStorageValidation in core/ modules/ system/ src/ Tests/ Form/StorageTest.php
Tests updating cached form storage during form validation.
StorageTest::testDetails in core/ modules/ views_ui/ src/ Tests/StorageTest.php
Tests changing label, description and tag.
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().
StorageTest::testImmutableForm in core/ modules/ system/ src/ Tests/ Form/StorageTest.php
Verifies that form build-id is regenerated when loading an immutable form
from the cache.
StorageTest::testValidation in core/ modules/ system/ src/ Tests/ Form/StorageTest.php
Tests validation when form storage is used.
StringFieldTest::_testTextfieldWidgets in core/ modules/ field/ src/ Tests/ String/StringFieldTest.php
Helper function for testTextfieldWidgets().
StyleSerializerTest::testFieldRawOutput in core/ modules/ rest/ src/ Tests/ Views/StyleSerializerTest.php
Tests the raw output options for row field rendering.
StyleSerializerTest::testResponseFormatConfiguration in core/ modules/ rest/ src/ Tests/ Views/StyleSerializerTest.php
Tests the response format configuration.
StyleSerializerTest::testSerializerViewsUI in core/ modules/ rest/ src/ Tests/ Views/StyleSerializerTest.php
Tests the views interface for REST export displays.
StyleSerializerTest::testUIFieldAlias in core/ modules/ rest/ src/ Tests/ Views/StyleSerializerTest.php
Test the field ID alias functionality of the DataFieldRow plugin.
StyleTableTest::testWizard in core/ modules/ views_ui/ src/ Tests/StyleTableTest.php
Tests created a table style view.
StyleUITest::testStyleUI in core/ modules/ views_ui/ src/ Tests/StyleUITest.php
Tests changing the style plugin and changing some options of a style.
SyslogTest::testSettings in core/ modules/ syslog/ src/ Tests/SyslogTest.php
Tests the syslog settings page.
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.
TaggedWithTest::testTaggedWithByNodeType in core/ modules/ views/ src/ Tests/ Wizard/TaggedWithTest.php
Tests that the "tagged with" form element only shows for node types that support it.
TaxonomyImageTest::testTaxonomyImageAccess in core/ modules/ taxonomy/ src/ Tests/TaxonomyImageTest.php
TaxonomyIndexTidUiTest::testExposedFilter in core/ modules/ taxonomy/ src/ Tests/ Views/TaxonomyIndexTidUiTest.php
Tests exposed taxonomy filters.
TaxonomyMenuOperations::setUp in modules/ taxonomy_menu/ src/ Tests/TaxonomyMenuOperations.php
Set up for all tests.
TaxonomyMenuOperations::testTaxTermCreate in modules/ taxonomy_menu/ src/ Tests/TaxonomyMenuOperations.php
Test creation of taxonomy term.
TaxonomyMenuOperations::testTaxTermDelete in modules/ taxonomy_menu/ src/ Tests/TaxonomyMenuOperations.php
Test deletion of taxonomy term.
TaxonomyTermIndentationTest::testTermIndentation in core/ modules/ taxonomy/ src/ Tests/TaxonomyTermIndentationTest.php
Tests term indentation.
TaxonomyTermViewTest::testTaxonomyTermView in core/ modules/ taxonomy/ src/ Tests/ Views/TaxonomyTermViewTest.php
Tests that the taxonomy term view is working properly.
TelephoneFieldTest::testTelephoneField in core/ modules/ telephone/ src/ Tests/TelephoneFieldTest.php
Helper function for testTelephoneField().
TermIndexTest::testTaxonomyIndex in core/ modules/ taxonomy/ src/ Tests/TermIndexTest.php
Tests that the taxonomy index is maintained properly.
TermLanguageTest::testDefaultTermLanguage in core/ modules/ taxonomy/ src/ Tests/TermLanguageTest.php
TermLanguageTest::testTermLanguage in core/ modules/ taxonomy/ src/ Tests/TermLanguageTest.php
TermTest::testNodeTermCreationAndDeletion in core/ modules/ taxonomy/ src/ Tests/TermTest.php
Test term creation with a free-tagging vocabulary from the node form.
TermTest::testReSavingTags in core/ modules/ taxonomy/ src/ Tests/TermTest.php
Tests that editing and saving a node with no changes works correctly.
TermTest::testTaxonomyNode in core/ modules/ taxonomy/ src/ Tests/TermTest.php
Test that hook_node_$op implementations work correctly.
TermTest::testTaxonomyTermHierarchy in core/ modules/ taxonomy/ src/ Tests/TermTest.php
Test terms in a single and multiple hierarchy.
TermTest::testTermInterface in core/ modules/ taxonomy/ src/ Tests/TermTest.php
Save, edit and delete a term using the user interface.
TermTest::testTermMultipleParentsInterface in core/ modules/ taxonomy/ src/ Tests/TermTest.php
Test saving a term with multiple parents through the UI.
TermTest::testTermReorder in core/ modules/ taxonomy/ src/ Tests/TermTest.php
Save, edit and delete a term using the user interface.
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().
ThemeTest::testAdministrationTheme in core/ modules/ system/ src/ Tests/ System/ThemeTest.php
Test the administration theme functionality.
ThemeTest::testThemeSettings in core/ modules/ system/ src/ Tests/ System/ThemeTest.php
Test the theme settings form.
ThemeTest::testUninstallingThemes in core/ modules/ system/ src/ Tests/ System/ThemeTest.php
Test uninstalling of themes works.
TokenReplaceTest::testTaxonomyTokenReplacement in core/ modules/ taxonomy/ src/ Tests/TokenReplaceTest.php
Creates some terms and a node, then tests the tokens generated from them.
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::testModuleStatusChangeSubtreesHashCacheClear in core/ modules/ toolbar/ src/ Tests/ToolbarAdminMenuTest.php
Tests the toolbar_modules_installed() and toolbar_modules_uninstalled() hook
implementations.
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.
TrackerTest::testTrackerAdminUnpublish in core/ modules/ tracker/ src/ Tests/TrackerTest.php
Tests that publish/unpublish works at admin/content/node.
TrackerTest::testTrackerCronIndexing in core/ modules/ tracker/ src/ Tests/TrackerTest.php
Tests that existing nodes are indexed by cron.
TrackerTest::testTrackerHistoryMetadata in core/ modules/ tracker/ src/ Tests/TrackerTest.php
Tests the metadata for the "new"/"updated" indicators.
TrackerTest::testTrackerOrderingNewComments in core/ modules/ tracker/ src/ Tests/TrackerTest.php
Tests for ordering on a users tracker listing when comments are posted.
TrackerTest::testTrackerUser in core/ modules/ tracker/ src/ Tests/TrackerTest.php
Tests for the presence of nodes on a user's tracker listing.
TranslationWebTest::testFieldFormTranslationRevisions in core/ modules/ field/ src/ Tests/TranslationWebTest.php
Tests field translations when creating a new revision.
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.
TwigTransTest::installLanguages in core/ modules/ system/ src/ Tests/ Theme/TwigTransTest.php
Helper function: install languages.
UITestBase::randomView in core/ modules/ views_ui/ src/ Tests/UITestBase.php
A helper method which creates a random view.
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.
UpdateFeedItemTest::testUpdateFeedItem in core/ modules/ aggregator/ src/ Tests/UpdateFeedItemTest.php
Tests running "update items" from 'admin/config/services/aggregator' page.
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.
UpdatePathTestBaseFilledTest::testUpdatedSite in core/ modules/ system/ src/ Tests/ Update/UpdatePathTestBaseFilledTest.php
Tests that the content and configuration were properly updated.
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.
UrlTest::testFormUrl in core/ modules/ system/ src/ Tests/ Form/UrlTest.php
Tests that #type 'url' fields are properly validated and trimmed.
UserAccountLinksTest::testDisabledAccountLink in core/ modules/ user/ src/ Tests/UserAccountLinksTest.php
Tests disabling the 'My account' link.
UserAdminLanguageTest::addCustomLanguage in core/ modules/ user/ src/ Tests/UserAdminLanguageTest.php
Helper method for adding a custom language.
UserAdminLanguageTest::setLanguageNegotiation in core/ modules/ user/ src/ Tests/UserAdminLanguageTest.php
Sets the User interface negotiation detection method.
UserAdminLanguageTest::testActualNegotiation in core/ modules/ user/ src/ Tests/UserAdminLanguageTest.php
Tests the actual language negotiation.
UserAdminTest::testNotificationEmailAddress in core/ modules/ user/ src/ Tests/UserAdminTest.php
Tests the alternate notification email address for user mails.
UserAdminTest::testUserAdmin in core/ modules/ user/ src/ Tests/UserAdminTest.php
Registers a user and deletes it.
UserBlocksTest::testUserLoginBlock in core/ modules/ user/ src/ Tests/UserBlocksTest.php
Test the user login 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::testUserCancelChangePermission in core/ modules/ user/ src/ Tests/UserCancelTest.php
Test ability to change the permission for canceling users.
UserCancelTest::testUserCancelInvalid in core/ modules/ user/ src/ Tests/UserCancelTest.php
Attempt invalid account cancellations.
UserCancelTest::testUserCancelUid1 in core/ modules/ user/ src/ Tests/UserCancelTest.php
Tests that user account for uid 1 cannot be cancelled.
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.
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.
UserEditedOwnAccountTest::testUserEditedOwnAccount in core/ modules/ user/ src/ Tests/UserEditedOwnAccountTest.php
UserEditTest::testUserEdit in core/ modules/ user/ src/ Tests/UserEditTest.php
Test user edit page.
UserEditTest::testUserWith0Password in core/ modules/ user/ src/ Tests/UserEditTest.php
Tests setting the password to "0".
UserEditTest::testUserWithoutEmailEdit in core/ modules/ user/ src/ Tests/UserEditTest.php
Tests editing of a user account without an email address.
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.
UserLoginTest::testLoginCacheTagsAndDestination in core/ modules/ user/ src/ Tests/UserLoginTest.php
Tests login with destination.
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.
UserPasswordResetTest::testUserResetPasswordTextboxFilled in core/ modules/ user/ src/ Tests/UserPasswordResetTest.php
Prefill the text box on incorrect login via link to password reset page.
UserPermissionsTest::testAdministratorRole in core/ modules/ user/ src/ Tests/UserPermissionsTest.php
Test assigning of permissions for the administrator role.
UserPermissionsTest::testUserPermissionChanges in core/ modules/ user/ src/ Tests/UserPermissionsTest.php
Test changing user permissions through the permissions page.
UserPictureTest::saveUserPicture in core/ modules/ user/ src/ Tests/UserPictureTest.php
Edits the user picture for the test user.
UserPictureTest::testCreateDeletePicture in core/ modules/ user/ src/ Tests/UserPictureTest.php
Tests creation, display, and deletion of user pictures.
UserPictureTest::testPictureOnNodeComment in core/ modules/ user/ src/ Tests/UserPictureTest.php
Tests embedded users on node pages.
UserRegistrationTest::testRegistrationDefaultValues in core/ modules/ user/ src/ Tests/UserRegistrationTest.php
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.
UserRegistrationTest::testUniqueFields in core/ modules/ user/ src/ Tests/UserRegistrationTest.php
Tests username and email field constraints on user registration.
UserRegistrationTest::testUuidFormState in core/ modules/ user/ src/ Tests/UserRegistrationTest.php
Tests that UUID isn't cached in form state on register form.
UserRoleAdminTest::testRoleAdministration in core/ modules/ user/ src/ Tests/UserRoleAdminTest.php
Test adding, renaming and deleting roles.
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::testPatternValidation in core/ modules/ system/ src/ Tests/ Form/ValidationTest.php
Tests #pattern validation.
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::testDeleteLink in core/ modules/ views_ui/ src/ Tests/ViewEditTest.php
Tests the delete link on a views UI.
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.
ViewEditTest::testRelationRepresentativeNode in core/ modules/ views_ui/ src/ Tests/ViewEditTest.php
Tests Representative Node for a Taxonomy Term.
ViewsUITourTest::testViewsUiTourTips in core/ modules/ views_ui/ src/ Tests/ViewsUITourTest.php
Tests views_ui tour tip availability.
ViewsUITourTest::testViewsUiTourTipsTranslated in core/ modules/ views_ui/ src/ Tests/ViewsUITourTest.php
Tests views_ui tour tip availability in a different language.
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms in core/ modules/ taxonomy/ src/ Tests/VocabularyLanguageTest.php
Tests term language settings for vocabulary terms are saved and updated.
VocabularyLanguageTest::testVocabularyLanguage in core/ modules/ taxonomy/ src/ Tests/VocabularyLanguageTest.php
Tests language settings for vocabularies.
VocabularyPermissionsTest::testVocabularyPermissionsTaxonomyTerm in core/ modules/ taxonomy/ src/ Tests/VocabularyPermissionsTest.php
Create, edit and delete a taxonomy term via the user interface.
VocabularyTranslationTest::testVocabularyLanguage in core/ modules/ taxonomy/ src/ Tests/VocabularyTranslationTest.php
Tests language settings for vocabularies.
VocabularyUiTest::testTaxonomyAdminChangingWeights in core/ modules/ taxonomy/ src/ Tests/VocabularyUiTest.php
Changing weights on the vocabulary overview with two or more vocabularies.
VocabularyUiTest::testTaxonomyAdminDeletingVocabulary in core/ modules/ taxonomy/ src/ Tests/VocabularyUiTest.php
Deleting a vocabulary.
VocabularyUiTest::testVocabularyInterface in core/ modules/ taxonomy/ src/ Tests/VocabularyUiTest.php
Create, edit and delete a vocabulary via the user interface.
WebTestBase::drupalLogin in core/ modules/ simpletest/ src/WebTestBase.php
Log in a user with the internal browser.
WebTestBase::drupalPostAjaxForm in core/ modules/ simpletest/ src/WebTestBase.php
Executes an Ajax form submission.
WizardTest::testCommentWizard in core/ modules/ comment/ src/ Tests/ Views/WizardTest.php
Tests adding a view of comments.
WizardTest::testWizardFieldLength in core/ modules/ views_ui/ src/ Tests/WizardTest.php
Tests filling in the wizard with really long strings.