378 calls to DrupalWebTestCase::drupalLogin()

AccessDeniedTestCase::testAccessDenied in drupal/modules/system/system.test
ActionLoopTestCase::testActionLoop in drupal/modules/simpletest/tests/actions.test
Set up a loop with 3 - 12 recursions, and see if it aborts properly.
ActionsConfigurationTestCase::testActionConfiguration in drupal/modules/simpletest/tests/actions.test
Test the configuration of advanced actions through the administration interface.
AggregatorRenderingTestCase::testBlockLinks in drupal/modules/aggregator/aggregator.test
Adds a feed block to the page and checks its links.
AggregatorTestCase::setUp in drupal/modules/aggregator/aggregator.test
Sets up a Drupal site for running functional and integration tests.
AJAXCommandsTestCase::testAJAXCommands in drupal/modules/simpletest/tests/ajax.test
Test the various Ajax Commands.
AJAXFormValuesTestCase::setUp in drupal/modules/simpletest/tests/ajax.test
Sets up a Drupal site for running functional and integration tests.
AJAXMultiFormTestCase::setUp in drupal/modules/simpletest/tests/ajax.test
Sets up a Drupal site for running functional and integration tests.
BasicMinimalUpdatePath::testBasicMinimalUpdate in drupal/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
BasicStandardUpdatePath::testBasicStandardUpdate in drupal/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
BasicUpgradePath::testBasicUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.test
Test a successful upgrade.
BatchPageTestCase::testBatchProgressPageTheme in drupal/modules/simpletest/tests/batch.test
Tests that the batch API progress page uses the correct theme.
BlockAdminThemeTestCase::testAdminTheme in drupal/modules/block/block.test
Check for the accessibility of the admin theme on the block admin page.
BlockCacheTestCase::setUp in drupal/modules/block/block.test
Sets up a Drupal site for running functional and integration tests.
BlockCacheTestCase::testCachePerRole in drupal/modules/block/block.test
Test DRUPAL_CACHE_PER_ROLE.
BlockCacheTestCase::testCachePerUser in drupal/modules/block/block.test
Test DRUPAL_CACHE_PER_USER.
BlockHiddenRegionTestCase::testBlockNotInHiddenRegion in drupal/modules/block/block.test
Tests that hidden regions do not inherit blocks when a theme is enabled.
BlockHTMLIdTestCase::setUp in drupal/modules/block/block.test
Sets up a Drupal site for running functional and integration tests.
BlockInvalidRegionTestCase::setUp in drupal/modules/block/block.test
Sets up a Drupal site for running functional and integration tests.
BlockTestCase::setUp in drupal/modules/block/block.test
Sets up a Drupal site for running functional and integration tests.
BlockTestCase::testCustomBlockFormat in drupal/modules/block/block.test
Test creating custom block using Full HTML.
BlogTestCase::doBasicTests in drupal/modules/blog/blog.test
Run basic tests on the indicated user.
BlogTestCase::testBlog in drupal/modules/blog/blog.test
Login users, create blog nodes, and test blog functionality through the admin and user interfaces.
BlogTestCase::testBlogPageNoEntries in drupal/modules/blog/blog.test
View the blog of a user with no blog entries as another user.
BlogTestCase::testUnprivilegedUser in drupal/modules/blog/blog.test
Confirm that the "You are not allowed to post a new blog entry." message shows up if a user submitted blog entries, has been denied that permission, and goes to the blog page.
BookTestCase::createBook in drupal/modules/book/book.test
Creates a new book with a page hierarchy.
BookTestCase::testBook in drupal/modules/book/book.test
Tests book functionality through node interfaces.
BookTestCase::testBookDelete in drupal/modules/book/book.test
Tests the access for deleting top-level book nodes.
BookTestCase::testBookExport in drupal/modules/book/book.test
Tests book export ("printer-friendly version") functionality.
BookTestCase::testBookNavigationBlock in drupal/modules/book/book.test
Tests the functionality of the book navigation block.
BookTestCase::testNavigationBlockOnAccessModuleEnabled in drupal/modules/book/book.test
Tests the book navigation block when an access module is enabled.
BootstrapPageCacheTestCase::testConditionalRequests in drupal/modules/simpletest/tests/bootstrap.test
Test support for requests containing If-Modified-Since and If-None-Match headers.
BootstrapPageCacheTestCase::testPageCache in drupal/modules/simpletest/tests/bootstrap.test
Test cache headers.
CacheClearCase::testMinimumCacheLifetime in drupal/modules/simpletest/tests/cache.test
Test minimum cache lifetime.
ColorTestCase::testValidColor in drupal/modules/color/color.test
Tests whether the provided color is valid.
ColorTestCase::_testColor in drupal/modules/color/color.test
Tests the Color module functionality using the given theme.
CommentActionsTestCase::testCommentPublishUnpublishActions in drupal/modules/comment/comment.test
Test comment publish and unpublish actions.
CommentActionsTestCase::testCommentUnpublishByKeyword in drupal/modules/comment/comment.test
Tests the unpublish comment by keyword action.
CommentAnonymous::testAnonymous in drupal/modules/comment/comment.test
Test anonymous comment functionality.
CommentApprovalTest::testApprovalAdminInterface in drupal/modules/comment/comment.test
Test comment approval functionality through admin/content/comment.
CommentApprovalTest::testApprovalNodeInterface in drupal/modules/comment/comment.test
Test comment approval functionality through node interface.
CommentBlockFunctionalTest::testRecentCommentBlock in drupal/modules/comment/comment.test
Test the recent comments block.
CommentContentRebuild::testCommentRebuild in drupal/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/modules/comment/comment.test
Test that comment module works when enabled after a content module.
CommentFieldsTest::testCommentFormat in drupal/modules/comment/comment.test
Test that comment module works correctly with plain text format.
CommentInterfaceTest::setEnvironment in drupal/modules/comment/comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentClasses in drupal/modules/comment/comment.test
Tests CSS classes on comments.
CommentInterfaceTest::testCommentInterface in drupal/modules/comment/comment.test
Test comment interface.
CommentInterfaceTest::testCommentNewCommentsIndicator in drupal/modules/comment/comment.test
Tests new comment marker.
CommentInterfaceTest::testCommentNodeCommentStatistics in drupal/modules/comment/comment.test
Tests the node comment statistics.
CommentNodeAccessTest::testThreadedCommentView in drupal/modules/comment/comment.test
Test that threaded comments can be viewed.
CommentNodeChangesTestCase::testNodeDeletion in drupal/modules/comment/comment.test
Tests that comments are deleted with the node.
CommentPagerTest::testCommentNewPageIndicator in drupal/modules/comment/comment.test
Test comment_new_page_count().
CommentPagerTest::testCommentOrderingThreading in drupal/modules/comment/comment.test
Test comment ordering and threading.
CommentPagerTest::testCommentPaging in drupal/modules/comment/comment.test
Confirm comment paging works correctly with flat and threaded comments.
CommentPreviewTest::testCommentEditPreviewSave in drupal/modules/comment/comment.test
Test comment edit, preview, and save.
CommentPreviewTest::testCommentPreview in drupal/modules/comment/comment.test
Test comment preview.
CommentRSSUnitTest::testCommentRSS in drupal/modules/comment/comment.test
Test comments as part of an RSS feed.
CommentThreadingTestCase::testCommentThreading in drupal/modules/comment/comment.test
Tests the comment threading.
CommentTokenReplaceTestCase::testCommentTokenReplacement in drupal/modules/comment/comment.test
Creates a comment, then tests the tokens generated from it.
ConfirmFormTest::setUp in drupal/modules/system/system.test
Sets up a Drupal site for running functional and integration tests.
ContactPersonalTestCase::testPersonalContactAccess in drupal/modules/contact/contact.test
Tests access to the personal contact form.
ContactPersonalTestCase::testPersonalContactFlood in drupal/modules/contact/contact.test
Tests the personal contact form flood protection.
ContactSitewideTestCase::testAutoReply in drupal/modules/contact/contact.test
Tests auto-reply on the site-wide contact form.
ContactSitewideTestCase::testSiteWideContact in drupal/modules/contact/contact.test
Tests configuration options and the site-wide contact form.
ContextualDynamicContextTestCase::setUp in drupal/modules/contextual/contextual.test
Sets up a Drupal site for running functional and integration tests.
CronRunTestCase::testAutomaticCron in drupal/modules/system/system.test
Ensure that the automatic cron run feature is working.
DashboardBlocksTestCase::setUp in drupal/modules/dashboard/dashboard.test
Sets up a Drupal site for running functional and integration tests.
DashboardBlocksTestCase::testDashboardAccess in drupal/modules/dashboard/dashboard.test
Tests adding a block to the dashboard and checking access to it.
DatabaseSelectComplexTestCase2::testJoinSubquery in drupal/modules/simpletest/tests/database_test.test
Test that we can join on a query.
DateFormatTestCase::setUp in drupal/modules/system/system.test
Sets up a Drupal site for running functional and integration tests.
DateTimeFunctionalTest::setUp in drupal/modules/system/system.test
Sets up a Drupal site for running functional and integration tests.
DBLogTestCase::doNode in drupal/modules/dblog/dblog.test
Generates and then verifies some node events.
DBLogTestCase::doUser in drupal/modules/dblog/dblog.test
Generates and then verifies some user events.
DBLogTestCase::testDBLog in drupal/modules/dblog/dblog.test
Tests Database Logging module functionality through interfaces.
DBLogTestCase::testDBLogAddAndClear in drupal/modules/dblog/dblog.test
Tests the addition and clearing of log events through the admin interface.
DBLogTestCase::testFilter in drupal/modules/dblog/dblog.test
Tests the database log filter functionality at admin/reports/dblog.
DBLogTestCase::testLogMessageSanitized in drupal/modules/dblog/dblog.test
Make sure HTML tags are filtered out in the log detail page.
EntityFieldQueryTestCase::testEntityFieldQueryAccess in drupal/modules/simpletest/tests/entity_query.test
Tests EntityFieldQuery access on non-node entities.
FieldFormTestCase::setUp in drupal/modules/field/tests/field.test
Set the default field storage backend for fields created during tests.
FieldTranslationsTestCase::testFieldFormTranslationRevisions in drupal/modules/field/tests/field.test
Tests field translations when creating a new revision.
FieldUIAlterTestCase::setUp in drupal/modules/field_ui/field_ui.test
Sets up a Drupal site for running functional and integration tests.
FieldUITestCase::setUp in drupal/modules/field_ui/field_ui.test
Sets up a Drupal site for running functional and integration tests.
FileFieldAnonymousSubmission::testAuthenticatedNodeWithFileWithoutTitle in drupal/modules/file/tests/file.test
Tests file submission for an authenticated user with a missing node title.
FileFieldTestCase::setUp in drupal/modules/file/tests/file.test
Sets up a Drupal site for running functional and integration tests.
FileFieldWidgetTestCase::testPrivateFileComment in drupal/modules/file/tests/file.test
Tests that download restrictions on private files work on comments.
FileFieldWidgetTestCase::testTemporaryFileRemovalExploit in drupal/modules/file/tests/file.test
Tests exploiting the temporary file removal of another user using fid.
FilePrivateTestCase::testPrivateFile in drupal/modules/file/tests/file.test
Tests file access for file uploaded to a private node.
FileSaveUploadTest::setUp in drupal/modules/simpletest/tests/file.test
Sets up a Drupal site for running functional and integration tests.
FileTaxonomyTermTestCase::setUp in drupal/modules/file/tests/file.test
Sets up a Drupal site for running functional and integration tests.
FilledMinimalUpdatePath::testFilledStandardUpdate in drupal/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
FilledStandardUpdatePath::testFilledStandardUpdate in drupal/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
FilterAdminTestCase::setUp in drupal/modules/filter/filter.test
Sets up a Drupal site for running functional and integration tests.
FilterAdminTestCase::testFilterAdmin in drupal/modules/filter/filter.test
Tests filter administration functionality.
FilterDefaultFormatTestCase::testDefaultTextFormats in drupal/modules/filter/filter.test
Tests if the default text format is accessible to users.
FilterFormatAccessTestCase::setUp in drupal/modules/filter/filter.test
Sets up a Drupal site for running functional and integration tests.
FilterFormatAccessTestCase::testFormatPermissions in drupal/modules/filter/filter.test
Tests the Filter format access permissions functionality.
FilterFormatAccessTestCase::testFormatWidgetPermissions in drupal/modules/filter/filter.test
Tests editing a page using a disallowed text format.
FilterHooksTestCase::setUp in drupal/modules/filter/filter.test
Sets up a Drupal site for running functional and integration tests.
FilterSecurityTestCase::setUp in drupal/modules/filter/filter.test
Sets up a Drupal site for running functional and integration tests.
FormatDateUnitTest::testAdminDefinedFormatDate in drupal/modules/simpletest/tests/common.test
Test admin-defined formats in format_date().
FormatDateUnitTest::testFormatDate in drupal/modules/simpletest/tests/common.test
Tests for the format_date() function.
FormsFormStorageTestCase::setUp in drupal/modules/simpletest/tests/form.test
Sets up a Drupal site for running functional and integration tests.
FormsRebuildTestCase::setUp in drupal/modules/simpletest/tests/form.test
Sets up a Drupal site for running functional and integration tests.
FormsRebuildTestCase::testPreserveFormActionAfterAJAX in drupal/modules/simpletest/tests/form.test
Tests that a form's action is retained after an Ajax submission.
FormValidationTestCase::testValidate in drupal/modules/simpletest/tests/form.test
Tests form alterations by #element_validate, #validate, and form_set_value().
ForumIndexTestCase::setUp in drupal/modules/forum/forum.test
Sets up a Drupal site for running functional and integration tests.
ForumTestCase::doAdminTests in drupal/modules/forum/forum.test
Runs admin tests on the admin user.
ForumTestCase::doBasicTests in drupal/modules/forum/forum.test
Runs basic tests on the indicated user.
ForumTestCase::testAddOrphanTopic in drupal/modules/forum/forum.test
Tests that forum nodes can't be added without a parent.
ForumTestCase::testEnableForumField in drupal/modules/forum/forum.test
Tests disabling and re-enabling the Forum module.
ForumTestCase::testForum in drupal/modules/forum/forum.test
Tests forum functionality through the admin and user interfaces.
FrontPageTestCase::setUp in drupal/modules/system/system.test
Sets up a Drupal site for running functional and integration tests.
HelpTestCase::testHelp in drupal/modules/help/help.test
Logs in users, creates dblog events, and tests dblog functionality.
ImageFieldDisplayTestCase::_testImageFieldFormatters in drupal/modules/image/image.test
Test image formatters on node display.
ImageFieldTestCase::setUp in drupal/modules/image/image.test
Sets up a Drupal site for running functional and integration tests.
IPAddressBlockingTestCase::setUp in drupal/modules/system/system.test
Implement setUp().
ListFieldUITestCase::setUp in drupal/modules/field/modules/list/tests/list.test
Set the default field storage backend for fields created during tests.
LocaleCommentLanguageFunctionalTest::setUp in drupal/modules/locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleConfigurationTest::testLanguageConfiguration in drupal/modules/locale/locale.test
Functional tests for adding, editing and deleting languages.
LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in drupal/modules/locale/locale.test
Test if a content type can be set to multilingual and language setting is present on node add and edit forms.
LocaleContentFunctionalTest::testMachineNameLTR in drupal/modules/locale/locale.test
Verifies that machine name fields are always LTR.
LocaleContentFunctionalTest::testNodeCreationWithLanguage in drupal/modules/locale/locale.test
Verifies that nodes may be created with different languages.
LocaleCSSAlterTest::testCSSFilesOrderInRTLMode in drupal/modules/locale/locale.test
Verifies that -rtl.css file is added directly after LTR .css file.
LocaleDateFormatsFunctionalTest::setUp in drupal/modules/locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleExportFunctionalTest::setUp in drupal/modules/locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleImportFunctionalTest::setUp in drupal/modules/locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleLanguageNegotiationInfoFunctionalTest::setUp in drupal/modules/locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleLanguageSwitchingFunctionalTest::setUp in drupal/modules/locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleMultilingualFieldsFunctionalTest::setUp in drupal/modules/locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocalePathFunctionalTest::testPathLanguageConfiguration in drupal/modules/locale/locale.test
Test if a language can be associated with a path alias.
LocalePluralFormatTest::setUp in drupal/modules/locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleTranslationFunctionalTest::testJavaScriptTranslation in drupal/modules/locale/locale.test
LocaleTranslationFunctionalTest::testStringSearch in drupal/modules/locale/locale.test
Tests translation search form.
LocaleTranslationFunctionalTest::testStringTranslation in drupal/modules/locale/locale.test
Adds a language and tests string translation by users with the appropriate permissions.
LocaleTranslationFunctionalTest::testStringValidation in drupal/modules/locale/locale.test
Tests the validation of the translation input.
LocaleUILanguageNegotiationTest::setUp in drupal/modules/locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleUninstallFunctionalTest::testUninstallProcess in drupal/modules/locale/locale.test
Check if the values of the Locale variables are correct after uninstall.
LocaleUrlRewritingTest::setUp in drupal/modules/locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleUserCreationTest::testLocalUserCreation in drupal/modules/locale/locale.test
Functional test for language handling during user creation.
LocaleUserLanguageFunctionalTest::testUserLanguageConfiguration in drupal/modules/locale/locale.test
Test if user can change their default language.
MenuBreadcrumbTestCase::setUp in drupal/modules/simpletest/tests/menu.test
Sets up a Drupal site for running functional and integration tests.
MenuBreadcrumbTestCase::testBreadCrumbs in drupal/modules/simpletest/tests/menu.test
Tests breadcrumbs on node and administrative paths.
MenuNodeTestCase::setUp in drupal/modules/menu/menu.test
Sets up a Drupal site for running functional and integration tests.
MenuRouterTestCase::testAuthUserUserLogin in drupal/modules/simpletest/tests/menu.test
Test that an authenticated user hitting 'user/login' gets redirected to 'user' and 'user/register' gets redirected to the user edit page.
MenuRouterTestCase::testMenuLinkMaintain in drupal/modules/simpletest/tests/menu.test
Tests for menu_link_maintain().
MenuRouterTestCase::testMenuName in drupal/modules/simpletest/tests/menu.test
Tests for menu_name parameter for hook_menu().
MenuRouterTestCase::testThemeCallbackMaintenanceMode in drupal/modules/simpletest/tests/menu.test
Test the theme callback when the site is in maintenance mode.
MenuTestCase::testMenu in drupal/modules/menu/menu.test
Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
MenuTestCase::testMenuParentsJsAccess in drupal/modules/menu/menu.test
Test administrative users other than user 1 can access the menu parents AJAX callback.
MenuTestCase::testMenuQueryAndFragment in drupal/modules/menu/menu.test
Add and remove a menu link with a query string and fragment.
MenuTrailTestCase::setUp in drupal/modules/simpletest/tests/menu.test
Sets up a Drupal site for running functional and integration tests.
ModuleTestCase::setUp in drupal/modules/system/system.test
Sets up a Drupal site for running functional and integration tests.
ModuleUnitTest::testModuleImplements in drupal/modules/simpletest/tests/module.test
Test module_implements() caching.
MultiStepNodeFormBasicOptionsTest::setUp in drupal/modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
NewDefaultThemeBlocks::testNewDefaultThemeBlocks in drupal/modules/block/block.test
Check the enabled Bartik blocks are correctly copied over.
NodeAccessBaseTableTestCase::testNodeAccessBasic in drupal/modules/node/node.test
Tests the "private" node access functionality.
NodeAccessFieldTestCase::testNodeAccessAdministerField in drupal/modules/node/node.test
Tests administering fields when node access is restricted.
NodeAccessPagerTestCase::testCommentPager in drupal/modules/node/node.test
Tests the comment pager for nodes with multiple grants per realm.
NodeAccessPagerTestCase::testForumPager in drupal/modules/node/node.test
Tests the forum node pager for nodes with multiple grants per realm.
NodeAccessRebuildTestCase::setUp in drupal/modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
NodeAdminTestCase::testContentAdminPages in drupal/modules/node/node.test
Tests content overview with different user permissions.
NodeAdminTestCase::testContentAdminSort in drupal/modules/node/node.test
Tests that the table sorting works on the content admin pages.
NodeBlockFunctionalTest::testRecentNodeBlock in drupal/modules/node/node.test
Tests the recent comments block.
NodeBlockTestCase::setUp in drupal/modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
NodeCreationTestCase::setUp in drupal/modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
NodeEntityFieldQueryAlter::testNodeQueryAlterWithUI in drupal/modules/node/node.test
Tests that node access permissions are followed.
NodeEntityViewModeAlterTest::testNodeViewModeChange in drupal/modules/node/node.test
Create a "Basic page" node and verify its consistency in the database.
NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField in drupal/modules/node/node.test
Tests fields that were previously hidden when the view mode is changed.
NodeLoadMultipleTestCase::setUp in drupal/modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
NodePageCacheTest::testNodeDelete in drupal/modules/node/node.test
Tests deleting nodes clears page cache.
NodePostSettingsTestCase::setUp in drupal/modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
NodeQueryAlter::testNodeQueryAlterOverride in drupal/modules/node/node.test
Tests 'node_access' query alter override.
NodeQueryAlter::testNodeQueryAlterWithUI in drupal/modules/node/node.test
Tests that node access permissions are followed.
NodeRevisionsTestCase::setUp in drupal/modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
NodeRSSContentTestCase::setUp in drupal/modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
NodeSaveTestCase::setUp in drupal/modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
NodeTitleTestCase::setUp in drupal/modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
NodeTitleXSSTestCase::testNodeTitleXSS in drupal/modules/node/node.test
Tests XSS functionality with a node entity.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in drupal/modules/node/node.test
Tests that node type customizations persist through disable and uninstall.
NodeTypeTestCase::testNodeTypeCreation in drupal/modules/node/node.test
Tests creating a content type programmatically and via a form.
NodeTypeTestCase::testNodeTypeEditing in drupal/modules/node/node.test
Tests editing a node type using the UI.
NoHelpTestCase::testMainPageNoHelp in drupal/modules/help/help.test
Ensures modules not implementing help do not appear on admin/help.
NonDefaultBlockAdmin::testNonDefaultBlockAdmin in drupal/modules/block/block.test
Test non-default theme admin.
NumberFieldTestCase::setUp in drupal/modules/field/modules/number/number.test
Sets up a Drupal site for running functional and integration tests.
OpenIDFunctionalTestCase::testBlockedUserLogin in drupal/modules/openid/openid.test
Test that a blocked user cannot log in.
OpenIDFunctionalTestCase::testDelete in drupal/modules/openid/openid.test
Test deleting an OpenID identity from a user's profile.
OpenIDFunctionalTestCase::testDiscovery in drupal/modules/openid/openid.test
Test discovery of OpenID Provider Endpoint via Yadis and HTML.
OpenIDFunctionalTestCase::testLogin in drupal/modules/openid/openid.test
Test login using OpenID.
OpenIDFunctionalTestCase::testLoginMaintenanceMode in drupal/modules/openid/openid.test
Test login using OpenID during maintenance mode.
OpenIDInvalidIdentifierTransitionTestCase::testStrippedFragmentAccountAutoUpdateSreg in drupal/modules/openid/openid.test
Test OpenID auto transition with e-mail.
OpenIDInvalidIdentifierTransitionTestCase::testStrippedFragmentAccountEmailMismatch in drupal/modules/openid/openid.test
Test OpenID transition with e-mail mismatch.
OptionsSelectDynamicValuesTestCase::testSelectListDynamic in drupal/modules/field/modules/options/options.test
Tests the 'options_select' widget (single select).
OptionsWidgetsTestCase::setUp in drupal/modules/field/modules/options/options.test
Set the default field storage backend for fields created during tests.
OptionsWidgetsTestCase::testOnOffCheckbox in drupal/modules/field/modules/options/options.test
Tests the 'options_onoff' widget.
PageEditTestCase::testPageAuthoredBy in drupal/modules/node/node.test
Tests changing a node's "authored by" field.
PageEditTestCase::testPageEdit in drupal/modules/node/node.test
Checks node edit functionality.
PageNotFoundTestCase::setUp in drupal/modules/system/system.test
Implement setUp().
PagePreviewTestCase::setUp in drupal/modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
PagerFunctionalWebTestCase::setUp in drupal/modules/simpletest/tests/pager.test
Sets up a Drupal site for running functional and integration tests.
PageTitleFiltering::setUp in drupal/modules/system/system.test
Implement setUp().
PageViewTestCase::testPageView in drupal/modules/node/node.test
Tests an anonymous and unpermissioned user attempting to edit the node.
PathLanguageTestCase::setUp in drupal/modules/path/path.test
Sets up a Drupal site for running functional and integration tests.
PathLanguageUITestCase::setUp in drupal/modules/path/path.test
Sets up a Drupal site for running functional and integration tests.
PathMonolingualTestCase::setUp in drupal/modules/path/path.test
Sets up a Drupal site for running functional and integration tests.
PathTaxonomyTermTestCase::setUp in drupal/modules/path/path.test
Sets up a Drupal site for running functional and integration tests.
PathTestCase::setUp in drupal/modules/path/path.test
Sets up a Drupal site for running functional and integration tests.
PHPAccessTestCase::testNoPrivileges in drupal/modules/php/php.test
Makes sure that the user can't use the PHP filter when not given access.
PHPFilterTestCase::testPHPFilter in drupal/modules/php/php.test
Makes sure that the PHP filter evaluates PHP code when used.
PHPTestCase::setUp in drupal/modules/php/php.test
Sets up a Drupal site for running functional and integration tests.
PollBlockTestCase::setUp in drupal/modules/poll/poll.test
Sets up a Drupal site for running functional and integration tests.
PollBlockTestCase::testRecentBlock in drupal/modules/poll/poll.test
PollCreateTestCase::testPollClose in drupal/modules/poll/poll.test
PollJSAddChoice::testAddChoice in drupal/modules/poll/poll.test
Test adding a new choice.
PollTestCase::pollCreate in drupal/modules/poll/poll.test
Creates a poll.
PollTokenReplaceTestCase::testPollTokenReplacement in drupal/modules/poll/poll.test
Creates a poll, then tests the tokens generated from it.
PollTranslateTestCase::testPollTranslate in drupal/modules/poll/poll.test
Tests poll creation and translation.
PollVoteCheckHostname::setUp in drupal/modules/poll/poll.test
Sets up a Drupal site for running functional and integration tests.
PollVoteCheckHostname::testHostnamePollVote in drupal/modules/poll/poll.test
Check that anonymous users with same ip cannot vote on poll more than once unless user is logged in.
PollVoteTestCase::testPollVote in drupal/modules/poll/poll.test
ProfileBlockTestCase::setUp in drupal/modules/profile/profile.test
Sets up a Drupal site for running functional and integration tests.
ProfileTestAutocomplete::testAutocomplete in drupal/modules/profile/profile.test
Tests profile field autocompletion and access.
ProfileTestBrowsing::testProfileBrowsing in drupal/modules/profile/profile.test
Test profile browsing.
ProfileTestDate::testProfileDateField in drupal/modules/profile/profile.test
Create a date field, give it a value, update and delete the field.
ProfileTestFields::testProfileFields in drupal/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/modules/profile/profile.test
Create a list selection field, give it a value, update and delete the field.
ProfileTestWeights::testProfileFieldWeights in drupal/modules/profile/profile.test
RdfCommentAttributesTestCase::setUp in drupal/modules/rdf/rdf.test
Sets up a Drupal site for running functional and integration tests.
RdfCommentAttributesTestCase::testCommentRdfaMarkup in drupal/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/modules/rdf/rdf.test
Test RDF comment replies.
RdfCommentAttributesTestCase::testNumberOfCommentsRdfaMarkup in drupal/modules/rdf/rdf.test
Tests the presence of the RDFa markup for the number of comments.
RdfMappingDefinitionTestCase::testUserAttributesInMarkup in drupal/modules/rdf/rdf.test
Create a random user and ensure the default mapping for user is used.
RdfRdfaMarkupTestCase::testAttributesInMarkupFile in drupal/modules/rdf/rdf.test
Ensure that file fields have the correct resource as the object in RDFa when displayed as a teaser.
SearchAdvancedSearchForm::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchBlockTestCase::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchCommentCountToggleTestCase::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchCommentTestCase::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchCommentTestCase::testAddNewComment in drupal/modules/search/search.test
Verify that 'add new comment' does not appear in search results or index.
SearchCommentTestCase::testSearchResultsComment in drupal/modules/search/search.test
Verify that comments are rendered using proper format in search results.
SearchCommentTestCase::testSearchResultsCommentAccess in drupal/modules/search/search.test
Verify access rules for comment indexing with different permissions.
SearchConfigSettingsForm::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchEmbedForm::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchExactTestCase::testExactQuery in drupal/modules/search/search.test
Tests that the correct number of pager links are found for both keywords and phrases.
SearchKeywordsConditions::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchLanguageTestCase::setUp in drupal/modules/search/search.test
Implementation setUp().
SearchNodeAccessTest::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchNodeTagTest::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchNumberMatchingTestCase::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchNumbersTestCase::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchPageOverride::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchPageText::testSearchText in drupal/modules/search/search.test
Tests the failed search text, and various other text on the search page.
SearchRankingTestCase::testDoubleRankings in drupal/modules/search/search.test
Verifies that if we combine two rankings, search still works.
SearchRankingTestCase::testHTMLRankings in drupal/modules/search/search.test
Test rankings of HTML tags.
SearchRankingTestCase::testRankings in drupal/modules/search/search.test
SessionTestCase::testDataPersistence in drupal/modules/simpletest/tests/session.test
Test data persistence via the session_test module callbacks.
SessionTestCase::testEmptySessionID in drupal/modules/simpletest/tests/session.test
Test that empty session IDs are not allowed.
SessionTestCase::testSessionSaveRegenerate in drupal/modules/simpletest/tests/session.test
Tests for drupal_save_session() and drupal_session_regenerate().
SessionTestCase::testSessionWrite in drupal/modules/simpletest/tests/session.test
Test that sessions are only saved when necessary.
ShortcutTestCase::setUp in drupal/modules/shortcut/shortcut.test
Sets up a Drupal site for running functional and integration tests.
SimpleTestBrokenSetUp::setUp in drupal/modules/simpletest/simpletest.test
Sets up a Drupal site for running functional and integration tests.
SimpleTestDiscoveryTestCase::setUp in drupal/modules/simpletest/simpletest.test
Sets up a Drupal site for running functional and integration tests.
SimpleTestFunctionalTest::setUp in drupal/modules/simpletest/simpletest.test
Sets up a Drupal site for running functional and integration tests.
SimpleTestFunctionalTest::testInternalBrowser in drupal/modules/simpletest/simpletest.test
Test the internal browsers functionality.
SimpleTestInstallationProfileModuleTestsTestCase::setUp in drupal/modules/simpletest/simpletest.test
Sets up a Drupal site for running functional and integration tests.
SimpleTestOtherInstallationProfileModuleTestsTestCase::setUp in drupal/modules/simpletest/simpletest.test
Sets up a Drupal site for running functional and integration tests.
SiteMaintenanceTestCase::setUp in drupal/modules/system/system.test
Sets up a Drupal site for running functional and integration tests.
SiteMaintenanceTestCase::testSiteMaintenance in drupal/modules/system/system.test
Verify site maintenance mode functionality.
StatisticsAdminTestCase::setUp in drupal/modules/statistics/statistics.test
Sets up a Drupal site for running functional and integration tests.
StatisticsAdminTestCase::testDeleteUser in drupal/modules/statistics/statistics.test
Tests that accesslog reflects when a user is deleted.
StatisticsBlockVisitorsTestCase::testIPAddressBlocking in drupal/modules/statistics/statistics.test
Blocks an IP address via the top visitors report and then unblocks it.
StatisticsLoggingTestCase::testLogging in drupal/modules/statistics/statistics.test
Verifies request logging for cached and uncached pages.
StatisticsTestCase::setUp in drupal/modules/statistics/statistics.test
Sets up a Drupal site for running functional and integration tests.
StatisticsTokenReplaceTestCase::testStatisticsTokenReplacement in drupal/modules/statistics/statistics.test
Creates a node, then tests the statistics tokens generated from it.
SummaryLengthTestCase::testSummaryLength in drupal/modules/node/node.test
Tests the node summary length functionality.
SyslogTestCase::testSettings in drupal/modules/syslog/syslog.test
Tests the syslog settings page.
SystemAdminTestCase::setUp in drupal/modules/system/system.test
Sets up a Drupal site for running functional and integration tests.
SystemAdminTestCase::testAdminPages in drupal/modules/system/system.test
Tests output on administrative listing pages.
SystemAuthorizeCase::setUp in drupal/modules/system/system.test
Sets up a Drupal site for running functional and integration tests.
SystemBlockTestCase::setUp in drupal/modules/system/system.test
Sets up a Drupal site for running functional and integration tests.
SystemMainContentFallback::setUp in drupal/modules/system/system.test
Sets up a Drupal site for running functional and integration tests.
SystemMainContentFallback::testMainContentFallback in drupal/modules/system/system.test
Test availability of main content.
SystemThemeFunctionalTest::setUp in drupal/modules/system/system.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyEFQTestCase::setUp in drupal/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyHooksTestCase::setUp in drupal/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyLegacyTestCase::setUp in drupal/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyLoadMultipleTestCase::setUp in drupal/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyRSSTestCase::setUp in drupal/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyTermFieldMultipleVocabularyTestCase::setUp in drupal/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyTermFieldTestCase::setUp in drupal/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyTermIndexTestCase::setUp in drupal/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyTermTestCase::setUp in drupal/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyThemeTestCase::setUp in drupal/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyTokenReplaceTestCase::setUp in drupal/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyVocabularyFunctionalTest::setUp in drupal/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyVocabularyTestCase::setUp in drupal/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TextFieldTestCase::setUp in drupal/modules/field/modules/text/text.test
Sets up a Drupal site for running functional and integration tests.
TextFieldTestCase::_testTextfieldWidgetsFormatted in drupal/modules/field/modules/text/text.test
Helper function for testTextfieldWidgetsFormatted().
TextSummaryTestCase::testOnlyTextSummary in drupal/modules/field/modules/text/text.test
Test sending only summary.
TextTranslationTestCase::setUp in drupal/modules/field/modules/text/text.test
Sets up a Drupal site for running functional and integration tests.
TextTranslationTestCase::testTextField in drupal/modules/field/modules/text/text.test
Test that a plaintext textfield widget is correctly populated.
TextTranslationTestCase::testTextFieldFormatted in drupal/modules/field/modules/text/text.test
Check that user that does not have access the field format cannot see the source value when creating a translation.
ThemeFastTestCase::testUserAutocomplete in drupal/modules/simpletest/tests/theme.test
Tests access to user autocompletion and verify the correct results.
TrackerTest::testTrackerAdminUnpublish in drupal/modules/tracker/tracker.test
Tests that publish/unpublish works at admin/content/node.
TrackerTest::testTrackerAll in drupal/modules/tracker/tracker.test
Tests for the presence of nodes on the global tracker listing.
TrackerTest::testTrackerCronIndexing in drupal/modules/tracker/tracker.test
Tests that existing nodes are indexed by cron.
TrackerTest::testTrackerNewComments in drupal/modules/tracker/tracker.test
Tests for comment counters on the tracker listing.
TrackerTest::testTrackerNewNodes in drupal/modules/tracker/tracker.test
Tests for the presence of the "new" flag for nodes.
TrackerTest::testTrackerOrderingNewComments in drupal/modules/tracker/tracker.test
Tests for ordering on a users tracker listing when comments are posted.
TrackerTest::testTrackerUser in drupal/modules/tracker/tracker.test
Tests for the presence of nodes on a user's tracker listing.
TranslationTestCase::setUp in drupal/modules/translation/translation.test
Sets up a Drupal site for running functional and integration tests.
TranslationTestCase::testContentTranslation in drupal/modules/translation/translation.test
Creates, modifies, and updates a basic page with a translation.
TranslationTestCase::testLanguageSwitcherBlockIntegration in drupal/modules/translation/translation.test
Tests that the language switcher block alterations work as intended.
TranslationTestCase::testLanguageSwitchLinks in drupal/modules/translation/translation.test
Checks that the language switch links behave properly.
TriggerContentTestCase::testActionContentMultiple in drupal/modules/trigger/trigger.test
Tests multiple node actions.
TriggerContentTestCase::testActionsContent in drupal/modules/trigger/trigger.test
Tests several content-oriented trigger issues.
TriggerCronTestCase::testActionsCron in drupal/modules/trigger/trigger.test
Tests assigning multiple actions to the cron trigger.
TriggerOrphanedActionsTestCase::testActionsOrphaned in drupal/modules/trigger/trigger.test
Tests logic around orphaned actions.
TriggerOtherTestCase::testActionsComment in drupal/modules/trigger/trigger.test
Tests triggering on comment save.
TriggerOtherTestCase::testActionsTaxonomy in drupal/modules/trigger/trigger.test
Tests triggering on taxonomy new term.
TriggerOtherTestCase::testActionsUser in drupal/modules/trigger/trigger.test
Tests triggering on user create and user login.
TriggerUnassignTestCase::setUp in drupal/modules/trigger/trigger.test
Sets up a Drupal site for running functional and integration tests.
TriggerUserActionTestCase::testUserActionAssignmentExecution in drupal/modules/trigger/trigger.test
Tests user action assignment and execution.
TriggerUserTokenTestCase::testUserTriggerTokenReplacement in drupal/modules/trigger/trigger.test
Tests a variety of token replacements in actions.
UpdateCoreTestCase::setUp in drupal/modules/update/update.test
Sets up a Drupal site for running functional and integration tests.
UpdateScriptFunctionalTest::testNoPendingUpdates in drupal/modules/system/system.test
Tests that there are no pending updates for the first test method.
UpdateScriptFunctionalTest::testNoUpdateFunctionality in drupal/modules/system/system.test
Tests update.php when there are no updates to apply.
UpdateScriptFunctionalTest::testRequirements in drupal/modules/system/system.test
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptFunctionalTest::testSuccessfulUpdateFunctionality in drupal/modules/system/system.test
Tests update.php after performing a successful update.
UpdateScriptFunctionalTest::testThemeSystem in drupal/modules/system/system.test
Tests the effect of using the update script on the theme system.
UpdateScriptFunctionalTest::testUpdateAccess in drupal/modules/system/system.test
Tests access to the update script.
UpdateTestContribCase::setUp in drupal/modules/update/update.test
Sets up a Drupal site for running functional and integration tests.
UpdateTestContribCase::testHookUpdateStatusAlter in drupal/modules/update/update.test
Checks that hook_update_status_alter() works to change a status.
UpdateTestUploadCase::setUp in drupal/modules/update/update.test
Sets up a Drupal site for running functional and integration tests.
UrlAlterFunctionalTest::testUrlAlter in drupal/modules/simpletest/tests/path.test
Test that URL altering works and that it occurs in the correct order.
UserAccountLinksUnitTests::testDisabledAccountLink in drupal/modules/user/user.test
Tests disabling the 'My account' link.
UserAccountLinksUnitTests::testSecondaryMenu in drupal/modules/user/user.test
Tests the secondary menu.
UserAdminTestCase::testUserAdmin in drupal/modules/user/user.test
Registers a user and deletes it.
UserAutocompleteTestCase::testUserAutocomplete in drupal/modules/user/user.test
Tests access to user autocompletion and verify the correct results.
UserCancelTestCase::testMassUserCancelByAdmin in drupal/modules/user/user.test
Create an administrative user and mass-delete other users.
UserCancelTestCase::testUserAnonymize in drupal/modules/user/user.test
Delete account and anonymize all content.
UserCancelTestCase::testUserBlock in drupal/modules/user/user.test
Disable account and keep all content.
UserCancelTestCase::testUserBlockUnpublish in drupal/modules/user/user.test
Disable account and unpublish all content.
UserCancelTestCase::testUserCancelByAdmin in drupal/modules/user/user.test
Create an administrative user and delete another user.
UserCancelTestCase::testUserCancelInvalid in drupal/modules/user/user.test
Attempt invalid account cancellations.
UserCancelTestCase::testUserCancelUid1 in drupal/modules/user/user.test
Tests that user account for uid 1 cannot be cancelled.
UserCancelTestCase::testUserCancelWithoutPermission in drupal/modules/user/user.test
Attempt to cancel account without permission.
UserCancelTestCase::testUserDelete in drupal/modules/user/user.test
Delete account and remove all content.
UserCreateTestCase::testUserAdd in drupal/modules/user/user.test
Create a user through the administration interface and ensure that it displays in the user list.
UserEditedOwnAccountTestCase::testUserEditedOwnAccount in drupal/modules/user/user.test
UserEditRebuildTestCase::testUserEditFormRebuild in drupal/modules/user/user.test
Test user edit page when the form is set to rebuild.
UserEditTestCase::testUserEdit in drupal/modules/user/user.test
Test user edit page.
UserEditTestCase::testUserWith0Password in drupal/modules/user/user.test
Tests setting the password to "0".
UserLoginTestCase::testGlobalLoginFloodControl in drupal/modules/user/user.test
Test the global login flood control.
UserLoginTestCase::testPasswordRehashOnLogin in drupal/modules/user/user.test
Test that user password is re-hashed upon login after changing $count_log2.
UserLoginTestCase::testPerUserLoginFloodControl in drupal/modules/user/user.test
Test the per-user login flood control.
UserPasswordResetTestCase::testUserPasswordReset in drupal/modules/user/user.test
Tests password reset functionality.
UserPasswordResetTestCase::testUserPasswordResetExpired in drupal/modules/user/user.test
Attempts login using an expired password reset link.
UserPasswordResetTestCase::testUserPasswordResetLoggedIn in drupal/modules/user/user.test
Test user password reset while logged in.
UserPermissionsTestCase::testAdministratorRole in drupal/modules/user/user.test
Test assigning of permissions for the administrator role.
UserPermissionsTestCase::testUserPermissionChanges in drupal/modules/user/user.test
Change user permissions and check user_access().
UserPictureTestCase::testDeletePicture in drupal/modules/user/user.test
Tests deletion of user pictures.
UserPictureTestCase::testExternalPicture in drupal/modules/user/user.test
Test HTTP schema working with user pictures.
UserPictureTestCase::testNoPicture in drupal/modules/user/user.test
UserPictureTestCase::testPictureIsValid in drupal/modules/user/user.test
Do the test: Picture is valid (proper size and dimension)
UserPictureTestCase::testUserPictureAdminFormValidation in drupal/modules/user/user.test
Tests the admin form validates user picture settings.
UserPictureTestCase::testWithGDinvalidDimension in drupal/modules/user/user.test
Do the test: GD Toolkit is installed Picture has invalid dimension
UserPictureTestCase::testWithGDinvalidSize in drupal/modules/user/user.test
Do the test: GD Toolkit is installed Picture has invalid size
UserPictureTestCase::testWithoutGDinvalidDimension in drupal/modules/user/user.test
Do the test: GD Toolkit is not installed Picture has invalid size
UserPictureTestCase::testWithoutGDinvalidSize in drupal/modules/user/user.test
Do the test: GD Toolkit is not installed Picture has invalid size
UserRegistrationTestCase::testRegistrationWithoutEmailVerification in drupal/modules/user/user.test
UserRoleAdminTestCase::testRoleAdministration in drupal/modules/user/user.test
Test adding, renaming and deleting roles.
UserRoleAdminTestCase::testRoleWeightChange in drupal/modules/user/user.test
Test user role weight change operation.
UserRolesAssignmentTestCase::setUp in drupal/modules/user/user.test
Sets up a Drupal site for running functional and integration tests.
UserSignatureTestCase::testUserSignature in drupal/modules/user/user.test
Test that a user can change their signature format and that it is respected upon display.
UserTimeZoneFunctionalTest::testUserTimeZone in drupal/modules/user/user.test
Tests the display of dates and time when user-configurable time zones are set.
UserTokenReplaceTestCase::testUserTokenReplacement in drupal/modules/user/user.test
Creates a user, then tests the tokens generated from it.
UserUserSearchTestCase::testUserSearch in drupal/modules/user/user.test
UserValidateCurrentPassCustomForm::testUserValidateCurrentPassCustomForm in drupal/modules/user/user.test
Tests that user_validate_current_pass can be reused on a custom form.