363 calls to DrupalTestCase::randomName()

AccessDeniedTestCase::testAccessDenied in drupal-7.x/modules/system/system.test
ActionsConfigurationTestCase::testActionConfiguration in drupal-7.x/modules/simpletest/tests/actions.test
Test the configuration of advanced actions through the administration interface.
AggregatorTestCase::createSampleNodes in drupal-7.x/modules/aggregator/aggregator.test
Creates sample article nodes.
AggregatorTestCase::getFeedEditArray in drupal-7.x/modules/aggregator/aggregator.test
Returns a randomly generated feed edit array.
BlockCacheTestCase::testCacheGlobal in drupal-7.x/modules/block/block.test
Test DRUPAL_CACHE_GLOBAL.
BlockCacheTestCase::testCachePerPage in drupal-7.x/modules/block/block.test
Test DRUPAL_CACHE_PER_PAGE.
BlockCacheTestCase::testCachePerRole in drupal-7.x/modules/block/block.test
Test DRUPAL_CACHE_PER_ROLE.
BlockCacheTestCase::testCachePerUser in drupal-7.x/modules/block/block.test
Test DRUPAL_CACHE_PER_USER.
BlockCacheTestCase::testNoCache in drupal-7.x/modules/block/block.test
Test DRUPAL_NO_CACHE.
BlockHTMLIdTestCase::setUp in drupal-7.x/modules/block/block.test
Sets up a Drupal site for running functional and integration tests.
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::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::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.
BootstrapVariableTestCase::testVariable in drupal-7.x/modules/simpletest/tests/bootstrap.test
testVariable
CacheClearCase::setUp in drupal-7.x/modules/simpletest/tests/cache.test
Sets up a Drupal site for running functional and integration tests.
CacheClearCase::testIsValidBin in drupal-7.x/modules/simpletest/tests/cache.test
Test DrupalDatabaseCache::isValidBin().
CacheClearCase::testMinimumCacheLifetime in drupal-7.x/modules/simpletest/tests/cache.test
Test minimum cache lifetime.
CacheGetMultipleUnitTest::testCacheMultiple in drupal-7.x/modules/simpletest/tests/cache.test
Test cache_get_multiple().
CacheIsEmptyCase::setUp in drupal-7.x/modules/simpletest/tests/cache.test
Sets up a Drupal site for running functional and integration tests.
CacheSavingCase::testObject in drupal-7.x/modules/simpletest/tests/cache.test
Test the saving and restoring of an object.
CacheSavingCase::testString in drupal-7.x/modules/simpletest/tests/cache.test
Test the saving and restoring of a string.
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.
CommentActionsTestCase::testCommentPublishUnpublishActions in drupal-7.x/modules/comment/comment.test
Test comment publish and unpublish actions.
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.
CommentApprovalTest::testApprovalNodeInterface in drupal-7.x/modules/comment/comment.test
Test comment approval functionality through node interface.
CommentBlockFunctionalTest::testRecentCommentBlock in drupal-7.x/modules/comment/comment.test
Test the recent comments block.
CommentContentRebuild::testCommentRebuild in drupal-7.x/modules/comment/comment.test
Test to ensure that the comment's content array is rebuilt for every call to comment_view().
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.
CommentInterfaceTest::setEnvironment in drupal-7.x/modules/comment/comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentClasses in drupal-7.x/modules/comment/comment.test
Tests CSS classes on comments.
CommentInterfaceTest::testCommentInterface in drupal-7.x/modules/comment/comment.test
Test comment interface.
CommentInterfaceTest::testCommentNewCommentsIndicator in drupal-7.x/modules/comment/comment.test
Tests new comment marker.
CommentInterfaceTest::testCommentNodeCommentStatistics in drupal-7.x/modules/comment/comment.test
Tests the node comment statistics.
CommentNodeAccessTest::testThreadedCommentView in drupal-7.x/modules/comment/comment.test
Test that threaded comments can be viewed.
CommentNodeChangesTestCase::testNodeDeletion in drupal-7.x/modules/comment/comment.test
Tests that comments are deleted with the node.
CommentPagerTest::testCommentNewPageIndicator in drupal-7.x/modules/comment/comment.test
Test comment_new_page_count().
CommentPagerTest::testCommentOrderingThreading in drupal-7.x/modules/comment/comment.test
Test comment ordering and threading.
CommentPagerTest::testCommentPaging in drupal-7.x/modules/comment/comment.test
Confirm comment paging works correctly with flat and threaded comments.
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.
CommentRSSUnitTest::testCommentRSS in drupal-7.x/modules/comment/comment.test
Test comments as part of an RSS feed.
CommentThreadingTestCase::testCommentThreading in drupal-7.x/modules/comment/comment.test
Tests the comment threading.
CommentTokenReplaceTestCase::testCommentTokenReplacement in drupal-7.x/modules/comment/comment.test
Creates a comment, then tests the tokens generated from it.
CommonURLUnitTest::testExternalUrls in drupal-7.x/modules/simpletest/tests/common.test
Test external URL handling.
CommonURLUnitTest::testLActiveClass in drupal-7.x/modules/simpletest/tests/common.test
CommonURLUnitTest::testLCustomClass in drupal-7.x/modules/simpletest/tests/common.test
Tests for custom class in l() function.
CommonURLUnitTest::testLXSS in drupal-7.x/modules/simpletest/tests/common.test
Confirm that invalid text given as $path is filtered.
ContactPersonalTestCase::submitPersonalContact in drupal-7.x/modules/contact/contact.test
Fills out a user's personal contact form and submits it.
ContactSitewideTestCase::testAutoReply in drupal-7.x/modules/contact/contact.test
Tests auto-reply on the site-wide contact form.
ContactSitewideTestCase::testSiteWideContact in drupal-7.x/modules/contact/contact.test
Tests configuration options and the site-wide contact form.
CronRunTestCase::testCronRun in drupal-7.x/modules/system/system.test
Test cron runs.
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.
DatabaseConnectionTestCase::testConnectionRouting in drupal-7.x/modules/simpletest/tests/database_test.test
Test that connections return appropriate connection objects.
DatabaseSelectTestCase::testRandomOrder in drupal-7.x/modules/simpletest/tests/database_test.test
Test that random ordering of queries works.
DateTimeFunctionalTest::testDateTypeConfiguration in drupal-7.x/modules/system/system.test
Test date type configuration.
DBLogTestCase::doUser in drupal-7.x/modules/dblog/dblog.test
Generates and then verifies some user events.
DBLogTestCase::getContent in drupal-7.x/modules/dblog/dblog.test
Creates random content based on node content type.
DBLogTestCase::getContentUpdate in drupal-7.x/modules/dblog/dblog.test
Creates random content as an update based on node content type.
DBLogTestCase::testFilter in drupal-7.x/modules/dblog/dblog.test
Tests the database log filter functionality at admin/reports/dblog.
DrupalAddFeedTestCase::testBasicFeedAddNoTitle in drupal-7.x/modules/simpletest/tests/common.test
Test drupal_add_feed() with paths, URLs, and titles.
DrupalDataApiTest::testDrupalWriteRecord in drupal-7.x/modules/simpletest/tests/common.test
Test the drupal_write_record() API function.
DrupalGotoTest::testDrupalGetDestination in drupal-7.x/modules/simpletest/tests/common.test
Test drupal_get_destination().
DrupalHTTPRequestTestCase::testDrupalHTTPRequestBasicAuth in drupal-7.x/modules/simpletest/tests/common.test
DrupalMatchPathTestCase::setUp in drupal-7.x/modules/simpletest/tests/path.test
Sets up a Drupal site for running functional and integration tests.
DrupalRenderTestCase::testDrupalRenderFormElements in drupal-7.x/modules/simpletest/tests/common.test
Test rendering form elements without passing through form_builder().
DrupalRenderTestCase::testDrupalRenderSorting in drupal-7.x/modules/simpletest/tests/common.test
Test sorting by weight.
DrupalRenderTestCase::testDrupalRenderThemeArguments in drupal-7.x/modules/simpletest/tests/common.test
Test passing arguments to the theme function.
DrupalSetContentTestCase::testRegions in drupal-7.x/modules/simpletest/tests/common.test
Test setting and retrieving content for theme regions.
DrupalWebTestCase::drupalCreateContentType in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Creates a custom content type based on default settings.
DrupalWebTestCase::drupalCreateNode in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Creates a node based on default settings.
DrupalWebTestCase::drupalCreateRole in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Internal helper function; Create a role with specified permissions.
DrupalWebTestCase::drupalCreateUser in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Create a user with a given set of permissions.
EntityFieldQueryTestCase::setUp in drupal-7.x/modules/simpletest/tests/entity_query.test
Sets up a Drupal site for running functional and integration tests.
FieldAttachOtherTestCase::testFieldAttachPrepareViewMultiple in drupal-7.x/modules/field/tests/field.test
Tests the 'multiple entity' behavior of field_attach_prepare_view().
FieldAttachOtherTestCase::testFieldAttachView in drupal-7.x/modules/field/tests/field.test
Test field_attach_view() and field_attach_prepare_view().
FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle in drupal-7.x/modules/field/tests/field.test
Test field_attach_create_bundle() and field_attach_rename_bundle().
FieldAttachStorageTestCase::testFieldAttachDeleteBundle in drupal-7.x/modules/field/tests/field.test
Test field_attach_delete_bundle().
FieldAttachTestCase::createFieldWithInstance in drupal-7.x/modules/field/tests/field.test
Create a field and an instance of it.
FieldDisplayAPITestCase::setUp in drupal-7.x/modules/field/tests/field.test
Set the default field storage backend for fields created during tests.
FieldDisplayAPITestCase::testFieldViewField in drupal-7.x/modules/field/tests/field.test
Test the field_view_field() function.
FieldDisplayAPITestCase::testFieldViewValue in drupal-7.x/modules/field/tests/field.test
Test the field_view_value() function.
FieldFormTestCase::setUp in drupal-7.x/modules/field/tests/field.test
Set the default field storage backend for fields created during tests.
FieldInfoTestCase::testFieldInfo in drupal-7.x/modules/field/tests/field.test
Test that field types and field definitions are correcly cached.
FieldInfoTestCase::testFieldInfoCache in drupal-7.x/modules/field/tests/field.test
Tests that the field info cache can be built correctly.
FieldInstanceCrudTestCase::setUp in drupal-7.x/modules/field/tests/field.test
Set the default field storage backend for fields created during tests.
FieldInstanceCrudTestCase::testCreateFieldInstance in drupal-7.x/modules/field/tests/field.test
Test the creation of a field instance.
FieldInstanceCrudTestCase::testUpdateFieldInstance in drupal-7.x/modules/field/tests/field.test
Test the update of a field instance.
FieldSqlStorageTestCase::setUp in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Sets up a Drupal site for running functional and integration tests.
FieldTranslationsTestCase::setUp in drupal-7.x/modules/field/tests/field.test
Set the default field storage backend for fields created during tests.
FieldTranslationsTestCase::testFieldDisplayLanguage in drupal-7.x/modules/field/tests/field.test
Tests display language logic for translatable fields.
FieldTranslationsTestCase::testFieldInvoke in drupal-7.x/modules/field/tests/field.test
Test the multilanguage logic of _field_invoke().
FieldTranslationsTestCase::testFieldInvokeMultiple in drupal-7.x/modules/field/tests/field.test
Test the multilanguage logic of _field_invoke_multiple().
FieldUIManageFieldsTestCase::setUp in drupal-7.x/modules/field_ui/field_ui.test
Sets up a Drupal site for running functional and integration tests.
FieldUIManageFieldsTestCase::testDeleteField in drupal-7.x/modules/field_ui/field_ui.test
Tests that deletion removes fields and instances as expected.
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.
FieldUITestCase::setUp in drupal-7.x/modules/field_ui/field_ui.test
Sets up a Drupal site for running functional and integration tests.
FileCopyTest::testExistingError in drupal-7.x/modules/simpletest/tests/file.test
Test that copying over an existing file fails when FILE_EXISTS_ERROR is specified.
FileCopyTest::testExistingRename in drupal-7.x/modules/simpletest/tests/file.test
Test renaming when copying over a file that already exists.
FileCopyTest::testExistingReplace in drupal-7.x/modules/simpletest/tests/file.test
Test replacement when copying over a file that already exists.
FileCopyTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Test file copying in the normal, base case.
FileDirectoryTest::testFileCheckDirectoryHandling in drupal-7.x/modules/simpletest/tests/file.test
Test directory handling functions.
FileDownloadTest::testPrivateFileTransfer in drupal-7.x/modules/simpletest/tests/file.test
Test the private file transfer system.
FileFieldDisplayTestCase::testNodeDisplay in drupal-7.x/modules/file/tests/file.test
Tests normal formatter display on node display.
FileFieldPathTestCase::testUploadPath in drupal-7.x/modules/file/tests/file.test
Tests the 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::uploadNodeFile in drupal-7.x/modules/file/tests/file.test
Uploads a file to a node.
FileFieldValidateTestCase::testFileExtension in drupal-7.x/modules/file/tests/file.test
Tests file extension checking.
FileFieldValidateTestCase::testFileMaxSize in drupal-7.x/modules/file/tests/file.test
Tests the max file size validator.
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.
FileMoveTest::testExistingError in drupal-7.x/modules/simpletest/tests/file.test
Test that moving onto an existing file fails when FILE_EXISTS_ERROR is specified.
FileMoveTest::testExistingRename in drupal-7.x/modules/simpletest/tests/file.test
Test renaming when moving onto a file that already exists.
FileMoveTest::testExistingReplace in drupal-7.x/modules/simpletest/tests/file.test
Test replacement when moving onto a file that already exists.
FileMoveTest::testExistingReplaceSelf in drupal-7.x/modules/simpletest/tests/file.test
Test replacement when moving onto itself.
FileMoveTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Move a normal file.
FileNameMungingTest::setUp in drupal-7.x/modules/simpletest/tests/file.test
Sets up a Drupal site for running functional and integration tests.
FileNameMungingTest::testMungeNullByte in drupal-7.x/modules/simpletest/tests/file.test
Tests munging with a null byte in the filename.
FilePrivateTestCase::testPrivateFile in drupal-7.x/modules/file/tests/file.test
Tests file access for file uploaded to a private node.
FileSaveDataTest::testExistingError in drupal-7.x/modules/simpletest/tests/file.test
Test that file_save_data() fails overwriting an existing file.
FileSaveDataTest::testExistingRename in drupal-7.x/modules/simpletest/tests/file.test
Test file_save_data() when renaming around an existing file.
FileSaveDataTest::testExistingReplace in drupal-7.x/modules/simpletest/tests/file.test
Test file_save_data() when replacing an existing file.
FileSaveDataTest::testWithFilename in drupal-7.x/modules/simpletest/tests/file.test
Test the file_save_data() function when a filename is provided.
FileSaveDataTest::testWithoutFilename in drupal-7.x/modules/simpletest/tests/file.test
Test the file_save_data() function when no filename is provided.
FileSaveUploadTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Test the file_save_upload() function.
FileTestCase::createDirectory in drupal-7.x/modules/simpletest/tests/file.test
Create a directory and assert it exists.
FileTestCase::createFile in drupal-7.x/modules/simpletest/tests/file.test
Create a file and save it to the files table and assert that it occurs correctly.
FileTokenReplaceTestCase::testFileTokenReplacement in drupal-7.x/modules/file/tests/file.test
Creates a file, then tests the tokens generated from it.
FileUnmanagedCopyTest::testNonExistent in drupal-7.x/modules/simpletest/tests/file.test
Copy a non-existent file.
FileUnmanagedCopyTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Copy a normal file.
FileUnmanagedDeleteRecursiveTest::testSingleFile in drupal-7.x/modules/simpletest/tests/file.test
Delete a normal file.
FileUnmanagedDeleteTest::testMissing in drupal-7.x/modules/simpletest/tests/file.test
Try deleting a missing file.
FileUnmanagedMoveTest::testMissing in drupal-7.x/modules/simpletest/tests/file.test
Try to move a missing file.
FileUnmanagedMoveTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Move a normal file.
FileUnmanagedSaveDataTest::testFileSaveData in drupal-7.x/modules/simpletest/tests/file.test
Test the file_unmanaged_save_data() function.
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.
FilterNoFormatTestCase::testCheckMarkupNoFormat in drupal-7.x/modules/filter/filter.test
Tests text without format.
FilterUnitTestCase::testLineBreakFilter in drupal-7.x/modules/filter/filter.test
Tests the line break filter.
FormsElementsTableSelectFunctionalTest::formSubmitHelper in drupal-7.x/modules/simpletest/tests/form.test
Helper function for the option check test to submit a form while collecting errors.
FormsRedirectTestCase::testRedirect in drupal-7.x/modules/simpletest/tests/form.test
Tests form redirection.
FormsTestCase::testRequiredFields in drupal-7.x/modules/simpletest/tests/form.test
Check several empty values for required forms elements.
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::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::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.
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.
ImageFieldDefaultImagesTestCase::testDefaultImages in drupal-7.x/modules/image/image.test
Tests CRUD for fields and fields instances with default images.
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.
ImageFieldDisplayTestCase::_testImageFieldFormatters in drupal-7.x/modules/image/image.test
Test image formatters on node display.
ImageFieldTestCase::uploadNodeImage in drupal-7.x/modules/image/image.test
Upload an image to a node.
ImageFieldValidateTestCase::testResolution in drupal-7.x/modules/image/image.test
Test min/max resolution settings.
ImageFileMoveTest::testNormal in drupal-7.x/modules/simpletest/tests/image.test
Tests moving a randomly generated image.
ImageStyleFlushTest::testFlush in drupal-7.x/modules/image/image.test
General test to flush a style.
ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in drupal-7.x/modules/image/image.test
Test image_style_url().
ImageThemeFunctionWebTestCase::testImageFormatterTheme in drupal-7.x/modules/image/image.test
Tests usage of the image field formatters.
ImportOPMLTestCase::openImportForm in drupal-7.x/modules/aggregator/aggregator.test
Opens OPML import form.
ImportOPMLTestCase::submitImportForm in drupal-7.x/modules/aggregator/aggregator.test
Submits form with invalid, empty, and valid OPML files.
ListDynamicValuesTestCase::setUp in drupal-7.x/modules/field/modules/list/tests/list.test
Set the default field storage backend for fields created during tests.
ListFieldUITestCase::setUp in drupal-7.x/modules/field/modules/list/tests/list.test
Set the default field storage backend for fields created during tests.
ListFieldUITestCase::testListAllowedValuesBoolean in drupal-7.x/modules/field/modules/list/tests/list.test
List (boolen) : test 'On/Off' values input.
ListFieldUITestCase::testListAllowedValuesText in drupal-7.x/modules/field/modules/list/tests/list.test
List (text) : test 'allowed values' input.
LocaleBrowserDetectionTest::testLanguageFromBrowser in drupal-7.x/modules/locale/locale.test
Unit tests for the locale_language_from_browser() function.
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.
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::testStandalonePoFile in drupal-7.x/modules/locale/locale.test
Test import of standalone .po files.
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.
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.
LocaleUrlRewritingTest::testUrlRewritingEdgeCases in drupal-7.x/modules/locale/locale.test
Check that disabled or non-installed languages are not considered.
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::addCustomMenuCRUD in drupal-7.x/modules/menu/menu.test
Add custom menu using CRUD functions.
MenuTestCase::addMenuLink in drupal-7.x/modules/menu/menu.test
Add a menu link using the menu module UI.
MenuTestCase::modifyMenuLink in drupal-7.x/modules/menu/menu.test
Modify a menu link using the menu module UI.
MenuTestCase::testMenu in drupal-7.x/modules/menu/menu.test
Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
MenuTrailTestCase::testCustom403And404Pages in drupal-7.x/modules/simpletest/tests/menu.test
Tests that the active trail works correctly on custom 403 and 404 pages.
NodeAccessFieldTestCase::setUp in drupal-7.x/modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
NodeAccessFieldTestCase::testNodeAccessAdministerField in drupal-7.x/modules/node/node.test
Tests administering fields when node access is restricted.
NodeAccessPagerTestCase::testCommentPager in drupal-7.x/modules/node/node.test
Tests the comment pager for nodes with multiple grants per realm.
NodeAdminTestCase::testContentAdminSort in drupal-7.x/modules/node/node.test
Tests that the table sorting works on the content admin pages.
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.
NodeEntityFieldQueryAlter::setUp in drupal-7.x/modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
NodeEntityViewModeAlterTest::testNodeViewModeChange in drupal-7.x/modules/node/node.test
Create a "Basic page" node and verify its consistency in the database.
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.
NodeRevisionPermissionsTestCase::setUp in drupal-7.x/modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
NodeRevisionsTestCase::setUp in drupal-7.x/modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
NodeRevisionsTestCase::testNodeRevisionWithoutLogMessage in drupal-7.x/modules/node/node.test
Checks that revisions are correctly saved without log messages.
NodeRSSContentTestCase::testNodeRSSContent in drupal-7.x/modules/node/node.test
Ensures that a new node includes the custom data when added to an RSS feed.
NodeSaveTestCase::testImport in drupal-7.x/modules/node/node.test
Checks whether custom node IDs are saved properly during an import operation.
NodeSaveTestCase::testTimestamps in drupal-7.x/modules/node/node.test
Verifies accuracy of the "created" and "changed" timestamp functionality.
NodeTitleTestCase::testNodeTitle in drupal-7.x/modules/node/node.test
Creates one node and tests if the node title has the correct value.
NodeTitleXSSTestCase::testNodeTitleXSS in drupal-7.x/modules/node/node.test
Tests XSS functionality with a node entity.
NodeTokenReplaceTestCase::testNodeTokenReplacement in drupal-7.x/modules/node/node.test
Creates a node, then tests the tokens generated from it.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in drupal-7.x/modules/node/node.test
Tests that node type customizations persist through disable and uninstall.
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::testDiscovery in drupal-7.x/modules/openid/openid.test
Test discovery of OpenID Provider Endpoint via Yadis and HTML.
OpenIDInvalidIdentifierTransitionTestCase::testStrippedFragmentAccountAutoUpdateSreg in drupal-7.x/modules/openid/openid.test
Test OpenID auto transition with e-mail.
OpenIDInvalidIdentifierTransitionTestCase::testStrippedFragmentAccountEmailMismatch in drupal-7.x/modules/openid/openid.test
Test OpenID transition with e-mail mismatch.
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()
PathLanguageTestCase::testAliasTranslation in drupal-7.x/modules/path/path.test
Test alias functionality through the admin interfaces.
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.
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.
PollBlockTestCase::testRecentBlock in drupal-7.x/modules/poll/poll.test
PollCreateTestCase::testPollClose in drupal-7.x/modules/poll/poll.test
PollCreateTestCase::testPollCreate 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
PollJSAddChoice::testAddChoice in drupal-7.x/modules/poll/poll.test
Test adding a new choice.
PollTestCase::_generateChoices 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::setUp in drupal-7.x/modules/poll/poll.test
Sets up a Drupal site for running functional and integration tests.
PollVoteTestCase::testPollVote in drupal-7.x/modules/poll/poll.test
ProfileBlockTestCase::setUp in drupal-7.x/modules/profile/profile.test
Sets up a Drupal site for running functional and integration tests.
ProfileTestAutocomplete::testAutocomplete in drupal-7.x/modules/profile/profile.test
Tests profile field autocompletion and access.
ProfileTestCase::createProfileField in drupal-7.x/modules/profile/profile.test
Create a profile field.
ProfileTestCase::setProfileField in drupal-7.x/modules/profile/profile.test
Set the profile field to a random value
ProfileTestDate::testProfileDateField in drupal-7.x/modules/profile/profile.test
Create a date field, give it a value, update and delete the field.
ProfileTestFields::testProfileFields in drupal-7.x/modules/profile/profile.test
Test each of the field types. List selection and date fields are tested separately because they need some special handling.
ProfileTestSelect::testProfileSelectionField in drupal-7.x/modules/profile/profile.test
Create a list selection field, give it a value, update and delete the field.
ProfileTestWeights::testProfileFieldWeights in drupal-7.x/modules/profile/profile.test
QueueTestCase::testQueue in drupal-7.x/modules/system/system.test
Queues and dequeues a set of items to check the basic queue functionality.
RdfCommentAttributesTestCase::testCommentRdfaMarkup in drupal-7.x/modules/rdf/rdf.test
Tests the presence of the RDFa markup for the title, date and author and homepage on registered users and anonymous comments.
RdfCommentAttributesTestCase::testCommentReplyOfRdfaMarkup in drupal-7.x/modules/rdf/rdf.test
Test RDF comment replies.
RdfCommentAttributesTestCase::testNumberOfCommentsRdfaMarkup in drupal-7.x/modules/rdf/rdf.test
Tests the presence of the RDFa markup for the number of comments.
RdfMappingDefinitionTestCase::testAttributesInMarkup2 in drupal-7.x/modules/rdf/rdf.test
Create a content type and a node of type test_bundle_hook_install and test whether the RDF mapping defined in rdf_test.install is used.
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().
RetrieveFileTestCase::testFileRetrieving in drupal-7.x/modules/system/system.test
Invokes system_retrieve_file() in several scenarios.
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.
SearchConfigSettingsForm::testSearchSettingsPage in drupal-7.x/modules/search/search.test
Verify the search settings form.
SearchKeywordsConditions::testSearchKeyswordsConditions in drupal-7.x/modules/search/search.test
Verify the kewords are captured and conditions respected.
SearchPageOverride::testSearchPageHook in drupal-7.x/modules/search/search.test
SearchPageText::testSearchText in drupal-7.x/modules/search/search.test
Tests the failed search text, and various other text on the search page.
SessionHttpsTestCase::testHttpsSession in drupal-7.x/modules/simpletest/tests/session.test
SessionTestCase::testDataPersistence in drupal-7.x/modules/simpletest/tests/session.test
Test data persistence via the session_test module callbacks.
ShortcutLinksTestCase::testShortcutLinkAdd in drupal-7.x/modules/shortcut/shortcut.test
Tests that creating a shortcut works properly.
ShortcutLinksTestCase::testShortcutLinkRename in drupal-7.x/modules/shortcut/shortcut.test
Tests that shortcut links can be renamed.
ShortcutSetsTestCase::testShortcutSetAdd in drupal-7.x/modules/shortcut/shortcut.test
Tests creating a shortcut set.
ShortcutSetsTestCase::testShortcutSetAssign in drupal-7.x/modules/shortcut/shortcut.test
Tests switching another user's shortcut set.
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::testShortcutSetSave in drupal-7.x/modules/shortcut/shortcut.test
Tests that shortcut_set_save() correctly updates existing links.
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::testShortcutSetSwitchOwn in drupal-7.x/modules/shortcut/shortcut.test
Tests switching a user's own shortcut set.
ShortcutSetsTestCase::testShortcutSetUnassign in drupal-7.x/modules/shortcut/shortcut.test
Tests unassigning a shortcut set.
ShortcutTestCase::generateShortcutLink in drupal-7.x/modules/shortcut/shortcut.test
Creates a generic shortcut link.
ShortcutTestCase::generateShortcutSet in drupal-7.x/modules/shortcut/shortcut.test
Creates a generic shortcut set.
ShutdownFunctionsTest::testShutdownFunctions in drupal-7.x/modules/system/system.test
Test shutdown functions.
SimpleTestMailCaptureTestCase::testMailSend in drupal-7.x/modules/simpletest/simpletest.test
Test to see if the wrapper function is executed correctly.
StatisticsLoggingTestCase::setUp in drupal-7.x/modules/statistics/statistics.test
Sets up a Drupal site for running functional and integration tests.
StatisticsLoggingTestCase::testLogging in drupal-7.x/modules/statistics/statistics.test
Verifies request logging for cached and uncached pages.
SystemAuthorizeCase::testFileTransferHooks in drupal-7.x/modules/system/system.test
Tests the FileTransfer hooks
SystemBlockTestCase::testSystemBlocks in drupal-7.x/modules/system/system.test
Test displaying and hiding the powered-by and help blocks.
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::setUp in drupal-7.x/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyTermFieldTestCase::setUp in drupal-7.x/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldChangeMachineName in drupal-7.x/modules/taxonomy/taxonomy.test
Tests that vocabulary machine name changes are mirrored in field definitions.
TaxonomyTermIndexTestCase::setUp in drupal-7.x/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
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::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.
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.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyChangeMachineName in drupal-7.x/modules/taxonomy/taxonomy.test
Tests that machine name changes are properly reflected.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadStaticReset in drupal-7.x/modules/taxonomy/taxonomy.test
Ensure that the vocabulary static reset works correctly.
TaxonomyVocabularyTestCase::testUninstallReinstall in drupal-7.x/modules/taxonomy/taxonomy.test
Test uninstall and reinstall of the taxonomy module.
TaxonomyWebTestCase::createTerm in drupal-7.x/modules/taxonomy/taxonomy.test
Returns a new term with random properties in vocabulary $vid.
TaxonomyWebTestCase::createVocabulary in drupal-7.x/modules/taxonomy/taxonomy.test
Returns a new vocabulary with random properties.
TextFieldTestCase::testTextFieldValidation in drupal-7.x/modules/field/modules/text/text.test
Test text field validation.
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::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::testTrackerAll in drupal-7.x/modules/tracker/tracker.test
Tests for the presence of nodes on the global tracker listing.
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::testTrackerNewNodes in drupal-7.x/modules/tracker/tracker.test
Tests for the presence of the "new" flag for nodes.
TrackerTest::testTrackerUser in drupal-7.x/modules/tracker/tracker.test
Tests for the presence of nodes on a user's tracker listing.
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::assignSystemMessageAction in drupal-7.x/modules/trigger/trigger.test
Assigns a system message action to the passed-in trigger.
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.
UrlAlterFunctionalTest::testUrlAlter in drupal-7.x/modules/simpletest/tests/path.test
Test that URL altering works and that it occurs in the correct order.
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.
UserPasswordResetTestCase::testUserPasswordTextboxFilled in drupal-7.x/modules/user/user.test
Prefill the text box on incorrect login via link to password reset page.
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.
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.
UserSaveTestCase::testUserImport in drupal-7.x/modules/user/user.test
Test creating a user with arbitrary uid.
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.
XMLRPCValidator1IncTestCase::testValidator1 in drupal-7.x/modules/simpletest/tests/xmlrpc.test
Run validator1 tests.