472 calls to DrupalWebTestCase::drupalPost()
- AccessDeniedTestCase::testAccessDenied in modules/
system/ system.test - ActionLoopTestCase::testActionLoop in modules/
simpletest/ tests/ actions.test - Set up a loop with 3 - 12 recursions, and see if it aborts properly.
- ActionsConfigurationTestCase::testActionConfiguration in modules/
simpletest/ tests/ actions.test - Test the configuration of advanced actions through the administration interface.
- AggregatorConfigurationTestCase::testSettingsPage in modules/
aggregator/ aggregator.test - Tests the settings form to ensure the correct default values are used.
- AggregatorRenderingTestCase::testBlockLinks in modules/
aggregator/ aggregator.test - Adds a feed block to the page and checks its links.
- AggregatorTestCase::createFeed in modules/
aggregator/ aggregator.test - Creates an aggregator feed.
- AggregatorTestCase::createSampleNodes in modules/
aggregator/ aggregator.test - Creates sample article nodes.
- AggregatorTestCase::deleteFeed in modules/
aggregator/ aggregator.test - Deletes an aggregator feed.
- AggregatorTestCase::removeFeedItems in modules/
aggregator/ aggregator.test - Confirms an item removal from a feed.
- BasicMinimalUpdatePath::testBasicMinimalUpdate in modules/
simpletest/ tests/ upgrade/ upgrade.test - Tests a successful point release update.
- BatchProcessingTestCase::testBatchForm in modules/
simpletest/ tests/ batch.test - Test batches defined in a form submit handler.
- BatchProcessingTestCase::testBatchFormMultipleBatches in modules/
simpletest/ tests/ batch.test - Test batches defined in different submit handlers on the same form.
- BatchProcessingTestCase::testBatchFormMultistep in modules/
simpletest/ tests/ batch.test - Test batches defined in a multistep form.
- BlockAdminThemeTestCase::testAdminTheme in modules/
block/ block.test - Check for the accessibility of the admin theme on the block admin page.
- BlockCacheTestCase::setUp in modules/
block/ block.test - Sets up a Drupal site for running functional and integration tests.
- BlockHTMLIdTestCase::setUp in modules/
block/ block.test - Sets up a Drupal site for running functional and integration tests.
- BlockInvalidRegionTestCase::testBlockInInvalidRegion in modules/
block/ block.test - Tests that blocks assigned to invalid regions work correctly.
- BlockTestCase::moveBlockToRegion in modules/
block/ block.test - BlockTestCase::testBlock in modules/
block/ block.test - Test configuring and moving a module-define block to specific regions.
- 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::testBlog in modules/
blog/ blog.test - Login users, create blog nodes, and test blog functionality through the admin and user interfaces.
- BlogTestCase::verifyBlogs in modules/
blog/ blog.test - Verify the logged in user has the desired access to the various blog nodes.
- BookTestCase::createBookNode in modules/
book/ book.test - Creates a book node.
- BookTestCase::testBook in modules/
book/ book.test - Tests book functionality through node interfaces.
- BookTestCase::testBookDelete in modules/
book/ book.test - Tests the access for deleting top-level book nodes.
- 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.
- CategorizeFeedItemTestCase::testCategorizeFeedItem in modules/
aggregator/ aggregator.test - Checks that children of a feed inherit a defined category.
- CategorizeFeedTestCase::testCategorizeFeed in modules/
aggregator/ aggregator.test - Creates a feed and makes sure you can add/delete categories to it.
- ColorTestCase::testValidColor in modules/
color/ color.test - Tests whether the provided color is valid.
- ColorTestCase::_testColor in modules/
color/ color.test - Tests the Color module functionality using the given theme.
- CommentActionsTestCase::testCommentUnpublishByKeyword in modules/
comment/ comment.test - Tests the unpublish comment by keyword action.
- 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.
- CommentBlockFunctionalTest::testRecentCommentBlock in modules/
comment/ comment.test - Test the recent comments block.
- CommentFieldsTest::testCommentEnable in modules/
comment/ comment.test - Test that comment module works when enabled after a content module.
- CommentFieldsTest::testCommentFormat in modules/
comment/ comment.test - Test that comment module works correctly with plain text format.
- CommentHelperCase::deleteComment in modules/
comment/ comment.test - Delete comment.
- CommentHelperCase::performCommentOperation in modules/
comment/ comment.test - Perform the specified operation on the specified comment.
- CommentHelperCase::postComment in modules/
comment/ comment.test - Post comment.
- CommentPreviewTest::testCommentEditPreviewSave in modules/
comment/ comment.test - Test comment edit, preview, and save.
- CommentPreviewTest::testCommentPreview in modules/
comment/ comment.test - Test comment preview.
- CommentUninstallTestCase::testCommentUninstall in modules/
comment/ comment.test - ContactPersonalTestCase::submitPersonalContact in modules/
contact/ contact.test - Fills out a user's personal contact form and submits it.
- ContactPersonalTestCase::testPersonalContactAccess in modules/
contact/ contact.test - Tests access to the personal contact form.
- ContactSitewideTestCase::addCategory in modules/
contact/ contact.test - Adds a category.
- ContactSitewideTestCase::deleteCategories in modules/
contact/ contact.test - Deletes all categories.
- ContactSitewideTestCase::submitContact in modules/
contact/ contact.test - Submits the contact form.
- ContactSitewideTestCase::testSiteWideContact in modules/
contact/ contact.test - Tests configuration options and the site-wide contact form.
- ContactSitewideTestCase::updateCategory in modules/
contact/ contact.test - Updates a category.
- CronRunTestCase::testAutomaticCron in modules/
system/ system.test - Ensure that the automatic cron run feature 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::testDisableEnable in modules/
dashboard/ dashboard.test - Tests that the dashboard module can be re-enabled, retaining its blocks.
- DateTimeFunctionalTest::testDateFormatConfiguration in modules/
system/ system.test - Test date format configuration.
- DateTimeFunctionalTest::testDateTypeConfiguration in modules/
system/ system.test - Test date type configuration.
- 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::testDBLogAddAndClear in modules/
dblog/ dblog.test - Tests the addition and clearing of log events through the admin interface.
- DBLogTestCase::testFilter in modules/
dblog/ dblog.test - Tests the database log filter functionality at admin/reports/dblog.
- DBLogTestCase::verifyRowLimit in modules/
dblog/ dblog.test - Verifies setting of the database log row limit.
- DrupalWebTestCase::drupalLogin in modules/
simpletest/ drupal_web_test_case.php - Log in a user with the internal browser.
- DrupalWebTestCase::drupalPostAJAX in modules/
simpletest/ drupal_web_test_case.php - Execute an Ajax submission.
- EnableDisableTestCase::assertSuccessfulDisableAndUninstall in modules/
system/ system.test - Disables and uninstalls a module and asserts that it was done correctly.
- EnableDisableTestCase::testEnableDisable in modules/
system/ system.test - Test that all core modules can be enabled, disabled and uninstalled.
- 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::testFieldFormSingleRequired in modules/
field/ tests/ field.test - FieldFormTestCase::testFieldFormUnlimited in modules/
field/ tests/ field.test - FieldFormTestCase::testNestedFieldForm in modules/
field/ tests/ field.test - Tests Field API form integration within a subform.
- FieldTranslationsTestCase::testFieldFormTranslationRevisions in modules/
field/ tests/ field.test - Tests field translations when creating a new revision.
- FieldUIManageDisplayTestCase::testFormatterUI in modules/
field_ui/ field_ui.test - Tests formatter settings.
- FieldUIManageDisplayTestCase::testViewModeCustom in modules/
field_ui/ field_ui.test - Tests switching view modes to use custom or 'default' settings'.
- FieldUIManageFieldsTestCase::testDefaultValue in modules/
field_ui/ field_ui.test - Tests that default value is correctly validated and saved.
- FieldUIManageFieldsTestCase::testDuplicateFieldName in modules/
field_ui/ field_ui.test - Tests that a duplicate field name is caught by validation.
- FieldUIManageFieldsTestCase::testExternalDestinations in modules/
field_ui/ field_ui.test - Tests that external URLs in the 'destinations' query parameter are blocked.
- 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::fieldUIAddExistingField in modules/
field_ui/ field_ui.test - Adds an existing field through the Field UI.
- FieldUITestCase::fieldUIAddNewField in modules/
field_ui/ field_ui.test - Creates a new field through the Field UI.
- FieldUITestCase::fieldUIDeleteField in modules/
field_ui/ field_ui.test - Deletes a field instance through the Field UI.
- 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::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.
- FileFieldTestCase::removeNodeFile in modules/
file/ tests/ file.test - Removes a file from a node.
- FileFieldTestCase::replaceNodeFile in modules/
file/ tests/ file.test - Replaces a file within a node.
- FileFieldTestCase::uploadNodeFile in modules/
file/ tests/ file.test - Uploads a file to a node.
- FileFieldValidateTestCase::testRequired in modules/
file/ tests/ file.test - Tests the required property on file fields.
- 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.
- FileSaveUploadTest::setUp in modules/
simpletest/ tests/ file.test - Sets up a Drupal site for running functional and integration tests.
- FileSaveUploadTest::testExistingError in modules/
simpletest/ tests/ file.test - Test for failure when uploading over a file that already exists.
- FileSaveUploadTest::testExistingRename in modules/
simpletest/ tests/ file.test - Test renaming when uploading over a file that already exists.
- FileSaveUploadTest::testExistingReplace in modules/
simpletest/ tests/ file.test - Test replacement when uploading over a file that already exists.
- FileSaveUploadTest::testHandleDangerousFile in modules/
simpletest/ tests/ file.test - Test dangerous file handling.
- FileSaveUploadTest::testHandleExtension in modules/
simpletest/ tests/ file.test - Test extension handling.
- FileSaveUploadTest::testHandleFileMunge in modules/
simpletest/ tests/ file.test - Test file munge handling.
- FileSaveUploadTest::testNormal in modules/
simpletest/ tests/ file.test - Test the file_save_upload() function.
- FileSaveUploadTest::testNoUpload in modules/
simpletest/ tests/ file.test - Test for no failures when not uploading a file.
- FileTaxonomyTermTestCase::_testTermFile in modules/
file/ tests/ file.test - Runs tests for attaching a file field to a taxonomy term.
- FilterAdminTestCase::testFilterAdmin in modules/
filter/ filter.test - Tests filter administration functionality.
- FilterAdminTestCase::testFormatAdmin in modules/
filter/ filter.test - Tests the format administration functionality.
- FilterAdminTestCase::testUrlFilterAdmin in modules/
filter/ filter.test - Tests the URL filter settings form is properly validated.
- FilterDefaultFormatTestCase::testDefaultTextFormats in modules/
filter/ filter.test - Tests if the default text format is accessible to users.
- FilterFormatAccessTestCase::setUp in modules/
filter/ filter.test - Sets up a Drupal site for running functional and integration tests.
- FilterFormatAccessTestCase::testFormatWidgetPermissions in modules/
filter/ filter.test - Tests editing a page using a disallowed text format.
- FilterHooksTestCase::testFilterHooks in modules/
filter/ filter.test - Tests hooks on format management.
- FilterSecurityTestCase::testDisableFilterModule in modules/
filter/ filter.test - Tests removal of filtered content when an active filter is disabled.
- FormatDateUnitTest::testAdminDefinedFormatDate in modules/
simpletest/ tests/ common.test - Test admin-defined formats in format_date().
- FormatDateUnitTest::testFormatDate in modules/
simpletest/ tests/ common.test - Tests for the format_date() function.
- FormCheckboxTestCase::testFormCheckbox in modules/
simpletest/ tests/ form.test - FormsArbitraryRebuildTestCase::testUserRegistrationMultipleField in modules/
simpletest/ tests/ form.test - Tests a rebuild caused by a multiple value field.
- FormsArbitraryRebuildTestCase::testUserRegistrationRebuild in modules/
simpletest/ tests/ form.test - Tests a basic rebuild with the user registration form.
- FormsElementsTableSelectFunctionalTest::testMultipleFalseSubmit in modules/
simpletest/ tests/ form.test - Test submission of values when #multiple is FALSE.
- FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit in modules/
simpletest/ tests/ form.test - Test the submission of single and multiple values when #multiple is TRUE.
- FormsFileInclusionTestCase::testLoadCustomInclude in modules/
simpletest/ tests/ form.test - Tests loading a custom specified inlcude.
- 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::testFormStatePersist in modules/
simpletest/ tests/ form.test - Tests a form using form state without using 'storage' to pass data from the constructor to a submit handler. The data has to persist even when caching gets activated, what may happen when a modules alter the form and adds #ajax properties.
- FormsFormStorageTestCase::testImmutableForm in modules/
simpletest/ tests/ form.test - Verifies that form build-id is regenerated when loading an immutable form from the cache.
- 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.
- FormsFormStorageTestCase::testValidation in modules/
simpletest/ tests/ form.test - Tests validation when form storage is used.
- FormsRebuildTestCase::testPreserveFormActionAfterAJAX in modules/
simpletest/ tests/ form.test - Tests that a form's action is retained after an Ajax submission.
- FormsRebuildTestCase::testRebuildPreservesValues in modules/
simpletest/ tests/ form.test - Tests preservation of values.
- FormsRedirectTestCase::testRedirect in modules/
simpletest/ tests/ form.test - Tests form redirection.
- FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced in modules/
simpletest/ tests/ form.test - Tests form_state_values_clean().
- FormStateValuesCleanTestCase::testFormStateValuesClean in modules/
simpletest/ tests/ form.test - Tests form_state_values_clean().
- FormsTestCase::testCheckboxProcessing in modules/
simpletest/ tests/ form.test - Test default value handling for checkboxes.
- FormsTestCase::testDisabledElements in modules/
simpletest/ tests/ form.test - Test handling of disabled elements.
- FormsTestCase::testInputForgery in modules/
simpletest/ tests/ form.test - Test Form API protections against input forgery.
- FormsTestCase::testRequiredCheckboxesRadio in modules/
simpletest/ tests/ form.test - Tests validation for required checkbox, select, and radio elements.
- FormsTestCase::testRequiredTextfieldNoTitle in modules/
simpletest/ tests/ form.test - Tests validation for required textfield element without title.
- 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.
- FormsTriggeringElementTestCase::testNoButtonInfoInPost in modules/
simpletest/ tests/ form.test - Test the determination of $form_state['triggering_element'] when no button information is included in the POST data, as is sometimes the case when the ENTER key is pressed in a textfield in Internet Explorer.
- FormValidationTestCase::testDisabledToken in modules/
simpletest/ tests/ form.test - Tests that a form with a disabled CSRF token can be validated.
- 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().
- FormValidationTestCase::testValidateLimitErrors in modules/
simpletest/ tests/ form.test - Tests partial form validation through #limit_validation_errors.
- ForumIndexTestCase::testForumIndexStatus in modules/
forum/ forum.test - Tests the forum index for published and unpublished nodes.
- ForumTestCase::createForum in modules/
forum/ forum.test - Creates a forum container or a forum.
- 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::editForumTaxonomy in modules/
forum/ forum.test - Edits the forum taxonomy.
- ForumTestCase::testAddOrphanTopic in modules/
forum/ forum.test - Tests that forum nodes can't be added without a parent.
- ForumTestCase::testEnableForumField in modules/
forum/ forum.test - Tests disabling and re-enabling the Forum module.
- 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.
- 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.
- HookRequirementsTestCase::testHookRequirementsFailure in modules/
system/ system.test - Assert that a module cannot be installed if it fails hook_requirements().
- 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::testNumericStyleName in modules/
image/ image.test - Test creating an image style with a numeric name and ensuring it can be applied to an image.
- 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::testEditEffectHelpText in modules/
image/ image.test - Test if the help text is available on the edit effect form.
- 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.
- ImageFieldTestCase::uploadNodeImage in modules/
image/ image.test - Upload an image to a node.
- ImageFieldValidateTestCase::testResolution in modules/
image/ image.test - Test min/max resolution settings.
- ImageStyleFlushTest::testFlush in modules/
image/ image.test - General test to flush a style.
- ImportOPMLTestCase::submitImportForm in modules/
aggregator/ aggregator.test - Submits form with invalid, empty, and valid OPML files.
- ImportOPMLTestCase::validateImportFormFields in modules/
aggregator/ aggregator.test - Submits form filled with invalid fields.
- IPAddressBlockingTestCase::testIPAddressValidation in modules/
system/ system.test - Test a variety of user input to confirm correct validation and saving of data.
- ListFieldUITestCase::assertAllowedValuesInput in modules/
field/ modules/ list/ tests/ list.test - Tests a string input for the 'allowed values' form element.
- ListFieldUITestCase::testListAllowedValuesBoolean in modules/
field/ modules/ list/ tests/ list.test - List (boolen) : test 'On/Off' values input.
- LocaleCommentLanguageFunctionalTest::setUp in modules/
locale/ locale.test - Sets up a Drupal site for running functional and integration tests.
- 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.
- LocaleExportFunctionalTest::testExportTranslation in modules/
locale/ locale.test - Test exportation of translations.
- LocaleExportFunctionalTest::testExportTranslationTemplateFile in modules/
locale/ locale.test - Test exportation of translation template file.
- LocaleImportFunctionalTest::importPoFile in modules/
locale/ locale.test - Helper function: import a standalone .po file in a given language.
- LocaleImportFunctionalTest::testAutomaticModuleTranslationImportLanguageEnable in modules/
locale/ locale.test - Test automatic import of a module's translation files when a language is enabled.
- LocaleImportFunctionalTest::testEmptyMsgstr in modules/
locale/ locale.test - Test empty msgstr at end of .po file see #611786.
- LocaleImportFunctionalTest::testStandalonePoFile in modules/
locale/ locale.test - Test import of standalone .po files.
- LocaleLanguageNegotiationInfoFunctionalTest::setUp in modules/
locale/ locale.test - Sets up a Drupal site for running functional and integration tests.
- 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::setUp in modules/
locale/ locale.test - Sets up a Drupal site for running functional and integration tests.
- 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::importPoFile in modules/
locale/ locale.test - Imports a standalone .po file in a given language.
- LocaleTranslationFunctionalTest::testJavaScriptTranslation in modules/
locale/ locale.test - LocaleTranslationFunctionalTest::testStringSearch in modules/
locale/ locale.test - Tests translation search form.
- LocaleTranslationFunctionalTest::testStringTranslation in modules/
locale/ locale.test - Adds a language and tests string translation by users with the appropriate permissions.
- LocaleTranslationFunctionalTest::testStringValidation in modules/
locale/ locale.test - Tests the validation of the translation input.
- 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.
- LocaleUrlRewritingTest::setUp in modules/
locale/ locale.test - Sets up a Drupal site for running functional and integration tests.
- LocaleUrlRewritingTest::testDomainNameNegotiationPort in modules/
locale/ locale.test - Check URL rewriting when using a domain name and a non-standard port.
- 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.
- MenuBreadcrumbTestCase::testBreadCrumbs in modules/
simpletest/ tests/ menu.test - Tests breadcrumbs on node and administrative paths.
- MenuNodeTestCase::testMenuNodeFormWidget in modules/
menu/ menu.test - Test creating, editing, deleting menu links via node form widget.
- MenuTestCase::addCustomMenu in modules/
menu/ menu.test - Add custom menu.
- MenuTestCase::addInvalidMenuLink in modules/
menu/ menu.test - Attempt to add menu link with invalid path or no access permission.
- MenuTestCase::addMenuLink in modules/
menu/ menu.test - Add a menu link using the menu module UI.
- MenuTestCase::deleteCustomMenu in modules/
menu/ menu.test - Delete custom menu.
- MenuTestCase::deleteMenuLink in modules/
menu/ menu.test - Delete a menu link using the menu module UI.
- MenuTestCase::disableMenuLink in modules/
menu/ menu.test - Disable a menu link.
- MenuTestCase::doMenuTests in modules/
menu/ menu.test - Test menu functionality using navigation menu.
- MenuTestCase::enableMenuLink in modules/
menu/ menu.test - Enable a menu link.
- MenuTestCase::modifyMenuLink in modules/
menu/ menu.test - Modify a menu link using the menu module UI.
- MenuTestCase::moveMenuLink in modules/
menu/ menu.test - Change the parent of 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::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.
- ModuleDependencyTestCase::testEnableRequirementsFailureDependency in modules/
system/ system.test - Tests enabling a module that depends on a module which fails hook_requirements().
- ModuleDependencyTestCase::testEnableWithoutDependency in modules/
system/ system.test - Attempt to enable translation module without locale enabled.
- ModuleDependencyTestCase::testMissingModules in modules/
system/ system.test - Attempt to enable a module with a missing dependency.
- ModuleDependencyTestCase::testModuleEnableOrder in modules/
system/ system.test - Tests that module dependencies are enabled in the correct order via the UI. Dependencies should be enabled before their dependents.
- ModuleDependencyTestCase::testProjectNamespaceForDependencies in modules/
system/ system.test - Checks functionality of project namespaces for dependencies.
- ModuleDependencyTestCase::testUninstallDependents in modules/
system/ system.test - Tests attempting to uninstall a module that has installed dependents.
- MultiStepNodeFormBasicOptionsTest::testMultiStepNodeFormBasicOptions in modules/
node/ node.test - Tests changing the default values of basic options to ensure they persist.
- 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.
- 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.
- NodeBlockFunctionalTest::testRecentNodeBlock in modules/
node/ node.test - Tests the recent comments block.
- NodeBlockTestCase::testSyndicateBlock in modules/
node/ node.test - Tests that the "Syndicate" block is shown when enabled.
- NodeBodyUpgradePathTestCase::testNodeBodyUpgrade in modules/
simpletest/ tests/ upgrade/ upgrade.node.test - Test a successful upgrade.
- NodeCreationTestCase::testNodeCreation in modules/
node/ node.test - Creates a "Basic page" node and verifies its consistency in the database.
- NodeCreationTestCase::testUnpublishedNodeCreation in modules/
node/ node.test - Create an unpublished node and confirm correct redirect behavior.
- 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.
- NodePageCacheTest::testNodeDelete in modules/
node/ node.test - Tests deleting nodes clears page cache.
- NodePostSettingsTestCase::testPageNotPostInfo in modules/
node/ node.test - Confirms absence of post information on a new node.
- NodePostSettingsTestCase::testPagePostInfo in modules/
node/ node.test - Confirms "Basic page" content type and post information is on a new node.
- NodeRevisionsTestCase::testRevisions in modules/
node/ node.test - Checks node revision related operations.
- 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::testNodeTypeEditing in modules/
node/ node.test - Tests editing a node type using the UI.
- NumberFieldTestCase::testNumberDecimalField in modules/
field/ modules/ number/ number.test - Test number_decimal field.
- NumberFieldTestCase::testNumberFloatField in modules/
field/ modules/ number/ number.test - Test number_float field.
- NumberFieldTestCase::testNumberIntegerField in modules/
field/ modules/ number/ number.test - Test number_integer field.
- OpenIDFunctionalTestCase::addIdentity in modules/
openid/ openid.test - Add OpenID identity to user's profile.
- OpenIDFunctionalTestCase::testBlockedUserLogin in modules/
openid/ openid.test - Test that a blocked user cannot log in.
- OpenIDFunctionalTestCase::testDelete in modules/
openid/ openid.test - Test deleting an OpenID identity from a user's profile.
- OpenIDFunctionalTestCase::testLogin in modules/
openid/ openid.test - Test login using OpenID.
- OpenIDFunctionalTestCase::testLoginMaintenanceMode in modules/
openid/ openid.test - Test login using OpenID during maintenance mode.
- 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).
- OpenIDWebTestCase::submitLoginForm in modules/
openid/ openid.test - Initiates the login procedure using the specified User-supplied Identity.
- 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 - PagePreviewTestCase::testPagePreview in modules/
node/ node.test - Checks the node preview functionality.
- PagePreviewTestCase::testPagePreviewWithRevisions in modules/
node/ node.test - Checks the node preview functionality, when using revisions.
- 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.
- PathLanguageTestCase::setUp in modules/
path/ path.test - Sets up a Drupal site for running functional and integration tests.
- PathLanguageTestCase::testAliasTranslation in modules/
path/ path.test - Test alias functionality through the admin interfaces.
- PathLanguageUITestCase::setUp in modules/
path/ path.test - Sets up a Drupal site for running functional and integration tests.
- 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::setUp in modules/
path/ path.test - Sets up a Drupal site for running functional and integration tests.
- 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::testDuplicateNodeAlias in modules/
path/ path.test - Tests that duplicate aliases fail validation.
- 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.
- PHPFilterTestCase::testPHPFilter in modules/
php/ php.test - Makes sure that the PHP filter evaluates PHP code when used.
- PollBlockTestCase::testRecentBlock in modules/
poll/ poll.test - PollCreateTestCase::testPollClose in modules/
poll/ poll.test - PollDeleteChoiceTestCase::testChoiceRemoval in modules/
poll/ poll.test - PollExpirationTestCase::testAutoExpire in modules/
poll/ poll.test - PollTestCase::pollCreate in modules/
poll/ poll.test - Creates a poll.
- PollTestCase::pollUpdate in modules/
poll/ poll.test - PollTokenReplaceTestCase::testPollTokenReplacement in modules/
poll/ poll.test - Creates a poll, then tests the tokens generated from it.
- PollTranslateTestCase::testPollTranslate in modules/
poll/ poll.test - Tests poll creation and translation.
- 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 - 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.
- 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().
- 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.
- SearchBlockTestCase::testSearchFormBlock in modules/
search/ search.test - SearchCommentCountToggleTestCase::setUp in modules/
search/ search.test - Sets up a Drupal site for running functional and integration tests.
- SearchCommentCountToggleTestCase::testSearchCommentCountToggle in modules/
search/ search.test - Verify that comment count display toggles properly on comment status of node
- SearchCommentTestCase::checkCommentAccess in modules/
search/ search.test - Update search index and search for comment.
- SearchCommentTestCase::testAddNewComment in modules/
search/ search.test - Verify that 'add new comment' does not appear in search results or index.
- SearchCommentTestCase::testSearchResultsComment in modules/
search/ search.test - Verify that comments are rendered using proper format in search results.
- SearchCommentTestCase::testSearchResultsCommentAccess in modules/
search/ search.test - Verify access rules for comment indexing with different permissions.
- SearchConfigSettingsForm::setUp in modules/
search/ search.test - Sets up a Drupal site for running functional and integration tests.
- 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.
- SearchExactTestCase::testExactQuery in modules/
search/ search.test - Tests that the correct number of pager links are found for both keywords and phrases.
- SearchLanguageTestCase::testLanguages in modules/
search/ search.test - SearchNodeAccessTest::testPhraseSearchPunctuation in modules/
search/ search.test - Tests that search works with punctuation and HTML entities.
- SearchNodeTagTest::testNodeSearchQueryTags in modules/
search/ search.test - Tests that the correct tags are available and hooks invoked.
- SearchNumberMatchingTestCase::testNumberSearching in modules/
search/ search.test - Tests that all the numbers can be searched.
- SearchNumbersTestCase::testNumberSearching in modules/
search/ search.test - Tests that all the numbers can be searched.
- 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::testNoSameSiteCookieAttributeDefault in modules/
simpletest/ tests/ session.test - Test absence of SameSite attribute on session cookies by default.
- SessionTestCase::testSameSiteCookieAttributeDisabledViaConf in modules/
simpletest/ tests/ session.test - Test disabling the samesite attribute on session cookies via $conf
- SessionTestCase::testSameSiteCookieAttributeDisabledViaPhpIni in modules/
simpletest/ tests/ session.test - Test disabling the samesite attribute on session cookies via php ini
- SessionTestCase::testSameSiteCookieAttributeNoneSecure in modules/
simpletest/ tests/ session.test - Test SameSite attribute = None by default on Secure session cookies.
- SessionTestCase::testSamesiteCookieOverrideLaxToStrict in modules/
simpletest/ tests/ session.test - Test overriding the PHP setting for session.cookie_samesite with the samesite_cookie_value variable.
- SessionTestCase::testSamesiteCookiePhpSettingLax in modules/
simpletest/ tests/ session.test - Test that a PHP setting for session.cookie_samesite is not overridden by the default value in Drupal, without a samesite_cookie_value variable.
- SessionTestCase::testSessionSaveRegenerate in modules/
simpletest/ tests/ session.test - Tests for drupal_save_session() and drupal_session_regenerate().
- ShortcutLinksTestCase::testShortcutLinkAdd in modules/
shortcut/ shortcut.test - Tests that creating a shortcut works properly.
- ShortcutLinksTestCase::testShortcutLinkChangePath in modules/
shortcut/ shortcut.test - Tests that changing the path of a shortcut link works.
- ShortcutLinksTestCase::testShortcutLinkDelete in modules/
shortcut/ shortcut.test - Tests deleting a shortcut link.
- ShortcutLinksTestCase::testShortcutLinkRename in modules/
shortcut/ shortcut.test - Tests that shortcut links can be renamed.
- ShortcutSetsTestCase::testShortcutSetDelete in modules/
shortcut/ shortcut.test - Tests deleting a shortcut set.
- ShortcutSetsTestCase::testShortcutSetRename in modules/
shortcut/ shortcut.test - Tests renaming a shortcut set.
- ShortcutSetsTestCase::testShortcutSetRenameAlreadyExists in modules/
shortcut/ shortcut.test - Tests renaming a shortcut set to the same name as another set.
- ShortcutSetsTestCase::testShortcutSetSwitchCreate in modules/
shortcut/ shortcut.test - Tests switching a user's shortcut set and creating one at the same time.
- ShortcutSetsTestCase::testShortcutSetSwitchNoSetName in modules/
shortcut/ shortcut.test - Tests switching a user's shortcut set without providing a new set name.
- ShortcutSetsTestCase::testShortcutSetSwitchOwn in modules/
shortcut/ shortcut.test - Tests switching a user's own shortcut set.
- SimpleTestBrokenSetUp::testBreakSetUp in modules/
simpletest/ simpletest.test - Runs this test case from within the simpletest child site.
- SimpleTestBrowserTestCase::testCookies in modules/
simpletest/ simpletest.test - Tests that cookies set during a request are available for testing.
- 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::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.
- 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::testDeleteUser in modules/
statistics/ statistics.test - Tests that accesslog reflects when a user is deleted.
- 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.
- SyslogTestCase::testSettings in modules/
syslog/ syslog.test - Tests the syslog settings page.
- SystemBlockTestCase::testSystemBlocks in modules/
system/ system.test - Test displaying and hiding the powered-by and help blocks.
- 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::testThemeSettings in modules/
system/ system.test - Test the theme settings form.
- TaxonomyHooksTestCase::testTaxonomyTermHooks in modules/
taxonomy/ taxonomy.test - Test that hooks are run correctly on creating, editing, viewing, and deleting a term.
- TaxonomyLegacyTestCase::testTaxonomyLegacyNode in modules/
taxonomy/ taxonomy.test - Test taxonomy functionality with nodes prior to 1970.
- 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::testTaxonomyIndex in modules/
taxonomy/ taxonomy.test - Tests that the taxonomy index is maintained properly.
- 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::testTaxonomyTermHierarchy in modules/
taxonomy/ taxonomy.test - Test terms in a single and multiple hierarchy.
- TaxonomyTermTestCase::testTaxonomyTermsOverviewPage in modules/
taxonomy/ taxonomy.test - Test multiple forms on taxonomy terms overview page.
- TaxonomyTermTestCase::testTermInterface in modules/
taxonomy/ taxonomy.test - Save, edit and delete a term using the user interface.
- TaxonomyTermTestCase::testTermMultipleParentsInterface in modules/
taxonomy/ taxonomy.test - Test saving a term with multiple parents through the UI.
- TaxonomyTermTestCase::testTermReorder in modules/
taxonomy/ taxonomy.test - Save, edit and delete a term using the user interface.
- TaxonomyTokenReplaceTestCase::testTaxonomyTokenReplacement in modules/
taxonomy/ taxonomy.test - Creates some terms and a node, then tests the tokens generated from them.
- TaxonomyVocabularyFunctionalTest::testTaxonomyAdminChangingWeights in modules/
taxonomy/ taxonomy.test - Changing weights on the vocabulary overview with two or more vocabularies.
- TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary in modules/
taxonomy/ taxonomy.test - Deleting a vocabulary.
- 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().
- TextSummaryTestCase::testOnlyTextSummary in modules/
field/ modules/ text/ text.test - Test sending only summary.
- TextTranslationTestCase::setUp in modules/
field/ modules/ text/ text.test - Sets up a Drupal site for running functional and integration tests.
- 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.
- TrackerTest::testTrackerAdminUnpublish in modules/
tracker/ tracker.test - Tests that publish/unpublish works at admin/content/node.
- 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::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.
- TranslationTestCase::addLanguage in modules/
translation/ translation.test - Installs the specified language, or enables it if it is already installed.
- TranslationTestCase::createPage in modules/
translation/ translation.test - Creates a "Basic page" in the specified language.
- 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.
- TranslationTestCase::testLanguageSwitcherBlockIntegration in modules/
translation/ translation.test - Tests that the language switcher block alterations work as intended.
- TranslationTestCase::testLanguageSwitchLinks in modules/
translation/ translation.test - Checks that the language switch links behave properly.
- TriggerActionTestCase::assignSimpleAction in modules/
trigger/ trigger.test - Assigns a simple (non-configurable) action to a trigger.
- TriggerActionTestCase::assignSystemEmailAction in modules/
trigger/ trigger.test - Assigns a system_send_email_action to the passed-in trigger.
- TriggerActionTestCase::assignSystemMessageAction in modules/
trigger/ trigger.test - Assigns a system message action to the passed-in trigger.
- TriggerContentTestCase::testActionContentMultiple in modules/
trigger/ trigger.test - Tests multiple node actions.
- TriggerContentTestCase::testActionsContent in modules/
trigger/ trigger.test - Tests several content-oriented trigger issues.
- TriggerCronTestCase::testActionsCron in modules/
trigger/ trigger.test - Tests assigning multiple actions to the cron trigger.
- TriggerOrphanedActionsTestCase::testActionsOrphaned in modules/
trigger/ trigger.test - Tests logic around orphaned actions.
- TriggerOtherTestCase::testActionsComment in modules/
trigger/ trigger.test - Tests triggering on comment save.
- TriggerOtherTestCase::testActionsTaxonomy in modules/
trigger/ trigger.test - Tests triggering on taxonomy new term.
- TriggerOtherTestCase::testActionsUser in modules/
trigger/ trigger.test - Tests triggering on user create and user login.
- 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.
- TriggerWebTestCase::configureAdvancedAction in modules/
trigger/ trigger.test - Configures an advanced action.
- 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::testNoUpdateFunctionality in modules/
system/ system.test - Tests update.php when there are no updates to apply.
- UpdateScriptFunctionalTest::testRequirements in modules/
system/ system.test - Tests that requirements warnings and errors are correctly displayed.
- UpdateScriptFunctionalTest::testSuccessfulUpdateFunctionality in modules/
system/ system.test - Tests update.php after performing a successful update.
- UpdateTestUploadCase::testUploadModule in modules/
update/ update.test - Tests upload and extraction of a module.
- UpgradePathTestCase::performUpgrade in modules/
simpletest/ tests/ upgrade/ upgrade.test - Perform the upgrade.
- UrlAlterFunctionalTest::testUrlAlter in modules/
simpletest/ tests/ path.test - Test that URL altering works and that it occurs in the correct order.
- UserAccountLinksUnitTests::testDisabledAccountLink in modules/
user/ user.test - Tests disabling the 'My account' link.
- UserAdminTestCase::testUserAdmin in modules/
user/ user.test - Registers a user and deletes it.
- UserBlocksUnitTests::testUserLoginBlock in modules/
user/ user.test - Test the user login block.
- UserCancelTestCase::testMassUserCancelByAdmin in modules/
user/ user.test - Create an administrative user and mass-delete other users.
- 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::testUserCancelUid1 in modules/
user/ user.test - Tests that user account for uid 1 cannot be cancelled.
- 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.
- UserEditedOwnAccountTestCase::testUserEditedOwnAccount in modules/
user/ user.test - UserEditRebuildTestCase::testUserEditFormRebuild in modules/
user/ user.test - Test user edit page when the form is set to rebuild.
- UserEditTestCase::testUserEdit in modules/
user/ user.test - Test user edit page.
- UserEditTestCase::testUserWith0Password in modules/
user/ user.test - Tests setting the password to "0".
- UserLoginTestCase::assertFailedLogin in modules/
user/ user.test - Make an unsuccessful login attempt.
- UserPasswordResetTestCase::testPasswordResetFloodControlPerIp in modules/
user/ user.test - Test IP-based flood control on password reset.
- UserPasswordResetTestCase::testPasswordResetFloodControlPerUser in modules/
user/ user.test - Test user-based flood control on password reset.
- UserPasswordResetTestCase::testUserPasswordReset in modules/
user/ user.test - Tests password reset functionality.
- 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.
- UserPermissionsTestCase::testUserPermissionChanges in modules/
user/ user.test - Change user permissions and check user_access().
- UserPictureTestCase::saveUserPicture in modules/
user/ user.test - UserPictureTestCase::testDeletePicture in modules/
user/ user.test - Tests deletion of user pictures.
- UserPictureTestCase::testUserPictureAdminFormValidation in modules/
user/ user.test - Tests the admin form validates user picture settings.
- UserRegistrationTestCase::testRegistrationDefaultValues in modules/
user/ user.test - UserRegistrationTestCase::testRegistrationEmailDuplicates in modules/
user/ user.test - UserRegistrationTestCase::testRegistrationWithEmailVerification in modules/
user/ user.test - UserRegistrationTestCase::testRegistrationWithoutEmailVerification 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::testAssignAndRemoveRole in modules/
user/ user.test - Tests that a user can be assigned a role and that the role can be removed again.
- 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.
- UserUserSearchTestCase::testUserSearch in modules/
user/ user.test - UserValidateCurrentPassCustomForm::testUserValidateCurrentPassCustomForm in modules/
user/ user.test - Tests that user_validate_current_pass can be reused on a custom form.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.