AccessDeniedTestCase::testAccessDenied in core/modules/system/tests/system.test
ActionExampleTestCase::testActionExample in modules/examples/action_example/tests/action_example.test
Test Action Example.
AJAXElementValidation::testAJAXElementValidation in core/modules/simpletest/tests/ajax.test
Try to post an Ajax change to a form that has a validated element.
BackdropErrorHandlerUnitTest::testExceptionHandler in core/modules/simpletest/tests/error.test
Test the exception handler.
BackdropSetMessageTest::testSetRemoveMessages in core/modules/system/tests/system.test
Tests setting messages and removing one before it is displayed.
BatchExampleTestCase::testBatchExampleBasic in modules/examples/batch_example/tests/batch_example.test
Login user, create 30 nodes and test both batch examples.
BatchProcessingTestCase::testBatchForm in core/modules/simpletest/tests/batch.test
Test batches defined in a form submit handler.
BatchProcessingTestCase::testBatchFormMultipleBatches in core/modules/simpletest/tests/batch.test
Test batches defined in different submit handlers on the same form.
BatchProcessingTestCase::testBatchFormMultistep in core/modules/simpletest/tests/batch.test
Test batches defined in a multistep form.
BatchProcessingTestCase::testBatchFormProgrammatic in core/modules/simpletest/tests/batch.test
Test batches defined in a programmatically submitted form.
BatchProcessingTestCase::testBatchLargePercentage in core/modules/simpletest/tests/batch.test
Test batches that return $context['finished'] > 1 do in fact complete. See http://drupal.org/node/600836
BatchProcessingTestCase::testBatchNoForm in core/modules/simpletest/tests/batch.test
Test batches triggered outside of form submission.
BlockExampleTestCase::testBlockExampleBasic in modules/examples/block_example/tests/block_example.test
Functional test for our block example.
BlockTestCase::testBlockHooks in core/modules/block/tests/block.test
Tests the various block hooks get called when needed.
BlockTestCase::testCustomBlock in core/modules/block/tests/block.test
Test creating custom block, editing, and then deleting it.
BlockTranslationTestCase::testTranslateCustomBlock in core/modules/block/tests/block.translation.test
Test creating custom block, translate it, and then deleting it.
BookTestCase::testBookNavigationBlock in core/modules/book/tests/book.test
Tests the functionality of the book navigation block.
BookTestCase::testNavigationBlockOnAccessModuleEnabled in core/modules/book/tests/book.test
Tests the book navigation block when an access module is enabled.
BootstrapPageCacheTestCase::testPageCache in core/modules/simpletest/tests/bootstrap.test
Test cache headers.
BootstrapVariableTestCase::testVariable in core/modules/simpletest/tests/bootstrap.test
testVariable
CacheExampleTestCase::testCacheExampleBasic in modules/examples/cache_example/tests/cache_example.test
Functional tests for cache_example.
ColorTestCase::testValidColor in core/modules/color/tests/color.test
Tests whether the provided color is valid.
CommentAnonymous::testAnonymous in core/modules/comment/tests/comment.test
Tests anonymous comment functionality.
CommentApprovalTest::testApprovalAdminInterface in core/modules/comment/tests/comment.test
Test comment approval functionality through admin/content/comment.
CommentApprovalTest::testApprovalNodeInterface in core/modules/comment/tests/comment.test
Tests comment approval functionality through the node interface.
CommentBlockFunctionalTest::testRecentCommentBlock in core/modules/comment/tests/comment.test
Tests the recent comments block.
CommentFieldsTest::testCommentEmptyNonRequiredBody in core/modules/comment/tests/comment.test
Tests trying to save a comment with an empty, NON-required body.
CommentHelperCase::deleteComment in core/modules/comment/tests/comment.test
Deletes a comment.
CommentHelperCase::performCommentOperation in core/modules/comment/tests/comment.test
Performs the specified operation on the specified comment.
CommentHelperCase::postComment in core/modules/comment/tests/comment.test
Posts a comment.
CommentInterfaceTest::assertCommentLinks in core/modules/comment/tests/comment.test
Asserts that comment links appear according to the passed environment.
CommentInterfaceTest::testCommentInterface in core/modules/comment/tests/comment.test
Tests the comment interface.
CommentNodeAccessTest::testThreadedCommentView in core/modules/comment/tests/comment.test
Test that threaded comments can be viewed.
CommentPreviewTest::testCommentEditPreviewSave in core/modules/comment/tests/comment.test
Tests comment edit, preview, and save.
CommentPreviewTest::testCommentPreview in core/modules/comment/tests/comment.test
Tests comment preview.
CommonBackdropGotoTestCase::testBackdropGetDestination in core/modules/simpletest/tests/common.test
Test backdrop_get_destination().
CommonBackdropGotoTestCase::testBackdropGoto in core/modules/simpletest/tests/common.test
Test backdrop_goto().
CommonFormatDateTestCase::testAdminDefinedFormatDate in core/modules/simpletest/tests/common.test
Test admin-defined formats in format_date().
CommonURLWebTestCase::testInternalPathMimicsExternal in core/modules/simpletest/tests/common.test
Tests the url() function on internal paths which mimic external URLs.
ConfigurationSyncTest::testSync in core/modules/config/tests/config.test
Tests that hook_config_create() is run during config sync.
ConfigurationUITest::testClearStagingDirectory in core/modules/config/tests/config.test
Test skipping the clearing of the staging directory after import.
ConfigurationUITest::testConfigOrderChange in core/modules/config/tests/config.test
Test comparing configs whose elements are in different order.
ConfigurationUITest::testFullImportValidation in core/modules/config/tests/config.test
Test full import validation.
ConfigurationUITest::testImport in core/modules/config/tests/config.test
Tests importing configuration.
ContactPersonalTestCase::testPersonalContactAccess in core/modules/contact/tests/contact.test
Tests access to the personal contact form.
ContactPersonalTestCase::testPersonalContactFlood in core/modules/contact/tests/contact.test
Tests the personal contact form flood protection.
ContactSitewideTestCase::testSiteWideContact in core/modules/contact/tests/contact.test
Tests configuration options and the site-wide contact form.
CronExampleTestCase::testCronExampleBasic in modules/examples/cron_example/tests/cron_example.test
Test running cron through the user interface.
CronRunTestCase::testAutomaticCron in core/modules/system/tests/system.test
Ensure that the automatic cron run feature is working.
CustomLogoTestCase::testCustomLogo in core/modules/system/tests/system.test
Test the use of a custom logo.
DashboardTest::testDashboardLayout in core/modules/dashboard/tests/dashboard.test
Test the dashboard layout.
DateFieldBasic::deleteDateField in core/modules/date/tests/date_field.test
Remove a Date field though the UI.
DateFieldBasic::setUp in core/modules/date/tests/date_field.test
Sets up a Backdrop site for running functional and integration tests.
DateFieldTestCase::dateForm in core/modules/date/tests/date_field.test
Tests that date field functions properly on the node form.
DateTimeFunctionalTest::testDateFormatConfiguration in core/modules/system/tests/system.test
Test date format configuration.
DateTimeFunctionalTest::testTimeZoneHandling in core/modules/system/tests/system.test
Test time zones and DST handling.
DateTimezoneTestCase::dateForm in core/modules/date/tests/date_timezone.test
Utility function to validate the node form displays date fields correctly.
DateTimezoneTestCase::dateMultiValueForm in core/modules/date/tests/date_timezone.test
Tests the submission of a date field's widget form when using unlimited cardinality
DateUITestCase::dateForm in core/modules/date/tests/date.test
DateUITestCase::testFieldUI in core/modules/date/tests/date.test
DateValidationTestCase::checkGranularity in core/modules/date/tests/date_validation.test
Confirms that fields missing the time granularity are accepted.
DateValidationTestCase::malFormedDate in core/modules/date/tests/date_validation.test
Attempt to create a node with a malformed date and ensure it fails.
DateViewsTestCase::testDateViewsPagerPlugin in core/modules/date/tests/date_views.test
Test the date views pager plugin.
DBLogTestCase::doNode in core/modules/dblog/tests/dblog.test
Generates and then verifies some node events.
DBLogTestCase::doUser in core/modules/dblog/tests/dblog.test
Generates and then verifies some user events.
DBLogTestCase::testDBLogCorrupted in core/modules/dblog/tests/dblog.test
Tests corrupted log entries can still display available data.
DBLogTestCase::testFilter in core/modules/dblog/tests/dblog.test
Tests the database log filter functionality at admin/reports/dblog.
DBLogTestCase::verifyReports in core/modules/dblog/tests/dblog.test
Confirms that database log reports are displayed at the correct paths.
DeprecatedRedirectPageCase::testRedirects in core/modules/system/tests/system.test
Tests redirecting from a old menu paths to new menu paths.
EmailExampleTestCase::testContactForm in modules/examples/email_example/tests/email_example.test
Verify the functionality of the example module.
EmailFieldTestCase::testEmailField in core/modules/email/tests/email.test
Tests email field.
EnableDisableTestCase::assertSuccessfulDisableAndUninstall in core/modules/system/tests/system.test
Disables and uninstalls a module and asserts that it was done correctly.
EnableDisableTestCase::testEnableDisable in core/modules/system/tests/system.test
Test that all core modules can be enabled, disabled and uninstalled.
EntityAPITestCase::testEntityView in core/modules/entity/tests/entity.test
Tests basic View functionality of the Entity API.
EntityExampleTestCase::testEntityExampleBasic in modules/examples/entity_example/tests/entity_example.test
Test Entity Example features.
EntityFieldQueryTestCase::testEntityFieldQueryAccess in core/modules/entity/tests/entity_query.test
Tests EntityFieldQuery access on non-node entities.
EntityReferenceFieldTestCase::testShowLinksSetting in core/modules/entityreference/tests/entityreference.field.test
Tests the "Show links" setting for the field formatter "Rendered entity".
EntityReferenceFormTestCase::testAutocompleteValidationWithGenericSelectionHandler in core/modules/entityreference/tests/entityreference.form.test
Test that the Generic autocomplete widget validates the value properly.
EntityReferenceFormTestCase::testAutocompleteValidationWithViewsSelectionHandler in core/modules/entityreference/tests/entityreference.form.test
Test that the Views autocomplete widget validates the value properly.
FieldBlockTestCase::testFieldBlock in core/modules/field/tests/field.test
Check special conditions around the main content block.
FieldDisplayAPITestCase::testFieldViewField in core/modules/field/tests/field.test
Test the field_view_field() function.
FieldDisplayAPITestCase::testFieldViewValue in core/modules/field/tests/field.test
Test the field_view_value() function.
FieldExampleTest::createField in modules/examples/field_example/tests/field_example.test
Utility function to create fields on a content type.
FieldExampleTest::testExampleFieldBasic in modules/examples/field_example/tests/field_example.test
Test basic functionality of the example field.
FieldFormTestCase::testFieldFormUnlimitedRequired in core/modules/field/tests/field.test
Tests the position of the "required" symbol and the validation error text.
FieldTestPermissionsExample::testFieldnoteEditPerms in modules/examples/field_permission_example/tests/field_permission_example.test
Test edit permissions.
FieldUIAlterTestCase::testDefaultWidgetPropertiesAlter in core/modules/field_ui/tests/field_ui.test
Tests hook_field_widget_properties_alter() on the default field widget.
FieldUIManageDisplayTestCase::testFormatterUI in core/modules/field_ui/tests/field_ui.test
Tests formatter settings.
FieldUIManageFieldsTestCase::manageFieldsPage in core/modules/field_ui/tests/field_ui.test
Tests the manage fields page.
FieldUIManageFieldsTestCase::testCardinalitySettings in core/modules/field_ui/tests/field_ui.test
Tests the cardinality settings of a field.
FieldUIManageFieldsTestCase::testDefaultValue in core/modules/field_ui/tests/field_ui.test
Tests that default value is correctly validated and saved.
FieldUIManageFieldsTestCase::testDuplicateFieldName in core/modules/field_ui/tests/field_ui.test
Tests that a duplicate field name is caught by validation.
FieldUIManageFieldsTestCase::updateField in core/modules/field_ui/tests/field_ui.test
Tests editing an existing field.
FieldUIViewModeFunctionalTest::testFieldUIViewModes in core/modules/field_ui/tests/field_ui.test
Tests display mode functionality.
FileAdminTestCase::testFileAdminPages in core/modules/file/tests/file.test
Tests file overview with different user permissions.
FileEditTestCase::testFileEdit in core/modules/file/tests/file.test
Check file edit functionality.
FileExampleTest::testFileExampleBasic in modules/examples/file_example/tests/file_example.test
Test the basic File Example UI.
FileFieldAnonymousSubmission::testAnonymousNode in core/modules/file/tests/file.test
Tests the basic node submission for an anonymous visitor.
FileFieldAnonymousSubmission::testAnonymousNodeWithFile in core/modules/file/tests/file.test
Tests file submission for an anonymous visitor.
FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle in core/modules/file/tests/file.test
Helper method to test file submissions with missing node titles.
FileManagedFileElementTestCase::testManagedFile in core/modules/file/tests/file.test
Tests the managed_file element type.
FileReplaceTestCase::testReplaceFile in core/modules/file/tests/file.test
@todo Test image dimensions for an image field are reset when a file is replaced. @todo Test image styles are cleared when an image is updated.
FileTypeTestCase::testTypesCrudUi in core/modules/file/tests/file.test
Test file types CRUD UI.
FileUploadTransliterationTest::testTransliteration in core/modules/simpletest/tests/file.test
FileUploadWizardTestCase::testFileUploadWizardStepSkipping in core/modules/file/tests/file.test
Test skipping each of the file upload wizard steps.
FilterAdminTestCase::testFilterAdmin in core/modules/filter/tests/filter.test
Tests filter administration functionality.
FilterAdminTestCase::testFormatAdmin in core/modules/filter/tests/filter.test
Tests the format administration functionality.
FilterFormatAccessTestCase::testFormatWidgetPermissions in core/modules/filter/tests/filter.test
Tests editing a page using a disallowed text format.
FilterHooksTestCase::testFilterHooks in core/modules/filter/tests/filter.test
Tests hooks on format management.
FilterSecurityTestCase::testDisableFilterModule in core/modules/filter/tests/filter.test
Tests removal of filtered content when an active filter is disabled.
FormExampleTestCase::testElementExample in modules/examples/form_example/tests/form_example.test
Test the element_example form for correct behavior.
FormExampleTestCase::testTutorials in modules/examples/form_example/tests/form_example.test
Test each tutorial.
FormExampleTestCase::testWizard in modules/examples/form_example/tests/form_example.test
Test Wizard tutorial.
FormsArbitraryRebuildTestCase::testUserRegistrationMultipleField in core/modules/simpletest/tests/form.test
Tests a rebuild caused by a multiple value field.
FormsArbitraryRebuildTestCase::testUserRegistrationRebuild in core/modules/simpletest/tests/form.test
Tests a basic rebuild with the user registration form.
FormsElementsTableSelectFunctionalTest::testEmptyText in core/modules/simpletest/tests/form.test
Test the display of the #empty text when #options is an empty array.
FormsElementsTableSelectFunctionalTest::testMultipleFalseSubmit in core/modules/simpletest/tests/form.test
Test submission of values when #multiple is FALSE.
FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit in core/modules/simpletest/tests/form.test
Test the submission of single and multiple values when #multiple is TRUE.
FormsFileInclusionTestCase::testLoadCustomInclude in core/modules/simpletest/tests/form.test
Tests loading a custom specified include.
FormsFileInclusionTestCase::testLoadMenuInclude in core/modules/simpletest/tests/form.test
Tests loading an include specified in hook_menu().
FormsFormStoragePageCacheTestCase::testRebuildFormStorageOnCachedPage in core/modules/simpletest/tests/form.test
Build-id is regenerated when rebuilding cached form.
FormsFormStoragePageCacheTestCase::testValidateFormStorageOnCachedPage in core/modules/simpletest/tests/form.test
Build-id is regenerated when validating cached form.
FormsFormStorageTestCase::testCachedFormStorageValidation in core/modules/simpletest/tests/form.test
Tests updating cached form storage during form validation.
FormsFormStorageTestCase::testForm in core/modules/simpletest/tests/form.test
Tests using the form in a usual way.
FormsFormStorageTestCase::testFormCached in core/modules/simpletest/tests/form.test
Tests using the form with an activated $form_state['cache'] property.
FormsFormStorageTestCase::testFormStatePersist in core/modules/simpletest/tests/form.test
Tests a form using form state without using 'storage' to pass data from the constructor to a submit handler. The data has to persist even when caching gets activated, what may happen when a modules alter the form and adds #ajax properties.
FormsFormWrapperTestCase::testWrapperCallback in core/modules/simpletest/tests/form.test
Tests using the form in a usual way.
FormsRebuildTestCase::testPreserveFormActionAfterAJAX in core/modules/simpletest/tests/form.test
Tests that a form's action is retained after an Ajax submission.
FormsTestCase::testSelect in core/modules/simpletest/tests/form.test
Tests validation of #type 'select' elements.
FormsTriggeringElementTestCase::testAttemptAccessControlBypass in core/modules/simpletest/tests/form.test
Test that $form_state['triggering_element'] does not get set to a button with #access=FALSE.
FormsTriggeringElementTestCase::testNoButtonInfoInPost in core/modules/simpletest/tests/form.test
Test the determination of $form_state['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.
FormValidationTestCase::testCustomRequiredMessage in core/modules/simpletest/tests/form.test
Tests #required with custom validation errors.
FormValidationTestCase::testDisabledToken in core/modules/simpletest/tests/form.test
Tests that a form with a disabled CSRF token can be validated.
FormValidationTestCase::testValidate in core/modules/simpletest/tests/form.test
Tests form alterations by #element_validate, #validate, and form_set_value().
FormValidationTestCase::testValidateLimitErrors in core/modules/simpletest/tests/form.test
Tests partial form validation through #limit_validation_errors.
FrontPageTestCase::testBackdropIsFrontPage in core/modules/system/tests/system.test
Test home page functionality.
GenericFieldTest::formCreateField in modules/examples/field_permission_example/tests/field_permission_example.test
Create a field using the content type management form.
GenericFieldTest::formTestGenericFieldNodeAddDeleteForm in modules/examples/field_permission_example/tests/field_permission_example.test
Add and delete all field types through Form API.
HookRequirementsTestCase::testHookRequirementsFailure in core/modules/system/tests/system.test
Assert that a module cannot be installed if it fails hook_requirements().
ImageAdminStylesUnitTest::testDefaultStyle in core/modules/image/tests/image.test
Test to override, edit, then revert a style.
ImageAdminStylesUnitTest::testStyleReplacement in core/modules/image/tests/image.test
Test deleting a style and choosing a replacement style.
ImageExampleTestCase::testImageExample in modules/examples/image_example/tests/image_example.test
Test implementations of image API hooks.
ImageExampleTestCase::testImageExamplePage in modules/examples/image_example/tests/image_example.test
Tests for image block provided by module.
ImageFieldDisplayTestCase::testImageFieldSettings in core/modules/image/tests/image.test
Tests for image field settings.
ImageFieldValidateTestCase::testDimensions in core/modules/image/tests/image.test
Test min/max resolution settings.
ImageFieldValidateTestCase::testHeightDimensions in core/modules/image/tests/image.test
Test single height resolution setting.
ImageFieldValidateTestCase::testOrientation in core/modules/image/tests/image.test
Test image rotation resulting from EXIF data. Requires a special test image, file rotate90cw.jpg.
ImageFieldValidateTestCase::testRequiredAlt in core/modules/image/tests/image.test
Test required alt setting.
ImageFieldValidateTestCase::testTypeSupport in core/modules/image/tests/image.test
Test for supported image types.
ImageFieldValidateTestCase::testWidthDimensions in core/modules/image/tests/image.test
Test single width resolution setting.
ImageStyleTokenTests::testTokens in core/modules/image/tests/token.test
Test that the image style tokens exist.
InstallerBrowserAdministrationTestCase::testProjectBrowserAddRemoveQueue in core/modules/installer/tests/installer.test
InstallerBrowserAdministrationTestCase::testProjectBrowserInstallPage in core/modules/installer/tests/installer.test
InstallerBrowserAdministrationTestCase::testProjectBrowserProjects in core/modules/installer/tests/installer.test
InstallerBrowserAdministrationTestCase::testProjectBrowserSearch in core/modules/installer/tests/installer.test
InstallerTestUploadCase::testUploadModule in core/modules/installer/tests/installer.test
Tests upload and extraction of a module.
LanguageListTest::testLanguageList in core/modules/language/tests/language.test
Functional tests for adding, configuring, and deleting languages.
LanguageUpgradePathTestCase::testLanguageUpgrade in core/modules/simpletest/tests/upgrade/upgrade.language.test
Tests a successful upgrade.
LayoutBlockTest::testCustomTextBlocks in core/modules/layout/tests/layout.test
Test Custom Text blocks.
LayoutBlockTest::testHeroBlocks in core/modules/layout/tests/layout.test
Test Hero blocks.
LayoutDeletionTest::testLayoutDeletion in core/modules/layout/tests/layout.test
Tests that layouts that have special roles issue warning messages upon attempted deletion.
LayoutFlexibleTemplateTest::testLayoutFlexibleTemplates in core/modules/layout/tests/layout.test
Test that layout templates may be enabled and disabled.
LayoutHookTestCase::testLayoutHooks in core/modules/layout/tests/layout.test
Tests hook invocations for operations on layouts.
LayoutInterfaceTest::testBlockBasics in core/modules/layout/tests/layout.test
Add and remove blocks from a custom layout path.
LayoutInterfaceTest::testBlockEntityIDConditions in core/modules/layout/tests/layout.test
Test block entity ID conditions.
LayoutInterfaceTest::testBlockPathTypeConditions in core/modules/layout/tests/layout.test
Test block path and type conditions.
LayoutInterfaceTest::testBlockUninstall in core/modules/layout/tests/layout.test
Tests layout_modules_uninstalled().
LayoutInterfaceTest::testBlockUserCompareConditions in core/modules/layout/tests/layout.test
Tests user account comparison condition.
LayoutInterfaceTest::testContexts in core/modules/layout/tests/layout.test
Test the support for contexts within conditions and blocks.
LayoutInterfaceTest::testCurrentUser in core/modules/layout/tests/layout.test
Tests current user custom field block
LayoutInterfaceTest::testLayoutTemplates in core/modules/layout/tests/layout.test
Test that layout templates may be enabled and disabled.
LayoutInterfaceTest::testMainContentBlock in core/modules/layout/tests/layout.test
Check special conditions around the main content block.
LayoutInterfaceTest::testOverriddenPaths in core/modules/layout/tests/layout.test
Test the overriding of paths.
LayoutInterfaceTest::testRelationships in core/modules/layout/tests/layout.test
Test the support for contexts within conditions and blocks.
LayoutInterfaceTest::testTaxonomyContext in core/modules/layout/tests/layout.test
Tests Taxonomy contexts within layouts.
LayoutRendererTest::testRendererSelection in core/modules/layout/tests/layout.test
Test that the correct renderer is used
LinkAttributeCrudTest::createNodeForTesting in core/modules/link/tests/link.attribute.test
LinkAttributeCrudTest::testFormatters in core/modules/link/tests/link.attribute.test
Test the link_plain formatter and it's output.
ListFieldDisplayTestCase::testListDisplayFormatterBoolean in core/modules/field/modules/list/tests/list.test
List (boolean) : test 'On/Off' values input.
ListFieldUITestCase::assertAllowedValuesInput in core/modules/field/modules/list/tests/list.test
Tests a string input for the 'allowed values' form element.
ListFieldUITestCase::testListAllowedValuesBoolean in core/modules/field/modules/list/tests/list.test
List (boolean) : test 'On/Off' values input.
LocaleConfigurationTest::testLanguageConfiguration in core/modules/locale/tests/locale.test
Functional tests for adding, editing and deleting languages.
LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in core/modules/locale/tests/locale.test
Test if a content type can be set to multilingual and language is present.
LocaleDateFormatsFunctionalTest::testLocalizeDateFormats in core/modules/locale/tests/locale.test
Functional tests for localizing date formats.
LocaleImportFunctionalTest::testAutomaticModuleTranslationImportLanguageEnable in core/modules/locale/tests/locale.test
Test automatic import of a module's translation files.
LocaleImportFunctionalTest::testEmptyMsgstr in core/modules/locale/tests/locale.test
Test empty msgstr at end of .po file see #611786.
LocaleImportFunctionalTest::testStandalonePoFile in core/modules/locale/tests/locale.test
Test import of standalone .po files.
LocaleLanguageSwitchingFunctionalTest::testLanguageBlock in core/modules/locale/tests/locale.test
Functional tests for the language switcher block.
LocalePathFunctionalTest::testPathLanguageConfiguration in core/modules/locale/tests/locale.test
Test if a language can be associated with a URL alias.
LocaleTranslationFunctionalTest::testStringSearch in core/modules/locale/tests/locale.test
Tests translation search form.
LocaleTranslationFunctionalTest::testStringTranslation in core/modules/locale/tests/locale.test
Adds a language and tests string translation by users with the appropriate permissions.
LocaleUILanguageNegotiationTest::runTest in core/modules/locale/tests/locale.test
LocaleUserCreationTest::testLocalUserCreation in core/modules/locale/tests/locale.test
Functional test for language handling during user creation.
LocaleUserLanguageFunctionalTest::testUserLanguageConfiguration in core/modules/locale/tests/locale.test
Test if user can change their default language.
LockFunctionalTest::testLockAcquire in core/modules/simpletest/tests/lock.test
Confirm that we can acquire and release locks in two parallel requests.
MenuBlockTestCase::addMenuLink in core/modules/system/tests/system.test
Add a menu link using the menu module UI.
MenuExampleTestCase::testMenuExample in modules/examples/menu_example/tests/menu_example.test
Test the various menus.
MenuNodeTestCase::testMenuNodeFormWidget in core/modules/menu/tests/menu.test
Test creating, editing, deleting menu links via node form widget.
MenuRouterTestCase::testHookCustomTheme in core/modules/simpletest/tests/menu.test
Test that hook_custom_theme() can control the theme of a page.
MenuRouterTestCase::testMenuCallbacks in core/modules/simpletest/tests/menu.test
Tests title and theme callbacks in hook_menu().
MenuRouterTestCase::testThemeCallbackHookCustomTheme in core/modules/simpletest/tests/menu.test
Test that the theme callback wins out over hook_custom_theme().
MenuTestCase::addCustomMenu in core/modules/menu/tests/menu.test
Add custom menu.
MenuTestCase::addMenuLink in core/modules/menu/tests/menu.test
Add a menu link using the menu module UI.
MenuTestCase::modifyMenuLink in core/modules/menu/tests/menu.test
Modify a menu link using the menu module UI.
MenuTestCase::resetMenuLink in core/modules/menu/tests/menu.test
Reset a standard menu link using the menu module UI.
MenuTestCase::toggleMenuLink in core/modules/menu/tests/menu.test
Alternately disable and enable a menu link.
MenuTestCase::verifyAccess in core/modules/menu/tests/menu.test
Verify the logged in user has the desired access to the various menu nodes.
ModuleDependencyTestCase::testEnableRequirementsFailureDependency in core/modules/system/tests/system.test
Tests enabling a module that depends on a module which fails hook_requirements().
ModuleDependencyTestCase::testEnableWithoutDependency in core/modules/system/tests/system.test
Attempt to enable translation module without locale enabled.
ModuleDependencyTestCase::testMissingModules in core/modules/system/tests/system.test
Attempt to enable a module with a missing dependency.
ModuleDependencyTestCase::testModuleEnableOrder in core/modules/system/tests/system.test
Tests that module dependencies are enabled in the correct order via the UI. Dependencies should be enabled before their dependents.
ModuleDependencyTestCase::testUninstallDependents in core/modules/system/tests/system.test
Tests attempting to uninstall a module that has installed dependents.
ModuleUnitTest::testModuleInvoke in core/modules/simpletest/tests/module.test
Test that module_invoke() can load a hook defined in hook_hook_info().
ModuleUnitTest::testModuleInvokeAll in core/modules/simpletest/tests/module.test
Test that module_invoke_all() can load a hook defined in hook_hook_info().
NodeAccessExampleTestCase::testNodeAccessBasic in modules/examples/node_access_example/tests/node_access_example.test
Test the "private" node access.
NodeAccessFieldTestCase::testNodeAccessAdministerField in core/modules/node/tests/node.test
Tests administering fields when node access is restricted.
NodeAccessPagerTestCase::testCommentPager in core/modules/node/tests/node.test
Tests the comment pager for nodes with multiple grants per realm.
NodeAccessRebuildTestCase::testNodeAccessRebuild in core/modules/node/tests/node.test
Tests rebuilding the node access permissions table.
NodeBlockFunctionalTest::testNodeBlock in core/modules/node/tests/node.test
Tests the Existing content block.
NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/tests/node.test
Tests the recent content block.
NodeCreationTestCase::testUnpublishedNodeCreation in core/modules/node/tests/node.test
Create an unpublished node and confirm correct redirect behavior.
NodeEntityFieldQueryAlter::testNodeQueryAlterWithUI in core/modules/node/tests/node.test
Tests that node access permissions are followed.
NodeEntityViewModeAlterTest::testNodeViewModeChange in core/modules/node/tests/node.test
Create a "Page" node and verify its consistency in the database.
NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField in core/modules/node/tests/node.test
Tests fields that were previously hidden when the display mode is changed.
NodeFrontPageCallback::testCustomFrontPage in core/modules/node/tests/node.test
NodeHooksExampleTestCase::testNodeExampleBasic in modules/examples/node_hooks_example/tests/node_hooks_example.test
Logs the user in, creates an example node, and uses the rating system.
NodeHooksExampleTestCase::testNodeExampleRevision in modules/examples/node_hooks_example/tests/node_hooks_example.test
Tests revisions of ratings.
NodeLayoutPreviewTestCase::testNodeLayoutPreview in core/modules/node/tests/node.test
Tests that the correct layout is used for node add and node edit previews.
NodeLayoutRevisionTestCase::testNodeLayoutRevisions in core/modules/node/tests/node.test
Tests that the correct layout is used for node revisions.
NodeLoadMultipleUnitTest::testNodeMultipleLoad in core/modules/node/tests/node.test
Creates four nodes and ensures that they are loaded correctly.
NodePublishScheduling::testNodeTypeCreateDefaultDraft in core/modules/node/tests/node.test
NodeQueryAlter::testNodeQueryAlterWithUI in core/modules/node/tests/node.test
Tests that node access permissions are followed.
NodeRevisionsTestCase::testNodeRevisionWithoutLogMessage in core/modules/node/tests/node.test
Checks that revisions are correctly saved without log messages.
NodeRevisionsTestCase::testRevisions in core/modules/node/tests/node.test
Checks node revision related operations.
NodeRSSContentTestCase::testNodeRSSContent in core/modules/node/tests/node.test
Ensures that a new node includes the custom data when added to an RSS feed.
NodeTranslateBlockFunctionalTest::testNodeTranslateBlock in core/modules/node/tests/node.test
Tests the Existing content block.
NodeTypeExampleTest::testNodeCreation in modules/examples/node_type_example/tests/node_type_example.test
Verifies the functionality of the Node Type Example module.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in core/modules/node/tests/node.test
Tests that node type customizations persist through disable and uninstall.
NodeTypeTestCase::testNodeTypeCreation in core/modules/node/tests/node.test
Tests creating a content type programmatically and via a form.
NodeTypeTestCase::testNodeTypePermissions in core/modules/node/tests/node.test
Tests that node types permissions are correctly set from the Node Type UI.
OptionsWidgetsTestCase::testCheckBoxes in core/modules/field/modules/options/tests/options.test
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTestCase::testOnOffCheckbox in core/modules/field/modules/options/tests/options.test
Tests the 'options_onoff' widget.
OptionsWidgetsTestCase::testSelectListMultiple in core/modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (multiple select).
PageEditTestCase::testPageAuthoredBy in core/modules/node/tests/node.test
Tests changing a node's "authored by" field.
PageEditTestCase::testPageEdit in core/modules/node/tests/node.test
Checks node edit functionality.
PageExampleTestCase::testPageExampleBasic in modules/examples/page_example/tests/page_example.test
Functional test for various page types.
PageNotFoundTestCase::testPageNotFound in core/modules/system/tests/system.test
PagePreviewTestCase::testPagePreview in core/modules/node/tests/node.test
Checks the node preview functionality.
PagerExampleTestCase::testPagerPage in modules/examples/pager_example/tests/pager_example.test
Verify the functionality of the example module.
PageTitleFiltering::testTitleTags in core/modules/system/tests/system.test
Tests the handling of HTML by backdrop_set_title() and backdrop_get_title()
PathLanguageTestCase::testAliasTranslation in core/modules/path/tests/path.test
Test alias functionality through the admin interfaces.
PathLanguageUITestCase::testDefaultLanguageURLs in core/modules/path/tests/path.test
Tests that a default language URL alias works.
PathLanguageUITestCase::testLanguageNeutralURLs in core/modules/path/tests/path.test
Tests that a language-neutral URL alias works.
PathLanguageUITestCase::testNonDefaultURLs in core/modules/path/tests/path.test
Tests that a non-default language URL alias works.
PathMonolingualTestCase::testPageLinks in core/modules/path/tests/path.test
Verifies that links do not have language prefixes in them.
PathPatternBulkUpdateTestCase::testBulkUpdate in core/modules/path/tests/path_pattern.test
PathPatternFunctionalTestCase::testConfigurationUserInterfaces in core/modules/path/tests/path_pattern.test
PathPatternFunctionalTestCase::testNodeEditing in core/modules/path/tests/path_pattern.test
Basic functional testing of node Path patterns.
PathPatternFunctionalTestCase::testPatternsValidation in core/modules/path/tests/path_pattern.test
PathPatternFunctionalTestCase::testTermEditing in core/modules/path/tests/path_pattern.test
Basic functional testing of Path automatic aliases with taxonomy terms.
PathTaxonomyTermTestCase::testTermAlias in core/modules/path/tests/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testAdminAlias in core/modules/path/tests/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testDuplicateNodeAlias in core/modules/path/tests/path.test
Tests that tries to create a duplicate alias are caught by validation.
PathTestCase::testNodeAlias in core/modules/path/tests/path.test
Tests alias functionality through the node interfaces.
QueueExampleTestCase::testQueueExampleBasic in modules/examples/queue_example/tests/queue_example.test
Test the queue behavior through user interaction.
RedirectFunctionalTest::testPageCache in core/modules/redirect/tests/redirect.test
Tests the links added to 404 pages for creating URL redirects.
RedirectFunctionalTest::testPathChangeRedirects in core/modules/redirect/tests/redirect.test
Tests renaming automatic aliases in a circular loop.
SearchAdvancedSearchForm::testNodeType in core/modules/search/tests/search.test
Test using the search form with GET and POST queries. Test using the advanced search form to limit search to nodes of type "Page".
SearchBlockTestCase::testBlock in core/modules/search/tests/search.test
Test that the search block form works correctly.
SearchCommentCountToggleTestCase::testSearchCommentCountToggle in core/modules/search/tests/search.test
Verify that comment count displays correctly based on comment status of node.
SearchCommentTestCase::testAddNewComment in core/modules/search/tests/search.test
Verify that 'Add comment' does not appear in search results or index.
SearchCommentTestCase::testSearchResultsComment in core/modules/search/tests/search.test
Verify that comments are rendered using proper format in search results.
SearchConfigSettingsForm::testSearchModuleDisabling in core/modules/search/tests/search.test
Verify that you can disable individual search modules.
SearchConfigSettingsForm::testSearchNodeTypes in core/modules/search/tests/search.test
Verify enabling/disabling of certain node types.
SearchConfigSettingsForm::testSearchSettingsPage in core/modules/search/tests/search.test
Verify the search settings form.
SearchEmbedForm::testEmbeddedForm in core/modules/search/tests/search.test
Tests that the embedded form appears and can be submitted.
SearchKeywordsConditions::testSearchKeywordsConditions in core/modules/search/tests/search.test
Verify the keywords are captured and conditions respected.
SearchLanguageTestCase::testLanguages in core/modules/search/tests/search.test
SearchNodeAccessTest::testPhraseSearchPunctuation in core/modules/search/tests/search.test
Tests that search works with punctuation and HTML entities.
SearchNumberMatchingTestCase::setUp in core/modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchNumberMatchingTestCase::testNumberSearching in core/modules/search/tests/search.test
Tests that all the numbers can be searched.
SearchNumbersTestCase::setUp in core/modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchNumbersTestCase::testNumberSearching in core/modules/search/tests/search.test
Tests that all the numbers can be searched.
SearchPageOverride::testSearchPageHook in core/modules/search/tests/search.test
SearchPageText::testSearchText in core/modules/search/tests/search.test
Tests the failed search text, and various other text on the search page.
SessionHttpsTestCase::testHttpsSession in core/modules/simpletest/tests/session.test
SessionTestCase::testDataPersistence in core/modules/simpletest/tests/session.test
Test data persistence via the session_test module callbacks.
SessionTestCase::testEmptyAnonymousSession in core/modules/simpletest/tests/session.test
Test that empty anonymous sessions are destroyed.
SessionTestCase::testSessionSaveRegenerate in core/modules/simpletest/tests/session.test
Tests for backdrop_save_session() and backdrop_session_regenerate().
SimpleTestExampleMockModuleTestCase::testSimpleTestExampleMockModule in modules/examples/simpletest_example/tests/simpletest_example.test
Test modifications made by our mock module.
SimpleTestExampleTestCase::testSimpleTestExampleCreate in modules/examples/simpletest_example/tests/simpletest_example.test
Create a simpletest_example node using the node form.
SimpleTestExampleTestCase::testSimpleTestExampleEdit in modules/examples/simpletest_example/tests/simpletest_example.test
Create a simpletest_example node and then see if our user can edit it.
SimpleTestInstallationProfileModuleTestsTestCase::testInstallationProfileTests in core/modules/simpletest/tests/simpletest.test
Tests existence of test case located in an installation profile module.
SiteMaintenanceTestCase::testSiteMaintenance in core/modules/system/tests/system.test
Verify site maintenance mode functionality.
SyslogTestCase::testSettings in core/modules/syslog/tests/syslog.test
Test the syslog settings page.
SystemAdminTestCase::testAdminPages in core/modules/system/tests/system.test
Tests output on administrative listing pages.
SystemAuthorizeCase::testFileTransferHooks in core/modules/system/tests/system.test
Tests the FileTransfer hooks
SystemMainContentFallback::testMainContentFallback in core/modules/system/tests/system.test
Test availability of main content.
SystemThemeFunctionalTest::testAdministrationTheme in core/modules/system/tests/system.test
Test the administration theme functionality.
SystemThemeFunctionalTest::testPerThemeSettings in core/modules/system/tests/system.test
Test the individual per-theme settings form.
TaxonomyLanguageFunctionalTest::testNodeTermLanguageCreation in core/modules/taxonomy/tests/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in core/modules/taxonomy/tests/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets in core/modules/taxonomy/tests/taxonomy.test
Test widgets.
TaxonomyTermTestCase::testNodeTermCreationAndDeletion in core/modules/taxonomy/tests/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyTermTestCase::testTaxonomyNode in core/modules/taxonomy/tests/taxonomy.test
Test that hook_node_$op implementations work correctly.
TaxonomyTermTestCase::testTermInterface in core/modules/taxonomy/tests/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary in core/modules/taxonomy/tests/taxonomy.test
Deleting a vocabulary.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminNoVocabularies in core/modules/taxonomy/tests/taxonomy.test
Test the vocabulary overview with no vocabularies.
TaxonomyVocabularyFunctionalTest::testVocabularyInterface in core/modules/taxonomy/tests/taxonomy.test
Create, configure and delete a vocabulary via the user interface.
TaxonomyVocabularyFunctionalTest::testVocabularyPermissions in core/modules/taxonomy/tests/taxonomy.test
Tests that vocabulary permissions are correctly set from the Taxonomy UI.
TextFieldTestCase::_testTextfieldWidgets in core/modules/field/modules/text/tests/text.test
Helper function for testTextfieldWidgets().
TextTranslationTestCase::testTextFieldFormatted in core/modules/field/modules/text/tests/text.test
Check that user that does not have access the field format cannot see the source value when creating a translation.
ThemeFastTestCase::testUserAutocomplete in core/modules/simpletest/tests/theme.test
Tests access to user autocompletion and verify the correct results.
ThemeUnitTest::testAlter in core/modules/simpletest/tests/theme.test
Ensures theme hook_*_alter() implementations can run before anything is rendered.
ThemeUnitTest::testPreprocessForSuggestions in core/modules/simpletest/tests/theme.test
Ensures preprocess functions run even for suggestion implementations.
ThemeUnitTest::testTemplateOverride in core/modules/simpletest/tests/theme.test
Ensures a themes template is overrideable based on the 'template' filename.
ThemingExampleTestCase::testThemingPage in modules/examples/theming_example/tests/theming_example.test
Verify the functionality of the example module.
TokenExampleTestCase::testInterface in modules/examples/token_example/tests/token_example.test
Test interface.
TokenUserTestCase::testUserTokens in core/modules/simpletest/tests/token.test
UpdateCoreTestCase::testDatestampMismatch in core/modules/update/tests/update.test
Ensures proper results where there are date mismatches among modules.
UpdateCoreTestCase::testModulePageRegularUpdate in core/modules/update/tests/update.test
Checks the messages at admin/modules when an update is missing.
UpdateCoreTestCase::testModulePageSecurityUpdate in core/modules/update/tests/update.test
Checks the messages at admin/modules when a security update is missing.
UpdateCoreTestCase::testModulePageUpToDate in core/modules/update/tests/update.test
Checks the messages at admin/modules when the site is up to date.
UpdateCoreTestCase::testNormalUpdateAvailable in core/modules/update/tests/update.test
Tests the Update Manager module when one normal update is available.
UpdateCoreTestCase::testNoUpdatesAvailable in core/modules/update/tests/update.test
Tests the Update Manager module when no updates are available.
UpdateCoreTestCase::testSecurityUpdateAvailable in core/modules/update/tests/update.test
Tests the Update Manager module when a security update is available.
UpdateCoreTestCase::testUpdateCheckingEnabled in core/modules/update/tests/update.test
Tests _update_checking_enabled() returns the expected value during tests.
UpdateScriptFunctionalTest::testNoPendingUpdates in core/modules/system/tests/system.test
Tests that there are no pending updates for the first test method.
UpdateScriptFunctionalTest::testNoUpdateFunctionality in core/modules/system/tests/system.test
Tests update.php when there are no updates to apply.
UpdateScriptFunctionalTest::testRequirements in core/modules/system/tests/system.test
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptFunctionalTest::testSuccessfulUpdateFunctionality in core/modules/system/tests/system.test
Tests update.php after performing a successful update.
UpdateTestContribCase::testHookUpdateStatusAlter in core/modules/update/tests/update.test
Check that hook_update_status_alter() works to change a status.
UpdateTestContribCase::testNoReleasesAvailable in core/modules/update/tests/update.test
Tests when there is no available release data for a contrib module.
UpdateTestContribCase::testUpdateAdminThemeSecurityUpdate in core/modules/update/tests/update.test
Tests that the admin theme is always notified about security updates.
UpdateTestContribCase::testUpdateBaseThemeSecurityUpdate in core/modules/update/tests/update.test
Tests that subthemes are notified about security updates for base themes.
UpdateTestContribCase::testUpdateBrokenFetchURL in core/modules/update/tests/update.test
Makes sure that if we fetch from a broken URL, sane things happen.
UpdateTestContribCase::testUpdateContribBasic in core/modules/update/tests/update.test
Tests the basic functionality of a contrib module on the status report.
UpdateTestContribCase::testUpdateContribOrder in core/modules/update/tests/update.test
Tests that contrib projects are ordered by project name.
UpdateTestContribCase::testUpdateShowDisabledThemes in core/modules/update/tests/update.test
Tests that disabled themes are only shown when desired.
UpgradePathTestCase::performUpgrade in core/modules/simpletest/tests/upgrade/upgrade.test
Perform the upgrade.
UrlAlterFunctionalTest::testGetQInitialized in core/modules/simpletest/tests/path.test
Tests that $_GET['q'] is initialized when the request path is empty.
UrlAlterFunctionalTest::testUrlAlter in core/modules/simpletest/tests/path.test
Test that URL altering works and that it occurs in the correct order.
UserAdminTestCase::testUserAdmin in core/modules/user/tests/user.test
Registers a user and deletes it.
UserCancelTestCase::testMassUserCancelByAdmin in core/modules/user/tests/user.test
Create an administrative user and mass-delete other users.
UserCancelTestCase::testUserAnonymize in core/modules/user/tests/user.test
Delete account and anonymize all content.
UserCancelTestCase::testUserBlock in core/modules/user/tests/user.test
Disable account and keep all content.
UserCancelTestCase::testUserBlockUnpublish in core/modules/user/tests/user.test
Disable account and unpublish all content.
UserCancelTestCase::testUserCancelByAdmin in core/modules/user/tests/user.test
Create an administrative user and delete another user.
UserCancelTestCase::testUserCancelInvalid in core/modules/user/tests/user.test
Attempt invalid account cancellations.
UserCancelTestCase::testUserDelete in core/modules/user/tests/user.test
Delete account and remove all content.
UserCreateTestCase::testUserAdd in core/modules/user/tests/user.test
Create a user through the administration interface and ensure that it displays in the user list.
UserEditedOwnAccountTestCase::testUserEditedOwnAccount in core/modules/user/tests/user.test
Tests a user editing their own account.
UserLoginTestCase::testAccountNotFound in core/modules/user/tests/user.test
Attempt to login with an unregistered username.
UserLoginTestCase::testArrayLoginValues in core/modules/user/tests/user.test
Attempt to login with an invalid array users and passwords.
UserPasswordResetTest::testPasswordResetFloodControlPerIp in core/modules/user/tests/user_password_reset.test
Test IP-based flood control on password reset.
UserPasswordResetTest::testPasswordResetFloodControlPerUser in core/modules/user/tests/user_password_reset.test
Test user-based flood control on password reset.
UserPasswordResetTest::testResetImpersonation in core/modules/user/tests/user_password_reset.test
Make sure that users cannot forge password reset URLs of other users.
UserPasswordResetTest::testUserPasswordReset in core/modules/user/tests/user_password_reset.test
Tests password reset functionality.
UserPasswordResetTest::testUserResetPasswordTextboxFilled in core/modules/user/tests/user_password_reset.test
Prefill the text box on incorrect login via link to password reset page.
UserPermissionsTestCase::testUserPermissionChanges in core/modules/user/tests/user.test
Change user permissions and check user_access().
UserPictureTestCase::testUserPictureAdminFormValidation in core/modules/user/tests/user.test
Tests the admin form validates user picture settings.
UserRegistrationTestCase::testRegistrationEmailAsUsername in core/modules/user/tests/user.test
Tests new users username matches their email if username is an email.
UserRegistrationTestCase::testRegistrationEmailAsUsernameDisabled in core/modules/user/tests/user.test
Tests new users username not matching their email if username is an email.
UserRegistrationTestCase::testRegistrationWithEmailVerification in core/modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationWithoutEmailVerification in core/modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationWithUserFields in core/modules/user/tests/user.test
Tests Field API fields on user registration forms.
UserRoleAdminTestCase::testRoleAdministration in core/modules/user/tests/user.test
Test adding, renaming and deleting roles.
UserRoleAdminTestCase::testRoleWeightChange in core/modules/user/tests/user.test
Test user role weight change operation.
UserRolesAssignmentTestCase::testAssignAndRemoveRole in core/modules/user/tests/user.test
Tests that a user can be assigned a role and that the role can be removed again.
UserRolesAssignmentTestCase::testCreateUserWithRole in core/modules/user/tests/user.test
Tests that when creating a user the role can be assigned. And that it can be removed again.
UserTimeZoneFunctionalTest::testUserTimeZone in core/modules/user/tests/user.test
Tests the display of dates and time when user-configurable time zones are set.
UserUserSearchTestCase::testUserSearch in core/modules/user/tests/user.test
UserValidateCurrentPassCustomForm::testUserValidateCurrentPassCustomForm in core/modules/user/tests/user.test
Tests that user_validate_current_pass can be reused on a custom form.
ViewsAnalyzeTest::testAnalyzeBasic in core/modules/views/tests/views_analyze.test
Tests that analyze works in general.
ViewsExposedFormTest::testExposedAdminUi in core/modules/views/tests/views_exposed_form.test
Tests the admin interface of exposed filter and sort items.
ViewsHandlerFilterDateTest::testUiValidation in core/modules/views/tests/handlers/views_handler_filter_date.test
Make sure the validation callbacks works.
ViewsLayoutsTest::testViewsLayouts in core/modules/views/tests/views_layout.test
Tests that a contextual filter input can be passed in from a layout.
ViewsPagerTest::testStorePagerSettings in core/modules/views/tests/views_pager.test
Pagers was sometimes not stored.
ViewsUIWizardBasicTestCase::testViewsWizardAndListing in core/modules/views/tests/views_ui.test
ViewsUIWizardDisplaysTestCase::testOverrideDisplays in core/modules/views/tests/views_ui.test
Tests that displays can be overridden via the UI.
ViewsUIWizardDisplaysTestCase::testRevertAllDisplays in core/modules/views/tests/views_ui.test
Tests that the revert to all displays select-option works as expected.
ViewsUIWizardDisplaysTestCase::testWizardMixedDefaultOverriddenDisplays in core/modules/views/tests/views_ui.test
Tests that the wizard correctly sets up default and overridden displays.
ViewsUIWizardItemsPerPageTestCase::testItemsPerPage in core/modules/views/tests/views_ui.test
Tests the number of items per page.
ViewsUIWizardSortingTestCase::testSorting in core/modules/views/tests/views_ui.test
Tests the sorting functionality.
ViewsUIWizardTaggedWithTestCase::testTaggedWith in core/modules/views/tests/views_ui.test
Tests the "tagged with" functionality.