455 calls to DrupalWebTestCase::drupalPost()

AccessDeniedTestCase::testAccessDenied in drupal/modules/system/system.test
ActionLoopTestCase::testActionLoop in drupal/modules/simpletest/tests/actions.test
Set up a loop with 3 - 12 recursions, and see if it aborts properly.
ActionsConfigurationTestCase::testActionConfiguration in drupal/modules/simpletest/tests/actions.test
Test the configuration of advanced actions through the administration interface.
AggregatorConfigurationTestCase::testSettingsPage in drupal/modules/aggregator/aggregator.test
Tests the settings form to ensure the correct default values are used.
AggregatorRenderingTestCase::testBlockLinks in drupal/modules/aggregator/aggregator.test
Adds a feed block to the page and checks its links.
AggregatorTestCase::createFeed in drupal/modules/aggregator/aggregator.test
Creates an aggregator feed.
AggregatorTestCase::createSampleNodes in drupal/modules/aggregator/aggregator.test
Creates sample article nodes.
AggregatorTestCase::deleteFeed in drupal/modules/aggregator/aggregator.test
Deletes an aggregator feed.
AggregatorTestCase::removeFeedItems in drupal/modules/aggregator/aggregator.test
Confirms an item removal from a feed.
BasicMinimalUpdatePath::testBasicMinimalUpdate in drupal/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
BatchProcessingTestCase::testBatchForm in drupal/modules/simpletest/tests/batch.test
Test batches defined in a form submit handler.
BatchProcessingTestCase::testBatchFormMultipleBatches in drupal/modules/simpletest/tests/batch.test
Test batches defined in different submit handlers on the same form.
BatchProcessingTestCase::testBatchFormMultistep in drupal/modules/simpletest/tests/batch.test
Test batches defined in a multistep form.
BlockAdminThemeTestCase::testAdminTheme in drupal/modules/block/block.test
Check for the accessibility of the admin theme on the block admin page.
BlockCacheTestCase::setUp in drupal/modules/block/block.test
Sets up a Drupal site for running functional and integration tests.
BlockHTMLIdTestCase::setUp in drupal/modules/block/block.test
Sets up a Drupal site for running functional and integration tests.
BlockInvalidRegionTestCase::testBlockInInvalidRegion in drupal/modules/block/block.test
Tests that blocks assigned to invalid regions work correctly.
BlockTestCase::moveBlockToRegion in drupal/modules/block/block.test
BlockTestCase::testBlock in drupal/modules/block/block.test
Test configuring and moving a module-define block to specific regions.
BlockTestCase::testBlockVisibility in drupal/modules/block/block.test
Test block visibility.
BlockTestCase::testBlockVisibilityListedEmpty in drupal/modules/block/block.test
Test block visibility when using "pages" restriction but leaving "pages" textarea empty
BlockTestCase::testBlockVisibilityPerUser in drupal/modules/block/block.test
Test user customization of block visibility.
BlockTestCase::testCustomBlock in drupal/modules/block/block.test
Test creating custom block, moving it to a specific region and then deleting it.
BlockTestCase::testCustomBlockFormat in drupal/modules/block/block.test
Test creating custom block using Full HTML.
BlogTestCase::testBlog in drupal/modules/blog/blog.test
Login users, create blog nodes, and test blog functionality through the admin and user interfaces.
BlogTestCase::verifyBlogs in drupal/modules/blog/blog.test
Verify the logged in user has the desired access to the various blog nodes.
BookTestCase::createBookNode in drupal/modules/book/book.test
Creates a book node.
BookTestCase::testBook in drupal/modules/book/book.test
Tests book functionality through node interfaces.
BookTestCase::testBookDelete in drupal/modules/book/book.test
Tests the access for deleting top-level book nodes.
BookTestCase::testBookNavigationBlock in drupal/modules/book/book.test
Tests the functionality of the book navigation block.
BookTestCase::testNavigationBlockOnAccessModuleEnabled in drupal/modules/book/book.test
Tests the book navigation block when an access module is enabled.
CategorizeFeedItemTestCase::testCategorizeFeedItem in drupal/modules/aggregator/aggregator.test
Checks that children of a feed inherit a defined category.
CategorizeFeedTestCase::testCategorizeFeed in drupal/modules/aggregator/aggregator.test
Creates a feed and makes sure you can add/delete categories to it.
ColorTestCase::testValidColor in drupal/modules/color/color.test
Tests whether the provided color is valid.
ColorTestCase::_testColor in drupal/modules/color/color.test
Tests the Color module functionality using the given theme.
CommentActionsTestCase::testCommentUnpublishByKeyword in drupal/modules/comment/comment.test
Tests the unpublish comment by keyword action.
CommentAnonymous::testAnonymous in drupal/modules/comment/comment.test
Test anonymous comment functionality.
CommentApprovalTest::testApprovalAdminInterface in drupal/modules/comment/comment.test
Test comment approval functionality through admin/content/comment.
CommentBlockFunctionalTest::testRecentCommentBlock in drupal/modules/comment/comment.test
Test the recent comments block.
CommentFieldsTest::testCommentEnable in drupal/modules/comment/comment.test
Test that comment module works when enabled after a content module.
CommentFieldsTest::testCommentFormat in drupal/modules/comment/comment.test
Test that comment module works correctly with plain text format.
CommentHelperCase::deleteComment in drupal/modules/comment/comment.test
Delete comment.
CommentHelperCase::performCommentOperation in drupal/modules/comment/comment.test
Perform the specified operation on the specified comment.
CommentHelperCase::postComment in drupal/modules/comment/comment.test
Post comment.
CommentPreviewTest::testCommentEditPreviewSave in drupal/modules/comment/comment.test
Test comment edit, preview, and save.
CommentPreviewTest::testCommentPreview in drupal/modules/comment/comment.test
Test comment preview.
ContactPersonalTestCase::submitPersonalContact in drupal/modules/contact/contact.test
Fills out a user's personal contact form and submits it.
ContactPersonalTestCase::testPersonalContactAccess in drupal/modules/contact/contact.test
Tests access to the personal contact form.
ContactSitewideTestCase::addCategory in drupal/modules/contact/contact.test
Adds a category.
ContactSitewideTestCase::deleteCategories in drupal/modules/contact/contact.test
Deletes all categories.
ContactSitewideTestCase::submitContact in drupal/modules/contact/contact.test
Submits the contact form.
ContactSitewideTestCase::testSiteWideContact in drupal/modules/contact/contact.test
Tests configuration options and the site-wide contact form.
ContactSitewideTestCase::updateCategory in drupal/modules/contact/contact.test
Updates a category.
CronRunTestCase::testAutomaticCron in drupal/modules/system/system.test
Ensure that the automatic cron run feature is working.
DashboardBlocksTestCase::testBlockAvailability in drupal/modules/dashboard/dashboard.test
Tests that administrative blocks are available for the dashboard.
DashboardBlocksTestCase::testDashboardAccess in drupal/modules/dashboard/dashboard.test
Tests adding a block to the dashboard and checking access to it.
DashboardBlocksTestCase::testDisableEnable in drupal/modules/dashboard/dashboard.test
Tests that the dashboard module can be re-enabled, retaining its blocks.
DateTimeFunctionalTest::testDateFormatConfiguration in drupal/modules/system/system.test
Test date format configuration.
DateTimeFunctionalTest::testDateTypeConfiguration in drupal/modules/system/system.test
Test date type configuration.
DBLogTestCase::doNode in drupal/modules/dblog/dblog.test
Generates and then verifies some node events.
DBLogTestCase::doUser in drupal/modules/dblog/dblog.test
Generates and then verifies some user events.
DBLogTestCase::testDBLogAddAndClear in drupal/modules/dblog/dblog.test
Tests the addition and clearing of log events through the admin interface.
DBLogTestCase::testFilter in drupal/modules/dblog/dblog.test
Tests the database log filter functionality at admin/reports/dblog.
DBLogTestCase::verifyRowLimit in drupal/modules/dblog/dblog.test
Verifies setting of the database log row limit.
DrupalWebTestCase::drupalLogin in drupal/modules/simpletest/drupal_web_test_case.php
Log in a user with the internal browser.
DrupalWebTestCase::drupalPostAJAX in drupal/modules/simpletest/drupal_web_test_case.php
Execute an Ajax submission.
EnableDisableTestCase::assertSuccessfulDisableAndUninstall in drupal/modules/system/system.test
Disables and uninstalls a module and asserts that it was done correctly.
EnableDisableTestCase::testEnableDisable in drupal/modules/system/system.test
Test that all core modules can be enabled, disabled and uninstalled.
FieldFormTestCase::testFieldFormAccess in drupal/modules/field/tests/field.test
Tests fields with no 'edit' access.
FieldFormTestCase::testFieldFormJSAddMore in drupal/modules/field/tests/field.test
FieldFormTestCase::testFieldFormMultipleWidget in drupal/modules/field/tests/field.test
Tests widgets handling multiple values.
FieldFormTestCase::testFieldFormMultivalueWithRequiredRadio in drupal/modules/field/tests/field.test
Tests widget handling of multiple required radios.
FieldFormTestCase::testFieldFormSingle in drupal/modules/field/tests/field.test
FieldFormTestCase::testFieldFormSingleRequired in drupal/modules/field/tests/field.test
FieldFormTestCase::testFieldFormUnlimited in drupal/modules/field/tests/field.test
FieldFormTestCase::testNestedFieldForm in drupal/modules/field/tests/field.test
Tests Field API form integration within a subform.
FieldTranslationsTestCase::testFieldFormTranslationRevisions in drupal/modules/field/tests/field.test
Tests field translations when creating a new revision.
FieldUIManageDisplayTestCase::testFormatterUI in drupal/modules/field_ui/field_ui.test
Tests formatter settings.
FieldUIManageDisplayTestCase::testViewModeCustom in drupal/modules/field_ui/field_ui.test
Tests switching view modes to use custom or 'default' settings'.
FieldUIManageFieldsTestCase::testDefaultValue in drupal/modules/field_ui/field_ui.test
Tests that default value is correctly validated and saved.
FieldUIManageFieldsTestCase::testDuplicateFieldName in drupal/modules/field_ui/field_ui.test
Tests that a duplicate field name is caught by validation.
FieldUIManageFieldsTestCase::testExternalDestinations in drupal/modules/field_ui/field_ui.test
Tests that external URLs in the 'destinations' query parameter are blocked.
FieldUIManageFieldsTestCase::testRenameBundle in drupal/modules/field_ui/field_ui.test
Tests renaming a bundle.
FieldUIManageFieldsTestCase::updateField in drupal/modules/field_ui/field_ui.test
Tests editing an existing field.
FieldUITestCase::fieldUIAddExistingField in drupal/modules/field_ui/field_ui.test
Adds an existing field through the Field UI.
FieldUITestCase::fieldUIAddNewField in drupal/modules/field_ui/field_ui.test
Creates a new field through the Field UI.
FieldUITestCase::fieldUIDeleteField in drupal/modules/field_ui/field_ui.test
Deletes a field instance through the Field UI.
FileFieldAnonymousSubmission::testAnonymousNode in drupal/modules/file/tests/file.test
Tests the basic node submission for an anonymous visitor.
FileFieldAnonymousSubmission::testAnonymousNodeWithFile in drupal/modules/file/tests/file.test
Tests file submission for an anonymous visitor.
FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle in drupal/modules/file/tests/file.test
Helper method to test file submissions with missing node titles.
FileFieldDisplayTestCase::testNodeDisplay in drupal/modules/file/tests/file.test
Tests normal formatter display on node display.
FileFieldRevisionTestCase::testRevisions in drupal/modules/file/tests/file.test
Tests creating multiple revisions of a node and managing attached files.
FileFieldTestCase::removeNodeFile in drupal/modules/file/tests/file.test
Removes a file from a node.
FileFieldTestCase::replaceNodeFile in drupal/modules/file/tests/file.test
Replaces a file within a node.
FileFieldTestCase::uploadNodeFile in drupal/modules/file/tests/file.test
Uploads a file to a node.
FileFieldValidateTestCase::testRequired in drupal/modules/file/tests/file.test
Tests the required property on file fields.
FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit in drupal/modules/file/tests/file.test
Helper for testing exploiting the temporary file removal using fid.
FileFieldWidgetTestCase::testMultiValuedWidget in drupal/modules/file/tests/file.test
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTestCase::testPrivateFileComment in drupal/modules/file/tests/file.test
Tests that download restrictions on private files work on comments.
FileFieldWidgetTestCase::testPrivateFileSetting in drupal/modules/file/tests/file.test
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTestCase::testSingleValuedWidget in drupal/modules/file/tests/file.test
Tests upload and remove buttons for a single-valued File field.
FileFieldWidgetTestCase::testWidgetValidation in drupal/modules/file/tests/file.test
Tests validation with the Upload button.
FileManagedFileElementTestCase::testManagedFile in drupal/modules/file/tests/file.test
Tests the managed_file element type.
FilePrivateTestCase::testPrivateFile in drupal/modules/file/tests/file.test
Tests file access for file uploaded to a private node.
FileSaveUploadTest::setUp in drupal/modules/simpletest/tests/file.test
Sets up a Drupal site for running functional and integration tests.
FileSaveUploadTest::testExistingError in drupal/modules/simpletest/tests/file.test
Test for failure when uploading over a file that already exists.
FileSaveUploadTest::testExistingRename in drupal/modules/simpletest/tests/file.test
Test renaming when uploading over a file that already exists.
FileSaveUploadTest::testExistingReplace in drupal/modules/simpletest/tests/file.test
Test replacement when uploading over a file that already exists.
FileSaveUploadTest::testHandleDangerousFile in drupal/modules/simpletest/tests/file.test
Test dangerous file handling.
FileSaveUploadTest::testHandleExtension in drupal/modules/simpletest/tests/file.test
Test extension handling.
FileSaveUploadTest::testHandleFileMunge in drupal/modules/simpletest/tests/file.test
Test file munge handling.
FileSaveUploadTest::testNormal in drupal/modules/simpletest/tests/file.test
Test the file_save_upload() function.
FileSaveUploadTest::testNoUpload in drupal/modules/simpletest/tests/file.test
Test for no failures when not uploading a file.
FileTaxonomyTermTestCase::_testTermFile in drupal/modules/file/tests/file.test
Runs tests for attaching a file field to a taxonomy term.
FilterAdminTestCase::testFilterAdmin in drupal/modules/filter/filter.test
Tests filter administration functionality.
FilterAdminTestCase::testFormatAdmin in drupal/modules/filter/filter.test
Tests the format administration functionality.
FilterAdminTestCase::testUrlFilterAdmin in drupal/modules/filter/filter.test
Tests the URL filter settings form is properly validated.
FilterDefaultFormatTestCase::testDefaultTextFormats in drupal/modules/filter/filter.test
Tests if the default text format is accessible to users.
FilterFormatAccessTestCase::setUp in drupal/modules/filter/filter.test
Sets up a Drupal site for running functional and integration tests.
FilterFormatAccessTestCase::testFormatWidgetPermissions in drupal/modules/filter/filter.test
Tests editing a page using a disallowed text format.
FilterHooksTestCase::testFilterHooks in drupal/modules/filter/filter.test
Tests hooks on format management.
FilterSecurityTestCase::testDisableFilterModule in drupal/modules/filter/filter.test
Tests removal of filtered content when an active filter is disabled.
FormatDateUnitTest::testAdminDefinedFormatDate in drupal/modules/simpletest/tests/common.test
Test admin-defined formats in format_date().
FormatDateUnitTest::testFormatDate in drupal/modules/simpletest/tests/common.test
Tests for the format_date() function.
FormCheckboxTestCase::testFormCheckbox in drupal/modules/simpletest/tests/form.test
FormsArbitraryRebuildTestCase::testUserRegistrationMultipleField in drupal/modules/simpletest/tests/form.test
Tests a rebuild caused by a multiple value field.
FormsArbitraryRebuildTestCase::testUserRegistrationRebuild in drupal/modules/simpletest/tests/form.test
Tests a basic rebuild with the user registration form.
FormsElementsTableSelectFunctionalTest::testMultipleFalseSubmit in drupal/modules/simpletest/tests/form.test
Test submission of values when #multiple is FALSE.
FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit in drupal/modules/simpletest/tests/form.test
Test the submission of single and multiple values when #multiple is TRUE.
FormsFileInclusionTestCase::testLoadCustomInclude in drupal/modules/simpletest/tests/form.test
Tests loading a custom specified inlcude.
FormsFormStoragePageCacheTestCase::testRebuildFormStorageOnCachedPage in drupal/modules/simpletest/tests/form.test
Build-id is regenerated when rebuilding cached form.
FormsFormStoragePageCacheTestCase::testValidateFormStorageOnCachedPage in drupal/modules/simpletest/tests/form.test
Build-id is regenerated when validating cached form.
FormsFormStorageTestCase::testCachedFormStorageValidation in drupal/modules/simpletest/tests/form.test
Tests updating cached form storage during form validation.
FormsFormStorageTestCase::testForm in drupal/modules/simpletest/tests/form.test
Tests using the form in a usual way.
FormsFormStorageTestCase::testFormCached in drupal/modules/simpletest/tests/form.test
Tests using the form with an activated $form_state['cache'] property.
FormsFormStorageTestCase::testFormStatePersist in drupal/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 drupal/modules/simpletest/tests/form.test
Verifies that form build-id is regenerated when loading an immutable form from the cache.
FormsFormStorageTestCase::testMutableForm in drupal/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 drupal/modules/simpletest/tests/form.test
Tests validation when form storage is used.
FormsRebuildTestCase::testPreserveFormActionAfterAJAX in drupal/modules/simpletest/tests/form.test
Tests that a form's action is retained after an Ajax submission.
FormsRebuildTestCase::testRebuildPreservesValues in drupal/modules/simpletest/tests/form.test
Tests preservation of values.
FormsRedirectTestCase::testRedirect in drupal/modules/simpletest/tests/form.test
Tests form redirection.
FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced in drupal/modules/simpletest/tests/form.test
Tests form_state_values_clean().
FormStateValuesCleanTestCase::testFormStateValuesClean in drupal/modules/simpletest/tests/form.test
Tests form_state_values_clean().
FormsTestCase::testCheckboxProcessing in drupal/modules/simpletest/tests/form.test
Test default value handling for checkboxes.
FormsTestCase::testDisabledElements in drupal/modules/simpletest/tests/form.test
Test handling of disabled elements.
FormsTestCase::testInputForgery in drupal/modules/simpletest/tests/form.test
Test Form API protections against input forgery.
FormsTestCase::testRequiredCheckboxesRadio in drupal/modules/simpletest/tests/form.test
Tests validation for required checkbox, select, and radio elements.
FormsTestCase::testRequiredTextfieldNoTitle in drupal/modules/simpletest/tests/form.test
Tests validation for required textfield element without title.
FormsTestCase::testSelect in drupal/modules/simpletest/tests/form.test
Tests validation of #type 'select' elements.
FormsTriggeringElementTestCase::testAttemptAccessControlBypass in drupal/modules/simpletest/tests/form.test
Test that $form_state['triggering_element'] does not get set to a button with #access=FALSE.
FormsTriggeringElementTestCase::testNoButtonInfoInPost in drupal/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 drupal/modules/simpletest/tests/form.test
Tests that a form with a disabled CSRF token can be validated.
FormValidationTestCase::testMultiFormSameNameErrorClass in drupal/modules/simpletest/tests/form.test
Tests error border of multiple fields with same name in a page.
FormValidationTestCase::testValidate in drupal/modules/simpletest/tests/form.test
Tests form alterations by #element_validate, #validate, and form_set_value().
FormValidationTestCase::testValidateLimitErrors in drupal/modules/simpletest/tests/form.test
Tests partial form validation through #limit_validation_errors.
ForumIndexTestCase::testForumIndexStatus in drupal/modules/forum/forum.test
Tests the forum index for published and unpublished nodes.
ForumTestCase::createForum in drupal/modules/forum/forum.test
Creates a forum container or a forum.
ForumTestCase::createForumTopic in drupal/modules/forum/forum.test
Creates forum topic.
ForumTestCase::deleteForum in drupal/modules/forum/forum.test
Deletes a forum.
ForumTestCase::doAdminTests in drupal/modules/forum/forum.test
Runs admin tests on the admin user.
ForumTestCase::editForumTaxonomy in drupal/modules/forum/forum.test
Edits the forum taxonomy.
ForumTestCase::testAddOrphanTopic in drupal/modules/forum/forum.test
Tests that forum nodes can't be added without a parent.
ForumTestCase::testEnableForumField in drupal/modules/forum/forum.test
Tests disabling and re-enabling the Forum module.
ForumTestCase::testForum in drupal/modules/forum/forum.test
Tests forum functionality through the admin and user interfaces.
ForumTestCase::verifyForums in drupal/modules/forum/forum.test
Verifies that the logged in user has access to a forum nodes.
ForumUpgradePathTestCase::testForumUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.forum.test
Test a successful upgrade (no negotiation).
FrontPageTestCase::testDrupalIsFrontPage in drupal/modules/system/system.test
Test front page functionality.
HookRequirementsTestCase::testHookRequirementsFailure in drupal/modules/system/system.test
Assert that a module cannot be installed if it fails hook_requirements().
HTMLIdTestCase::testHTMLId in drupal/modules/simpletest/tests/form.test
Tests that HTML IDs do not get duplicated when form validation fails.
ImageAdminStylesUnitTest::testDefaultStyle in drupal/modules/image/image.test
Test to override, edit, then revert a style.
ImageAdminStylesUnitTest::testNumericStyleName in drupal/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 drupal/modules/image/image.test
General test to add a style, add/remove/edit effects to it, then delete it.
ImageAdminStylesUnitTest::testStyleReplacement in drupal/modules/image/image.test
Test deleting a style and choosing a replacement style.
ImageAdminUiTestCase::testEditEffectHelpText in drupal/modules/image/image.test
Test if the help text is available on the edit effect form.
ImageFieldDisplayTestCase::testImageFieldDefaultImage in drupal/modules/image/image.test
Test use of a default image with an image field.
ImageFieldDisplayTestCase::testImageFieldSettings in drupal/modules/image/image.test
Tests for image field settings.
ImageFieldTestCase::uploadNodeImage in drupal/modules/image/image.test
Upload an image to a node.
ImageStyleFlushTest::testFlush in drupal/modules/image/image.test
General test to flush a style.
ImportOPMLTestCase::submitImportForm in drupal/modules/aggregator/aggregator.test
Submits form with invalid, empty, and valid OPML files.
ImportOPMLTestCase::validateImportFormFields in drupal/modules/aggregator/aggregator.test
Submits form filled with invalid fields.
IPAddressBlockingTestCase::testIPAddressValidation in drupal/modules/system/system.test
Test a variety of user input to confirm correct validation and saving of data.
ListFieldUITestCase::assertAllowedValuesInput in drupal/modules/field/modules/list/tests/list.test
Tests a string input for the 'allowed values' form element.
ListFieldUITestCase::testListAllowedValuesBoolean in drupal/modules/field/modules/list/tests/list.test
List (boolen) : test 'On/Off' values input.
LocaleCommentLanguageFunctionalTest::setUp in drupal/modules/locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleCommentLanguageFunctionalTest::testCommentLanguage in drupal/modules/locale/locale.test
Test that comment language is properly set.
LocaleConfigurationTest::testLanguageConfiguration in drupal/modules/locale/locale.test
Functional tests for adding, editing and deleting languages.
LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in drupal/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 drupal/modules/locale/locale.test
Verifies that machine name fields are always LTR.
LocaleCSSAlterTest::testCSSFilesOrderInRTLMode in drupal/modules/locale/locale.test
Verifies that -rtl.css file is added directly after LTR .css file.
LocaleDateFormatsFunctionalTest::testLocalizeDateFormats in drupal/modules/locale/locale.test
Functional tests for localizing date formats.
LocaleExportFunctionalTest::testExportTranslation in drupal/modules/locale/locale.test
Test exportation of translations.
LocaleExportFunctionalTest::testExportTranslationTemplateFile in drupal/modules/locale/locale.test
Test exportation of translation template file.
LocaleImportFunctionalTest::importPoFile in drupal/modules/locale/locale.test
Helper function: import a standalone .po file in a given language.
LocaleImportFunctionalTest::testAutomaticModuleTranslationImportLanguageEnable in drupal/modules/locale/locale.test
Test automatic import of a module's translation files when a language is enabled.
LocaleImportFunctionalTest::testEmptyMsgstr in drupal/modules/locale/locale.test
Test empty msgstr at end of .po file see #611786.
LocaleImportFunctionalTest::testStandalonePoFile in drupal/modules/locale/locale.test
Test import of standalone .po files.
LocaleLanguageNegotiationInfoFunctionalTest::setUp in drupal/modules/locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in drupal/modules/locale/locale.test
Tests alterations to language types/negotiation info.
LocaleLanguageSwitchingFunctionalTest::testLanguageBlock in drupal/modules/locale/locale.test
Functional tests for the language switcher block.
LocaleMultilingualFieldsFunctionalTest::setUp in drupal/modules/locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleMultilingualFieldsFunctionalTest::testMultilingualDisplaySettings in drupal/modules/locale/locale.test
LocaleMultilingualFieldsFunctionalTest::testMultilingualNodeForm in drupal/modules/locale/locale.test
Test if field languages are correctly set through the node form.
LocalePathFunctionalTest::testPathLanguageConfiguration in drupal/modules/locale/locale.test
Test if a language can be associated with a path alias.
LocalePluralFormatTest::importPoFile in drupal/modules/locale/locale.test
Imports a standalone .po file in a given language.
LocaleTranslationFunctionalTest::testJavaScriptTranslation in drupal/modules/locale/locale.test
LocaleTranslationFunctionalTest::testStringSearch in drupal/modules/locale/locale.test
Tests translation search form.
LocaleTranslationFunctionalTest::testStringTranslation in drupal/modules/locale/locale.test
Adds a language and tests string translation by users with the appropriate permissions.
LocaleTranslationFunctionalTest::testStringValidation in drupal/modules/locale/locale.test
Tests the validation of the translation input.
LocaleUILanguageNegotiationTest::testUILanguageNegotiation in drupal/modules/locale/locale.test
Tests for language switching by URL path.
LocaleUILanguageNegotiationTest::testUrlLanguageFallback in drupal/modules/locale/locale.test
Test URL language detection when the requested URL has no language.
LocaleUninstallFunctionalTest::testUninstallProcess in drupal/modules/locale/locale.test
Check if the values of the Locale variables are correct after uninstall.
LocaleUrlRewritingTest::setUp in drupal/modules/locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleUrlRewritingTest::testDomainNameNegotiationPort in drupal/modules/locale/locale.test
Check URL rewriting when using a domain name and a non-standard port.
LocaleUserCreationTest::testLocalUserCreation in drupal/modules/locale/locale.test
Functional test for language handling during user creation.
LocaleUserLanguageFunctionalTest::testUserLanguageConfiguration in drupal/modules/locale/locale.test
Test if user can change their default language.
MenuBreadcrumbTestCase::testBreadCrumbs in drupal/modules/simpletest/tests/menu.test
Tests breadcrumbs on node and administrative paths.
MenuNodeTestCase::testMenuNodeFormWidget in drupal/modules/menu/menu.test
Test creating, editing, deleting menu links via node form widget.
MenuTestCase::addCustomMenu in drupal/modules/menu/menu.test
Add custom menu.
MenuTestCase::addInvalidMenuLink in drupal/modules/menu/menu.test
Attempt to add menu link with invalid path or no access permission.
MenuTestCase::addMenuLink in drupal/modules/menu/menu.test
Add a menu link using the menu module UI.
MenuTestCase::deleteCustomMenu in drupal/modules/menu/menu.test
Delete custom menu.
MenuTestCase::deleteMenuLink in drupal/modules/menu/menu.test
Delete a menu link using the menu module UI.
MenuTestCase::disableMenuLink in drupal/modules/menu/menu.test
Disable a menu link.
MenuTestCase::doMenuTests in drupal/modules/menu/menu.test
Test menu functionality using navigation menu.
MenuTestCase::enableMenuLink in drupal/modules/menu/menu.test
Enable a menu link.
MenuTestCase::modifyMenuLink in drupal/modules/menu/menu.test
Modify a menu link using the menu module UI.
MenuTestCase::moveMenuLink in drupal/modules/menu/menu.test
Change the parent of a menu link using the menu module UI.
MenuTestCase::resetMenuLink in drupal/modules/menu/menu.test
Reset a standard menu link using the menu module UI.
MenuTestCase::testMenuQueryAndFragment in drupal/modules/menu/menu.test
Add and remove a menu link with a query string and fragment.
ModuleDependencyTestCase::testEnableRequirementsFailureDependency in drupal/modules/system/system.test
Tests enabling a module that depends on a module which fails hook_requirements().
ModuleDependencyTestCase::testEnableWithoutDependency in drupal/modules/system/system.test
Attempt to enable translation module without locale enabled.
ModuleDependencyTestCase::testMissingModules in drupal/modules/system/system.test
Attempt to enable a module with a missing dependency.
ModuleDependencyTestCase::testModuleEnableOrder in drupal/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 drupal/modules/system/system.test
Checks functionality of project namespaces for dependencies.
ModuleDependencyTestCase::testUninstallDependents in drupal/modules/system/system.test
Tests attempting to uninstall a module that has installed dependents.
MultiStepNodeFormBasicOptionsTest::testMultiStepNodeFormBasicOptions in drupal/modules/node/node.test
Tests changing the default values of basic options to ensure they persist.
NodeAccessBaseTableTestCase::testNodeAccessBasic in drupal/modules/node/node.test
Tests the "private" node access functionality.
NodeAccessFieldTestCase::testNodeAccessAdministerField in drupal/modules/node/node.test
Tests administering fields when node access is restricted.
NodeAccessRebuildTestCase::testNodeAccessRebuild in drupal/modules/node/node.test
Tests rebuilding the node access permissions table.
NodeAdminTestCase::testContentAdminPages in drupal/modules/node/node.test
Tests content overview with different user permissions.
NodeBlockFunctionalTest::testRecentNodeBlock in drupal/modules/node/node.test
Tests the recent comments block.
NodeBlockTestCase::testSyndicateBlock in drupal/modules/node/node.test
Tests that the "Syndicate" block is shown when enabled.
NodeBodyUpgradePathTestCase::testNodeBodyUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.node.test
Test a successful upgrade.
NodeCreationTestCase::testNodeCreation in drupal/modules/node/node.test
Creates a "Basic page" node and verifies its consistency in the database.
NodeCreationTestCase::testUnpublishedNodeCreation in drupal/modules/node/node.test
Create an unpublished node and confirm correct redirect behavior.
NodeEntityViewModeAlterTest::testNodeViewModeChange in drupal/modules/node/node.test
Create a "Basic page" node and verify its consistency in the database.
NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField in drupal/modules/node/node.test
Tests fields that were previously hidden when the view mode is changed.
NodePageCacheTest::testNodeDelete in drupal/modules/node/node.test
Tests deleting nodes clears page cache.
NodePostSettingsTestCase::testPageNotPostInfo in drupal/modules/node/node.test
Confirms absence of post information on a new node.
NodePostSettingsTestCase::testPagePostInfo in drupal/modules/node/node.test
Confirms "Basic page" content type and post information is on a new node.
NodeRevisionsTestCase::testRevisions in drupal/modules/node/node.test
Checks node revision related operations.
NodeTitleXSSTestCase::testNodeTitleXSS in drupal/modules/node/node.test
Tests XSS functionality with a node entity.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in drupal/modules/node/node.test
Tests that node type customizations persist through disable and uninstall.
NodeTypeTestCase::testNodeTypeCreation in drupal/modules/node/node.test
Tests creating a content type programmatically and via a form.
NodeTypeTestCase::testNodeTypeEditing in drupal/modules/node/node.test
Tests editing a node type using the UI.
NumberFieldTestCase::testNumberDecimalField in drupal/modules/field/modules/number/number.test
Test number_decimal field.
NumberFieldTestCase::testNumberFloatField in drupal/modules/field/modules/number/number.test
Test number_float field.
NumberFieldTestCase::testNumberIntegerField in drupal/modules/field/modules/number/number.test
Test number_integer field.
OpenIDFunctionalTestCase::addIdentity in drupal/modules/openid/openid.test
Add OpenID identity to user's profile.
OpenIDFunctionalTestCase::testBlockedUserLogin in drupal/modules/openid/openid.test
Test that a blocked user cannot log in.
OpenIDFunctionalTestCase::testDelete in drupal/modules/openid/openid.test
Test deleting an OpenID identity from a user's profile.
OpenIDFunctionalTestCase::testLogin in drupal/modules/openid/openid.test
Test login using OpenID.
OpenIDFunctionalTestCase::testLoginMaintenanceMode in drupal/modules/openid/openid.test
Test login using OpenID during maintenance mode.
OpenIDRegistrationTestCase::testRegisterUserWithEmailVerification in drupal/modules/openid/openid.test
Test OpenID auto-registration with e-mail verification enabled.
OpenIDRegistrationTestCase::testRegisterUserWithInvalidSreg in drupal/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 drupal/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 drupal/modules/openid/openid.test
Initiates the login procedure using the specified User-supplied Identity.
OptionsWidgetsTestCase::testCheckBoxes in drupal/modules/field/modules/options/options.test
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTestCase::testOnOffCheckbox in drupal/modules/field/modules/options/options.test
Tests the 'options_onoff' widget.
OptionsWidgetsTestCase::testRadioButtons in drupal/modules/field/modules/options/options.test
Tests the 'options_buttons' widget (single select).
OptionsWidgetsTestCase::testSelectListMultiple in drupal/modules/field/modules/options/options.test
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTestCase::testSelectListSingle in drupal/modules/field/modules/options/options.test
Tests the 'options_select' widget (single select).
PageEditTestCase::testPageAuthoredBy in drupal/modules/node/node.test
Tests changing a node's "authored by" field.
PageEditTestCase::testPageEdit in drupal/modules/node/node.test
Checks node edit functionality.
PageNotFoundTestCase::testPageNotFound in drupal/modules/system/system.test
PagePreviewTestCase::testPagePreview in drupal/modules/node/node.test
Checks the node preview functionality.
PagePreviewTestCase::testPagePreviewWithRevisions in drupal/modules/node/node.test
Checks the node preview functionality, when using revisions.
PageTitleFiltering::testTitleTags in drupal/modules/system/system.test
Tests the handling of HTML by drupal_set_title() and drupal_get_title()
PageTitleFiltering::testTitleXSS in drupal/modules/system/system.test
Test if the title of the site is XSS proof.
PathLanguageTestCase::setUp in drupal/modules/path/path.test
Sets up a Drupal site for running functional and integration tests.
PathLanguageTestCase::testAliasTranslation in drupal/modules/path/path.test
Test alias functionality through the admin interfaces.
PathLanguageUITestCase::setUp in drupal/modules/path/path.test
Sets up a Drupal site for running functional and integration tests.
PathLanguageUITestCase::testDefaultLanguageURLs in drupal/modules/path/path.test
Tests that a default language URL alias works.
PathLanguageUITestCase::testLanguageNeutralURLs in drupal/modules/path/path.test
Tests that a language-neutral URL alias works.
PathLanguageUITestCase::testNonDefaultURLs in drupal/modules/path/path.test
Tests that a non-default language URL alias works.
PathMonolingualTestCase::setUp in drupal/modules/path/path.test
Sets up a Drupal site for running functional and integration tests.
PathTaxonomyTermTestCase::testTermAlias in drupal/modules/path/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testAdminAlias in drupal/modules/path/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testDuplicateNodeAlias in drupal/modules/path/path.test
Tests that duplicate aliases fail validation.
PathTestCase::testNodeAlias in drupal/modules/path/path.test
Tests alias functionality through the node interfaces.
PathTestCase::testPathCache in drupal/modules/path/path.test
Tests the path cache.
PHPFilterTestCase::testPHPFilter in drupal/modules/php/php.test
Makes sure that the PHP filter evaluates PHP code when used.
PollBlockTestCase::testRecentBlock in drupal/modules/poll/poll.test
PollCreateTestCase::testPollClose in drupal/modules/poll/poll.test
PollDeleteChoiceTestCase::testChoiceRemoval in drupal/modules/poll/poll.test
PollExpirationTestCase::testAutoExpire in drupal/modules/poll/poll.test
PollTestCase::pollCreate in drupal/modules/poll/poll.test
Creates a poll.
PollTestCase::pollUpdate in drupal/modules/poll/poll.test
PollTokenReplaceTestCase::testPollTokenReplacement in drupal/modules/poll/poll.test
Creates a poll, then tests the tokens generated from it.
PollTranslateTestCase::testPollTranslate in drupal/modules/poll/poll.test
Tests poll creation and translation.
PollVoteCheckHostname::testHostnamePollVote in drupal/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 drupal/modules/poll/poll.test
ProfileBlockTestCase::testAuthorInformationBlock in drupal/modules/profile/profile.test
ProfileTestCase::createProfileField in drupal/modules/profile/profile.test
Create a profile field.
ProfileTestCase::deleteProfileField in drupal/modules/profile/profile.test
Delete a profile field.
ProfileTestCase::setProfileField in drupal/modules/profile/profile.test
Set the profile field to a random value
ProfileTestCase::updateProfileField in drupal/modules/profile/profile.test
Update a profile field.
ProfileTestDate::testProfileDateField in drupal/modules/profile/profile.test
Create a date field, give it a value, update and delete the field.
RdfRdfaMarkupTestCase::testAttributesInMarkupFile in drupal/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 drupal/modules/rdf/rdf.test
Helper function for testAttributesInTracker().
SearchAdvancedSearchForm::testNodeType in drupal/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 drupal/modules/search/search.test
Test that the search block form works correctly.
SearchBlockTestCase::testSearchFormBlock in drupal/modules/search/search.test
SearchCommentCountToggleTestCase::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchCommentCountToggleTestCase::testSearchCommentCountToggle in drupal/modules/search/search.test
Verify that comment count display toggles properly on comment status of node
SearchCommentTestCase::checkCommentAccess in drupal/modules/search/search.test
Update search index and search for comment.
SearchCommentTestCase::testAddNewComment in drupal/modules/search/search.test
Verify that 'add new comment' does not appear in search results or index.
SearchCommentTestCase::testSearchResultsComment in drupal/modules/search/search.test
Verify that comments are rendered using proper format in search results.
SearchCommentTestCase::testSearchResultsCommentAccess in drupal/modules/search/search.test
Verify access rules for comment indexing with different permissions.
SearchConfigSettingsForm::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchConfigSettingsForm::testSearchModuleDisabling in drupal/modules/search/search.test
Verify that you can disable individual search modules.
SearchConfigSettingsForm::testSearchSettingsPage in drupal/modules/search/search.test
Verify the search settings form.
SearchEmbedForm::testEmbeddedForm in drupal/modules/search/search.test
Tests that the embedded form appears and can be submitted.
SearchExactTestCase::testExactQuery in drupal/modules/search/search.test
Tests that the correct number of pager links are found for both keywords and phrases.
SearchLanguageTestCase::testLanguages in drupal/modules/search/search.test
SearchNodeAccessTest::testPhraseSearchPunctuation in drupal/modules/search/search.test
Tests that search works with punctuation and HTML entities.
SearchNodeTagTest::testNodeSearchQueryTags in drupal/modules/search/search.test
Tests that the correct tags are available and hooks invoked.
SearchNumberMatchingTestCase::testNumberSearching in drupal/modules/search/search.test
Tests that all the numbers can be searched.
SearchNumbersTestCase::testNumberSearching in drupal/modules/search/search.test
Tests that all the numbers can be searched.
SearchPageText::testSearchText in drupal/modules/search/search.test
Tests the failed search text, and various other text on the search page.
SearchRankingTestCase::testRankings in drupal/modules/search/search.test
SessionHttpsTestCase::testEmptySessionId in drupal/modules/simpletest/tests/session.test
Tests that empty session IDs do not cause unrelated sessions to load.
SessionHttpsTestCase::testHttpsSession in drupal/modules/simpletest/tests/session.test
SessionTestCase::testSessionSaveRegenerate in drupal/modules/simpletest/tests/session.test
Tests for drupal_save_session() and drupal_session_regenerate().
ShortcutLinksTestCase::testShortcutLinkAdd in drupal/modules/shortcut/shortcut.test
Tests that creating a shortcut works properly.
ShortcutLinksTestCase::testShortcutLinkChangePath in drupal/modules/shortcut/shortcut.test
Tests that changing the path of a shortcut link works.
ShortcutLinksTestCase::testShortcutLinkDelete in drupal/modules/shortcut/shortcut.test
Tests deleting a shortcut link.
ShortcutLinksTestCase::testShortcutLinkRename in drupal/modules/shortcut/shortcut.test
Tests that shortcut links can be renamed.
ShortcutSetsTestCase::testShortcutSetDelete in drupal/modules/shortcut/shortcut.test
Tests deleting a shortcut set.
ShortcutSetsTestCase::testShortcutSetRename in drupal/modules/shortcut/shortcut.test
Tests renaming a shortcut set.
ShortcutSetsTestCase::testShortcutSetRenameAlreadyExists in drupal/modules/shortcut/shortcut.test
Tests renaming a shortcut set to the same name as another set.
ShortcutSetsTestCase::testShortcutSetSwitchCreate in drupal/modules/shortcut/shortcut.test
Tests switching a user's shortcut set and creating one at the same time.
ShortcutSetsTestCase::testShortcutSetSwitchNoSetName in drupal/modules/shortcut/shortcut.test
Tests switching a user's shortcut set without providing a new set name.
ShortcutSetsTestCase::testShortcutSetSwitchOwn in drupal/modules/shortcut/shortcut.test
Tests switching a user's own shortcut set.
SimpleTestBrokenSetUp::testBreakSetUp in drupal/modules/simpletest/simpletest.test
Runs this test case from within the simpletest child site.
SimpleTestBrowserTestCase::testCookies in drupal/modules/simpletest/simpletest.test
Tests that cookies set during a request are available for testing.
SimpleTestBrowserTestCase::testGetAbsoluteUrl in drupal/modules/simpletest/simpletest.test
Test DrupalWebTestCase::getAbsoluteUrl().
SimpleTestDiscoveryTestCase::testDiscovery in drupal/modules/simpletest/simpletest.test
Tests existence of test cases.
SimpleTestFunctionalTest::testInternalBrowser in drupal/modules/simpletest/simpletest.test
Test the internal browsers functionality.
SimpleTestFunctionalTest::testWebTestRunner in drupal/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 drupal/modules/simpletest/simpletest.test
Tests existence of test case located in an installation profile module.
SiteMaintenanceTestCase::testSiteMaintenance in drupal/modules/system/system.test
Verify site maintenance mode functionality.
StatisticsAdminTestCase::testDeleteUser in drupal/modules/statistics/statistics.test
Tests that accesslog reflects when a user is deleted.
StatisticsAdminTestCase::testStatisticsSettings in drupal/modules/statistics/statistics.test
Verifies that the statistics settings page works.
StatisticsBlockVisitorsTestCase::testIPAddressBlocking in drupal/modules/statistics/statistics.test
Blocks an IP address via the top visitors report and then unblocks it.
SyslogTestCase::testSettings in drupal/modules/syslog/syslog.test
Tests the syslog settings page.
SystemBlockTestCase::testSystemBlocks in drupal/modules/system/system.test
Test displaying and hiding the powered-by and help blocks.
SystemMainContentFallback::testMainContentFallback in drupal/modules/system/system.test
Test availability of main content.
SystemThemeFunctionalTest::testAdministrationTheme in drupal/modules/system/system.test
Test the administration theme functionality.
SystemThemeFunctionalTest::testThemeSettings in drupal/modules/system/system.test
Test the theme settings form.
TaxonomyHooksTestCase::testTaxonomyTermHooks in drupal/modules/taxonomy/taxonomy.test
Test that hooks are run correctly on creating, editing, viewing, and deleting a term.
TaxonomyLegacyTestCase::testTaxonomyLegacyNode in drupal/modules/taxonomy/taxonomy.test
Test taxonomy functionality with nodes prior to 1970.
TaxonomyRSSTestCase::testTaxonomyRSS in drupal/modules/taxonomy/taxonomy.test
Tests that terms added to nodes are displayed in core RSS feed.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in drupal/modules/taxonomy/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets in drupal/modules/taxonomy/taxonomy.test
Test widgets.
TaxonomyTermIndexTestCase::testTaxonomyIndex in drupal/modules/taxonomy/taxonomy.test
Tests that the taxonomy index is maintained properly.
TaxonomyTermTestCase::testNodeTermCreationAndDeletion in drupal/modules/taxonomy/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyTermTestCase::testTaxonomyNode in drupal/modules/taxonomy/taxonomy.test
Test that hook_node_$op implementations work correctly.
TaxonomyTermTestCase::testTaxonomyTermHierarchy in drupal/modules/taxonomy/taxonomy.test
Test terms in a single and multiple hierarchy.
TaxonomyTermTestCase::testTermInterface in drupal/modules/taxonomy/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyTermTestCase::testTermMultipleParentsInterface in drupal/modules/taxonomy/taxonomy.test
Test saving a term with multiple parents through the UI.
TaxonomyTermTestCase::testTermReorder in drupal/modules/taxonomy/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyTokenReplaceTestCase::testTaxonomyTokenReplacement in drupal/modules/taxonomy/taxonomy.test
Creates some terms and a node, then tests the tokens generated from them.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminChangingWeights in drupal/modules/taxonomy/taxonomy.test
Changing weights on the vocabulary overview with two or more vocabularies.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary in drupal/modules/taxonomy/taxonomy.test
Deleting a vocabulary.
TaxonomyVocabularyFunctionalTest::testVocabularyInterface in drupal/modules/taxonomy/taxonomy.test
Create, edit and delete a vocabulary via the user interface.
TextFieldTestCase::_testTextfieldWidgets in drupal/modules/field/modules/text/text.test
Helper function for testTextfieldWidgets().
TextFieldTestCase::_testTextfieldWidgetsFormatted in drupal/modules/field/modules/text/text.test
Helper function for testTextfieldWidgetsFormatted().
TextSummaryTestCase::testOnlyTextSummary in drupal/modules/field/modules/text/text.test
Test sending only summary.
TextTranslationTestCase::setUp in drupal/modules/field/modules/text/text.test
Sets up a Drupal site for running functional and integration tests.
TextTranslationTestCase::testTextField in drupal/modules/field/modules/text/text.test
Test that a plaintext textfield widget is correctly populated.
TextTranslationTestCase::testTextFieldFormatted in drupal/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 drupal/modules/tracker/tracker.test
Tests that publish/unpublish works at admin/content/node.
TrackerTest::testTrackerCronIndexing in drupal/modules/tracker/tracker.test
Tests that existing nodes are indexed by cron.
TrackerTest::testTrackerNewComments in drupal/modules/tracker/tracker.test
Tests for comment counters on the tracker listing.
TrackerTest::testTrackerOrderingNewComments in drupal/modules/tracker/tracker.test
Tests for ordering on a users tracker listing when comments are posted.
TrackerTest::testTrackerUser in drupal/modules/tracker/tracker.test
Tests for the presence of nodes on a user's tracker listing.
TranslationTestCase::addLanguage in drupal/modules/translation/translation.test
Installs the specified language, or enables it if it is already installed.
TranslationTestCase::createPage in drupal/modules/translation/translation.test
Creates a "Basic page" in the specified language.
TranslationTestCase::createTranslation in drupal/modules/translation/translation.test
Creates a translation for a basic page in the specified language.
TranslationTestCase::setUp in drupal/modules/translation/translation.test
Sets up a Drupal site for running functional and integration tests.
TranslationTestCase::testContentTranslation in drupal/modules/translation/translation.test
Creates, modifies, and updates a basic page with a translation.
TranslationTestCase::testLanguageSwitcherBlockIntegration in drupal/modules/translation/translation.test
Tests that the language switcher block alterations work as intended.
TranslationTestCase::testLanguageSwitchLinks in drupal/modules/translation/translation.test
Checks that the language switch links behave properly.
TriggerActionTestCase::assignSimpleAction in drupal/modules/trigger/trigger.test
Assigns a simple (non-configurable) action to a trigger.
TriggerActionTestCase::assignSystemEmailAction in drupal/modules/trigger/trigger.test
Assigns a system_send_email_action to the passed-in trigger.
TriggerActionTestCase::assignSystemMessageAction in drupal/modules/trigger/trigger.test
Assigns a system message action to the passed-in trigger.
TriggerContentTestCase::testActionContentMultiple in drupal/modules/trigger/trigger.test
Tests multiple node actions.
TriggerContentTestCase::testActionsContent in drupal/modules/trigger/trigger.test
Tests several content-oriented trigger issues.
TriggerCronTestCase::testActionsCron in drupal/modules/trigger/trigger.test
Tests assigning multiple actions to the cron trigger.
TriggerOrphanedActionsTestCase::testActionsOrphaned in drupal/modules/trigger/trigger.test
Tests logic around orphaned actions.
TriggerOtherTestCase::testActionsComment in drupal/modules/trigger/trigger.test
Tests triggering on comment save.
TriggerOtherTestCase::testActionsTaxonomy in drupal/modules/trigger/trigger.test
Tests triggering on taxonomy new term.
TriggerOtherTestCase::testActionsUser in drupal/modules/trigger/trigger.test
Tests triggering on user create and user login.
TriggerUserActionTestCase::testUserActionAssignmentExecution in drupal/modules/trigger/trigger.test
Tests user action assignment and execution.
TriggerUserTokenTestCase::testUserTriggerTokenReplacement in drupal/modules/trigger/trigger.test
Tests a variety of token replacements in actions.
TriggerWebTestCase::configureAdvancedAction in drupal/modules/trigger/trigger.test
Configures an advanced action.
UpdateFeedItemTestCase::testUpdateFeedItem in drupal/modules/aggregator/aggregator.test
Tests running "update items" from 'admin/config/services/aggregator' page.
UpdateFeedTestCase::testUpdateFeed in drupal/modules/aggregator/aggregator.test
Creates a feed and attempts to update it.
UpdateScriptFunctionalTest::testNoPendingUpdates in drupal/modules/system/system.test
Tests that there are no pending updates for the first test method.
UpdateScriptFunctionalTest::testNoUpdateFunctionality in drupal/modules/system/system.test
Tests update.php when there are no updates to apply.
UpdateScriptFunctionalTest::testRequirements in drupal/modules/system/system.test
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptFunctionalTest::testSuccessfulUpdateFunctionality in drupal/modules/system/system.test
Tests update.php after performing a successful update.
UpdateTestUploadCase::testUploadModule in drupal/modules/update/update.test
Tests upload and extraction of a module.
UpgradePathTestCase::performUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.test
Perform the upgrade.
UrlAlterFunctionalTest::testUrlAlter in drupal/modules/simpletest/tests/path.test
Test that URL altering works and that it occurs in the correct order.
UserAccountLinksUnitTests::testDisabledAccountLink in drupal/modules/user/user.test
Tests disabling the 'My account' link.
UserAdminTestCase::testUserAdmin in drupal/modules/user/user.test
Registers a user and deletes it.
UserBlocksUnitTests::testUserLoginBlock in drupal/modules/user/user.test
Test the user login block.
UserCancelTestCase::testMassUserCancelByAdmin in drupal/modules/user/user.test
Create an administrative user and mass-delete other users.
UserCancelTestCase::testUserAnonymize in drupal/modules/user/user.test
Delete account and anonymize all content.
UserCancelTestCase::testUserBlock in drupal/modules/user/user.test
Disable account and keep all content.
UserCancelTestCase::testUserBlockUnpublish in drupal/modules/user/user.test
Disable account and unpublish all content.
UserCancelTestCase::testUserCancelByAdmin in drupal/modules/user/user.test
Create an administrative user and delete another user.
UserCancelTestCase::testUserCancelInvalid in drupal/modules/user/user.test
Attempt invalid account cancellations.
UserCancelTestCase::testUserCancelUid1 in drupal/modules/user/user.test
Tests that user account for uid 1 cannot be cancelled.
UserCancelTestCase::testUserDelete in drupal/modules/user/user.test
Delete account and remove all content.
UserCreateTestCase::testUserAdd in drupal/modules/user/user.test
Create a user through the administration interface and ensure that it displays in the user list.
UserEditedOwnAccountTestCase::testUserEditedOwnAccount in drupal/modules/user/user.test
UserEditRebuildTestCase::testUserEditFormRebuild in drupal/modules/user/user.test
Test user edit page when the form is set to rebuild.
UserEditTestCase::testUserEdit in drupal/modules/user/user.test
Test user edit page.
UserEditTestCase::testUserWith0Password in drupal/modules/user/user.test
Tests setting the password to "0".
UserLoginTestCase::assertFailedLogin in drupal/modules/user/user.test
Make an unsuccessful login attempt.
UserPasswordResetTestCase::testUserPasswordReset in drupal/modules/user/user.test
Tests password reset functionality.
UserPasswordResetTestCase::testUserPasswordResetLoggedIn in drupal/modules/user/user.test
Test user password reset while logged in.
UserPasswordResetTestCase::testUserPasswordTextboxFilled in drupal/modules/user/user.test
Prefill the text box on incorrect login via link to password reset page.
UserPermissionsTestCase::testAdministratorRole in drupal/modules/user/user.test
Test assigning of permissions for the administrator role.
UserPermissionsTestCase::testUserPermissionChanges in drupal/modules/user/user.test
Change user permissions and check user_access().
UserPictureTestCase::saveUserPicture in drupal/modules/user/user.test
UserPictureTestCase::testDeletePicture in drupal/modules/user/user.test
Tests deletion of user pictures.
UserPictureTestCase::testUserPictureAdminFormValidation in drupal/modules/user/user.test
Tests the admin form validates user picture settings.
UserRegistrationTestCase::testRegistrationDefaultValues in drupal/modules/user/user.test
UserRegistrationTestCase::testRegistrationEmailDuplicates in drupal/modules/user/user.test
UserRegistrationTestCase::testRegistrationWithEmailVerification in drupal/modules/user/user.test
UserRegistrationTestCase::testRegistrationWithoutEmailVerification in drupal/modules/user/user.test
UserRegistrationTestCase::testRegistrationWithUserFields in drupal/modules/user/user.test
Tests Field API fields on user registration forms.
UserRoleAdminTestCase::testRoleAdministration in drupal/modules/user/user.test
Test adding, renaming and deleting roles.
UserRoleAdminTestCase::testRoleWeightChange in drupal/modules/user/user.test
Test user role weight change operation.
UserRolesAssignmentTestCase::testAssignAndRemoveRole in drupal/modules/user/user.test
Tests that a user can be assigned a role and that the role can be removed again.
UserRolesAssignmentTestCase::testCreateUserWithRole in drupal/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 drupal/modules/user/user.test
Test that a user can change their signature format and that it is respected upon display.
UserTimeZoneFunctionalTest::testUserTimeZone in drupal/modules/user/user.test
Tests the display of dates and time when user-configurable time zones are set.
UserUserSearchTestCase::testUserSearch in drupal/modules/user/user.test
UserValidateCurrentPassCustomForm::testUserValidateCurrentPassCustomForm in drupal/modules/user/user.test
Tests that user_validate_current_pass can be reused on a custom form.