You are here
383 calls to DrupalTestCase::randomName() in Drupal 7
- AccessDeniedTestCase::testAccessDenied in modules/system/system.test
- ActionsConfigurationTestCase::testActionConfiguration in modules/simpletest/tests/actions.test
- Test the configuration of advanced actions through the administration
interface.
- AggregatorTestCase::createSampleNodes in modules/aggregator/aggregator.test
- Creates sample article nodes.
- AggregatorTestCase::getFeedEditArray in modules/aggregator/aggregator.test
- Returns a randomly generated feed edit array.
- BlockCacheTestCase::testCacheGlobal in modules/block/block.test
- Test DRUPAL_CACHE_GLOBAL.
- BlockCacheTestCase::testCachePerPage in modules/block/block.test
- Test DRUPAL_CACHE_PER_PAGE.
- BlockCacheTestCase::testCachePerRole in modules/block/block.test
- Test DRUPAL_CACHE_PER_ROLE.
- BlockCacheTestCase::testCachePerUser in modules/block/block.test
- Test DRUPAL_CACHE_PER_USER.
- BlockCacheTestCase::testNoCache in modules/block/block.test
- Test DRUPAL_NO_CACHE.
- BlockHTMLIdTestCase::setUp in modules/block/block.test
- Sets up a Drupal site for running functional and integration tests.
- BlockTestCase::testBlock in modules/block/block.test
- Test configuring and moving a module-define block to specific regions.
- BlockTestCase::testBlockVisibility in modules/block/block.test
- Test block visibility.
- BlockTestCase::testBlockVisibilityListedEmpty in modules/block/block.test
- Test block visibility when using "pages" restriction but leaving
"pages" textarea empty
- BlockTestCase::testBlockVisibilityPerUser in modules/block/block.test
- Test user customization of block visibility.
- BlockTestCase::testCustomBlock in modules/block/block.test
- Test creating custom block, moving it to a specific region and then deleting it.
- BlockTestCase::testCustomBlockFormat in modules/block/block.test
- Test creating custom block using Full HTML.
- BlogTestCase::verifyBlogs in modules/blog/blog.test
- Verify the logged in user has the desired access to the various blog nodes.
- BookTestCase::createBookNode in modules/book/book.test
- Creates a book node.
- BookTestCase::testBookNavigationBlock in modules/book/book.test
- Tests the functionality of the book navigation block.
- BookTestCase::testNavigationBlockOnAccessModuleEnabled in modules/book/book.test
- Tests the book navigation block when an access module is enabled.
- BootstrapGetFilenameTestCase::testDrupalGetFilename in modules/simpletest/tests/bootstrap.test
- Test that drupal_get_filename() works correctly when the file is not found in the database.
- BootstrapGetFilenameWebTestCase::testDrupalGetFilename in modules/simpletest/tests/bootstrap.test
- Test that drupal_get_filename() works correctly with a full Drupal site.
- BootstrapGetFilenameWebTestCase::testRecursiveRebuilds in modules/simpletest/tests/bootstrap.test
- Test that drupal_get_filename() does not break recursive rebuilds.
- BootstrapGetFilenameWebTestCase::testWatchdog in modules/simpletest/tests/bootstrap.test
- Test that watchdog messages about missing files are correctly recorded.
- BootstrapVariableTestCase::testVariable in modules/simpletest/tests/bootstrap.test
- testVariable
- CacheClearCase::setUp in modules/simpletest/tests/cache.test
- Sets up a Drupal site for running functional and integration tests.
- CacheClearCase::testIsValidBin in modules/simpletest/tests/cache.test
- Test DrupalDatabaseCache::isValidBin().
- CacheClearCase::testMinimumCacheLifetime in modules/simpletest/tests/cache.test
- Test minimum cache lifetime.
- CacheGetMultipleUnitTest::testCacheMultiple in modules/simpletest/tests/cache.test
- Test cache_get_multiple().
- CacheIsEmptyCase::setUp in modules/simpletest/tests/cache.test
- Sets up a Drupal site for running functional and integration tests.
- CacheSavingCase::testObject in modules/simpletest/tests/cache.test
- Test the saving and restoring of an object.
- CacheSavingCase::testString in modules/simpletest/tests/cache.test
- Test the saving and restoring of a string.
- CategorizeFeedItemTestCase::testCategorizeFeedItem in modules/aggregator/aggregator.test
- Checks that children of a feed inherit a defined category.
- CategorizeFeedTestCase::testCategorizeFeed in modules/aggregator/aggregator.test
- Creates a feed and makes sure you can add/delete categories to it.
- CommentActionsTestCase::testCommentPublishUnpublishActions in modules/comment/comment.test
- Test comment publish and unpublish actions.
- CommentActionsTestCase::testCommentUnpublishByKeyword in modules/comment/comment.test
- Tests the unpublish comment by keyword action.
- CommentAnonymous::testAnonymous in modules/comment/comment.test
- Test anonymous comment functionality.
- CommentApprovalTest::testApprovalAdminInterface in modules/comment/comment.test
- Test comment approval functionality through admin/content/comment.
- CommentApprovalTest::testApprovalNodeInterface in modules/comment/comment.test
- Test comment approval functionality through node interface.
- CommentBlockFunctionalTest::testRecentCommentBlock in modules/comment/comment.test
- Test the recent comments block.
- CommentContentRebuild::testCommentRebuild in modules/comment/comment.test
- Test to ensure that the comment's content array is rebuilt for every
call to comment_view().
- CommentFieldsTest::testCommentEnable in modules/comment/comment.test
- Test that comment module works when enabled after a content module.
- CommentFieldsTest::testCommentFormat in modules/comment/comment.test
- Test that comment module works correctly with plain text format.
- CommentInterfaceTest::setEnvironment in modules/comment/comment.test
- Re-configures the environment, module settings, and user permissions.
- CommentInterfaceTest::testCommentClasses in modules/comment/comment.test
- Tests CSS classes on comments.
- CommentInterfaceTest::testCommentInterface in modules/comment/comment.test
- Test comment interface.
- CommentInterfaceTest::testCommentNewCommentsIndicator in modules/comment/comment.test
- Tests new comment marker.
- CommentInterfaceTest::testCommentNodeCommentStatistics in modules/comment/comment.test
- Tests the node comment statistics.
- CommentNodeAccessTest::testThreadedCommentView in modules/comment/comment.test
- Test that threaded comments can be viewed.
- CommentNodeChangesTestCase::testNodeDeletion in modules/comment/comment.test
- Tests that comments are deleted with the node.
- CommentPagerTest::testCommentNewPageIndicator in modules/comment/comment.test
- Test comment_new_page_count().
- CommentPagerTest::testCommentOrderingThreading in modules/comment/comment.test
- Test comment ordering and threading.
- CommentPagerTest::testCommentPaging in modules/comment/comment.test
- Confirm comment paging works correctly with flat and threaded comments.
- CommentPreviewTest::testCommentEditPreviewSave in modules/comment/comment.test
- Test comment edit, preview, and save.
- CommentPreviewTest::testCommentPreview in modules/comment/comment.test
- Test comment preview.
- CommentRSSUnitTest::testCommentRSS in modules/comment/comment.test
- Test comments as part of an RSS feed.
- CommentThreadingTestCase::testCommentThreading in modules/comment/comment.test
- Tests the comment threading.
- CommentTokenReplaceTestCase::testCommentTokenReplacement in modules/comment/comment.test
- Creates a comment, then tests the tokens generated from it.
- CommonURLUnitTest::testExternalUrls in modules/simpletest/tests/common.test
- Test external URL handling.
- CommonURLUnitTest::testLActiveClass in modules/simpletest/tests/common.test
- CommonURLUnitTest::testLCustomClass in modules/simpletest/tests/common.test
- Tests for custom class in l() function.
- CommonURLUnitTest::testLXSS in modules/simpletest/tests/common.test
- Confirm that invalid text given as $path is filtered.
- ContactPersonalTestCase::submitPersonalContact in modules/contact/contact.test
- Fills out a user's personal contact form and submits it.
- ContactSitewideTestCase::testAutoReply in modules/contact/contact.test
- Tests auto-reply on the site-wide contact form.
- ContactSitewideTestCase::testSiteWideContact in modules/contact/contact.test
- Tests configuration options and the site-wide contact form.
- CronQueueTestCase::testCallable in modules/system/system.test
- Tests worker defined as a class method callable.
- CronQueueTestCase::testExceptions in modules/system/system.test
- Tests that exceptions thrown by workers are handled properly.
- CronRunTestCase::testCronRun in modules/system/system.test
- Test cron runs.
- DashboardBlocksTestCase::testDashboardAccess in modules/dashboard/dashboard.test
- Tests adding a block to the dashboard and checking access to it.
- DashboardBlocksTestCase::testDisableEnable in modules/dashboard/dashboard.test
- Tests that the dashboard module can be re-enabled, retaining its blocks.
- DatabaseConnectionTestCase::testConnectionRouting in modules/simpletest/tests/database_test.test
- Test that connections return appropriate connection objects.
- DateTimeFunctionalTest::testDateTypeConfiguration in modules/system/system.test
- Test date type configuration.
- DBLogTestCase::doUser in modules/dblog/dblog.test
- Generates and then verifies some user events.
- DBLogTestCase::getContent in modules/dblog/dblog.test
- Creates random content based on node content type.
- DBLogTestCase::getContentUpdate in modules/dblog/dblog.test
- Creates random content as an update based on node content type.
- DBLogTestCase::testFilter in modules/dblog/dblog.test
- Tests the database log filter functionality at admin/reports/dblog.
- DrupalAddFeedTestCase::testBasicFeedAddNoTitle in modules/simpletest/tests/common.test
- Test drupal_add_feed() with paths, URLs, and titles.
- DrupalDataApiTest::testDrupalWriteRecord in modules/simpletest/tests/common.test
- Test the drupal_write_record() API function.
- DrupalGotoTest::testDrupalGetDestination in modules/simpletest/tests/common.test
- Test drupal_get_destination().
- DrupalHTTPRequestTestCase::testDrupalHTTPRequestBasicAuth in modules/simpletest/tests/common.test
- DrupalMatchPathTestCase::setUp in modules/simpletest/tests/path.test
- Sets up a Drupal site for running functional and integration tests.
- DrupalRenderTestCase::testDrupalRenderFormElements in modules/simpletest/tests/common.test
- Test rendering form elements without passing through form_builder().
- DrupalRenderTestCase::testDrupalRenderSorting in modules/simpletest/tests/common.test
- Test sorting by weight.
- DrupalRenderTestCase::testDrupalRenderThemeArguments in modules/simpletest/tests/common.test
- Test passing arguments to the theme function.
- DrupalSetContentTestCase::testRegions in modules/simpletest/tests/common.test
- Test setting and retrieving content for theme regions.
- DrupalWebTestCase::drupalCreateContentType in modules/simpletest/drupal_web_test_case.php
- Creates a custom content type based on default settings.
- DrupalWebTestCase::drupalCreateNode in modules/simpletest/drupal_web_test_case.php
- Creates a node based on default settings.
- DrupalWebTestCase::drupalCreateRole in modules/simpletest/drupal_web_test_case.php
- Creates a role with specified permissions.
- DrupalWebTestCase::drupalCreateUser in modules/simpletest/drupal_web_test_case.php
- Create a user with a given set of permissions.
- EntityFieldQueryTestCase::setUp in modules/simpletest/tests/entity_query.test
- Sets up a Drupal site for running functional and integration tests.
- FieldAttachOtherTestCase::testFieldAttachPrepareViewMultiple in modules/field/tests/field.test
- Tests the 'multiple entity' behavior of field_attach_prepare_view().
- FieldAttachOtherTestCase::testFieldAttachView in modules/field/tests/field.test
- Test field_attach_view() and field_attach_prepare_view().
- FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle in modules/field/tests/field.test
- Test field_attach_create_bundle() and field_attach_rename_bundle().
- FieldAttachStorageTestCase::testFieldAttachDeleteBundle in modules/field/tests/field.test
- Test field_attach_delete_bundle().
- FieldAttachTestCase::createFieldWithInstance in modules/field/tests/field.test
- Create a field and an instance of it.
- FieldDisplayAPITestCase::setUp in modules/field/tests/field.test
- Set the default field storage backend for fields created during tests.
- FieldDisplayAPITestCase::testFieldViewField in modules/field/tests/field.test
- Test the field_view_field() function.
- FieldDisplayAPITestCase::testFieldViewValue in modules/field/tests/field.test
- Test the field_view_value() function.
- FieldFormTestCase::setUp in modules/field/tests/field.test
- Set the default field storage backend for fields created during tests.
- FieldInfoTestCase::testFieldInfo in modules/field/tests/field.test
- Test that field types and field definitions are correcly cached.
- FieldInfoTestCase::testFieldInfoCache in modules/field/tests/field.test
- Tests that the field info cache can be built correctly.
- FieldInstanceCrudTestCase::setUp in modules/field/tests/field.test
- Set the default field storage backend for fields created during tests.
- FieldInstanceCrudTestCase::testCreateFieldInstance in modules/field/tests/field.test
- Test the creation of a field instance.
- FieldInstanceCrudTestCase::testUpdateFieldInstance in modules/field/tests/field.test
- Test the update of a field instance.
- FieldSqlStorageTestCase::setUp in modules/field/modules/field_sql_storage/field_sql_storage.test
- Sets up a Drupal site for running functional and integration tests.
- FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumns in modules/field/modules/field_sql_storage/field_sql_storage.test
- Test handling multiple conditions on multiple columns of one field.
- FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumnsMultipleLanguages in modules/field/modules/field_sql_storage/field_sql_storage.test
- Test handling multiple conditions on multiple columns of one field for multiple languages.
- FieldTranslationsTestCase::setUp in modules/field/tests/field.test
- Set the default field storage backend for fields created during tests.
- FieldTranslationsTestCase::testFieldDisplayLanguage in modules/field/tests/field.test
- Tests display language logic for translatable fields.
- FieldTranslationsTestCase::testFieldInvoke in modules/field/tests/field.test
- Test the multilanguage logic of _field_invoke().
- FieldTranslationsTestCase::testFieldInvokeMultiple in modules/field/tests/field.test
- Test the multilanguage logic of _field_invoke_multiple().
- FieldUIManageFieldsTestCase::setUp in modules/field_ui/field_ui.test
- Sets up a Drupal site for running functional and integration tests.
- FieldUIManageFieldsTestCase::testDeleteField in modules/field_ui/field_ui.test
- Tests that deletion removes fields and instances as expected.
- FieldUIManageFieldsTestCase::testDuplicateFieldName in modules/field_ui/field_ui.test
- Tests that a duplicate field name is caught by validation.
- FieldUIManageFieldsTestCase::testRenameBundle in modules/field_ui/field_ui.test
- Tests renaming a bundle.
- FieldUITestCase::setUp in modules/field_ui/field_ui.test
- Sets up a Drupal site for running functional and integration tests.
- FileCopyTest::testExistingError in modules/simpletest/tests/file.test
- Test that copying over an existing file fails when FILE_EXISTS_ERROR is
specified.
- FileCopyTest::testExistingRename in modules/simpletest/tests/file.test
- Test renaming when copying over a file that already exists.
- FileCopyTest::testExistingReplace in modules/simpletest/tests/file.test
- Test replacement when copying over a file that already exists.
- FileCopyTest::testNormal in modules/simpletest/tests/file.test
- Test file copying in the normal, base case.
- FileDirectoryTest::testFileCheckDirectoryHandling in modules/simpletest/tests/file.test
- Test directory handling functions.
- FileDownloadTest::testPrivateFileTransfer in modules/simpletest/tests/file.test
- Test the private file transfer system.
- FileFieldDisplayTestCase::testDefaultFileFieldDisplay in modules/file/tests/file.test
- Tests default display of File Field.
- FileFieldDisplayTestCase::testNodeDisplay in modules/file/tests/file.test
- Tests normal formatter display on node display.
- FileFieldPathTestCase::testUploadPath in modules/file/tests/file.test
- Tests the normal formatter display on node display.
- FileFieldRevisionTestCase::testRevisions in modules/file/tests/file.test
- Tests creating multiple revisions of a node and managing attached files.
- FileFieldTestCase::uploadNodeFile in modules/file/tests/file.test
- Uploads a file to a node.
- FileFieldValidateTestCase::testFileExtension in modules/file/tests/file.test
- Tests file extension checking.
- FileFieldValidateTestCase::testFileMaxSize in modules/file/tests/file.test
- Tests the max file size validator.
- FileFieldValidateTestCase::testRequired in modules/file/tests/file.test
- Tests the required property on file fields.
- FileFieldWidgetTestCase::testMultiValuedWidget in modules/file/tests/file.test
- Tests upload and remove buttons for multiple multi-valued File fields.
- FileFieldWidgetTestCase::testPrivateFileComment in modules/file/tests/file.test
- Tests that download restrictions on private files work on comments.
- FileFieldWidgetTestCase::testPrivateFileSetting in modules/file/tests/file.test
- Tests a file field with a "Private files" upload destination setting.
- FileFieldWidgetTestCase::testSingleValuedWidget in modules/file/tests/file.test
- Tests upload and remove buttons for a single-valued File field.
- FileFieldWidgetTestCase::testWidgetValidation in modules/file/tests/file.test
- Tests validation with the Upload button.
- FileMoveTest::testExistingError in modules/simpletest/tests/file.test
- Test that moving onto an existing file fails when FILE_EXISTS_ERROR is
specified.
- FileMoveTest::testExistingRename in modules/simpletest/tests/file.test
- Test renaming when moving onto a file that already exists.
- FileMoveTest::testExistingReplace in modules/simpletest/tests/file.test
- Test replacement when moving onto a file that already exists.
- FileMoveTest::testExistingReplaceSelf in modules/simpletest/tests/file.test
- Test replacement when moving onto itself.
- FileMoveTest::testNormal in modules/simpletest/tests/file.test
- Move a normal file.
- FileNameMungingTest::setUp in modules/simpletest/tests/file.test
- Sets up a Drupal site for running functional and integration tests.
- FileNameMungingTest::testMungeNullByte in modules/simpletest/tests/file.test
- Tests munging with a null byte in the filename.
- FileNameMungingTest::testMungeUnsafe in modules/simpletest/tests/file.test
- Tests unsafe extensions are munged by file_munge_filename().
- FilePrivateTestCase::testPrivateFile in modules/file/tests/file.test
- Tests file access for file uploaded to a private node.
- FilePrivateTestCase::testPrivateFileDownloadAccessGranted in modules/file/tests/file.test
- Tests file access for private nodes when file download access is granted.
- FileSaveDataTest::testExistingError in modules/simpletest/tests/file.test
- Test that file_save_data() fails overwriting an existing file.
- FileSaveDataTest::testExistingRename in modules/simpletest/tests/file.test
- Test file_save_data() when renaming around an existing file.
- FileSaveDataTest::testExistingReplace in modules/simpletest/tests/file.test
- Test file_save_data() when replacing an existing file.
- FileSaveDataTest::testWithFilename in modules/simpletest/tests/file.test
- Test the file_save_data() function when a filename is provided.
- FileSaveDataTest::testWithoutFilename in modules/simpletest/tests/file.test
- Test the file_save_data() function when no filename is provided.
- FileSaveUploadTest::testNormal in modules/simpletest/tests/file.test
- Test the file_save_upload() function.
- FileTaxonomyTermTestCase::_testTermFile in modules/file/tests/file.test
- Runs tests for attaching a file field to a taxonomy term.
- FileTestCase::createDirectory in modules/simpletest/tests/file.test
- Create a directory and assert it exists.
- FileTestCase::createFile in modules/simpletest/tests/file.test
- Create a file and save it to the files table and assert that it occurs
correctly.
- FileTokenReplaceTestCase::testFileTokenReplacement in modules/file/tests/file.test
- Creates a file, then tests the tokens generated from it.
- FileUnmanagedCopyTest::testNonExistent in modules/simpletest/tests/file.test
- Copy a non-existent file.
- FileUnmanagedCopyTest::testNormal in modules/simpletest/tests/file.test
- Copy a normal file.
- FileUnmanagedDeleteRecursiveTest::testSingleFile in modules/simpletest/tests/file.test
- Delete a normal file.
- FileUnmanagedDeleteTest::testMissing in modules/simpletest/tests/file.test
- Try deleting a missing file.
- FileUnmanagedMoveTest::testMissing in modules/simpletest/tests/file.test
- Try to move a missing file.
- FileUnmanagedMoveTest::testNormal in modules/simpletest/tests/file.test
- Move a normal file.
- FileUnmanagedSaveDataTest::testFileSaveData in modules/simpletest/tests/file.test
- Test the file_unmanaged_save_data() function.
- FilterAdminTestCase::testFilterAdmin in modules/filter/filter.test
- Tests filter administration functionality.
- FilterAdminTestCase::testFormatAdmin in modules/filter/filter.test
- Tests the format administration functionality.
- FilterAdminTestCase::testUrlFilterAdmin in modules/filter/filter.test
- Tests the URL filter settings form is properly validated.
- FilterDefaultFormatTestCase::testDefaultTextFormats in modules/filter/filter.test
- Tests if the default text format is accessible to users.
- FilterFormatAccessTestCase::setUp in modules/filter/filter.test
- Sets up a Drupal site for running functional and integration tests.
- FilterFormatAccessTestCase::testFormatWidgetPermissions in modules/filter/filter.test
- Tests editing a page using a disallowed text format.
- FilterHooksTestCase::testFilterHooks in modules/filter/filter.test
- Tests hooks on format management.
- FilterNoFormatTestCase::testCheckMarkupNoFormat in modules/filter/filter.test
- Tests text without format.
- FilterUnitTestCase::testLineBreakFilter in modules/filter/filter.test
- Tests the line break filter.
- FormsElementsTableSelectFunctionalTest::formSubmitHelper in modules/simpletest/tests/form.test
- Helper function for the option check test to submit a form while collecting errors.
- FormsRedirectTestCase::testRedirect in modules/simpletest/tests/form.test
- Tests form redirection.
- FormsTestCase::checkFormValue in modules/simpletest/tests/form.test
- Checks that a given form input value is sanitized to the expected result.
- FormsTestCase::testRequiredFields in modules/simpletest/tests/form.test
- Check several empty values for required forms elements.
- ForumIndexTestCase::testForumIndexStatus in modules/forum/forum.test
- Tests the forum index for published and unpublished nodes.
- ForumTestCase::createForum in modules/forum/forum.test
- Creates a forum container or a forum.
- ForumTestCase::createForumTopic in modules/forum/forum.test
- Creates forum topic.
- ForumTestCase::editForumTaxonomy in modules/forum/forum.test
- Edits the forum taxonomy.
- ForumTestCase::testAddOrphanTopic in modules/forum/forum.test
- Tests that forum nodes can't be added without a parent.
- ForumTestCase::testForum in modules/forum/forum.test
- Tests forum functionality through the admin and user interfaces.
- ForumTestCase::verifyForums in modules/forum/forum.test
- Verifies that the logged in user has access to a forum nodes.
- ImageAdminStylesUnitTest::testStyle in modules/image/image.test
- General test to add a style, add/remove/edit effects to it, then delete it.
- ImageAdminStylesUnitTest::testStyleReplacement in modules/image/image.test
- Test deleting a style and choosing a replacement style.
- ImageFieldDefaultImagesTestCase::testDefaultImages in modules/image/image.test
- Tests CRUD for fields and fields instances with default images.
- ImageFieldDisplayTestCase::testImageFieldDefaultImage in modules/image/image.test
- Test use of a default image with an image field.
- ImageFieldDisplayTestCase::testImageFieldSettings in modules/image/image.test
- Tests for image field settings.
- ImageFieldDisplayTestCase::_testImageFieldFormatters in modules/image/image.test
- Test image formatters on node display.
- ImageFieldTestCase::createRandomStyle in modules/image/image.test
- Create a random style.
- ImageFieldTestCase::uploadNodeImage in modules/image/image.test
- Upload an image to a node.
- ImageFieldValidateTestCase::testResolution in modules/image/image.test
- Test min/max resolution settings.
- ImageFileMoveTest::testNormal in modules/simpletest/tests/image.test
- Tests moving a randomly generated image.
- ImageStyleFlushTest::testFlush in modules/image/image.test
- General test to flush a style.
- ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in modules/image/image.test
- Test image_style_url().
- ImageThemeFunctionWebTestCase::testImageFormatterTheme in modules/image/image.test
- Tests usage of the image field formatters.
- ImportOPMLTestCase::openImportForm in modules/aggregator/aggregator.test
- Opens OPML import form.
- ImportOPMLTestCase::submitImportForm in modules/aggregator/aggregator.test
- Submits form with invalid, empty, and valid OPML files.
- ListDynamicValuesTestCase::setUp in modules/field/modules/list/tests/list.test
- Set the default field storage backend for fields created during tests.
- ListFieldUITestCase::setUp in modules/field/modules/list/tests/list.test
- Set the default field storage backend for fields created during tests.
- ListFieldUITestCase::testListAllowedValuesBoolean in modules/field/modules/list/tests/list.test
- List (boolen) : test 'On/Off' values input.
- ListFieldUITestCase::testListAllowedValuesText in modules/field/modules/list/tests/list.test
- List (text) : test 'allowed values' input.
- LocaleCommentLanguageFunctionalTest::testCommentLanguage in modules/locale/locale.test
- Test that comment language is properly set.
- LocaleConfigurationTest::testLanguageConfiguration in modules/locale/locale.test
- Functional tests for adding, editing and deleting languages.
- LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in modules/locale/locale.test
- Test if a content type can be set to multilingual and language setting is
present on node add and edit forms.
- LocaleImportFunctionalTest::testAutomaticModuleTranslationImportLanguageEnable in modules/locale/locale.test
- Test automatic import of a module's translation files when a language is
enabled.
- LocaleImportFunctionalTest::testStandalonePoFile in modules/locale/locale.test
- Test import of standalone .po files.
- LocaleMultilingualFieldsFunctionalTest::testMultilingualDisplaySettings in modules/locale/locale.test
- LocaleMultilingualFieldsFunctionalTest::testMultilingualNodeForm in modules/locale/locale.test
- Test if field languages are correctly set through the node form.
- LocalePathFunctionalTest::testPathLanguageConfiguration in modules/locale/locale.test
- Test if a language can be associated with a path alias.
- LocaleTranslationFunctionalTest::testJavaScriptTranslation in modules/locale/locale.test
- LocaleTranslationFunctionalTest::testStringSearch in modules/locale/locale.test
- Tests translation search form.
- LocaleTranslationFunctionalTest::testStringTranslation in modules/locale/locale.test
- Adds a language and tests string translation by users with the appropriate permissions.
- LocaleTranslationFunctionalTest::testStringValidation in modules/locale/locale.test
- Tests the validation of the translation input.
- LocaleUrlRewritingTest::testUrlRewritingEdgeCases in modules/locale/locale.test
- Check that disabled or non-installed languages are not considered.
- LocaleUserCreationTest::testLocalUserCreation in modules/locale/locale.test
- Functional test for language handling during user creation.
- LocaleUserLanguageFunctionalTest::testUserLanguageConfiguration in modules/locale/locale.test
- Test if user can change their default language.
- MenuBreadcrumbTestCase::testBreadCrumbs in modules/simpletest/tests/menu.test
- Tests breadcrumbs on node and administrative paths.
- MenuNodeTestCase::testMenuNodeFormWidget in modules/menu/menu.test
- Test creating, editing, deleting menu links via node form widget.
- MenuTestCase::addCustomMenu in modules/menu/menu.test
- Add custom menu.
- MenuTestCase::addCustomMenuCRUD in modules/menu/menu.test
- Add custom menu using CRUD functions.
- MenuTestCase::addMenuLink in modules/menu/menu.test
- Add a menu link using the menu module UI.
- MenuTestCase::modifyMenuLink in modules/menu/menu.test
- Modify a menu link using the menu module UI.
- MenuTestCase::testMenu in modules/menu/menu.test
- Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
- MenuTestCase::testUnpublishedNodeMenuItem in modules/menu/menu.test
- Tests that menu admin lists can include menu items for unpublished nodes.
- MenuTrailTestCase::testCustom403And404Pages in modules/simpletest/tests/menu.test
- Tests that the active trail works correctly on custom 403 and 404 pages.
- NodeAccessFieldTestCase::setUp in modules/node/node.test
- Sets up a Drupal site for running functional and integration tests.
- NodeAccessFieldTestCase::testNodeAccessAdministerField in modules/node/node.test
- Tests administering fields when node access is restricted.
- NodeAccessPagerTestCase::testCommentPager in modules/node/node.test
- Tests the comment pager for nodes with multiple grants per realm.
- NodeAdminTestCase::testContentAdminSort in modules/node/node.test
- Tests that the table sorting works on the content admin pages.
- NodeBlockFunctionalTest::testRecentNodeBlock in modules/node/node.test
- Tests the recent comments block.
- NodeBlockTestCase::testSyndicateBlock in modules/node/node.test
- Tests that the "Syndicate" block is shown when enabled.
- NodeCreationTestCase::testNodeCreation in modules/node/node.test
- Creates a "Basic page" node and verifies its consistency in the database.
- NodeCreationTestCase::testUnpublishedNodeCreation in modules/node/node.test
- Create an unpublished node and confirm correct redirect behavior.
- NodeEntityFieldQueryAlter::setUp in modules/node/node.test
- Sets up a Drupal site for running functional and integration tests.
- NodeEntityViewModeAlterTest::testNodeViewModeChange in modules/node/node.test
- Create a "Basic page" node and verify its consistency in the database.
- NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField in modules/node/node.test
- Tests fields that were previously hidden when the view mode is changed.
- NodePostSettingsTestCase::testPageNotPostInfo in modules/node/node.test
- Confirms absence of post information on a new node.
- NodePostSettingsTestCase::testPagePostInfo in modules/node/node.test
- Confirms "Basic page" content type and post information is on a new node.
- NodeRevisionPermissionsTestCase::setUp in modules/node/node.test
- Sets up a Drupal site for running functional and integration tests.
- NodeRevisionsTestCase::setUp in modules/node/node.test
- Sets up a Drupal site for running functional and integration tests.
- NodeRevisionsTestCase::testNodeRevisionWithoutLogMessage in modules/node/node.test
- Checks that revisions are correctly saved without log messages.
- NodeRSSContentTestCase::testNodeRSSContent in modules/node/node.test
- Ensures that a new node includes the custom data when added to an RSS feed.
- NodeSaveTestCase::testImport in modules/node/node.test
- Checks whether custom node IDs are saved properly during an import operation.
- NodeSaveTestCase::testTimestamps in modules/node/node.test
- Verifies accuracy of the "created" and "changed" timestamp functionality.
- NodeTitleTestCase::testNodeTitle in modules/node/node.test
- Creates one node and tests if the node title has the correct value.
- NodeTitleXSSTestCase::testNodeTitleXSS in modules/node/node.test
- Tests XSS functionality with a node entity.
- NodeTokenReplaceTestCase::testNodeTokenReplacement in modules/node/node.test
- Creates a node, then tests the tokens generated from it.
- NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in modules/node/node.test
- Tests that node type customizations persist through disable and uninstall.
- NumberFieldTestCase::testNumberDecimalField in modules/field/modules/number/number.test
- Test number_decimal field.
- NumberFieldTestCase::testNumberFloatField in modules/field/modules/number/number.test
- Test number_float field.
- NumberFieldTestCase::testNumberIntegerField in modules/field/modules/number/number.test
- Test number_integer field.
- OpenIDFunctionalTestCase::testDiscovery in modules/openid/openid.test
- Test discovery of OpenID Provider Endpoint via Yadis and HTML.
- OpenIDInvalidIdentifierTransitionTestCase::testStrippedFragmentAccountAutoUpdateSreg in modules/openid/openid.test
- Test OpenID auto transition with e-mail.
- OpenIDInvalidIdentifierTransitionTestCase::testStrippedFragmentAccountEmailMismatch in modules/openid/openid.test
- Test OpenID transition with e-mail mismatch.
- PageEditTestCase::testPageAuthoredBy in modules/node/node.test
- Tests changing a node's "authored by" field.
- PageEditTestCase::testPageEdit in modules/node/node.test
- Checks node edit functionality.
- PageNotFoundTestCase::testPageNotFound in modules/system/system.test
- PagePreviewTestCase::setUp in modules/node/node.test
- Sets up a Drupal site for running functional and integration tests.
- PagePreviewTestCase::testPagePreview in modules/node/node.test
- Checks the node preview functionality.
- PagePreviewTestCase::testPagePreviewWithRevisions in modules/node/node.test
- Checks the node preview functionality, when using revisions.
- PageTitleFiltering::testTitleTags in modules/system/system.test
- Tests the handling of HTML by drupal_set_title() and drupal_get_title()
- PathLanguageTestCase::testAliasTranslation in modules/path/path.test
- Test alias functionality through the admin interfaces.
- PathLanguageUITestCase::testDefaultLanguageURLs in modules/path/path.test
- Tests that a default language URL alias works.
- PathLanguageUITestCase::testLanguageNeutralURLs in modules/path/path.test
- Tests that a language-neutral URL alias works.
- PathLanguageUITestCase::testNonDefaultURLs in modules/path/path.test
- Tests that a non-default language URL alias works.
- PathTaxonomyTermTestCase::testTermAlias in modules/path/path.test
- Tests alias functionality through the admin interfaces.
- PathTestCase::testAdminAlias in modules/path/path.test
- Tests alias functionality through the admin interfaces.
- PathTestCase::testDuplicateNodeAlias in modules/path/path.test
- Tests that duplicate aliases fail validation.
- PathTestCase::testNodeAlias in modules/path/path.test
- Tests alias functionality through the node interfaces.
- PathTestCase::testPathCache in modules/path/path.test
- Tests the path cache.
- PollBlockTestCase::testRecentBlock in modules/poll/poll.test
- PollCreateTestCase::testPollClose in modules/poll/poll.test
- PollCreateTestCase::testPollCreate in modules/poll/poll.test
- PollDeleteChoiceTestCase::testChoiceRemoval in modules/poll/poll.test
- PollExpirationTestCase::testAutoExpire in modules/poll/poll.test
- PollJSAddChoice::testAddChoice in modules/poll/poll.test
- Test adding a new choice.
- PollTestCase::_generateChoices in modules/poll/poll.test
- PollTokenReplaceTestCase::testPollTokenReplacement in modules/poll/poll.test
- Creates a poll, then tests the tokens generated from it.
- PollTranslateTestCase::testPollTranslate in modules/poll/poll.test
- Tests poll creation and translation.
- PollVoteCheckHostname::setUp in modules/poll/poll.test
- Sets up a Drupal site for running functional and integration tests.
- PollVoteTestCase::testPollVote in modules/poll/poll.test
- ProfileBlockTestCase::setUp in modules/profile/profile.test
- Sets up a Drupal site for running functional and integration tests.
- ProfileTestAutocomplete::testAutocomplete in modules/profile/profile.test
- Tests profile field autocompletion and access.
- ProfileTestCase::createProfileField in modules/profile/profile.test
- Create a profile field.
- ProfileTestCase::setProfileField in modules/profile/profile.test
- Set the profile field to a random value
- ProfileTestDate::testProfileDateField in modules/profile/profile.test
- Create a date field, give it a value, update and delete the field.
- ProfileTestFields::testProfileFields in 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 modules/profile/profile.test
- Create a list selection field, give it a value, update and delete the field.
- ProfileTestWeights::testProfileFieldWeights in modules/profile/profile.test
- QueueTestCase::testQueue in modules/system/system.test
- Queues and dequeues a set of items to check the basic queue functionality.
- RdfCommentAttributesTestCase::testCommentRdfaMarkup in modules/rdf/rdf.test
- Tests the presence of the RDFa markup for the title, date and author and
homepage on registered users and anonymous comments.
- RdfCommentAttributesTestCase::testCommentReplyOfRdfaMarkup in modules/rdf/rdf.test
- Test RDF comment replies.
- RdfCommentAttributesTestCase::testNumberOfCommentsRdfaMarkup in modules/rdf/rdf.test
- Tests the presence of the RDFa markup for the number of comments.
- RdfMappingDefinitionTestCase::testAttributesInMarkup2 in modules/rdf/rdf.test
- Create a content type and a node of type test_bundle_hook_install and test
whether the RDF mapping defined in rdf_test.install is used.
- RdfRdfaMarkupTestCase::testAttributesInMarkupFile in modules/rdf/rdf.test
- Ensure that file fields have the correct resource as the object in RDFa
when displayed as a teaser.
- RdfTrackerAttributesTestCase::_testBasicTrackerRdfaMarkup in modules/rdf/rdf.test
- Helper function for testAttributesInTracker().
- RetrieveFileTestCase::testFileRetrieving in modules/system/system.test
- Invokes system_retrieve_file() in several scenarios.
- SearchBlockTestCase::testSearchFormBlock in modules/search/search.test
- SearchCommentCountToggleTestCase::setUp in modules/search/search.test
- Sets up a Drupal site for running functional and integration tests.
- SearchConfigSettingsForm::testSearchSettingsPage in modules/search/search.test
- Verify the search settings form.
- SearchKeywordsConditions::testSearchKeyswordsConditions in modules/search/search.test
- Verify the kewords are captured and conditions respected.
- SearchPageOverride::testSearchPageHook in modules/search/search.test
- SearchPageText::testSearchText in modules/search/search.test
- Tests the failed search text, and various other text on the search page.
- SessionHttpsTestCase::testHttpsSession in modules/simpletest/tests/session.test
- SessionTestCase::testDataPersistence in modules/simpletest/tests/session.test
- Test data persistence via the session_test module callbacks.
- ShortcutLinksTestCase::testShortcutLinkAdd in modules/shortcut/shortcut.test
- Tests that creating a shortcut works properly.
- ShortcutLinksTestCase::testShortcutLinkRename in modules/shortcut/shortcut.test
- Tests that shortcut links can be renamed.
- ShortcutSetsTestCase::testShortcutSetAdd in modules/shortcut/shortcut.test
- Tests creating a shortcut set.
- ShortcutSetsTestCase::testShortcutSetAssign in modules/shortcut/shortcut.test
- Tests switching another user's shortcut set.
- ShortcutSetsTestCase::testShortcutSetDelete in modules/shortcut/shortcut.test
- Tests deleting a shortcut set.
- ShortcutSetsTestCase::testShortcutSetRename in modules/shortcut/shortcut.test
- Tests renaming a shortcut set.
- ShortcutSetsTestCase::testShortcutSetRenameAlreadyExists in modules/shortcut/shortcut.test
- Tests renaming a shortcut set to the same name as another set.
- ShortcutSetsTestCase::testShortcutSetSave in modules/shortcut/shortcut.test
- Tests that shortcut_set_save() correctly updates existing links.
- ShortcutSetsTestCase::testShortcutSetSwitchCreate in modules/shortcut/shortcut.test
- Tests switching a user's shortcut set and creating one at the same time.
- ShortcutSetsTestCase::testShortcutSetSwitchOwn in modules/shortcut/shortcut.test
- Tests switching a user's own shortcut set.
- ShortcutSetsTestCase::testShortcutSetUnassign in modules/shortcut/shortcut.test
- Tests unassigning a shortcut set.
- ShortcutTestCase::generateShortcutLink in modules/shortcut/shortcut.test
- Creates a generic shortcut link.
- ShortcutTestCase::generateShortcutSet in modules/shortcut/shortcut.test
- Creates a generic shortcut set.
- ShutdownFunctionsTest::testShutdownFunctions in modules/system/system.test
- Test shutdown functions.
- SimpleTestMailCaptureTestCase::testMailSend in modules/simpletest/simpletest.test
- Test to see if the wrapper function is executed correctly.
- StatisticsLoggingTestCase::setUp in modules/statistics/statistics.test
- Sets up a Drupal site for running functional and integration tests.
- StatisticsLoggingTestCase::testLogging in modules/statistics/statistics.test
- Verifies request logging for cached and uncached pages.
- SystemAuthorizeCase::testFileTransferHooks in modules/system/system.test
- Tests the FileTransfer hooks
- SystemBlockTestCase::testSystemBlocks in modules/system/system.test
- Test displaying and hiding the powered-by and help blocks.
- TaxonomyHooksTestCase::testTaxonomyTermHooks in modules/taxonomy/taxonomy.test
- Test that hooks are run correctly on creating, editing, viewing,
and deleting a term.
- TaxonomyLegacyTestCase::testTaxonomyLegacyNode in modules/taxonomy/taxonomy.test
- Test taxonomy functionality with nodes prior to 1970.
- TaxonomyRSSTestCase::testTaxonomyRSS in modules/taxonomy/taxonomy.test
- Tests that terms added to nodes are displayed in core RSS feed.
- TaxonomyTermFieldMultipleVocabularyTestCase::setUp in modules/taxonomy/taxonomy.test
- Sets up a Drupal site for running functional and integration tests.
- TaxonomyTermFieldTestCase::setUp in modules/taxonomy/taxonomy.test
- Sets up a Drupal site for running functional and integration tests.
- TaxonomyTermFieldTestCase::testTaxonomyTermFieldChangeMachineName in modules/taxonomy/taxonomy.test
- Tests that vocabulary machine name changes are mirrored in field definitions.
- TaxonomyTermIndexTestCase::setUp in modules/taxonomy/taxonomy.test
- Sets up a Drupal site for running functional and integration tests.
- TaxonomyTermIndexTestCase::testTaxonomyIndex in modules/taxonomy/taxonomy.test
- Tests that the taxonomy index is maintained properly.
- TaxonomyTermTestCase::testNodeTermCreationAndDeletion in modules/taxonomy/taxonomy.test
- Test term creation with a free-tagging vocabulary from the node form.
- TaxonomyTermTestCase::testTaxonomyNode in modules/taxonomy/taxonomy.test
- Test that hook_node_$op implementations work correctly.
- TaxonomyTermTestCase::testTermInterface in modules/taxonomy/taxonomy.test
- Save, edit and delete a term using the user interface.
- TaxonomyTermTestCase::testTermMultipleParentsInterface in modules/taxonomy/taxonomy.test
- Test saving a term with multiple parents through the UI.
- TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary in modules/taxonomy/taxonomy.test
- Deleting a vocabulary.
- TaxonomyVocabularyFunctionalTest::testVocabularyInterface in modules/taxonomy/taxonomy.test
- Create, edit and delete a vocabulary via the user interface.
- TaxonomyVocabularyTestCase::testTaxonomyVocabularyChangeMachineName in modules/taxonomy/taxonomy.test
- Tests that machine name changes are properly reflected.
- TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadStaticReset in modules/taxonomy/taxonomy.test
- Ensure that the vocabulary static reset works correctly.
- TaxonomyVocabularyTestCase::testUninstallReinstall in modules/taxonomy/taxonomy.test
- Test uninstall and reinstall of the taxonomy module.
- TaxonomyWebTestCase::createTerm in modules/taxonomy/taxonomy.test
- Returns a new term with random properties in vocabulary $vid.
- TaxonomyWebTestCase::createVocabulary in modules/taxonomy/taxonomy.test
- Returns a new vocabulary with random properties.
- TextFieldTestCase::testTextFieldValidation in modules/field/modules/text/text.test
- Test text field validation.
- TextFieldTestCase::_testTextfieldWidgets in modules/field/modules/text/text.test
- Helper function for testTextfieldWidgets().
- TextFieldTestCase::_testTextfieldWidgetsFormatted in modules/field/modules/text/text.test
- Helper function for testTextfieldWidgetsFormatted().
- TextSummaryTestCase::testOnlyTextSummary in modules/field/modules/text/text.test
- Test sending only summary.
- TextTranslationTestCase::testTextField in modules/field/modules/text/text.test
- Test that a plaintext textfield widget is correctly populated.
- TextTranslationTestCase::testTextFieldFormatted in modules/field/modules/text/text.test
- Check that user that does not have access the field format cannot see the
source value when creating a translation.
- TrackerTest::testTrackerAdminUnpublish in modules/tracker/tracker.test
- Tests that publish/unpublish works at admin/content/node.
- TrackerTest::testTrackerAll in modules/tracker/tracker.test
- Tests for the presence of nodes on the global tracker listing.
- TrackerTest::testTrackerCronIndexing in modules/tracker/tracker.test
- Tests that existing nodes are indexed by cron.
- TrackerTest::testTrackerNewComments in modules/tracker/tracker.test
- Tests for comment counters on the tracker listing.
- TrackerTest::testTrackerNewNodes in modules/tracker/tracker.test
- Tests for the presence of the "new" flag for nodes.
- TrackerTest::testTrackerOrderingNewComments in modules/tracker/tracker.test
- Tests for ordering on a users tracker listing when comments are posted.
- TrackerTest::testTrackerUser in modules/tracker/tracker.test
- Tests for the presence of nodes on a user's tracker listing.
- TranslationTestCase::testContentTranslation in modules/translation/translation.test
- Creates, modifies, and updates a basic page with a translation.
- TranslationTestCase::testLanguageSwitcherBlockIntegration in modules/translation/translation.test
- Tests that the language switcher block alterations work as intended.
- TranslationTestCase::testLanguageSwitchLinks in modules/translation/translation.test
- Checks that the language switch links behave properly.
- TriggerActionTestCase::assignSystemMessageAction in modules/trigger/trigger.test
- Assigns a system message action to the passed-in trigger.
- TriggerContentTestCase::testActionsContent in modules/trigger/trigger.test
- Tests several content-oriented trigger issues.
- TriggerCronTestCase::testActionsCron in modules/trigger/trigger.test
- Tests assigning multiple actions to the cron trigger.
- TriggerOrphanedActionsTestCase::testActionsOrphaned in modules/trigger/trigger.test
- Tests logic around orphaned actions.
- TriggerOtherTestCase::testActionsComment in modules/trigger/trigger.test
- Tests triggering on comment save.
- TriggerOtherTestCase::testActionsTaxonomy in modules/trigger/trigger.test
- Tests triggering on taxonomy new term.
- TriggerOtherTestCase::testActionsUser in modules/trigger/trigger.test
- Tests triggering on user create and user login.
- UserCancelTestCase::testUserDelete in modules/user/user.test
- Delete account and remove all content.
- UserCreateTestCase::testUserAdd in modules/user/user.test
- Create a user through the administration interface and ensure that it
displays in the user list.
- UserEditedOwnAccountTestCase::testUserEditedOwnAccount in modules/user/user.test
- UserEditTestCase::testUserEdit in modules/user/user.test
- Test user edit page.
- UserPasswordResetTestCase::testPasswordResetFloodControlPerIp in modules/user/user.test
- Test IP-based flood control on password reset.
- UserPasswordResetTestCase::testResetImpersonation in modules/user/user.test
- Make sure that users cannot forge password reset URLs of other users.
- UserPasswordResetTestCase::testUserPasswordTextboxFilled in modules/user/user.test
- Prefill the text box on incorrect login via link to password reset page.
- UserPictureTestCase::testUserPictureAdminFormValidation in modules/user/user.test
- Tests the admin form validates user picture settings.
- UserRegistrationTestCase::testRegistrationDefaultValues in modules/user/user.test
- UserRegistrationTestCase::testRegistrationEmailDuplicates in modules/user/user.test
- UserRegistrationTestCase::testRegistrationWithEmailVerification in modules/user/user.test
- UserRegistrationTestCase::testRegistrationWithoutEmailVerification in modules/user/user.test
- UserRegistrationTestCase::testRegistrationWithUserFields in modules/user/user.test
- Tests Field API fields on user registration forms.
- UserRolesAssignmentTestCase::testCreateUserWithRole in modules/user/user.test
- Tests that when creating a user the role can be assigned. And that it can
be removed again.
- UserSaveTestCase::testUserImport in modules/user/user.test
- Test creating a user with arbitrary uid.
- UserSignatureTestCase::testUserSignature in modules/user/user.test
- Test that a user can change their signature format and that it is respected
upon display.
- XMLRPCValidator1IncTestCase::testValidator1 in modules/simpletest/tests/xmlrpc.test
- Run validator1 tests.