AccessDeniedTestCase::test403PathOnSystemForm in core/modules/system/tests/system.test
AccessDeniedTestCase::testAccessDenied in core/modules/system/tests/system.test
ActionExampleTestCase::testActionExample in modules/examples/action_example/tests/action_example.test
Test Action Example.
ActionLoopTestCase::triggerActions in core/modules/simpletest/tests/actions.test
Create an infinite loop by causing a watchdog message to be set, which causes the actions to be triggered again, up to actions_max_stack times.
AdminBarCustomizedTestCase::testCustomDisabled in core/modules/admin_bar/tests/admin_bar.test
Test disabled custom links.
AdminBarCustomizedTestCase::testCustomExternal in core/modules/admin_bar/tests/admin_bar.test
Tests external links.
AdminBarDynamicLinksTestCase::testNode in core/modules/admin_bar/tests/admin_bar.test
Tests node type links.
AdminBarPermissionsTestCase::testPermissions in core/modules/admin_bar/tests/admin_bar.test
Test that the links are added to the page (no JS testing).
AJAXDialogTest::testDialog in core/modules/simpletest/tests/ajax.test
Test sending non-JS and AJAX requests to open and manipulate modals.
AJAXFormPageCacheTestCase::testSimpleAJAXFormValue in core/modules/simpletest/tests/ajax.test
Create a simple form, then POST to system/ajax to change to it.
AJAXFrameworkTestCase::testLazyLoad in core/modules/simpletest/tests/ajax.test
Test that new JavaScript and CSS files added during an AJAX request are returned.
AJAXMultiFormTestCase::testMultiForm in core/modules/simpletest/tests/ajax.test
Test that a page with the 'page_node_form' included twice works correctly.
BackdropErrorHandlerUnitTest::testErrorHandler in core/modules/simpletest/tests/error.test
Test the error handler.
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.
BackdropWebTestCase::backdropGetAJAX in core/modules/simpletest/backdrop_web_test_case.php
Retrieve a Backdrop path or an absolute path and JSON decode the result.
BackdropWebTestCase::backdropLogout in core/modules/simpletest/backdrop_web_test_case.php
BackdropWebTestCase::backdropPost in core/modules/simpletest/backdrop_web_test_case.php
Execute a POST request on a Backdrop page. It will be done as usual POST request with SimpleBrowser.
BackdropWebTestCase::backdropPostAJAX in core/modules/simpletest/backdrop_web_test_case.php
Execute an Ajax submission.
BackdropWebTestCase::checkForMetaRefresh in core/modules/simpletest/backdrop_web_test_case.php
Check for meta refresh tag and if found call backdropGet() recursively. This function looks for the http-equiv attribute to be set to "Refresh" and is case-sensitive.
BackdropWebTestCase::clickLink in core/modules/simpletest/backdrop_web_test_case.php
Follows a link by name.
BackdropWebTestCase::cronRun in core/modules/simpletest/backdrop_web_test_case.php
Runs cron in the Backdrop installed by SimpleTest.
BatchPageTestCase::testBatchProgressPageTheme in core/modules/simpletest/tests/batch.test
Tests that the batch API progress page uses the correct theme.
BatchProcessingTestCase::testBackdropFormSubmitInBatch in core/modules/simpletest/tests/batch.test
Test that backdrop_form_submit() can run within a batch operation.
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.
BlockTestCase::testCustomBlockFormat in core/modules/block/tests/block.test
Test creating custom block using Raw HTML (full_html).
BlockTranslationTestCase::testTranslateCustomBlock in core/modules/block/tests/block.translation.test
Test creating custom block, translate it, and then deleting it.
BookTestCase::checkBookNode in core/modules/book/tests/book.test
Checks the outline of sub-pages; previous, up, and next.
BookTestCase::testBookDelete in core/modules/book/tests/book.test
Tests the access for deleting top-level book nodes.
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.
BootstrapDestinationTestCase::testDestination in core/modules/simpletest/tests/bootstrap.test
Tests that $_GET/$_REQUEST['destination'] only contain internal URLs.
BootstrapPageCacheTestCase::testConditionalRequests in core/modules/simpletest/tests/bootstrap.test
Test support for requests containing If-Modified-Since and If-None-Match headers.
BootstrapPageCacheTestCase::testPageCache in core/modules/simpletest/tests/bootstrap.test
Test cache headers.
BootstrapPageCacheTestCase::testPageCompression in core/modules/simpletest/tests/bootstrap.test
Test page compression.
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.
CacheSavingCase::testNoEmptyCids in core/modules/simpletest/tests/cache.test
Test no empty cids are written in cache table.
CKEditor5RtlTestCase::testRtlAdminIcons in core/modules/ckeditor5/tests/ckeditor5_rtl.test
Test that the CKEditor admin form works correctly with RTL languages.
CKEditorRtlTestCase::testRtlAdminIcons in core/modules/ckeditor/tests/ckeditor_rtl.test
Test that the CKEditor 4 admin form works correctly with RTL languages.
CKEditorTestCase::testLibrary in core/modules/ckeditor/tests/ckeditor.test
Test the addition of the library to the page when configured.
ColorTestCase::testBartikLegacy in core/modules/color/tests/color.test
Test the Bartik legacy color mode.
ColorTestCase::testColor in core/modules/color/tests/color.test
Tests the Color module functionality.
ColorTestCase::testUpdateCssFilesOnConfigSave in core/modules/color/tests/color.test
Test if the CSS files for a theme are updated when editing Configuration.
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.
CommentAuthorDeletionTestCase::testAuthorDeletion in core/modules/comment/tests/comment.test
Tests that comments are correctly deleted when their author is deleted.
CommentAuthorDeletionTestCase::testAuthorDeletionCommentModuleDisabled in core/modules/comment/tests/comment.test
Test comment author deletion while the comment module is disabled.
CommentBlockFunctionalTest::testRecentCommentBlock in core/modules/comment/tests/comment.test
Tests the recent comments block.
CommentFieldsTest::testCommentDeletedBody in core/modules/comment/tests/comment.test
Tests that the comment_body field is not required.
CommentHelperCase::getUnapprovedComment in core/modules/comment/tests/comment.test
Gets the comment ID for an unapproved 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::testCommentClasses in core/modules/comment/tests/comment.test
Tests CSS classes on comments.
CommentInterfaceTest::testCommentInterface in core/modules/comment/tests/comment.test
Tests the comment interface.
CommentInterfaceTest::testCommentNewCommentsIndicator in core/modules/comment/tests/comment.test
Tests new comment marker.
CommentInterfaceTest::testCommentNodeCommentStatistics in core/modules/comment/tests/comment.test
Tests the node comment statistics.
CommentNodeAccessTest::testThreadedCommentView in core/modules/comment/tests/comment.test
Test that threaded comments can be viewed.
CommentNodeAutoCloserTestCase::testNodeCommentAutoCloserSettings in core/modules/comment/tests/comment.test
Tests the auto closer node type setting and the override setting on individual nodes.
CommentNodeChangesTestCase::testNodeCommentSettings in core/modules/comment/tests/comment.test
Tests opening, closing, and hiding comments.
CommentPagerTest::testCommentNewPageIndicator in core/modules/comment/tests/comment.test
Tests comment_new_page_count().
CommentPagerTest::testCommentOrderingThreading in core/modules/comment/tests/comment.test
Tests comment ordering and threading.
CommentPagerTest::testCommentPaging in core/modules/comment/tests/comment.test
Confirms comment paging works correctly with flat and threaded comments.
CommentPreviewTest::testCommentEditPreviewSave in core/modules/comment/tests/comment.test
Tests comment edit, preview, and save.
CommentRSSUnitTest::testCommentRSS in core/modules/comment/tests/comment.test
Tests comments as part of an RSS feed.
CommentThreadingTestCase::testCommentThreading in core/modules/comment/tests/comment.test
Tests the comment threading.
CommentTokenReplaceTestCase::testCommentTokenReplacement in core/modules/comment/tests/comment.test
Creates a comment, then tests the tokens generated from it.
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().
CommonBackdropGotoTestCase::testBackdropGotoAlter in core/modules/simpletest/tests/common.test
Test hook_backdrop_goto_alter().
CommonBackdropRenderTestCase::testBackdropRenderInvalidKeys in core/modules/simpletest/tests/common.test
Test rendering elements with invalid keys.
CommonCascadingStylesheetsTestCase::testAddCssFileWithQueryString in core/modules/simpletest/tests/common.test
Tests that the query string remains intact when adding CSS files that have query string parameters.
CommonCascadingStylesheetsTestCase::testModuleInfo in core/modules/simpletest/tests/common.test
Test that stylesheets in module .info files are loaded.
CommonCascadingStylesheetsTestCase::testRenderInlineFullPage in core/modules/simpletest/tests/common.test
Tests rendering inline stylesheets through a full page request.
CommonJavaScriptTestCase::testAddJsFileWithQueryString in core/modules/simpletest/tests/common.test
Tests that the query string remains intact when adding JavaScript files that have query string parameters.
CommonSimpleTestErrorCollectorTestCase::testErrorCollect in core/modules/simpletest/tests/common.test
Test that simpletest collects errors from the tested site.
CommonURLWebTestCase::testInternalPathMimicsExternal in core/modules/simpletest/tests/common.test
Tests the url() function on internal paths which mimic external URLs.
ConfigurationTest::testConfigHtaccess in core/modules/config/tests/config.test
Tests that config directories are protected by .htaccess files.
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::testDiff in core/modules/config/tests/config.test
Tests the screen that shows differences between active and staging.
ConfigurationUITest::testExport in core/modules/config/tests/config.test
Tests export of configuration.
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.
ConfirmFormTest::testConfirmForm in core/modules/system/tests/system.test
Tests that the confirm form does not use external destinations.
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.
ContextualDynamicContextTestCase::testNodeLinks in core/modules/contextual/tests/contextual.test
Tests contextual links on node lists with different permissions.
ContextualLinksExampleTestCase::testContextualLinksExample in modules/examples/contextual_links_example/tests/contextual_links_example.test
Test the various contextual links that this module defines and displays.
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.
CronRunTestCase::testCronRun in core/modules/system/tests/system.test
Test cron runs.
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.
DatabaseExampleUnitTestCase::testUI in modules/examples/database_example/tests/database_example.test
Tests the UI.
DatabaseSelectPagerDefaultTestCase::testEvenPagerQuery in core/modules/simpletest/tests/database_test.test
Confirm that a pager query returns the correct results.
DatabaseSelectPagerDefaultTestCase::testOddPagerQuery in core/modules/simpletest/tests/database_test.test
Confirm that a pager query returns the correct results.
DatabaseSelectTableSortDefaultTestCase::testTableSortDefaultSort in core/modules/simpletest/tests/database_test.test
Confirm that if a sort is not set in a tableselect form there is no error thrown when using the default.
DatabaseSelectTableSortDefaultTestCase::testTableSortQuery in core/modules/simpletest/tests/database_test.test
Confirm that a tablesort query returns the correct results.
DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst in core/modules/simpletest/tests/database_test.test
Confirm that if a tablesort's orderByHeader is called before another orderBy, that the header happens first.
DatabaseTemporaryQueryTestCase::testTemporaryQuery in core/modules/simpletest/tests/database_test.test
Confirm that temporary tables work and are limited to one request.
DateFieldBasic::deleteDateField in core/modules/date/tests/date_field.test
Remove a Date field though the UI.
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::dateMultiValueForm in core/modules/date/tests/date_timezone.test
Tests the submission of a date field's widget form when using unlimited cardinality
DateViewsTestCase::testDateViews in core/modules/date/tests/date_views.test
Test date popup.
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::testLogMessageSanitized in core/modules/dblog/tests/dblog.test
Make sure HTML tags are filtered out in the log detail page.
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.
DrupalWebTestCase::drupalGet in core/includes/drupal.classes.inc
EarlyBootstrapTestCase::testHookBoot in core/modules/simpletest/tests/boot.test
Test hook_boot() on both regular and "early exit" pages.
EmailFieldTestCase::testEmailField in core/modules/email/tests/email.test
Tests email field.
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".
FieldBlockTestCase::testFieldBlock in core/modules/field/tests/field.test
Check special conditions around the main content block.
FieldExampleTest::testExampleFieldBasic in modules/examples/field_example/tests/field_example.test
Test basic functionality of the example field.
FieldFormTestCase::testFieldFormAccess in core/modules/field/tests/field.test
Tests fields with no 'edit' access.
FieldFormTestCase::testFieldFormJSAddMore in core/modules/field/tests/field.test
FieldFormTestCase::testFieldFormMultipleWidget in core/modules/field/tests/field.test
Tests widgets handling multiple values.
FieldFormTestCase::testFieldFormMultivalueWithRequiredRadio in core/modules/field/tests/field.test
Tests widget handling of multiple required radios.
FieldFormTestCase::testFieldFormSingle in core/modules/field/tests/field.test
FieldFormTestCase::testFieldFormUnlimited in core/modules/field/tests/field.test
FieldFormTestCase::testFieldFormUnlimitedRequired in core/modules/field/tests/field.test
Tests the position of the "required" symbol and the validation error text.
FieldFormTestCase::testNestedFieldForm in core/modules/field/tests/field.test
Tests Field API form integration within a subform.
FieldTestPermissionsExample::testFieldnoteEditPerms in modules/examples/field_permission_example/tests/field_permission_example.test
Test edit permissions.
FieldTestPermissionsExample::testFieldnoteViewPerms in modules/examples/field_permission_example/tests/field_permission_example.test
Test view permissions.
FieldTokenTestCase::setUp in core/modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldTokenTestCase::testFieldToken in core/modules/field/tests/field.test
Test fields in token display mode.
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.
FieldUIManageDisplayTestCase::testViewModeCustom in core/modules/field_ui/tests/field_ui.test
Tests switching display modes to use custom or 'default' settings'.
FieldUIManageFieldsTestCase::addExistingField in core/modules/field_ui/tests/field_ui.test
Tests adding an existing field in another content type.
FieldUIManageFieldsTestCase::createField in core/modules/field_ui/tests/field_ui.test
Tests adding a new field.
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::testHiddenFields in core/modules/field_ui/tests/field_ui.test
Tests that Field UI respects the 'no_ui' option in hook_field_info().
FieldUIManageFieldsTestCase::testRenameBundle in core/modules/field_ui/tests/field_ui.test
Tests renaming a bundle.
FieldUIManageFieldsTestCase::updateField in core/modules/field_ui/tests/field_ui.test
Tests editing an existing field.
FieldUITestCase::fieldUIDeleteField in core/modules/field_ui/tests/field_ui.test
Deletes a field instance through the Field UI.
FieldUIViewModeFunctionalTest::testFieldUIViewModes in core/modules/field_ui/tests/field_ui.test
Tests display mode functionality.
FileAccessTestCase::testFilePageAccess in core/modules/file/tests/file.test
Tests page access.
FileAccessTestCase::testFilePrivateDownloadAccess in core/modules/file/tests/file.test
Test to see if we have access to download private files when granted the permissions.
FileAdminTestCase::testFileAdminPages in core/modules/file/tests/file.test
Tests file overview with different user permissions.
FileAdminTestCase::testFilesAdminSort in core/modules/file/tests/file.test
Tests that the table sorting works on the files admin pages.
FileChangeSchemeTestCase::testChangeScheme in core/modules/file/tests/file.test
FileDownloadTest::checkUrl in core/modules/simpletest/tests/file.test
Download a file from the URL generated by file_create_url().
FileDownloadTest::testPrivateFileTransfer in core/modules/simpletest/tests/file.test
Test the private file transfer system.
FileEditTestCase::testFileEdit in core/modules/file/tests/file.test
Check file edit functionality.
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.
FileFieldDisplayTestCase::testNodeDisplay in core/modules/file/tests/file.test
Tests normal formatter display on node display.
FileFieldRevisionTestCase::testRevisions in core/modules/file/tests/file.test
Tests creating multiple revisions of a node and managing attached files.
FileFieldValidateTestCase::testDefaultFileFieldDisplay in core/modules/file/tests/file.test
Tests default display of File Field.
FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit in core/modules/file/tests/file.test
Helper for testing exploiting the temporary file removal using fid.
FileFieldWidgetTestCase::testMultiValuedWidget in core/modules/file/tests/file.test
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTestCase::testPrivateFileComment in core/modules/file/tests/file.test
Tests that download restrictions on private files work on comments.
FileFieldWidgetTestCase::testPrivateFileSetting in core/modules/file/tests/file.test
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTestCase::testSingleValuedWidget in core/modules/file/tests/file.test
Tests upload and remove buttons for a single-valued File field.
FileFieldWidgetTestCase::testWidgetValidation in core/modules/file/tests/file.test
Tests validation with the Upload button.
FileManagedFileElementTestCase::testManagedFile in core/modules/file/tests/file.test
Tests the managed_file element type.
FileManagedFileElementTestCase::testManagedFileExceedMaximumFileSize in core/modules/file/tests/file.test
Tests uploading a file that exceeds the maximum file size.
FileManagedFileElementTestCase::testManagedFileParentsHash in core/modules/file/tests/file.test
Tests file_ajax_upload() parents_hash.
FilePrivateTestCase::testPrivateFile in core/modules/file/tests/file.test
Tests file access for file uploaded to a private node.
FilePrivateTestCase::testPrivateFileDownloadAccessGranted in core/modules/file/tests/file.test
Tests file access for private nodes when file download access is granted.
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.
FileTaxonomyTermTestCase::_testTermFile in core/modules/file/tests/file.test
Runs tests for attaching a file field to a taxonomy term.
FileTypeTestCase::testAdminPages in core/modules/file/tests/file.test
Test admin pages access and functionality.
FileTypeTestCase::testTypesCrudUi in core/modules/file/tests/file.test
Test file types CRUD UI.
FileUploadTransliterationTest::testTransliteration in core/modules/simpletest/tests/file.test
FileUsageTestCase::testFileUsagePage in core/modules/file/tests/file.test
Create a file and verify its usage information.
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.
FilterCRUDTestCase::testTextFormatCRUD in core/modules/filter/tests/filter.test
Tests CRUD operations for text formats and filters.
FilterEditorAccessTestCase::testDialogAccess in core/modules/filter/tests/filter.test
Checks access to editor dialogs for adding images and links.
FilterEditorLinkValidateTestCase::testEditorLinkValidate in core/modules/filter/tests/filter_dialog.test
Check function _filter_format_editor_link_url_validate().
FilterFormatAccessTestCase::testFormatPermissions in core/modules/filter/tests/filter.test
Tests the Filter format access permissions functionality.
FilterFormatAccessTestCase::testFormatWidgetPermissions in core/modules/filter/tests/filter.test
Tests editing a page using a disallowed text format.
FilterSecurityTestCase::testDisableFilterModule in core/modules/filter/tests/filter.test
Tests removal of filtered content when an active filter is disabled.
FormAlterTestCase::testExecutionOrder in core/modules/simpletest/tests/form.test
Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter().
FormCheckboxTestCase::testFormCheckbox in core/modules/simpletest/tests/form.test
FormElementTestCase::testOptionIndentations in core/modules/simpletest/tests/form.test
Test indentations for checkboxes, radios and select options.
FormElementTestCase::testOptions in core/modules/simpletest/tests/form.test
Tests expansion of #options for #type checkboxes and radios.
FormElementTestCase::testPlaceHolderText in core/modules/simpletest/tests/form.test
Tests placeholder text for elements that support placeholders.
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.
FormResizableTextareaTestCase::testResizableTextarea in core/modules/simpletest/tests/form.test
Test that setting #resizable on form item results in correct CSS classes.
FormsElementsLabelsTestCase::testFormLabels in core/modules/simpletest/tests/form.test
Test form elements, labels, title attributes and required marks output correctly and have the correct label option class if needed.
FormsElementsTableSelectFunctionalTest::testAdvancedSelect in core/modules/simpletest/tests/form.test
Test the #js_select property.
FormsElementsTableSelectFunctionalTest::testEmptyText in core/modules/simpletest/tests/form.test
Test the display of the #empty text when #options is an empty array.
FormsElementsTableSelectFunctionalTest::testMultipleFalse in core/modules/simpletest/tests/form.test
Test the display of radios when #multiple is FALSE.
FormsElementsTableSelectFunctionalTest::testMultipleTrue in core/modules/simpletest/tests/form.test
Test the display of checkboxes when #multiple is TRUE.
FormsElementsVerticalTabsFunctionalTest::testJavaScriptOrdering in core/modules/simpletest/tests/form.test
Ensures that vertical-tabs.js is included before collapse.js.
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::testImmutableForm in core/modules/simpletest/tests/form.test
Verifies that form build-id is regenerated when loading an immutable form from the cache.
FormsFormStorageTestCase::testImmutableFormLegacyProtection in core/modules/simpletest/tests/form.test
Verify that existing contrib code cannot overwrite immutable form state.
FormsFormStorageTestCase::testMutableForm in core/modules/simpletest/tests/form.test
Verify that the form build-id remains the same when validation errors occur on a mutable form.
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::testDisabledElements in core/modules/simpletest/tests/form.test
Test handling of disabled elements.
FormsTestCase::testDisabledMarkup in core/modules/simpletest/tests/form.test
Verify markup for disabled form elements.
FormsTestCase::testInputForgery in core/modules/simpletest/tests/form.test
Test Form API protections against input forgery.
FormsTestCase::testNumber in core/modules/simpletest/tests/form.test
Tests validation of #type 'number' elements.
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.
FormValidationTestCase::testMultiFormSameNameErrorClass in core/modules/simpletest/tests/form.test
Tests error border of multiple fields with same name in a page.
FormValidationTestCase::testValidate in core/modules/simpletest/tests/form.test
Tests form alterations by #element_validate, #validate, and form_set_value().
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.
HookBootExitTestCase::testHookBootExit in core/modules/simpletest/tests/bootstrap.test
Test calling of hook_boot() and hook_exit().
HTMLIdTestCase::testHTMLId in core/modules/simpletest/tests/form.test
Tests that HTML IDs do not get duplicated when form validation fails.
ImageAdminStylesUnitTest::testDefaultStyle in core/modules/image/tests/image.test
Test to override, edit, then revert a style.
ImageAdminStylesUnitTest::testStyle in core/modules/image/tests/image.test
General test to add a style, add/remove/edit effects to it, then delete it.
ImageAdminStylesUnitTest::testStyleReplacement in core/modules/image/tests/image.test
Test deleting a style and choosing a replacement style.
ImageDimensionsUnitTest::testImageDimensions in core/modules/image/tests/image.test
Test styled image dimensions cumulatively.
ImageExampleTestCase::testImageExamplePage in modules/examples/image_example/tests/image_example.test
Tests for image block provided by module.
ImageFieldDefaultImagesTestCase::testDefaultImages in core/modules/image/tests/image.test
Tests CRUD for fields and fields instances with default images.
ImageFieldDisplayTestCase::testImageFieldDefaultImage in core/modules/image/tests/image.test
Test use of a default image with an image field.
ImageFieldDisplayTestCase::testImageFieldSettings in core/modules/image/tests/image.test
Tests for image field settings.
ImageFieldDisplayTestCase::_testImageFieldFormatters in core/modules/image/tests/image.test
Test image formatters on node display.
ImageFieldValidateTestCase::testTypeSupport in core/modules/image/tests/image.test
Test for supported image types.
ImageStylesPathAndUrlUnitTest::testImageContentTypeHeaders in core/modules/image/tests/image.test
Test that we do not pass an array to backdrop_add_http_header.
ImageStylesPathAndUrlUnitTest::testImageStyleUrlForMissingSourceImage in core/modules/image/tests/image.test
Test that an invalid source image returns a 404.
ImageStylesPathAndUrlUnitTest::_testImageStyleUrlAndPath in core/modules/image/tests/image.test
Test image_style_url().
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
InstallerTestUploadCase::testFileNameExtensionMerging in core/modules/installer/tests/installer.test
Ensures that archiver extensions are properly merged in the UI.
InstallerTestUploadCase::testUpdateManagerCoreSecurityUpdateMessages in core/modules/installer/tests/installer.test
Checks the messages on Update Manager pages when missing a security update.
JsExampleTestCase::testJsExampleMenus in modules/examples/js_example/tests/js_example.test
Tests the menu paths defined in js_example 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.
LayoutBlockTest::testPageComponentBlocks in core/modules/layout/tests/layout.test
Test Page component blocks.
LayoutBlockTextTest::testBlockText in core/modules/layout/tests/layout.test
Tests the BlockText class functionality.
LayoutBlockUsageTestCase::testBlockUsage in core/modules/layout/tests/layout.test
Tests layout_get_block_usage().
LayoutCloneTest::testLayoutClone in core/modules/layout/tests/layout.test
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::testLayoutMenuItems in core/modules/layout/tests/layout.test
Tests conditions and menu item navigation.
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::testMenuItemReassignment in core/modules/layout/tests/layout.test
Ensure that reassignment of menu items works when deleting layouts.
LayoutInterfaceTest::testOverriddenPaths in core/modules/layout/tests/layout.test
Test the overriding of paths.
LayoutInterfaceTest::testRegionStyles in core/modules/layout/tests/layout.test
Test region styles.
LayoutInterfaceTest::testRelationships in core/modules/layout/tests/layout.test
Test the support for contexts within conditions and blocks.
LayoutInterfaceTest::testViewPageLink in core/modules/layout/tests/layout.test
Test the path view page link.
LayoutRendererTest::testRendererSelection in core/modules/layout/tests/layout.test
Test that the correct renderer is used
LayoutSelectionTest::testPages in core/modules/layout/tests/layout.test
Tests the correct layout is used on 404 and 403 pages.
LayoutSelectionTest::testRoleSelection in core/modules/layout/tests/layout.test
Test role-based selection of layouts.
LayoutUpgradePathTest::testLayoutUpgrade in core/modules/layout/tests/layout.test
Tests a successful upgrade, where block positions copied to layouts.
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.
LinkTokenTest::testStaticTokenLinkCreate in core/modules/link/tests/link.token.test
Creates a link field with a static title and an admin-entered token. Creates a node with a link and checks the title value.
LinkTokenTest::testTitleOnlyTitleNoLink in core/modules/link/tests/link.token.test
Test that if you have a title and no URL on a field which does not have tokens enabled, that the title is sanitized once.
LinkTokenTest::testUserTokenLinkCreate in core/modules/link/tests/link.token.test
Creates a link field with a required title enabled for user-entered tokens. Creates a node with a token in the link title and checks the value.
LinkUITest::testCRUDCreateFieldWithClasses in core/modules/link/tests/link.ui.test
Tests adding custom classes (single and multiple) to link fields.
LinkUITest::testCRUDCreateFieldWithLinkType in core/modules/link/tests/link.ui.test
Tests the link type: "internal", "external", and "both" settings.
LinkUITest::testCRUDTitleOnlyTitleNoLink in core/modules/link/tests/link.ui.test
Tests that if a field has a title but no URL, the title is not sanitized twice.
LinkUITest::testLinkCreate in core/modules/link/tests/link.ui.test
Creates a link field for the "page" type and creates a page with a link.
LinkUITest::testStaticLinkCreate in core/modules/link/tests/link.ui.test
Tests if <strong> is used in a static title that the markup is retained.
LinkValidateTest::testXss in core/modules/link/tests/link.validate.test
Test if a bad URL will display if validation is disabled.
LinkValidateTest::validateUrl in core/modules/link/tests/link.validate.test
Checks if a URL is valid through the UI.
ListFieldDisplayTestCase::testListDisplayFormatterBoolean in core/modules/field/modules/list/tests/list.test
List (boolean) : test 'On/Off' values input.
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::createNodePost in core/modules/locale/tests/locale.test
Create node in a specific language.
LocaleContentFunctionalTest::testContentTypeDirLang in core/modules/locale/tests/locale.test
Test if a dir and lang tags exist in node's attributes.
LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in core/modules/locale/tests/locale.test
Test if a content type can be set to multilingual and language is present.
LocaleContentFunctionalTest::testMachineNameLTR in core/modules/locale/tests/locale.test
Verifies that machine name fields are always LTR.
LocaleDateFormatsFunctionalTest::testLocalizeDateFormats in core/modules/locale/tests/locale.test
Functional tests for localizing date formats.
LocaleLanguageNegotiationInfoFunctionalTest::languageNegotiationUpdate in core/modules/locale/tests/locale.test
Update language types/negotiation information.
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in core/modules/locale/tests/locale.test
Tests alterations to language types/negotiation info.
LocaleLanguageSwitchingFunctionalTest::testLanguageBlock in core/modules/locale/tests/locale.test
Functional tests for the language switcher block.
LocaleMultilingualFieldsFunctionalTest::testMultilingualDisplaySettings in core/modules/locale/tests/locale.test
LocaleMultilingualFieldsFunctionalTest::testMultilingualNodeForm in core/modules/locale/tests/locale.test
Test if field languages are correctly set through the node form.
LocalePathFunctionalTest::testPathLanguageConfiguration in core/modules/locale/tests/locale.test
Test if a language can be associated with a URL alias.
LocaleTranslationFunctionalTest::testJavaScriptTranslation in core/modules/locale/tests/locale.test
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
LocaleUILanguageNegotiationTest::testUILanguageNegotiation in core/modules/locale/tests/locale.test
Tests for language switching by URL path.
LocaleUILanguageNegotiationTest::testUrlLanguageFallback in core/modules/locale/tests/locale.test
Test URL language detection when the requested URL has no language.
LocaleUninstallFunctionalTest::testUninstallProcess in core/modules/locale/tests/locale.test
Check if the values of the Locale variables are correct after uninstall.
LocaleUrlRewritingTest::checkUrl in core/modules/locale/tests/locale.test
Check URL rewriting for the given language.
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.
MenuBlockTestCase::doMenuBlockTests in core/modules/system/tests/system.test
Test Menu Block functionality.
MenuExampleTestCase::testMenuExample in modules/examples/menu_example/tests/menu_example.test
Test the various menus.
MenuLanguageTestCase::testMenuParentLanguage in core/modules/menu/tests/menu_language.test
Test menu item parents on form menu_edit_item.
MenuLanguageTestCase::testMenuParentLanguageNode in core/modules/menu/tests/menu_language.test
Test that the available parent menu items match on the node form.
MenuNodeTestCase::testMenuNodeFormWidget in core/modules/menu/tests/menu.test
Test creating, editing, deleting menu links via node form widget.
MenuRebuildTestCase::testMenuRebuildByVariable in core/modules/simpletest/tests/menu.test
Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call.
MenuRouterTestCase::testAuthUserUserLogin in core/modules/simpletest/tests/menu.test
Test that an authenticated user hitting 'user/login' gets redirected to 'user' and 'user/register' gets redirected to the user edit page.
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::testMenuGetItemNoAncestors in core/modules/simpletest/tests/menu.test
Test menu_get_item() with empty ancestors.
MenuRouterTestCase::testMenuItemTitlesCases in core/modules/simpletest/tests/menu.test
Tests the possible ways to set the title for menu items. Also tests that menu item titles work with string overrides.
MenuRouterTestCase::testMenuLinkMaintain in core/modules/simpletest/tests/menu.test
Tests for menu_link_maintain().
MenuRouterTestCase::testMenuLinkOptions in core/modules/simpletest/tests/menu.test
Test menu link 'options' storage and rendering.
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::addCustomMenuCRUD in core/modules/menu/tests/menu.test
Add custom menu using CRUD functions.
MenuTestCase::addMenuLink in core/modules/menu/tests/menu.test
Add a menu link using the menu module UI.
MenuTestCase::deleteMenuLink in core/modules/menu/tests/menu.test
Delete a menu link using the menu module UI.
MenuTestCase::doMenuTests in core/modules/menu/tests/menu.test
Test menu functionality using main-menu menu.
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::testMenu in core/modules/menu/tests/menu.test
Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
MenuTestCase::testMenuParentsJsAccess in core/modules/menu/tests/menu.test
Test administrative users other than user 1 can access the menu parents AJAX callback.
MenuTestCase::testMenuQueryAndFragment in core/modules/menu/tests/menu.test
Add and remove a menu link with a query string and fragment.
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.
MenuTestCase::verifyMenuLink in core/modules/menu/tests/menu.test
Verify a menu link using the menu module UI.
MenuTrailTestCase::testCustom403And404Pages in core/modules/simpletest/tests/menu.test
Tests that the active trail works correctly on custom 403 and 404 pages.
MenuWebTestCase::assertBreadcrumb in core/modules/simpletest/tests/menu.test
Assert that a given path shows certain breadcrumb links.
MetaTagsTestCase::testMetaTag in core/modules/system/tests/system.test
Verify that the meta tag HTML is generated correctly.
ModuleDependencyTestCase::testIncompatibleCoreVersionDependency in core/modules/system/tests/system.test
Tests enabling a module that depends on a module with an incompatible core version.
ModuleDependencyTestCase::testIncompatibleModuleVersionDependency in core/modules/system/tests/system.test
Tests enabling a module that depends on an incompatible version of a module.
ModuleDependencyTestCase::testMissingModules in core/modules/system/tests/system.test
Attempt to enable a module with a missing dependency.
ModuleDependencyTestCase::testUninstallDependents in core/modules/system/tests/system.test
Tests attempting to uninstall a module that has installed dependents.
ModuleUninstallTestCase::testUninstallCommentAddNode in core/modules/simpletest/tests/module.test
Test that uninstalling Comment and then immediately adding a node works.
ModuleUninstallTestCase::testUninstallLocale in core/modules/simpletest/tests/module.test
Tests that uninstalling locale does not cause problems.
ModuleUnitTest::testModuleImplements in core/modules/simpletest/tests/module.test
Test module_implements() caching.
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().
ModuleVersionTestCase::testModuleVersions in core/modules/system/tests/system.test
Test version dependencies.
NodeAccessBaseTableTestCase::assertTaxonomyPage in core/modules/node/tests/node.test
Checks taxonomy/term listings to ensure only accessible nodes are listed.
NodeAccessBaseTableTestCase::testNodeAccessBasic in core/modules/node/tests/node.test
Tests the "private" node access functionality.
NodeAccessExampleTestCase::checkResponse in modules/examples/node_access_example/tests/node_access_example.test
Helper function.
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.
NodeAdminTestCase::testContentAdminPages in core/modules/node/tests/node.test
Tests content overview with different user permissions.
NodeAdminTestCase::testContentAdminSort in core/modules/node/tests/node.test
Tests that the table sorting works on the content admin pages.
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.
NodeBlockTestCase::testSyndicateBlock in core/modules/node/tests/node.test
Tests the "Syndicate" block settings.
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.
NodeMultiByteUtf8Test::testMultiByteUtf8 in core/modules/node/tests/node.test
Tests that multi-byte UTF-8 characters are stored and retrieved correctly.
NodePageCacheTest::testNodeDelete in core/modules/node/tests/node.test
Tests deleting nodes clears page cache.
NodePageCacheTest::testNodeSaveAfterUsernameChange in core/modules/node/tests/node.test
Check that cached node info does not run out of sync with user data.
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.
NodeTitleTestCase::testNodeTitle in core/modules/node/tests/node.test
Creates one node and tests if the node title has the correct value.
NodeTitleXSSTestCase::testNodeTitleXSS in core/modules/node/tests/node.test
Tests XSS functionality with a node entity.
NodeTranslateBlockFunctionalTest::testNodeTranslateBlock in core/modules/node/tests/node.test
Tests the Existing content block.
NodeTypeExampleTest::testBodyLabel in modules/examples/node_type_example/tests/node_type_example.test
Checks whether the body label is "Example description."
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::testNodeTypeEditing in core/modules/node/tests/node.test
Tests editing a node type using the UI.
NodeTypeTestCase::testNodeTypePermissions in core/modules/node/tests/node.test
Tests that node types permissions are correctly set from the Node Type UI.
NumberFieldSettingsTestCase::testNumberDecimalFieldSettings in core/modules/field/modules/number/tests/number_settings.test
Test number_decimal field settings.
NumberFieldSettingsTestCase::testNumberIntegerFieldSettings in core/modules/field/modules/number/tests/number_settings.test
Test number_integer field settings.
NumberFieldTestCase::testNumberDecimalField in core/modules/field/modules/number/tests/number.test
Test number_decimal field.
NumberFieldTestCase::testNumberDecimalFieldStepValidation in core/modules/field/modules/number/tests/number.test
Test number_decimal field step validation.
NumberFieldTestCase::testNumberFieldEmpty in core/modules/field/modules/number/tests/number.test
Test empty value submission.
NumberFieldTestCase::testNumberIntegerField in core/modules/field/modules/number/tests/number.test
Test number_integer field.
OptionsSelectDynamicValuesTestCase::testSelectListDynamic in core/modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (single select).
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::testRadioButtons in core/modules/field/modules/options/tests/options.test
Tests the 'options_buttons' widget (single select).
OptionsWidgetsTestCase::testSelectListMultiple in core/modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTestCase::testSelectListSingle in core/modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (single 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::pageExampleVerifyNoAccess in modules/examples/page_example/tests/page_example.test
Verify that current user has no access to page.
PageExampleTestCase::testPageExampleBasic in modules/examples/page_example/tests/page_example.test
Functional test for various page types.
PageNotFoundTestCase::test404PathOnSystemForm in core/modules/system/tests/system.test
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.
PagerFunctionalWebTestCase::testActiveClass in core/modules/simpletest/tests/pager.test
Tests markup and CSS classes of pager links.
PageTitleFiltering::testTitleTags in core/modules/system/tests/system.test
Tests the handling of HTML by backdrop_set_title() and backdrop_get_title()
PageTitleFiltering::testTitleXSS in core/modules/system/tests/system.test
Test if the title of the site is XSS proof.
PageViewTestCase::testPageView in core/modules/node/tests/node.test
Tests an anonymous and unpermissioned user attempting to edit the node.
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.
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::testNodeTypeCreate in core/modules/path/tests/path_pattern.test
Create a new content type with new path pattern.
PathPatternFunctionalTestCase::testTermEditing in core/modules/path/tests/path_pattern.test
Basic functional testing of Path automatic aliases with taxonomy terms.
PathPatternFunctionalTestCase::testUserEditing in core/modules/path/tests/path_pattern.test
Basic functional testing of Path automatic aliases with users.
PathPatternFunctionalTestCase::testUserOperations in core/modules/path/tests/path_pattern.test
Test user operations.
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::testNodeAlias in core/modules/path/tests/path.test
Tests alias functionality through the node interfaces.
PathTestCase::testPathCache in core/modules/path/tests/path.test
Tests the path cache.
RedirectFunctionalTest::test404Interface in core/modules/redirect/tests/redirect.test
Tests the links added to 404 pages for creating redirects.
RedirectFunctionalTest::testNodeRedirectForm in core/modules/redirect/tests/redirect.test
Tests presence or absence of Redirect elements on node edit forms.
RedirectTestHelper::assertNoRedirect in core/modules/redirect/tests/redirect.test
RedirectTestHelper::assertRedirect in core/modules/redirect/tests/redirect.test
RenderExampleTestCase::testRenderExampleBasic in modules/examples/render_example/tests/render_example.test
Basic test of rendering through user interaction.
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.
SearchCommentTestCase::testAddNewComment in core/modules/search/tests/search.test
Verify that 'Add comment' does not appear in search results or index.
SearchCommentTestCase::testSearchResultsCommentAccess in core/modules/search/tests/search.test
Verify access rules for comment indexing with different permissions.
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
SearchNumberMatchingTestCase::setUp in core/modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchNumbersTestCase::setUp in core/modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
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.
SearchRankingTestCase::testRankings in core/modules/search/tests/search.test
SessionHttpsTestCase::testEmptySessionId in core/modules/simpletest/tests/session.test
Tests that empty session IDs do not cause unrelated sessions to load.
SessionHttpsTestCase::testHttpsSession in core/modules/simpletest/tests/session.test
SessionTestCase::sessionReset in core/modules/simpletest/tests/session.test
Reset the cookie file so that it refers to the specified user.
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::testEmptySessionID in core/modules/simpletest/tests/session.test
Test that empty session IDs are not allowed.
SessionTestCase::testSessionSaveRegenerate in core/modules/simpletest/tests/session.test
Tests for backdrop_save_session() and backdrop_session_regenerate().
SessionTestCase::testSessionWrite in core/modules/simpletest/tests/session.test
Test that sessions are only saved when necessary.
ShutdownFunctionsTest::testShutdownFunctions in core/modules/system/tests/system.test
Test shutdown functions.
SimpleTestBrowserTestCase::testGetAbsoluteUrl in core/modules/simpletest/tests/simpletest.test
Test BackdropWebTestCase::getAbsoluteUrl().
SimpleTestExampleMockModuleTestCase::testSimpleTestExampleMockModule in modules/examples/simpletest_example/tests/simpletest_example.test
Test modifications made by our mock module.
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.
SimpleTestFunctionalTest::testInternalBrowser in core/modules/simpletest/tests/simpletest.test
Test the internal browsers functionality.
SimpleTestFunctionalTest::testUserAgentValidation in core/modules/simpletest/tests/simpletest.test
Test validation of the User-Agent header we use to perform test requests.
SimpleTestFunctionalTest::testWebTestRunner in core/modules/simpletest/tests/simpletest.test
Make sure that tests selected through the web interface are run and that the results are displayed correctly.
SimpleTestInstallationProfileModuleTestsTestCase::testInstallationProfileTests in core/modules/simpletest/tests/simpletest.test
Tests existence of test case located in an installation profile module.
SimpleTestOtherInstallationProfileModuleTestsTestCase::testOtherInstallationProfile in core/modules/simpletest/tests/simpletest.test
Tests that tests located in another installation profile do not appear.
SiteMaintenanceTestCase::testSiteMaintenance in core/modules/system/tests/system.test
Verify site maintenance mode functionality.
SummaryLengthTestCase::testSummaryLength in core/modules/node/tests/node.test
Tests the node summary length 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::backdropGetAuthorizePHP in core/modules/system/tests/system.test
Helper function to initialize authorize.php and load it via backdropGet().
SystemBlockTestCase::testSystemBlocks in core/modules/system/tests/system.test
Test displaying and hiding the powered-by and help blocks.
SystemIndexPhpTest::testIndexPhpHandling in core/modules/system/tests/system.test
Test index.php handling.
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.
SystemThemeFunctionalTest::testSwitchDefaultTheme in core/modules/system/tests/system.test
Test switching the default theme.
SystemThemeFunctionalTest::testThemeSettings in core/modules/system/tests/system.test
Test theme settings.
TabledragExampleTestCase::testTabledragExampleMenus in modules/examples/tabledrag_example/tests/tabledrag_example.test
Tests the menu paths defined in tabledrag_example module.
TableSortExampleTestCase::testTableSortPage in modules/examples/tablesort_example/tests/tablesort_example.test
Verify the functionality of the example module.
TaxonomyLanguageFunctionalTest::setUp in core/modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyLanguageFunctionalTest::testNodeTermLanguageCreation in core/modules/taxonomy/tests/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyLanguageFunctionalTest::testVocabularyLanguageInterface in core/modules/taxonomy/tests/taxonomy.test
Create, configure and delete a vocabulary via the user interface.
TaxonomyRSSTestCase::testTaxonomyRSS in core/modules/taxonomy/tests/taxonomy.test
Tests that terms added to nodes are displayed in core RSS feed.
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.
TaxonomyTermIndexTestCase::testTaxonomyTermHierarchyBreadcrumbs in core/modules/taxonomy/tests/taxonomy.test
Tests that there is a link to the parent term on the child term page.
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::testTaxonomySelectNodesAlter in core/modules/taxonomy/tests/taxonomy.test
Tests that taxonomy term detail page is working even after the default taxonomy_select_nodes() query is altered.
TaxonomyTermTestCase::testTermInterface in core/modules/taxonomy/tests/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyTermTestCase::testTermReorder in core/modules/taxonomy/tests/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyThemeTestCase::testTaxonomyTermThemes in core/modules/taxonomy/tests/taxonomy.test
Test the theme used when adding, viewing and editing taxonomy terms.
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::testTextfieldWidgetsAllowedFormats in core/modules/field/modules/text/tests/text.test
Test widgets for fields with selected allowed formats.
TextFieldTestCase::_testTextfieldWidgets in core/modules/field/modules/text/tests/text.test
Helper function for testTextfieldWidgets().
TextFieldTestCase::_testTextfieldWidgetsFormatted in core/modules/field/modules/text/tests/text.test
Helper function for testTextfieldWidgetsFormatted().
TextTranslationTestCase::testTextField in core/modules/field/modules/text/tests/text.test
Test that a plaintext textfield widget is correctly populated.
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.
ThemeDebugMarkupTestCase::testDebugOutput in core/modules/simpletest/tests/theme.test
Tests debug markup added to template output.
ThemeFastTestCase::testUserAutocomplete in core/modules/simpletest/tests/theme.test
Tests access to user autocompletion and verify the correct results.
ThemeHookInitUnitTest::testThemeInitializationHookInit in core/modules/simpletest/tests/theme.test
Test that the theme system can generate output when called by hook_init().
ThemeHtmlTplPhpAttributesTestCase::testThemeHtmlTplPhpAttributes in core/modules/simpletest/tests/theme.test
Tests that modules and themes can alter variables in html.tpl.php.
ThemeUnitTest::testAlter in core/modules/simpletest/tests/theme.test
Ensures theme hook_*_alter() implementations can run before anything is rendered.
ThemeUnitTest::testCSSOverride in core/modules/simpletest/tests/theme.test
Ensures a theme's .info file is able to override a module CSS file from being added to the page.
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.
TokenTestHelper::assertPageTokens in core/modules/simpletest/tests/token.test
Make a page request and test for token generation.
TranslationTestCase::addLanguage in core/modules/translation/tests/translation.test
Installs the specified language, or enables it if it is already installed.
TranslationTestCase::assertLanguageSwitchLinks in core/modules/translation/tests/translation.test
Tests whether the specified language switch links are found.
TranslationTestCase::createTranslation in core/modules/translation/tests/translation.test
Creates a translation for a page in the specified language.
TranslationTestCase::setUp in core/modules/translation/tests/translation.test
Sets up a Backdrop site for running functional and integration tests.
TranslationTestCase::testContentTranslation in core/modules/translation/tests/translation.test
Creates, modifies, and updates a page with a translation.
UpdateCoreTestCase::testModulePageRegularUpdate in core/modules/update/tests/update.test
Checks the messages at admin/modules when an update is missing.
UpdateCoreTestCase::testModulePageRunCron in core/modules/update/tests/update.test
Checks that running cron updates the list of available updates.
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::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::testRequirements in core/modules/system/tests/system.test
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptFunctionalTest::testThemeSystem in core/modules/system/tests/system.test
Tests the effect of using the update script on the theme system.
UpdateScriptFunctionalTest::testUpdateAccess in core/modules/system/tests/system.test
Tests access to the update script.
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.
UpdateTestHelper::refreshUpdateStatus in core/modules/update/tests/update.test
Refreshes the update status based on the desired available update scenario.
UpgradePathTestCase::performUpgrade in core/modules/simpletest/tests/upgrade/upgrade.test
Perform the upgrade.
UrlAlterFunctionalTest::testCurrentUrlRequestedPath in core/modules/simpletest/tests/path.test
Test current_path() and request_path().
UrlAlterFunctionalTest::testGetQInitialized in core/modules/simpletest/tests/path.test
Tests that $_GET['q'] is initialized when the request path is empty.
UserAccountLinksUnitTests::testAccountMenu in core/modules/user/tests/user.test
Test the user login block.
UserAdminTestCase::testUserAdmin in core/modules/user/tests/user.test
Registers a user and deletes it.
UserAutocompleteTestCase::testUserAutocomplete in core/modules/user/tests/user.test
Tests access to user autocompletion and verify the correct results.
UserBlocksUnitTests::testDisabledAccountLink in core/modules/user/tests/user.test
Tests disabling the 'My account' link.
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::testUserCancelWithoutPermission in core/modules/user/tests/user.test
Attempt to cancel account without permission.
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.
UserLoginTestCase::testLoginWithAnonSession in core/modules/user/tests/user.test
Test logging in when an anon session already exists.
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::testAdministratorRole in core/modules/user/tests/user.test
Test assigning of permissions for the administrator role.
UserPermissionsTestCase::testEditorRole in core/modules/user/tests/user.test
Test assigning of permissions for the editor role.
UserPictureTestCase::testDeletePicture in core/modules/user/tests/user.test
Tests deletion of user pictures.
UserPictureTestCase::testExternalPicture in core/modules/user/tests/user.test
Test HTTP schema working with user pictures.
UserPictureTestCase::testPictureIsValid in core/modules/user/tests/user.test
Do the test: Picture is valid (proper size and dimension)
UserRegistrationTestCase::testRegistrationDefaultValues in core/modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationWithEmailVerification 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.
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.
UserSignatureTestCase::testUserSignature in core/modules/user/tests/user.test
Test that a user can change their signature format and that it is respected upon display.
UserTimeZoneFunctionalTest::testUserTimeZone in core/modules/user/tests/user.test
Tests the display of dates and time when user-configurable time zones are set.
VerticalTabsExampleTestCase::testVerticalTabsExampleMenus in modules/examples/vertical_tabs_example/tests/vertical_tabs_example.test
Tests the menu paths defined in vertical_tabs_example module.
ViewsAjaxTest::testAjaxView in core/modules/views/tests/views_ajax.test
Tests an ajax and non-ajax view.
ViewsAnalyzeTest::testAnalyzeBasic in core/modules/views/tests/views_analyze.test
Tests that analyze works in general.
ViewsArgumentValidatorTest::testArgumentValidatePhpFailure in core/modules/views/tests/views_argument_validator.test
Make sure argument validation works properly.
ViewsCacheTest::testHttpHeadersCaching in core/modules/views/tests/views_cache.test
Check that HTTP headers are cached for views.
ViewsExposedFormTest::testExposedAdminUi in core/modules/views/tests/views_exposed_form.test
Tests the admin interface of exposed filter and sort items.
ViewsExposedFormTest::testExposedRemember in core/modules/views/tests/views_exposed_form.test
Test remembering exposed filters.
ViewsExposedFormTest::testRenameResetButton in core/modules/views/tests/views_exposed_form.test
Tests, whether and how the reset button can be renamed.
ViewsHandlerFieldBulkFormTest::assertCorrectBulkFormEntityIds in core/modules/views/tests/handlers/views_handler_field_bulk_form.test
Assert that the form checkbox values match the entity ids.
ViewsHandlerFieldBulkFormTest::testNodeAndCustomEntityBulkForm in core/modules/views/tests/handlers/views_handler_field_bulk_form.test
Test Bulk Forms for a custom entity joined to nodes by nid.
ViewsHandlerFieldBulkFormTest::testNodeAndUserBulkForm in core/modules/views/tests/handlers/views_handler_field_bulk_form.test
Test Bulk Forms for user entities joined to nodes by uid.
ViewsHandlerFieldBulkFormTest::testNodeFieldBulkForm in core/modules/views/tests/handlers/views_handler_field_bulk_form.test
Test Bulk Forms for nodes.
ViewsHandlerFieldDropbuttonTest::testDropbutton in core/modules/views/tests/handlers/views_handler_field_dropbutton.test
Tests dropbutton display.
ViewsHandlerFilterDateTest::testUiValidation in core/modules/views/tests/handlers/views_handler_filter_date.test
Make sure the validation callbacks works.
ViewsHandlerFilterMultipleTest::testMultipleFilters in core/modules/views/tests/handlers/views_handler_filter_multiple.test
Tests combining an exposed filter with a non-exposed one.
ViewsHandlersTest::testFilterInOperatorUi in core/modules/views/tests/views_handlers.test
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.
ViewsPluginDisplayBlockTestCase::testViewBlocks in core/modules/views/tests/plugins/views_plugin_display_block.test
Tests, whether and how the reset button can be renamed.
ViewsTranslatableTest::testUi in core/modules/views/tests/views_translatable.test
Make sure that the string is not translated in the UI.
viewsUiGroupbyTestCase::testGroupBySave in core/modules/views/tests/views_groupby.test
Tests whether basic saving works.
ViewsUIWizardBasicTestCase::testViewsWizardAndListing in core/modules/views/tests/views_ui.test
ViewsUIWizardDefaultViewsTestCase::testDefaultViews in core/modules/views/tests/views_ui.test
Tests default views.
ViewsUIWizardDisplaysTestCase::testOverrideDisplays in core/modules/views/tests/views_ui.test
Tests that displays can be overridden via the UI.
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.
ViewsUIWizardJumpMenuTestCase::testJumpMenus in core/modules/views/tests/views_ui.test
Tests the jump menu style plugin.
ViewsUIWizardMenuTestCase::testMenus in core/modules/views/tests/views_ui.test
Tests the menu functionality.
ViewsUIWizardTaggedWithTestCase::testTaggedWith in core/modules/views/tests/views_ui.test
Tests the "tagged with" functionality.
ViewsUIWizardTaggedWithTestCase::testTaggedWithByNodeType in core/modules/views/tests/views_ui.test
Tests that the "tagged with" form element only shows for node types that support it.