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