569 calls to DrupalWebTestCase::drupalGet()
- AccessDeniedTestCase::testAccessDenied in modules/
system/ system.test - ActionLoopTestCase::triggerActions in 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.
- ActionsConfigurationTestCase::testActionConfiguration in modules/
simpletest/ tests/ actions.test - Test the configuration of advanced actions through the administration interface.
- AddFeedTestCase::testAddFeed in modules/
aggregator/ aggregator.test - Creates and ensures that a feed is unique, checks source, and deletes feed.
- AddFeedTestCase::testAddLongFeed in modules/
aggregator/ aggregator.test - Tests feeds with very long URLs.
- AdminMetaTagTestCase::testMetaTag in modules/
system/ system.test - Verify that the meta tag HTML is generated correctly.
- AggregatorRenderingTestCase::testBlockLinks in modules/
aggregator/ aggregator.test - Adds a feed block to the page and checks its links.
- AggregatorRenderingTestCase::testFeedPage in modules/
aggregator/ aggregator.test - Creates a feed and checks that feed's page.
- AggregatorTestCase::updateFeedItems in modules/
aggregator/ aggregator.test - Updates the feed items.
- AJAXFormPageCacheTestCase::testSimpleAJAXFormValue in modules/
simpletest/ tests/ ajax.test - Create a simple form, then POST to system/ajax to change to it.
- AJAXFrameworkTestCase::testAJAXRender in modules/
simpletest/ tests/ ajax.test - Test that ajax_render() returns JavaScript settings generated during the page request.
- AJAXFrameworkTestCase::testLazyLoad in modules/
simpletest/ tests/ ajax.test - Test that new JavaScript and CSS files added during an AJAX request are returned.
- AJAXMultiFormTestCase::testMultiForm in modules/
simpletest/ tests/ ajax.test - Test that a page with the 'page_node_form' included twice works correctly.
- BasicMinimalUpdatePath::testBasicMinimalUpdate in modules/
simpletest/ tests/ upgrade/ upgrade.test - Tests a successful point release update.
- BasicStandardUpdatePath::testBasicStandardUpdate in modules/
simpletest/ tests/ upgrade/ upgrade.test - Tests a successful point release update.
- BasicUpgradePath::testBasicUpgrade in modules/
simpletest/ tests/ upgrade/ upgrade.test - Test a successful upgrade.
- BatchPageTestCase::testBatchProgressPageTheme in modules/
simpletest/ tests/ batch.test - Tests that the batch API progress page uses the correct theme.
- BatchProcessingTestCase::testBatchFormMultistep in modules/
simpletest/ tests/ batch.test - Test batches defined in a multistep form.
- BatchProcessingTestCase::testBatchFormProgrammatic in modules/
simpletest/ tests/ batch.test - Test batches defined in a programmatically submitted form.
- BatchProcessingTestCase::testBatchLargePercentage in 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 modules/
simpletest/ tests/ batch.test - Test batches triggered outside of form submission.
- BatchProcessingTestCase::testDrupalFormSubmitInBatch in modules/
simpletest/ tests/ batch.test - Test that drupal_form_submit() can run within a batch operation.
- BlockAdminThemeTestCase::testAdminTheme in modules/
block/ block.test - Check for the accessibility of the admin theme on the block admin page.
- BlockCacheTestCase::testCacheGlobal in modules/
block/ block.test - Test DRUPAL_CACHE_GLOBAL.
- BlockCacheTestCase::testCachePerPage in modules/
block/ block.test - Test DRUPAL_CACHE_PER_PAGE.
- BlockCacheTestCase::testCachePerRole in modules/
block/ block.test - Test DRUPAL_CACHE_PER_ROLE.
- BlockCacheTestCase::testCachePerUser in modules/
block/ block.test - Test DRUPAL_CACHE_PER_USER.
- BlockCacheTestCase::testNoCache in modules/
block/ block.test - Test DRUPAL_NO_CACHE.
- BlockHiddenRegionTestCase::testBlockNotInHiddenRegion in modules/
block/ block.test - Tests that hidden regions do not inherit blocks when a theme is enabled.
- BlockHTMLIdTestCase::testHTMLId in modules/
block/ block.test - Test valid HTML id.
- BlockTestCase::moveBlockToRegion in modules/
block/ block.test - BlockTestCase::testBlockRehash in modules/
block/ block.test - Test _block_rehash().
- BlockTestCase::testBlockVisibility in modules/
block/ block.test - Test block visibility.
- BlockTestCase::testBlockVisibilityListedEmpty in modules/
block/ block.test - Test block visibility when using "pages" restriction but leaving "pages" textarea empty
- BlockTestCase::testBlockVisibilityPerUser in modules/
block/ block.test - Test user customization of block visibility.
- BlockTestCase::testCustomBlock in modules/
block/ block.test - Test creating custom block, moving it to a specific region and then deleting it.
- BlockTestCase::testCustomBlockFormat in modules/
block/ block.test - Test creating custom block using Full HTML.
- BlogTestCase::testBlogPageNoEntries in modules/
blog/ blog.test - View the blog of a user with no blog entries as another user.
- BlogTestCase::testUnprivilegedUser in modules/
blog/ blog.test - Confirm that the "You are not allowed to post a new blog entry." message shows up if a user submitted blog entries, has been denied that permission, and goes to the blog page.
- BlogTestCase::verifyBlogLinks in modules/
blog/ blog.test - Verify the blog links are displayed to the logged in user.
- BlogTestCase::verifyBlogs in modules/
blog/ blog.test - Verify the logged in user has the desired access to the various blog nodes.
- BookTestCase::checkBookNode in modules/
book/ book.test - Checks the outline of sub-pages; previous, up, and next.
- BookTestCase::testBookDelete in modules/
book/ book.test - Tests the access for deleting top-level book nodes.
- BookTestCase::testBookExport in modules/
book/ book.test - Tests book export ("printer-friendly version") functionality.
- BookTestCase::testBookNavigationBlock in modules/
book/ book.test - Tests the functionality of the book navigation block.
- BookTestCase::testNavigationBlockOnAccessModuleEnabled in modules/
book/ book.test - Tests the book navigation block when an access module is enabled.
- BootstrapDestinationTestCase::testDestination in modules/
simpletest/ tests/ bootstrap.test - Tests that $_GET/$_REQUEST['destination'] only contain internal URLs.
- BootstrapGetFilenameWebTestCase::testRecursiveRebuilds in modules/
simpletest/ tests/ bootstrap.test - Test that drupal_get_filename() does not break recursive rebuilds.
- BootstrapGetFilenameWebTestCase::testWatchdog in modules/
simpletest/ tests/ bootstrap.test - Test that watchdog messages about missing files are correctly recorded.
- BootstrapPageCacheTestCase::testConditionalRequests in modules/
simpletest/ tests/ bootstrap.test - Test support for requests containing If-Modified-Since and If-None-Match headers.
- BootstrapPageCacheTestCase::testPageCache in modules/
simpletest/ tests/ bootstrap.test - Test cache headers.
- BootstrapPageCacheTestCase::testPageCacheHeaders in modules/
simpletest/ tests/ bootstrap.test - Test page cache headers.
- BootstrapPageCacheTestCase::testPageCompression in modules/
simpletest/ tests/ bootstrap.test - Test page compression.
- BootstrapVariableTestCase::testVariable in modules/
simpletest/ tests/ bootstrap.test - testVariable
- CacheSavingCase::testNoEmptyCids in modules/
simpletest/ tests/ cache.test - Test no empty cids are written in cache table.
- CascadingStylesheetsTestCase::testAddCssFileWithQueryString in modules/
simpletest/ tests/ common.test - Tests that the query string remains intact when adding CSS files that have query string parameters.
- CascadingStylesheetsTestCase::testModuleInfo in modules/
simpletest/ tests/ common.test - Test that stylesheets in module .info files are loaded.
- CascadingStylesheetsTestCase::testRenderInlineFullPage in modules/
simpletest/ tests/ common.test - Tests rendering inline stylesheets through a full page request.
- CategorizeFeedTestCase::testCategorizeFeed in modules/
aggregator/ aggregator.test - Creates a feed and makes sure you can add/delete categories to it.
- ColorTestCase::_testColor in modules/
color/ color.test - Tests the Color module functionality using the given theme.
- CommentAnonymous::testAnonymous in modules/
comment/ comment.test - Test anonymous comment functionality.
- CommentApprovalTest::testApprovalAdminInterface in modules/
comment/ comment.test - Test comment approval functionality through admin/content/comment.
- CommentApprovalTest::testApprovalNodeInterface in modules/
comment/ comment.test - Test comment approval functionality through node interface.
- CommentAuthorDeletionTestCase::testAuthorDeletion in modules/
comment/ comment.test - Tests that comments are correctly deleted when their author is deleted.
- CommentAuthorDeletionTestCase::testAuthorDeletionCommentModuleDisabled in modules/
comment/ comment.test - Test comment author deletion while the comment module is disabled.
- CommentBlockFunctionalTest::testRecentCommentBlock in modules/
comment/ comment.test - Test the recent comments block.
- CommentHelperCase::getUnapprovedComment in modules/
comment/ comment.test - Get the comment ID for an unapproved comment.
- CommentHelperCase::postComment in modules/
comment/ comment.test - Post comment.
- CommentInterfaceTest::assertCommentLinks in modules/
comment/ comment.test - Asserts that comment links appear according to the passed environment setup.
- CommentInterfaceTest::testCommentClasses in modules/
comment/ comment.test - Tests CSS classes on comments.
- CommentInterfaceTest::testCommentInterface in modules/
comment/ comment.test - Test comment interface.
- CommentInterfaceTest::testCommentNewCommentsIndicator in modules/
comment/ comment.test - Tests new comment marker.
- CommentInterfaceTest::testCommentNodeCommentStatistics in modules/
comment/ comment.test - Tests the node comment statistics.
- CommentNodeAccessTest::testThreadedCommentView in modules/
comment/ comment.test - Test that threaded comments can be viewed.
- CommentPagerTest::testCommentNewPageIndicator in modules/
comment/ comment.test - Test comment_new_page_count().
- CommentPagerTest::testCommentOrderingThreading in modules/
comment/ comment.test - Test comment ordering and threading.
- CommentPagerTest::testCommentPaging in modules/
comment/ comment.test - Confirm comment paging works correctly with flat and threaded comments.
- CommentPreviewTest::testCommentEditPreviewSave in modules/
comment/ comment.test - Test comment edit, preview, and save.
- CommentRSSUnitTest::testCommentRSS in modules/
comment/ comment.test - Test comments as part of an RSS feed.
- CommentThreadingTestCase::testCommentThreading in modules/
comment/ comment.test - Tests the comment threading.
- CommentTokenReplaceTestCase::testCommentTokenReplacement in modules/
comment/ comment.test - Creates a comment, then tests the tokens generated from it.
- CommonURLWebTest::testInternalPathMimicsExternal in modules/
simpletest/ tests/ common.test - Tests the url() function on internal paths which mimic external URLs.
- ConfirmFormTest::testConfirmForm in modules/
system/ system.test - Tests that the confirm form does not use external destinations.
- ContactPersonalTestCase::testPersonalContactAccess in modules/
contact/ contact.test - Tests access to the personal contact form.
- ContactPersonalTestCase::testPersonalContactFlood in modules/
contact/ contact.test - Tests the personal contact form flood protection.
- ContactSitewideTestCase::testSiteWideContact in modules/
contact/ contact.test - Tests configuration options and the site-wide contact form.
- ContextualDynamicContextTestCase::testNodeLinks in modules/
contextual/ contextual.test - Tests contextual links on node lists with different permissions.
- CronRunTestCase::testAutomaticCron in modules/
system/ system.test - Ensure that the automatic cron run feature is working.
- CronRunTestCase::testCronRun in modules/
system/ system.test - Test cron runs.
- CronRunTestCase::testManualCron in modules/
system/ system.test - Ensure that the manual cron run is working.
- DashboardBlocksTestCase::testBlockAvailability in modules/
dashboard/ dashboard.test - Tests that administrative blocks are available for the dashboard.
- DashboardBlocksTestCase::testDashboardAccess in modules/
dashboard/ dashboard.test - Tests adding a block to the dashboard and checking access to it.
- DashboardBlocksTestCase::testDashboardRegions in modules/
dashboard/ dashboard.test - Tests that dashboard regions are displayed or hidden properly.
- DashboardBlocksTestCase::testDisableEnable in modules/
dashboard/ dashboard.test - Tests that the dashboard module can be re-enabled, retaining its blocks.
- DatabaseSelectPagerDefaultTestCase::testEvenPagerQuery in modules/
simpletest/ tests/ database_test.test - Confirm that a pager query returns the correct results.
- DatabaseSelectPagerDefaultTestCase::testOddPagerQuery in modules/
simpletest/ tests/ database_test.test - Confirm that a pager query returns the correct results.
- DatabaseSelectTableSortDefaultTestCase::testTableSortDefaultSort in 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 modules/
simpletest/ tests/ database_test.test - Confirm that a tablesort query returns the correct results.
- DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst in 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 modules/
simpletest/ tests/ database_test.test - Confirm that temporary tables work and are limited to one request.
- DateFormatTestCase::testDefaultDateFormats in modules/
system/ system.test - Test the default date type formats are consistent.
- DateTimeFunctionalTest::testDateFormatConfiguration in modules/
system/ system.test - Test date format configuration.
- DateTimeFunctionalTest::testDateTypeConfiguration in modules/
system/ system.test - Test date type configuration.
- DateTimeFunctionalTest::testTimeZoneHandling in modules/
system/ system.test - Test time zones and DST handling.
- DBLogTestCase::doNode in modules/
dblog/ dblog.test - Generates and then verifies some node events.
- DBLogTestCase::doUser in modules/
dblog/ dblog.test - Generates and then verifies some user events.
- DBLogTestCase::testDBLogCorrupted in modules/
dblog/ dblog.test - Tests corrupted log entries can still display available data.
- DBLogTestCase::testFilter in modules/
dblog/ dblog.test - Tests the database log filter functionality at admin/reports/dblog.
- DBLogTestCase::testLogMessageSanitized in modules/
dblog/ dblog.test - Make sure HTML tags are filtered out in the log detail page.
- DBLogTestCase::verifyReports in modules/
dblog/ dblog.test - Confirms that database log reports are displayed at the correct paths.
- DrupalAddHtmlHeadLinkTest::testDrupalAddHtmlHeadLink in modules/
simpletest/ tests/ common.test - Tests drupal_add_html_head_link().
- DrupalErrorCollectionUnitTest::testErrorCollect in modules/
simpletest/ tests/ common.test - Test that simpletest collects errors from the tested site.
- DrupalErrorHandlerTestCase::testErrorHandler in modules/
simpletest/ tests/ error.test - Test the error handler.
- DrupalErrorHandlerTestCase::testExceptionHandler in modules/
simpletest/ tests/ error.test - Test the exception handler.
- DrupalGetRdfNamespacesTestCase::testGetRdfNamespaces in modules/
simpletest/ tests/ common.test - Test RDF namespaces.
- DrupalGotoTest::testDrupalGetDestination in modules/
simpletest/ tests/ common.test - Test drupal_get_destination().
- DrupalGotoTest::testDrupalGoto in modules/
simpletest/ tests/ common.test - Test drupal_goto().
- DrupalGotoTest::testDrupalGotoAlter in modules/
simpletest/ tests/ common.test - Test hook_drupal_goto_alter().
- DrupalSetMessageTest::testSetRemoveMessages in modules/
system/ system.test - Tests setting messages and removing one before it is displayed.
- DrupalWebTestCase::checkForMetaRefresh in modules/
simpletest/ drupal_web_test_case.php - Check for meta refresh tag and if found call drupalGet() recursively. This function looks for the http-equiv attribute to be set to "Refresh" and is case-sensitive.
- DrupalWebTestCase::clickLink in modules/
simpletest/ drupal_web_test_case.php - Follows a link by name.
- DrupalWebTestCase::cronRun in modules/
simpletest/ drupal_web_test_case.php - Runs cron in the Drupal installed by Simpletest.
- DrupalWebTestCase::drupalGetAJAX in modules/
simpletest/ drupal_web_test_case.php - Retrieve a Drupal path or an absolute path and JSON decode the result.
- DrupalWebTestCase::drupalLogout in modules/
simpletest/ drupal_web_test_case.php - DrupalWebTestCase::drupalPost in modules/
simpletest/ drupal_web_test_case.php - Execute a POST request on a Drupal page. It will be done as usual POST request with SimpleBrowser.
- DrupalWebTestCase::drupalPostAJAX in modules/
simpletest/ drupal_web_test_case.php - Execute an Ajax submission.
- EarlyBootstrapTestCase::testHookBoot in modules/
simpletest/ tests/ boot.test - Test hook_boot() on both regular and "early exit" pages.
- EnableDisableTestCase::testEnableDisable in modules/
system/ system.test - Test that all core modules can be enabled, disabled and uninstalled.
- EntityFieldQueryTestCase::testEntityFieldQueryAccess in modules/
simpletest/ tests/ entity_query.test - Tests EntityFieldQuery access on non-node entities.
- FeedParserTestCase::testAtomSample in modules/
aggregator/ aggregator.test - Tests a feed that uses the Atom format.
- FeedParserTestCase::testHtmlEntitiesSample in modules/
aggregator/ aggregator.test - Tests a feed that uses HTML entities in item titles.
- FeedParserTestCase::testRSS091Sample in modules/
aggregator/ aggregator.test - Tests a feed that uses the RSS 0.91 format.
- FieldFormTestCase::testFieldFormAccess in modules/
field/ tests/ field.test - Tests fields with no 'edit' access.
- FieldFormTestCase::testFieldFormJSAddMore in modules/
field/ tests/ field.test - FieldFormTestCase::testFieldFormMultipleWidget in modules/
field/ tests/ field.test - Tests widgets handling multiple values.
- FieldFormTestCase::testFieldFormMultivalueWithRequiredRadio in modules/
field/ tests/ field.test - Tests widget handling of multiple required radios.
- FieldFormTestCase::testFieldFormSingle in modules/
field/ tests/ field.test - FieldFormTestCase::testFieldFormUnlimited in modules/
field/ tests/ field.test - FieldFormTestCase::testFieldFormUnlimitedRequired in modules/
field/ tests/ field.test - Tests the position of the required label.
- FieldFormTestCase::testNestedFieldForm in modules/
field/ tests/ field.test - Tests Field API form integration within a subform.
- FieldUIAlterTestCase::testDefaultWidgetPropertiesAlter in modules/
field_ui/ field_ui.test - Tests hook_field_widget_properties_alter() on the default field widget.
- FieldUIManageDisplayTestCase::testFormatterUI in modules/
field_ui/ field_ui.test - Tests formatter settings.
- FieldUIManageFieldsTestCase::addExistingField in modules/
field_ui/ field_ui.test - Tests adding an existing field in another content type.
- FieldUIManageFieldsTestCase::createField in modules/
field_ui/ field_ui.test - Tests adding a new field.
- FieldUIManageFieldsTestCase::manageFieldsPage in modules/
field_ui/ field_ui.test - Tests the manage fields page.
- FieldUIManageFieldsTestCase::testDefaultValue in modules/
field_ui/ field_ui.test - Tests that default value is correctly validated and saved.
- FieldUIManageFieldsTestCase::testHiddenFields in modules/
field_ui/ field_ui.test - Tests that Field UI respects the 'no_ui' option in hook_field_info().
- FieldUIManageFieldsTestCase::testRenameBundle in modules/
field_ui/ field_ui.test - Tests renaming a bundle.
- FieldUIManageFieldsTestCase::updateField in modules/
field_ui/ field_ui.test - Tests editing an existing field.
- FieldUITestCase::fieldUIDeleteField in modules/
field_ui/ field_ui.test - Deletes a field instance through the Field UI.
- FileDownloadTest::checkUrl in modules/
simpletest/ tests/ file.test - Download a file from the URL generated by file_create_url().
- FileDownloadTest::testPrivateFileTransfer in modules/
simpletest/ tests/ file.test - Test the private file transfer system.
- FileFieldAnonymousSubmission::testAnonymousNode in modules/
file/ tests/ file.test - Tests the basic node submission for an anonymous visitor.
- FileFieldAnonymousSubmission::testAnonymousNodeWithFile in modules/
file/ tests/ file.test - Tests file submission for an anonymous visitor.
- FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle in modules/
file/ tests/ file.test - Helper method to test file submissions with missing node titles.
- FileFieldDisplayTestCase::testDefaultFileFieldDisplay in modules/
file/ tests/ file.test - Tests default display of File Field.
- FileFieldDisplayTestCase::testNodeDisplay in modules/
file/ tests/ file.test - Tests normal formatter display on node display.
- FileFieldRevisionTestCase::testRevisions in modules/
file/ tests/ file.test - Tests creating multiple revisions of a node and managing attached files.
- FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit in modules/
file/ tests/ file.test - Helper for testing exploiting the temporary file removal using fid.
- FileFieldWidgetTestCase::testMultiValuedWidget in modules/
file/ tests/ file.test - Tests upload and remove buttons for multiple multi-valued File fields.
- FileFieldWidgetTestCase::testPrivateFileComment in modules/
file/ tests/ file.test - Tests that download restrictions on private files work on comments.
- FileFieldWidgetTestCase::testPrivateFileSetting in modules/
file/ tests/ file.test - Tests a file field with a "Private files" upload destination setting.
- FileFieldWidgetTestCase::testSingleValuedWidget in modules/
file/ tests/ file.test - Tests upload and remove buttons for a single-valued File field.
- FileFieldWidgetTestCase::testWidgetValidation in modules/
file/ tests/ file.test - Tests validation with the Upload button.
- FileManagedFileElementTestCase::testManagedFile in modules/
file/ tests/ file.test - Tests the managed_file element type.
- FileManagedFileElementTestCase::testManagedFileExceedMaximumFileSize in modules/
file/ tests/ file.test - Tests uploading a file that exceeds the maximum file size.
- FilePrivateTestCase::testPrivateFile in modules/
file/ tests/ file.test - Tests file access for file uploaded to a private node.
- FilePrivateTestCase::testPrivateFileDownloadAccessGranted in modules/
file/ tests/ file.test - Tests file access for private nodes when file download access is granted.
- FileTaxonomyTermTestCase::_testTermFile in modules/
file/ tests/ file.test - Runs tests for attaching a file field to a taxonomy term.
- FilledMinimalUpdatePath::testFilledStandardUpdate in modules/
simpletest/ tests/ upgrade/ upgrade.test - Tests a successful point release update.
- FilledStandardUpdatePath::testFilledStandardUpdate in modules/
simpletest/ tests/ upgrade/ upgrade.test - Tests a successful point release update.
- FilterAdminTestCase::testFilterAdmin in modules/
filter/ filter.test - Tests filter administration functionality.
- FilterAdminTestCase::testFormatAdmin in modules/
filter/ filter.test - Tests the format administration functionality.
- FilterCRUDTestCase::testTextFormatCRUD in modules/
filter/ filter.test - Tests CRUD operations for text formats and filters.
- FilterFormatAccessTestCase::testFormatPermissions in modules/
filter/ filter.test - Tests the Filter format access permissions functionality.
- FilterFormatAccessTestCase::testFormatWidgetPermissions in modules/
filter/ filter.test - Tests editing a page using a disallowed text format.
- FilterSecurityTestCase::testDisableFilterModule in modules/
filter/ filter.test - Tests removal of filtered content when an active filter is disabled.
- FormAlterTestCase::testExecutionOrder in modules/
simpletest/ tests/ form.test - Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter().
- FormElementTestCase::testOptions in modules/
simpletest/ tests/ form.test - Tests expansion of #options for #type checkboxes and radios.
- FormsElementsLabelsTestCase::testFormLabels in modules/
simpletest/ tests/ form.test - Test form elements, labels, title attibutes and required marks output correctly and have the correct label option class if needed.
- FormsElementsTableSelectFunctionalTest::testAdvancedSelect in modules/
simpletest/ tests/ form.test - Test the #js_select property.
- FormsElementsTableSelectFunctionalTest::testEmptyText in modules/
simpletest/ tests/ form.test - Test the display of the #empty text when #options is an empty array.
- FormsElementsTableSelectFunctionalTest::testMultipleFalse in modules/
simpletest/ tests/ form.test - Test the display of radios when #multiple is FALSE.
- FormsElementsTableSelectFunctionalTest::testMultipleTrue in modules/
simpletest/ tests/ form.test - Test the display of checkboxes when #multiple is TRUE.
- FormsElementsVerticalTabsFunctionalTest::testJavaScriptOrdering in modules/
simpletest/ tests/ form.test - Ensures that vertical-tabs.js is included before collapse.js.
- FormsFormStoragePageCacheTestCase::testRebuildFormStorageOnCachedPage in modules/
simpletest/ tests/ form.test - Build-id is regenerated when rebuilding cached form.
- FormsFormStoragePageCacheTestCase::testValidateFormStorageOnCachedPage in modules/
simpletest/ tests/ form.test - Build-id is regenerated when validating cached form.
- FormsFormStorageTestCase::testCachedFormStorageValidation in modules/
simpletest/ tests/ form.test - Tests updating cached form storage during form validation.
- FormsFormStorageTestCase::testForm in modules/
simpletest/ tests/ form.test - Tests using the form in a usual way.
- FormsFormStorageTestCase::testFormCached in modules/
simpletest/ tests/ form.test - Tests using the form with an activated $form_state['cache'] property.
- FormsFormStorageTestCase::testImmutableForm in modules/
simpletest/ tests/ form.test - Verifies that form build-id is regenerated when loading an immutable form from the cache.
- FormsFormStorageTestCase::testImmutableFormLegacyProtection in modules/
simpletest/ tests/ form.test - Verify that existing contrib code cannot overwrite immutable form state.
- FormsFormStorageTestCase::testMutableForm in 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 modules/
simpletest/ tests/ form.test - Tests using the form in a usual way.
- FormsRebuildTestCase::testPreserveFormActionAfterAJAX in modules/
simpletest/ tests/ form.test - Tests that a form's action is retained after an Ajax submission.
- FormsTestCase::testDisabledElements in modules/
simpletest/ tests/ form.test - Test handling of disabled elements.
- FormsTestCase::testDisabledMarkup in modules/
simpletest/ tests/ form.test - Verify markup for disabled form elements.
- FormsTestCase::testInputForgery in modules/
simpletest/ tests/ form.test - Test Form API protections against input forgery.
- FormsTestCase::testSelect in modules/
simpletest/ tests/ form.test - Tests validation of #type 'select' elements.
- FormsTriggeringElementTestCase::testAttemptAccessControlBypass in modules/
simpletest/ tests/ form.test - Test that $form_state['triggering_element'] does not get set to a button with #access=FALSE.
- FormValidationTestCase::testMultiFormSameNameErrorClass in modules/
simpletest/ tests/ form.test - Tests error border of multiple fields with same name in a page.
- FormValidationTestCase::testValidate in modules/
simpletest/ tests/ form.test - Tests form alterations by #element_validate, #validate, and form_set_value().
- ForumIndexTestCase::testForumIndexStatus in modules/
forum/ forum.test - Tests the forum index for published and unpublished nodes.
- ForumTestCase::createForumTopic in modules/
forum/ forum.test - Creates forum topic.
- ForumTestCase::deleteForum in modules/
forum/ forum.test - Deletes a forum.
- ForumTestCase::doAdminTests in modules/
forum/ forum.test - Runs admin tests on the admin user.
- ForumTestCase::testForum in modules/
forum/ forum.test - Tests forum functionality through the admin and user interfaces.
- ForumTestCase::verifyForums in modules/
forum/ forum.test - Verifies that the logged in user has access to a forum nodes.
- ForumTestCase::verifyForumView in modules/
forum/ forum.test - Verifies display of forum page.
- ForumTestCase::viewForumTopics in modules/
forum/ forum.test - Views forum topics to test the display of an active forum block.
- ForumUpgradePathTestCase::testForumUpgrade in modules/
simpletest/ tests/ upgrade/ upgrade.forum.test - Test a successful upgrade (no negotiation).
- FrontPageTestCase::testDrupalIsFrontPage in modules/
system/ system.test - Test front page functionality.
- HelpTestCase::testHelp in modules/
help/ help.test - Logs in users, creates dblog events, and tests dblog functionality.
- HelpTestCase::verifyHelp in modules/
help/ help.test - Verifies the logged in user has access to the various help nodes.
- HookBootExitTestCase::testHookBootExit in modules/
simpletest/ tests/ bootstrap.test - Test calling of hook_boot() and hook_exit().
- HtaccessTest::assertFileAccess in modules/
system/ system.test - Asserts that a file exists and requesting it returns a specific response.
- HTMLIdTestCase::testHTMLId in modules/
simpletest/ tests/ form.test - Tests that HTML IDs do not get duplicated when form validation fails.
- ImageAdminStylesUnitTest::testDefaultStyle in modules/
image/ image.test - Test to override, edit, then revert a style.
- ImageAdminStylesUnitTest::testOrphanedEffect in modules/
image/ image.test - Test disabling a module providing an effect in use by an image style.
- ImageAdminStylesUnitTest::testStyle in modules/
image/ image.test - General test to add a style, add/remove/edit effects to it, then delete it.
- ImageAdminStylesUnitTest::testStyleReplacement in modules/
image/ image.test - Test deleting a style and choosing a replacement style.
- ImageAdminUiTestCase::testAddEffectHelpText in modules/
image/ image.test - Test if the help text is available on the add effect form.
- ImageAdminUiTestCase::testEditEffectHelpText in modules/
image/ image.test - Test if the help text is available on the edit effect form.
- ImageDimensionsTestCase::testImageDimensions in modules/
image/ image.test - Test styled image dimensions cumulatively.
- ImageFieldDefaultImagesTestCase::testDefaultImages in modules/
image/ image.test - Tests CRUD for fields and fields instances with default images.
- ImageFieldDisplayTestCase::testImageFieldDefaultImage in modules/
image/ image.test - Test use of a default image with an image field.
- ImageFieldDisplayTestCase::testImageFieldSettings in modules/
image/ image.test - Tests for image field settings.
- ImageFieldDisplayTestCase::testMissingImageFieldDisplay in modules/
image/ image.test - Tests the display of image field with the missing FID.
- ImageFieldDisplayTestCase::_testImageFieldFormatters in modules/
image/ image.test - Test image formatters on node display.
- ImageStylesHTTPHeadersTestCase::_testImageStyleUrlAndPath in modules/
image/ image.test - Function to scale and test.
- ImageStylesPathAndUrlTestCase::testImageContentTypeHeaders in modules/
image/ image.test - Test that we do not pass an array to drupal_add_http_header.
- ImageStylesPathAndUrlTestCase::testImageStyleUrlForMissingSourceImage in modules/
image/ image.test - Test that an invalid source image returns a 404.
- ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in modules/
image/ image.test - Test image_style_url().
- ImportOPMLTestCase::openImportForm in modules/
aggregator/ aggregator.test - Opens OPML import form.
- IPAddressBlockingTestCase::testIPAddressValidation in modules/
system/ system.test - Test a variety of user input to confirm correct validation and saving of data.
- JavaScriptTestCase::testAddJsFileWithQueryString in modules/
simpletest/ tests/ common.test - Tests that the query string remains intact when adding JavaScript files that have query string parameters.
- JavaScriptTestCase::testDoubleSubmitFormProtection in modules/
simpletest/ tests/ common.test - Tests the double submit form protection and 'javascript_use_double_submit_protection' variable.
- JavaScriptTestCase::testJavaScriptAlwaysUseJQuery in modules/
simpletest/ tests/ common.test - Test the 'javascript_always_use_jquery' variable.
- JavaScriptTestCase::testSetHasJsCookie in modules/
simpletest/ tests/ common.test - Tests that the set_has_js_cookie variable is reflected in Drupal.settings.
- ListFieldUITestCase::testDynamicListAllowedValuesText in modules/
field/ modules/ list/ tests/ list.test - List (text) : test 'allowed values function' input.
- ListFieldUITestCase::testListAllowedValuesBoolean in modules/
field/ modules/ list/ tests/ list.test - List (boolen) : test 'On/Off' values input.
- LocaleCommentLanguageFunctionalTest::testCommentLanguage in modules/
locale/ locale.test - Test that comment language is properly set.
- LocaleConfigurationTest::testLanguageConfiguration in modules/
locale/ locale.test - Functional tests for adding, editing and deleting languages.
- LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in modules/
locale/ locale.test - Test if a content type can be set to multilingual and language setting is present on node add and edit forms.
- LocaleContentFunctionalTest::testMachineNameLTR in modules/
locale/ locale.test - Verifies that machine name fields are always LTR.
- LocaleCSSAlterTest::testCSSFilesOrderInRTLMode in modules/
locale/ locale.test - Verifies that -rtl.css file is added directly after LTR .css file.
- LocaleDateFormatsFunctionalTest::testLocalizeDateFormats in modules/
locale/ locale.test - Functional tests for localizing date formats.
- LocaleLanguageNegotiationInfoFunctionalTest::languageNegotiationUpdate in modules/
locale/ locale.test - Update language types/negotiation information.
- LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in modules/
locale/ locale.test - Tests alterations to language types/negotiation info.
- LocaleLanguageSwitchingFunctionalTest::testLanguageBlock in modules/
locale/ locale.test - Functional tests for the language switcher block.
- LocaleMultilingualFieldsFunctionalTest::testMultilingualDisplaySettings in modules/
locale/ locale.test - LocaleMultilingualFieldsFunctionalTest::testMultilingualNodeForm in modules/
locale/ locale.test - Test if field languages are correctly set through the node form.
- LocalePathFunctionalTest::testPathLanguageConfiguration in modules/
locale/ locale.test - Test if a language can be associated with a path alias.
- LocalePluralFormatTest::testGetPluralFormat in modules/
locale/ locale.test - Tests locale_get_plural() functionality.
- LocaleTranslationFunctionalTest::testJavaScriptTranslation in modules/
locale/ locale.test - LocaleTranslationFunctionalTest::testStringTranslation in modules/
locale/ locale.test - Adds a language and tests string translation by users with the appropriate permissions.
- LocaleUILanguageNegotiationTest::runTest in modules/
locale/ locale.test - LocaleUILanguageNegotiationTest::testUILanguageNegotiation in modules/
locale/ locale.test - Tests for language switching by URL path.
- LocaleUILanguageNegotiationTest::testUrlLanguageFallback in modules/
locale/ locale.test - Test URL language detection when the requested URL has no language.
- LocaleUninstallFunctionalTest::testUninstallProcess in modules/
locale/ locale.test - Check if the values of the Locale variables are correct after uninstall.
- LocaleUpgradePathTestCase::assertPageInLanguage in modules/
simpletest/ tests/ upgrade/ upgrade.locale.test - Asserts that a page exists and is in the specified language.
- LocaleUpgradePathTestCase::testLocaleUpgrade in modules/
simpletest/ tests/ upgrade/ upgrade.locale.test - Test a successful upgrade (no negotiation).
- LocaleUpgradePathTestCase::testLocaleUpgradeDomain in modules/
simpletest/ tests/ upgrade/ upgrade.locale.test - Test an upgrade with domain-based negotiation.
- LocaleUpgradePathTestCase::testLocaleUpgradePathDefault in modules/
simpletest/ tests/ upgrade/ upgrade.locale.test - Test an upgrade with path-based negotiation.
- LocaleUrlRewritingTest::checkUrl in modules/
locale/ locale.test - Check URL rewriting for the given language.
- LocaleUserCreationTest::testLocalUserCreation in modules/
locale/ locale.test - Functional test for language handling during user creation.
- LocaleUserLanguageFunctionalTest::testUserLanguageConfiguration in modules/
locale/ locale.test - Test if user can change their default language.
- LockFunctionalTest::testLockAcquire in modules/
simpletest/ tests/ lock.test - Confirm that we can acquire and release locks in two parallel requests.
- MenuNodeTestCase::testMenuNodeFormWidget in modules/
menu/ menu.test - Test creating, editing, deleting menu links via node form widget.
- MenuRebuildTestCase::testMenuRebuildByVariable in modules/
simpletest/ tests/ menu.test - Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call.
- MenuRouterTestCase::menuItemTitlesCasesHelper in modules/
simpletest/ tests/ menu.test - Get a URL and assert the title given a case number. If override is true, the title is asserted to begin with "Alternative".
- MenuRouterTestCase::testAuthUserUserLogin in 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::testExoticPath in modules/
simpletest/ tests/ menu.test - Test path containing "exotic" characters.
- MenuRouterTestCase::testFileInheritance in modules/
simpletest/ tests/ menu.test - Test that 'page callback', 'file' and 'file path' keys are properly inherited from parent menu paths.
- MenuRouterTestCase::testHookCustomTheme in modules/
simpletest/ tests/ menu.test - Test that hook_custom_theme() can control the theme of a page.
- MenuRouterTestCase::testMaintenanceModeLoginPaths in modules/
simpletest/ tests/ menu.test - Make sure the maintenance mode can be bypassed using hook_menu_site_status_alter().
- MenuRouterTestCase::testMenuGetItemNoAncestors in modules/
simpletest/ tests/ menu.test - Test menu_get_item() with empty ancestors.
- MenuRouterTestCase::testMenuLinkMaintain in modules/
simpletest/ tests/ menu.test - Tests for menu_link_maintain().
- MenuRouterTestCase::testMenuLinkOptions in modules/
simpletest/ tests/ menu.test - Test menu link 'options' storage and rendering.
- MenuRouterTestCase::testThemeCallbackAdministrative in modules/
simpletest/ tests/ menu.test - Test the theme callback when it is set to use an administrative theme.
- MenuRouterTestCase::testThemeCallbackFakeTheme in modules/
simpletest/ tests/ menu.test - Test the theme callback when it is set to use a theme that does not exist.
- MenuRouterTestCase::testThemeCallbackHookCustomTheme in modules/
simpletest/ tests/ menu.test - Test that the theme callback wins out over hook_custom_theme().
- MenuRouterTestCase::testThemeCallbackInheritance in modules/
simpletest/ tests/ menu.test - Test that the theme callback is properly inherited.
- MenuRouterTestCase::testThemeCallbackMaintenanceMode in modules/
simpletest/ tests/ menu.test - Test the theme callback when the site is in maintenance mode.
- MenuRouterTestCase::testThemeCallbackNoThemeRequested in modules/
simpletest/ tests/ menu.test - Test the theme callback when no theme is requested.
- MenuRouterTestCase::testThemeCallbackOptionalTheme in modules/
simpletest/ tests/ menu.test - Test the theme callback when it is set to use an optional theme.
- MenuRouterTestCase::testTitleCallbackFalse in modules/
simpletest/ tests/ menu.test - Test title callback set to FALSE.
- MenuRouterTestCase::testTitleMenuCallback in modules/
simpletest/ tests/ menu.test - Tests page title of MENU_CALLBACKs.
- MenuTestCase::addCustomMenu in modules/
menu/ menu.test - Add custom menu.
- MenuTestCase::addCustomMenuCRUD in modules/
menu/ menu.test - Add custom menu using CRUD functions.
- MenuTestCase::addMenuLink in modules/
menu/ menu.test - Add a menu link using the menu module UI.
- MenuTestCase::deleteMenuLink in modules/
menu/ menu.test - Delete a menu link using the menu module UI.
- MenuTestCase::modifyMenuLink in modules/
menu/ menu.test - Modify a menu link using the menu module UI.
- MenuTestCase::resetMenuLink in modules/
menu/ menu.test - Reset a standard menu link using the menu module UI.
- MenuTestCase::testMenu in modules/
menu/ menu.test - Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
- MenuTestCase::testMenuQueryAndFragment in modules/
menu/ menu.test - Add and remove a menu link with a query string and fragment.
- MenuTestCase::testNavigationAsSecondaryMenu in modules/
menu/ menu.test - Tries to use the navigation menu as the source for secondary links.
- MenuTestCase::testUnpublishedNodeMenuItem in modules/
menu/ menu.test - Tests that menu admin lists can include menu items for unpublished nodes.
- MenuTestCase::toggleMenuLink in modules/
menu/ menu.test - Alternately disable and enable a menu link.
- MenuTestCase::verifyAccess in modules/
menu/ menu.test - Verify the logged in user has the desired access to the various menu nodes.
- MenuTestCase::verifyMenuLink in modules/
menu/ menu.test - Verify a menu link using the menu module UI.
- MenuTrailTestCase::testCustom403And404Pages in modules/
simpletest/ tests/ menu.test - Tests that the active trail works correctly on custom 403 and 404 pages.
- MenuUpgradePathTestCase::testMenuUpgrade in modules/
simpletest/ tests/ upgrade/ upgrade.menu.test - Test a successful upgrade.
- MenuWebTestCase::assertBreadcrumb in modules/
simpletest/ tests/ menu.test - Assert that a given path shows certain breadcrumb links.
- ModuleDependencyTestCase::testIncompatibleCoreVersionDependency in modules/
system/ system.test - Tests enabling a module that depends on a module with an incompatible core version.
- ModuleDependencyTestCase::testIncompatibleModuleVersionDependency in modules/
system/ system.test - Tests enabling a module that depends on an incompatible version of a module.
- ModuleDependencyTestCase::testMissingModules in modules/
system/ system.test - Attempt to enable a module with a missing dependency.
- ModuleDependencyTestCase::testUninstallDependents in modules/
system/ system.test - Tests attempting to uninstall a module that has installed dependents.
- ModuleProvidedThemeEngineTestCase::testEngineIsFoundAndWorking in modules/
simpletest/ tests/ theme.test - Ensures that the module provided theme engine is found and used by core.
- ModuleRequiredTestCase::testDisableRequired in modules/
system/ system.test - Assert that core required modules cannot be disabled.
- ModuleUnitTest::testModuleImplements in modules/
simpletest/ tests/ module.test - Test module_implements() caching.
- ModuleUnitTest::testModuleInvoke in modules/
simpletest/ tests/ module.test - Test that module_invoke() can load a hook defined in hook_hook_info().
- ModuleUnitTest::testModuleInvokeAll in modules/
simpletest/ tests/ module.test - Test that module_invoke_all() can load a hook defined in hook_hook_info().
- ModuleUnitTest::testSystemModulesBrokenConfigure in modules/
simpletest/ tests/ module.test - Test system_modules() with a module with a broken configure path.
- ModuleUnitTest::testSystemModulesNullVersion in modules/
simpletest/ tests/ module.test - Test system_modules() with a module with a dependency with a null version.
- ModuleVersionTestCase::testModuleVersions in modules/
system/ system.test - Test version dependencies.
- NodeAccessBaseTableTestCase::assertTaxonomyPage in modules/
node/ node.test - Checks taxonomy/term listings to ensure only accessible nodes are listed.
- NodeAccessBaseTableTestCase::testNodeAccessBasic in modules/
node/ node.test - Tests the "private" node access functionality.
- NodeAccessFieldTestCase::testNodeAccessAdministerField in modules/
node/ node.test - Tests administering fields when node access is restricted.
- NodeAccessPagerTestCase::testCommentPager in modules/
node/ node.test - Tests the comment pager for nodes with multiple grants per realm.
- NodeAccessPagerTestCase::testForumPager in modules/
node/ node.test - Tests the forum node pager for nodes with multiple grants per realm.
- NodeAccessRebuildTestCase::testNodeAccessRebuild in modules/
node/ node.test - Tests rebuilding the node access permissions table.
- NodeAdminTestCase::testContentAdminPages in modules/
node/ node.test - Tests content overview with different user permissions.
- NodeAdminTestCase::testContentAdminSort in modules/
node/ node.test - Tests that the table sorting works on the content admin pages.
- NodeBlockFunctionalTest::testRecentNodeBlock in modules/
node/ node.test - Tests the recent comments block.
- NodeBodyUpgradePathTestCase::testNodeBodyUpgrade in modules/
simpletest/ tests/ upgrade/ upgrade.node.test - Test a successful upgrade.
- NodeEntityFieldQueryAlter::testNodeQueryAlterWithUI in modules/
node/ node.test - Tests that node access permissions are followed.
- NodeEntityViewModeAlterTest::testNodeViewModeChange in modules/
node/ node.test - Create a "Basic page" node and verify its consistency in the database.
- NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField in modules/
node/ node.test - Tests fields that were previously hidden when the view mode is changed.
- NodeLoadMultipleTestCase::testNodeMultipleLoad in modules/
node/ node.test - Create four nodes and ensure they're loaded correctly.
- NodeMultiByteUtf8Test::testMultiByteUtf8 in modules/
node/ node.test - Tests that multi-byte UTF-8 characters are stored and retrieved correctly.
- NodePageCacheTest::testNodeDelete in modules/
node/ node.test - Tests deleting nodes clears page cache.
- NodeQueryAlter::testNodeQueryAlterWithUI in modules/
node/ node.test - Tests that node access permissions are followed.
- NodeRevisionsTestCase::testNodeRevisionWithoutLogMessage in modules/
node/ node.test - Checks that revisions are correctly saved without log messages.
- NodeRevisionsTestCase::testRevisions in modules/
node/ node.test - Checks node revision related operations.
- NodeRSSContentTestCase::testNodeRSSContent in modules/
node/ node.test - Ensures that a new node includes the custom data when added to an RSS feed.
- NodeTitleTestCase::testNodeTitle in modules/
node/ node.test - Creates one node and tests if the node title has the correct value.
- NodeTitleXSSTestCase::testNodeTitleXSS in modules/
node/ node.test - Tests XSS functionality with a node entity.
- NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in modules/
node/ node.test - Tests that node type customizations persist through disable and uninstall.
- NodeTypeTestCase::testNodeTypeCreation in modules/
node/ node.test - Tests creating a content type programmatically and via a form.
- NodeTypeTestCase::testNodeTypeDeletion in modules/
node/ node.test - Tests deleting a content type that still has content.
- NodeTypeTestCase::testNodeTypeEditing in modules/
node/ node.test - Tests editing a node type using the UI.
- NoHelpTestCase::testMainPageNoHelp in modules/
help/ help.test - Ensures modules not implementing help do not appear on admin/help.
- NonDefaultBlockAdmin::testNonDefaultBlockAdmin in modules/
block/ block.test - Test non-default theme admin.
- NumberFieldTestCase::testNumberDecimalField in modules/
field/ modules/ number/ number.test - Test number_decimal field.
- NumberFieldTestCase::testNumberIntegerField in modules/
field/ modules/ number/ number.test - Test number_integer field.
- OpenIDFunctionalTestCase::testBlockedUserLogin in modules/
openid/ openid.test - Test that a blocked user cannot log in.
- OpenIDRegistrationTestCase::testRegisterUserWithEmailVerification in modules/
openid/ openid.test - Test OpenID auto-registration with e-mail verification enabled.
- OpenIDRegistrationTestCase::testRegisterUserWithInvalidSreg in modules/
openid/ openid.test - Test OpenID auto-registration with a provider that supplies invalid SREG information (a username that is already taken, and no e-mail address).
- OpenIDRegistrationTestCase::testRegisterUserWithoutSreg in modules/
openid/ openid.test - Test OpenID auto-registration with a provider that does not supply SREG information (i.e. no username or e-mail address).
- OptionsSelectDynamicValuesTestCase::testSelectListDynamic in modules/
field/ modules/ options/ options.test - Tests the 'options_select' widget (single select).
- OptionsWidgetsTestCase::testCheckBoxes in modules/
field/ modules/ options/ options.test - Tests the 'options_buttons' widget (multiple select).
- OptionsWidgetsTestCase::testOnOffCheckbox in modules/
field/ modules/ options/ options.test - Tests the 'options_onoff' widget.
- OptionsWidgetsTestCase::testRadioButtons in modules/
field/ modules/ options/ options.test - Tests the 'options_buttons' widget (single select).
- OptionsWidgetsTestCase::testSelectListMultiple in modules/
field/ modules/ options/ options.test - Tests the 'options_select' widget (multiple select).
- OptionsWidgetsTestCase::testSelectListSingle in modules/
field/ modules/ options/ options.test - Tests the 'options_select' widget (single select).
- PageEditTestCase::testPageAuthoredBy in modules/
node/ node.test - Tests changing a node's "authored by" field.
- PageEditTestCase::testPageEdit in modules/
node/ node.test - Checks node edit functionality.
- PageNotFoundTestCase::testPageNotFound in modules/
system/ system.test - PagerFunctionalWebTestCase::testActiveClass in modules/
simpletest/ tests/ pager.test - Tests markup and CSS classes of pager links.
- PageTitleFiltering::testTitleTags in modules/
system/ system.test - Tests the handling of HTML by drupal_set_title() and drupal_get_title()
- PageTitleFiltering::testTitleXSS in modules/
system/ system.test - Test if the title of the site is XSS proof.
- PageViewTestCase::testPageView in modules/
node/ node.test - Tests an anonymous and unpermissioned user attempting to edit the node.
- PathLanguageTestCase::testAliasTranslation in modules/
path/ path.test - Test alias functionality through the admin interfaces.
- PathLanguageUITestCase::testDefaultLanguageURLs in modules/
path/ path.test - Tests that a default language URL alias works.
- PathLanguageUITestCase::testLanguageNeutralURLs in modules/
path/ path.test - Tests that a language-neutral URL alias works.
- PathLanguageUITestCase::testNonDefaultURLs in modules/
path/ path.test - Tests that a non-default language URL alias works.
- PathMonolingualTestCase::testPageLinks in modules/
path/ path.test - Verifies that links do not have language prefixes in them.
- PathTaxonomyTermTestCase::testTermAlias in modules/
path/ path.test - Tests alias functionality through the admin interfaces.
- PathTestCase::testAdminAlias in modules/
path/ path.test - Tests alias functionality through the admin interfaces.
- PathTestCase::testNodeAlias in modules/
path/ path.test - Tests alias functionality through the node interfaces.
- PathTestCase::testPathCache in modules/
path/ path.test - Tests the path cache.
- PHPAccessTestCase::testNoPrivileges in modules/
php/ php.test - Makes sure that the user can't use the PHP filter when not given access.
- PHPFilterTestCase::testPHPFilter in modules/
php/ php.test - Makes sure that the PHP filter evaluates PHP code when used.
- PHPTestCase::setUp in modules/
php/ php.test - Sets up a Drupal site for running functional and integration tests.
- PollBlockTestCase::testRecentBlock in modules/
poll/ poll.test - PollCreateTestCase::testPollClose in modules/
poll/ poll.test - PollCreateTestCase::testPollCreate in modules/
poll/ poll.test - PollDeleteChoiceTestCase::testChoiceRemoval in modules/
poll/ poll.test - PollExpirationTestCase::testAutoExpire in modules/
poll/ poll.test - PollJSAddChoice::testAddChoice in modules/
poll/ poll.test - Test adding a new choice.
- PollTestCase::pollCreate in modules/
poll/ poll.test - Creates a poll.
- PollTranslateTestCase::testPollTranslate in modules/
poll/ poll.test - Tests poll creation and translation.
- PollUpgradePathTestCase::testPollUpgrade in modules/
simpletest/ tests/ upgrade/ upgrade.node.test - Test a successful upgrade.
- PollUpgradePathTestCase::testPollUpgrade in modules/
simpletest/ tests/ upgrade/ upgrade.poll.test - Test a successful upgrade.
- PollVoteCheckHostname::testHostnamePollVote in modules/
poll/ poll.test - Check that anonymous users with same ip cannot vote on poll more than once unless user is logged in.
- PollVoteTestCase::testPollVote in modules/
poll/ poll.test - ProfileBlockTestCase::testAuthorInformationBlock in modules/
profile/ profile.test - ProfileTestAutocomplete::testAutocomplete in modules/
profile/ profile.test - Tests profile field autocompletion and access.
- ProfileTestBrowsing::testProfileBrowsing in modules/
profile/ profile.test - Test profile browsing.
- ProfileTestCase::createProfileField in modules/
profile/ profile.test - Create a profile field.
- ProfileTestCase::deleteProfileField in modules/
profile/ profile.test - Delete a profile field.
- ProfileTestCase::setProfileField in modules/
profile/ profile.test - Set the profile field to a random value
- ProfileTestCase::updateProfileField in modules/
profile/ profile.test - Update a profile field.
- ProfileTestDate::testProfileDateField in modules/
profile/ profile.test - Create a date field, give it a value, update and delete the field.
- ProfileTestWeights::testProfileFieldWeights in modules/
profile/ profile.test - RdfCommentAttributesTestCase::testCommentRdfaMarkup in modules/
rdf/ rdf.test - Tests the presence of the RDFa markup for the title, date and author and homepage on registered users and anonymous comments.
- RdfCommentAttributesTestCase::testCommentReplyOfRdfaMarkup in modules/
rdf/ rdf.test - Test RDF comment replies.
- RdfCommentAttributesTestCase::testNumberOfCommentsRdfaMarkup in modules/
rdf/ rdf.test - Tests the presence of the RDFa markup for the number of comments.
- RdfMappingDefinitionTestCase::testAttributesInMarkup1 in modules/
rdf/ rdf.test - Create a node of type blog and test whether the RDF mapping defined for this node type in rdf_test.module is used in the node page.
- RdfMappingDefinitionTestCase::testAttributesInMarkup2 in modules/
rdf/ rdf.test - Create a content type and a node of type test_bundle_hook_install and test whether the RDF mapping defined in rdf_test.install is used.
- RdfMappingDefinitionTestCase::testAttributesInMarkup3 in modules/
rdf/ rdf.test - Create a random content type and node and ensure the default mapping for node is used.
- RdfMappingDefinitionTestCase::testTaxonomyTermRdfaAttributes in modules/
rdf/ rdf.test - Creates a random term and ensures the right RDFa markup is used.
- RdfMappingDefinitionTestCase::testUserAttributesInMarkup in modules/
rdf/ rdf.test - Create a random user and ensure the default mapping for user is used.
- RdfRdfaMarkupTestCase::testAttributesInMarkupFile in modules/
rdf/ rdf.test - Ensure that file fields have the correct resource as the object in RDFa when displayed as a teaser.
- RdfTrackerAttributesTestCase::_testBasicTrackerRdfaMarkup in modules/
rdf/ rdf.test - Helper function for testAttributesInTracker().
- RemoveFeedTestCase::testRemoveFeed in modules/
aggregator/ aggregator.test - Removes a feed and ensures that all of its services are removed.
- SearchAdvancedSearchForm::testNodeType in modules/
search/ 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 "Basic page".
- SearchBlockTestCase::testBlock in modules/
search/ search.test - Test that the search block form works correctly.
- SearchCommentTestCase::testAddNewComment in modules/
search/ search.test - Verify that 'add new comment' does not appear in search results or index.
- SearchCommentTestCase::testSearchResultsCommentAccess in modules/
search/ search.test - Verify access rules for comment indexing with different permissions.
- SearchConfigSettingsForm::testSearchModuleDisabling in modules/
search/ search.test - Verify that you can disable individual search modules.
- SearchConfigSettingsForm::testSearchSettingsPage in modules/
search/ search.test - Verify the search settings form.
- SearchEmbedForm::testEmbeddedForm in modules/
search/ search.test - Tests that the embedded form appears and can be submitted.
- SearchKeywordsConditions::testSearchKeyswordsConditions in modules/
search/ search.test - Verify the kewords are captured and conditions respected.
- SearchLanguageTestCase::testLanguages in modules/
search/ search.test - SearchNumberMatchingTestCase::setUp in modules/
search/ search.test - Sets up a Drupal site for running functional and integration tests.
- SearchNumbersTestCase::setUp in modules/
search/ search.test - Sets up a Drupal site for running functional and integration tests.
- SearchPageOverride::testSearchPageHook in modules/
search/ search.test - SearchPageText::testSearchText in modules/
search/ search.test - Tests the failed search text, and various other text on the search page.
- SearchRankingTestCase::testRankings in modules/
search/ search.test - SessionHttpsTestCase::testEmptySessionId in modules/
simpletest/ tests/ session.test - Tests that empty session IDs do not cause unrelated sessions to load.
- SessionHttpsTestCase::testHttpsSession in modules/
simpletest/ tests/ session.test - SessionTestCase::sessionReset in modules/
simpletest/ tests/ session.test - Reset the cookie file so that it refers to the specified user.
- SessionTestCase::testDataPersistence in modules/
simpletest/ tests/ session.test - Test data persistence via the session_test module callbacks.
- SessionTestCase::testEmptyAnonymousSession in modules/
simpletest/ tests/ session.test - Test that empty anonymous sessions are destroyed.
- SessionTestCase::testEmptySessionID in modules/
simpletest/ tests/ session.test - Test that empty session IDs are not allowed.
- SessionTestCase::testHashedSessionIds in modules/
simpletest/ tests/ session.test - Test hashing of session ids in the database.
- SessionTestCase::testHashedSessionIdsOptOut in modules/
simpletest/ tests/ session.test - Test opt-out of hashing of session ids in the database.
- SessionTestCase::testSameSiteCookieAttributeNoneSecure in modules/
simpletest/ tests/ session.test - Test SameSite attribute = None by default on Secure session cookies.
- SessionTestCase::testSamesiteCookieLogoutLax in modules/
simpletest/ tests/ session.test - Test SameSite attribute = Lax on set-cookie header on logout.
- SessionTestCase::testSessionSaveRegenerate in modules/
simpletest/ tests/ session.test - Tests for drupal_save_session() and drupal_session_regenerate().
- SessionTestCase::testSessionWrite in modules/
simpletest/ tests/ session.test - Test that sessions are only saved when necessary.
- ShortcutLinksTestCase::testNoShortcutLink in modules/
shortcut/ shortcut.test - Tests that the add shortcut link is not displayed for 404/403 errors.
- ShortcutLinksTestCase::testShortcutQuickLink in modules/
shortcut/ shortcut.test - Tests that the "add to shortcut" link changes to "remove shortcut".
- ShortcutSetsTestCase::testShortcutSetAdd in modules/
shortcut/ shortcut.test - Tests creating a shortcut set.
- ShortcutSetsTestCase::testShortcutSetDeleteDefault in modules/
shortcut/ shortcut.test - Tests deleting the default shortcut set.
- ShutdownFunctionsTest::testShutdownFunctions in modules/
system/ system.test - Test shutdown functions.
- SimpleTestBrowserTestCase::testGetAbsoluteUrl in modules/
simpletest/ simpletest.test - Test DrupalWebTestCase::getAbsoluteUrl().
- SimpleTestDiscoveryTestCase::testDiscovery in modules/
simpletest/ simpletest.test - Tests existence of test cases.
- SimpleTestFunctionalTest::testInternalBrowser in modules/
simpletest/ simpletest.test - Test the internal browsers functionality.
- SimpleTestFunctionalTest::testUserAgentValidation in modules/
simpletest/ simpletest.test - Test validation of the User-Agent header we use to perform test requests.
- SimpleTestFunctionalTest::testWebTestRunner in modules/
simpletest/ simpletest.test - Make sure that tests selected through the web interface are run and that the results are displayed correctly.
- SimpleTestInstallationProfileModuleTestsTestCase::testInstallationProfileTests in modules/
simpletest/ simpletest.test - Tests existence of test case located in an installation profile module.
- SimpleTestOtherInstallationProfileModuleTestsTestCase::testOtherInstallationProfile in modules/
simpletest/ simpletest.test - Tests that tests located in another installation profile do not appear.
- SiteMaintenanceTestCase::testCronSiteMaintenance in modules/
system/ system.test - Verify access to cron.php with custom 403 page during maintenance mode.
- SiteMaintenanceTestCase::testSiteMaintenance in modules/
system/ system.test - Verify site maintenance mode functionality.
- StatisticsAdminTestCase::testDeleteNode in modules/
statistics/ statistics.test - Tests that when a node is deleted, the node counter is deleted too.
- StatisticsAdminTestCase::testDeleteUser in modules/
statistics/ statistics.test - Tests that accesslog reflects when a user is deleted.
- StatisticsAdminTestCase::testExpiredLogs in modules/
statistics/ statistics.test - Tests that cron clears day counts and expired access logs.
- StatisticsAdminTestCase::testStatisticsSettings in modules/
statistics/ statistics.test - Verifies that the statistics settings page works.
- StatisticsBlockVisitorsTestCase::testIPAddressBlocking in modules/
statistics/ statistics.test - Blocks an IP address via the top visitors report and then unblocks it.
- StatisticsLoggingTestCase::testLogging in modules/
statistics/ statistics.test - Verifies request logging for cached and uncached pages.
- StatisticsReportsTestCase::testAccessLogging in modules/
statistics/ statistics.test - Verifies that access logging is working and is reported correctly.
- StatisticsReportsTestCase::testDetails in modules/
statistics/ statistics.test - Verifies that 'Details' page renders properly and displays the added hit.
- StatisticsReportsTestCase::testPopularContentBlock in modules/
statistics/ statistics.test - Tests the "popular content" block.
- StatisticsReportsTestCase::testRecentHits in modules/
statistics/ statistics.test - Verifies that 'Recent hits' renders properly and displays the added hit.
- StatisticsReportsTestCase::testTopPages in modules/
statistics/ statistics.test - Verifies that 'Top pages' renders properly and displays the added hit.
- StatisticsReportsTestCase::testTopReferrers in modules/
statistics/ statistics.test - Verifies that 'Top referrers' renders properly and displays the added hit.
- StatisticsTokenReplaceTestCase::testStatisticsTokenReplacement in modules/
statistics/ statistics.test - Creates a node, then tests the statistics tokens generated from it.
- SummaryLengthTestCase::testSummaryLength in modules/
node/ node.test - Tests the node summary length functionality.
- SyslogTestCase::testSettings in modules/
syslog/ syslog.test - Tests the syslog settings page.
- SystemAdminTestCase::testAdminPages in modules/
system/ system.test - Tests output on administrative listing pages.
- SystemAdminTestCase::testAdminPhpInfo in modules/
system/ system.test - Test the phpinfo() page.
- SystemAdminTestCase::testCompactMode in modules/
system/ system.test - Test compact mode.
- SystemAuthorizeCase::drupalGetAuthorizePHP in modules/
system/ system.test - Helper function to initialize authorize.php and load it via drupalGet().
- SystemBlockTestCase::testSystemBlocks in modules/
system/ system.test - Test displaying and hiding the powered-by and help blocks.
- SystemIndexPhpTest::testIndexPhpHandling in modules/
system/ system.test - Test index.php handling.
- SystemMainContentFallback::testMainContentFallback in modules/
system/ system.test - Test availability of main content.
- SystemThemeFunctionalTest::testAdministrationTheme in modules/
system/ system.test - Test the administration theme functionality.
- SystemThemeFunctionalTest::testPerThemeSettings in modules/
system/ system.test - Test the individual per-theme settings form.
- SystemThemeFunctionalTest::testSwitchDefaultTheme in modules/
system/ system.test - Test switching the default theme.
- SystemThemeFunctionalTest::testThemeSettings in modules/
system/ system.test - Test the theme settings form.
- TaxonomyPrivateFileTestCase::testTaxonomyImageAccess in modules/
taxonomy/ taxonomy.test - Tests access to a private file on a taxonomy term entity.
- TaxonomyRSSTestCase::testTaxonomyRSS in modules/
taxonomy/ taxonomy.test - Tests that terms added to nodes are displayed in core RSS feed.
- TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in modules/
taxonomy/ taxonomy.test - Tests term reference field and widget with multiple vocabularies.
- TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets in modules/
taxonomy/ taxonomy.test - Test widgets.
- TaxonomyTermIndexTestCase::testTaxonomyTermHierarchyBreadcrumbs in modules/
taxonomy/ taxonomy.test - Tests that there is a link to the parent term on the child term page.
- TaxonomyTermTestCase::testNodeTermCreationAndDeletion in modules/
taxonomy/ taxonomy.test - Test term creation with a free-tagging vocabulary from the node form.
- TaxonomyTermTestCase::testTaxonomyNode in modules/
taxonomy/ taxonomy.test - Test that hook_node_$op implementations work correctly.
- TaxonomyTermTestCase::testTaxonomySelectNodesAlter in modules/
taxonomy/ taxonomy.test - Tests that taxonomy term detail page is working even after the default taxonomy_select_nodes() query is altered.
- TaxonomyTermTestCase::testTaxonomyTermsOverviewPage in modules/
taxonomy/ taxonomy.test - Test multiple forms on taxonomy terms overview page.
- TaxonomyTermTestCase::testTermAutocompletion in modules/
taxonomy/ taxonomy.test - Tests term autocompletion edge cases with slashes in the names.
- TaxonomyTermTestCase::testTermInterface in modules/
taxonomy/ taxonomy.test - Save, edit and delete a term using the user interface.
- TaxonomyTermTestCase::testTermReorder in modules/
taxonomy/ taxonomy.test - Save, edit and delete a term using the user interface.
- TaxonomyThemeTestCase::testTaxonomyTermThemes in modules/
taxonomy/ taxonomy.test - Test the theme used when adding, viewing and editing taxonomy terms.
- TaxonomyVocabularyFunctionalTest::testTaxonomyAdminNoVocabularies in modules/
taxonomy/ taxonomy.test - Test the vocabulary overview with no vocabularies.
- TaxonomyVocabularyFunctionalTest::testVocabularyInterface in modules/
taxonomy/ taxonomy.test - Create, edit and delete a vocabulary via the user interface.
- TextFieldTestCase::_testTextfieldWidgets in modules/
field/ modules/ text/ text.test - Helper function for testTextfieldWidgets().
- TextFieldTestCase::_testTextfieldWidgetsFormatted in modules/
field/ modules/ text/ text.test - Helper function for testTextfieldWidgetsFormatted().
- TextTranslationTestCase::testTextField in modules/
field/ modules/ text/ text.test - Test that a plaintext textfield widget is correctly populated.
- TextTranslationTestCase::testTextFieldFormatted in modules/
field/ modules/ text/ 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 modules/
simpletest/ tests/ theme.test - Tests debug markup added to template output.
- ThemeFastTestCase::testUserAutocomplete in modules/
simpletest/ tests/ theme.test - Tests access to user autocompletion and verify the correct results.
- ThemeHookInitTestCase::testThemeInitializationHookInit in modules/
simpletest/ tests/ theme.test - Test that the theme system can generate output when called by hook_init().
- ThemeTestCase::testAlter in modules/
simpletest/ tests/ theme.test - Ensures theme hook_*_alter() implementations can run before anything is rendered.
- ThemeTestCase::testCSSOverride in 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.
- ThemeTestCase::testDrupalAddRegionContent in modules/
simpletest/ tests/ theme.test - Test the drupal_add_region_content() function.
- ThemeTestCase::testPreprocessForSuggestions in modules/
simpletest/ tests/ theme.test - Ensures preprocess functions run even for suggestion implementations.
- ToolbarTestCase::testToolbarCollapsedCookie in modules/
toolbar/ toolbar.test - Tests toggling the toolbar collapsed cookie.
- TrackerTest::testTrackerAdminUnpublish in modules/
tracker/ tracker.test - Tests that publish/unpublish works at admin/content/node.
- TrackerTest::testTrackerAll in modules/
tracker/ tracker.test - Tests for the presence of nodes on the global tracker listing.
- TrackerTest::testTrackerCronIndexing in modules/
tracker/ tracker.test - Tests that existing nodes are indexed by cron.
- TrackerTest::testTrackerNewComments in modules/
tracker/ tracker.test - Tests for comment counters on the tracker listing.
- TrackerTest::testTrackerNewNodes in modules/
tracker/ tracker.test - Tests for the presence of the "new" flag for nodes.
- TrackerTest::testTrackerOrderingNewComments in modules/
tracker/ tracker.test - Tests for ordering on a users tracker listing when comments are posted.
- TrackerTest::testTrackerUser in modules/
tracker/ tracker.test - Tests for the presence of nodes on a user's tracker listing.
- TranslatableUpgradePathTestCase::testTranslatableUpgrade in modules/
simpletest/ tests/ upgrade/ upgrade.translatable.test - Test a successful upgrade (no negotiation).
- TranslationTestCase::addLanguage in modules/
translation/ translation.test - Installs the specified language, or enables it if it is already installed.
- TranslationTestCase::assertLanguageSwitchLinks in modules/
translation/ translation.test - Tests whether the specified language switch links are found.
- TranslationTestCase::createTranslation in modules/
translation/ translation.test - Creates a translation for a basic page in the specified language.
- TranslationTestCase::setUp in modules/
translation/ translation.test - Sets up a Drupal site for running functional and integration tests.
- TranslationTestCase::testContentTranslation in modules/
translation/ translation.test - Creates, modifies, and updates a basic page with a translation.
- TriggerOtherTestCase::testActionsComment in modules/
trigger/ trigger.test - Tests triggering on comment save.
- TriggerUnassignTestCase::testUnassignAccessDenied in modules/
trigger/ trigger.test - Tests an attempt to unassign triggers when none are assigned.
- TriggerUserActionTestCase::testUserActionAssignmentExecution in modules/
trigger/ trigger.test - Tests user action assignment and execution.
- TriggerUserTokenTestCase::testUserTriggerTokenReplacement in modules/
trigger/ trigger.test - Tests a variety of token replacements in actions.
- UpdateCoreTestCase::testModulePageRegularUpdate in modules/
update/ update.test - Checks the messages at admin/modules when an update is missing.
- UpdateCoreTestCase::testModulePageRunCron in modules/
update/ update.test - Checks that running cron updates the list of available updates.
- UpdateCoreTestCase::testModulePageSecurityUpdate in modules/
update/ update.test - Checks the messages at admin/modules when a security update is missing.
- UpdateCoreTestCase::testModulePageUpToDate in modules/
update/ update.test - Checks the messages at admin/modules when the site is up to date.
- UpdateFeedItemTestCase::testUpdateFeedItem in modules/
aggregator/ aggregator.test - Tests running "update items" from 'admin/config/services/aggregator' page.
- UpdateFeedTestCase::testUpdateFeed in modules/
aggregator/ aggregator.test - Creates a feed and attempts to update it.
- UpdateScriptFunctionalTest::testNoPendingUpdates in modules/
system/ system.test - Tests that there are no pending updates for the first test method.
- UpdateScriptFunctionalTest::testRequirements in modules/
system/ system.test - Tests that requirements warnings and errors are correctly displayed.
- UpdateScriptFunctionalTest::testThemeSystem in modules/
system/ system.test - Tests the effect of using the update script on the theme system.
- UpdateScriptFunctionalTest::testUpdateAccess in modules/
system/ system.test - Tests access to the update script.
- UpdateTestContribCase::testHookUpdateStatusAlter in modules/
update/ update.test - Checks that hook_update_status_alter() works to change a status.
- UpdateTestContribCase::testNoReleasesAvailable in modules/
update/ update.test - Tests when there is no available release data for a contrib module.
- UpdateTestHelper::refreshUpdateStatus in modules/
update/ update.test - Refreshes the update status based on the desired available update scenario.
- UpdateTestUploadCase::testFileNameExtensionMerging in modules/
update/ update.test - Ensures that archiver extensions are properly merged in the UI.
- UpdateTestUploadCase::testUpdateManagerCoreSecurityUpdateMessages in modules/
update/ update.test - Checks the messages on update manager pages when missing a security update.
- UpgradePathTaxonomyTestCase::testTaxonomyUpgrade in modules/
simpletest/ tests/ upgrade/ upgrade.taxonomy.test - Basic tests for the taxonomy upgrade.
- UpgradePathTestCase::performUpgrade in modules/
simpletest/ tests/ upgrade/ upgrade.test - Perform the upgrade.
- UpgradePathTriggerTestCase::testTaxonomyUpgrade in modules/
simpletest/ tests/ upgrade/ upgrade.trigger.test - Basic tests for the trigger upgrade.
- UrlAlterFunctionalTest::testCurrentUrlRequestedPath in modules/
simpletest/ tests/ path.test - Test current_path() and request_path().
- UrlAlterFunctionalTest::testGetQInitialized in modules/
simpletest/ tests/ path.test - Tests that $_GET['q'] is initialized when the request path is empty.
- UserAccountLinksUnitTests::testDisabledAccountLink in modules/
user/ user.test - Tests disabling the 'My account' link.
- UserAccountLinksUnitTests::testSecondaryMenu in modules/
user/ user.test - Tests the secondary menu.
- UserAdminTestCase::testUserAdmin in modules/
user/ user.test - Registers a user and deletes it.
- UserAutocompleteTestCase::testUserAutocomplete in modules/
user/ user.test - Tests access to user autocompletion and verify the correct results.
- UserCancelTestCase::testUserAnonymize in modules/
user/ user.test - Delete account and anonymize all content.
- UserCancelTestCase::testUserBlock in modules/
user/ user.test - Disable account and keep all content.
- UserCancelTestCase::testUserBlockUnpublish in modules/
user/ user.test - Disable account and unpublish all content.
- UserCancelTestCase::testUserCancelByAdmin in modules/
user/ user.test - Create an administrative user and delete another user.
- UserCancelTestCase::testUserCancelInvalid in modules/
user/ user.test - Attempt invalid account cancellations.
- UserCancelTestCase::testUserCancelWithoutPermission in modules/
user/ user.test - Attempt to cancel account without permission.
- UserCancelTestCase::testUserDelete in modules/
user/ user.test - Delete account and remove all content.
- UserCreateTestCase::testUserAdd in modules/
user/ user.test - Create a user through the administration interface and ensure that it displays in the user list.
- UserLoginTestCase::testLoginWithAnonSession in modules/
user/ user.test - Test logging in when an anon session already exists.
- UserPasswordResetTestCase::testPasswordResetFloodControlPerUser in modules/
user/ user.test - Test user-based flood control on password reset.
- UserPasswordResetTestCase::testResetImpersonation in modules/
user/ user.test - Make sure that users cannot forge password reset URLs of other users.
- UserPasswordResetTestCase::testResetInvalidation in modules/
user/ user.test - Make sure that password reset URLs are invalidated when the user's email address changes.
- UserPasswordResetTestCase::testUserPasswordReset in modules/
user/ user.test - Tests password reset functionality.
- UserPasswordResetTestCase::testUserPasswordResetExpired in modules/
user/ user.test - Attempts login using an expired password reset link.
- UserPasswordResetTestCase::testUserPasswordResetLoggedIn in modules/
user/ user.test - Test user password reset while logged in.
- UserPasswordResetTestCase::testUserPasswordTextboxFilled in modules/
user/ user.test - Prefill the text box on incorrect login via link to password reset page.
- UserPermissionsTestCase::testAdministratorRole in modules/
user/ user.test - Test assigning of permissions for the administrator role.
- UserPictureTestCase::testDeletePicture in modules/
user/ user.test - Tests deletion of user pictures.
- UserPictureTestCase::testExternalPicture in modules/
user/ user.test - Test HTTP schema working with user pictures.
- UserPictureTestCase::testPictureIsValid in modules/
user/ user.test - Do the test: Picture is valid (proper size and dimension)
- UserRegistrationTestCase::testRegistrationDefaultValues in modules/
user/ user.test - UserRegistrationTestCase::testRegistrationWithEmailVerification in modules/
user/ user.test - UserRegistrationTestCase::testRegistrationWithUserFields in modules/
user/ user.test - Tests Field API fields on user registration forms.
- UserRoleAdminTestCase::testRoleAdministration in modules/
user/ user.test - Test adding, renaming and deleting roles.
- UserRoleAdminTestCase::testRoleWeightChange in modules/
user/ user.test - Test user role weight change operation.
- UserRolesAssignmentTestCase::testCreateUserWithRole in modules/
user/ user.test - Tests that when creating a user the role can be assigned. And that it can be removed again.
- UserSignatureTestCase::testUserSignature in modules/
user/ user.test - Test that a user can change their signature format and that it is respected upon display.
- UserTimeZoneFunctionalTest::testUserTimeZone in modules/
user/ user.test - Tests the display of dates and time when user-configurable time zones are set.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.