You are here

361 calls to DrupalWebTestCase::assertText() 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.
AddFeedTestCase::testAddFeed in modules/aggregator/aggregator.test
Creates and ensures that a feed is unique, checks source, and deletes feed.
AddFeedTestCase::testAddLongFeed in modules/aggregator/aggregator.test
Tests feeds with very long URLs.
AggregatorConfigurationTestCase::testSettingsPage in modules/aggregator/aggregator.test
Tests the settings form to ensure the correct default values are used.
AggregatorRenderingTestCase::testBlockLinks in modules/aggregator/aggregator.test
Adds a feed block to the page and checks its links.
AJAXElementValidation::testAJAXElementValidation in modules/simpletest/tests/ajax.test
Try to post an Ajax change to a form that has a validated element.
BasicMinimalUpdatePath::testBasicMinimalUpdate in modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
BasicStandardUpdatePath::testBasicStandardUpdate in modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
BasicUpgradePath::testBasicUpgrade in modules/simpletest/tests/upgrade/upgrade.test
Test a successful upgrade.
BatchProcessingTestCase::testBatchForm in modules/simpletest/tests/batch.test
Test batches defined in a form submit handler.
BatchProcessingTestCase::testBatchFormMultipleBatches in modules/simpletest/tests/batch.test
Test batches defined in different submit handlers on the same form.
BatchProcessingTestCase::testBatchFormMultistep in modules/simpletest/tests/batch.test
Test batches defined in a multistep form.
BatchProcessingTestCase::testBatchFormProgrammatic in modules/simpletest/tests/batch.test
Test batches defined in a programmatically submitted form.
BatchProcessingTestCase::testBatchLargePercentage in modules/simpletest/tests/batch.test
Test batches that return $context['finished'] > 1 do in fact complete. See http://drupal.org/node/600836
BatchProcessingTestCase::testBatchNoForm in modules/simpletest/tests/batch.test
Test batches triggered outside of form submission.
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.
BlockHiddenRegionTestCase::testBlockNotInHiddenRegion in modules/block/block.test
Tests that hidden regions do not inherit blocks when a theme is enabled.
BlockTestCase::moveBlockToRegion in modules/block/block.test
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::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.
BlogTestCase::testBlogPageNoEntries in modules/blog/blog.test
View the blog of a user with no blog entries as another user.
BlogTestCase::testUnprivilegedUser in 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.
BlogTestCase::verifyBlogLinks in modules/blog/blog.test
Verify the blog links are displayed to the logged in user.
BlogTestCase::verifyBlogs in modules/blog/blog.test
Verify the logged in user has the desired access to the various blog nodes.
BookTestCase::checkBookNode in modules/book/book.test
Checks the outline of sub-pages; previous, up, and next.
BookTestCase::testBookExport in modules/book/book.test
Tests book export ("printer-friendly version") functionality.
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.
BootstrapVariableTestCase::testVariable in modules/simpletest/tests/bootstrap.test
testVariable
ColorTestCase::testValidColor in modules/color/color.test
Tests whether the provided color is valid.
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.
CommentHelperCase::deleteComment in modules/comment/comment.test
Delete comment.
CommentHelperCase::performCommentOperation in modules/comment/comment.test
Perform the specified operation on the specified comment.
CommentHelperCase::postComment in modules/comment/comment.test
Post comment.
CommentInterfaceTest::assertCommentLinks in modules/comment/comment.test
Asserts that comment links appear according to the passed environment setup.
CommentInterfaceTest::testCommentInterface in modules/comment/comment.test
Test comment interface.
CommentNodeAccessTest::testThreadedCommentView in modules/comment/comment.test
Test that threaded comments can be viewed.
CommentPreviewTest::testCommentEditPreviewSave in modules/comment/comment.test
Test comment edit, preview, and save.
CommentPreviewTest::testCommentPreview in modules/comment/comment.test
Test comment preview.
CommentUninstallTestCase::testCommentUninstall in modules/comment/comment.test
CommonURLWebTest::testInternalPathMimicsExternal in modules/simpletest/tests/common.test
Tests the url() function on internal paths which mimic external URLs.
ContactPersonalTestCase::testPersonalContactAccess in modules/contact/contact.test
Tests access to the personal contact form.
ContactPersonalTestCase::testPersonalContactFlood in modules/contact/contact.test
Tests the personal contact form flood protection.
ContactSitewideTestCase::testSiteWideContact in modules/contact/contact.test
Tests configuration options and the site-wide contact form.
CronRunTestCase::testAutomaticCron in modules/system/system.test
Ensure that the automatic cron run feature is working.
DashboardBlocksTestCase::testBlockAvailability in modules/dashboard/dashboard.test
Tests that administrative blocks are available for the dashboard.
DashboardBlocksTestCase::testDisableEnable in modules/dashboard/dashboard.test
Tests that the dashboard module can be re-enabled, retaining its blocks.
DateTimeFunctionalTest::testDateFormatConfiguration in modules/system/system.test
Test date format configuration.
DateTimeFunctionalTest::testDateTypeConfiguration in modules/system/system.test
Test date type configuration.
DateTimeFunctionalTest::testTimeZoneHandling in modules/system/system.test
Test time zones and DST handling.
DBLogTestCase::doNode in modules/dblog/dblog.test
Generates and then verifies some node events.
DBLogTestCase::doUser in modules/dblog/dblog.test
Generates and then verifies some user events.
DBLogTestCase::testFilter in modules/dblog/dblog.test
Tests the database log filter functionality at admin/reports/dblog.
DBLogTestCase::verifyReports in modules/dblog/dblog.test
Confirms that database log reports are displayed at the correct paths.
DrupalErrorHandlerTestCase::testExceptionHandler in modules/simpletest/tests/error.test
Test the exception handler.
DrupalGotoTest::testDrupalGetDestination in modules/simpletest/tests/common.test
Test drupal_get_destination().
DrupalGotoTest::testDrupalGoto in modules/simpletest/tests/common.test
Test drupal_goto().
DrupalSetMessageTest::testSetRemoveMessages in modules/system/system.test
Tests setting messages and removing one before it is displayed.
EnableDisableTestCase::assertSuccessfulDisableAndUninstall in modules/system/system.test
Disables and uninstalls a module and asserts that it was done correctly.
EnableDisableTestCase::testEnableDisable in modules/system/system.test
Test that all core modules can be enabled, disabled and uninstalled.
EntityFieldQueryTestCase::testEntityFieldQueryAccess in modules/simpletest/tests/entity_query.test
Tests EntityFieldQuery access on non-node entities.
FeedParserTestCase::testAtomSample in modules/aggregator/aggregator.test
Tests a feed that uses the Atom format.
FeedParserTestCase::testRSS091Sample in modules/aggregator/aggregator.test
Tests a feed that uses the RSS 0.91 format.
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.
FieldUIAlterTestCase::testDefaultWidgetPropertiesAlter in modules/field_ui/field_ui.test
Tests hook_field_widget_properties_alter() on the default field widget.
FieldUIManageDisplayTestCase::testFormatterUI in modules/field_ui/field_ui.test
Tests formatter settings.
FieldUIManageFieldsTestCase::manageFieldsPage in modules/field_ui/field_ui.test
Tests the manage fields page.
FieldUIManageFieldsTestCase::testDefaultValue in modules/field_ui/field_ui.test
Tests that default value is correctly validated and saved.
FieldUIManageFieldsTestCase::testDuplicateFieldName in modules/field_ui/field_ui.test
Tests that a duplicate field name is caught by validation.
FieldUIManageFieldsTestCase::updateField in modules/field_ui/field_ui.test
Tests editing an existing field.
FileFieldAnonymousSubmission::testAnonymousNode in modules/file/tests/file.test
Tests the basic node submission for an anonymous visitor.
FileFieldAnonymousSubmission::testAnonymousNodeWithFile in modules/file/tests/file.test
Tests file submission for an anonymous visitor.
FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle in modules/file/tests/file.test
Helper method to test file submissions with missing node titles.
FileManagedFileElementTestCase::testManagedFile in modules/file/tests/file.test
Tests the managed_file element type.
FileSaveUploadTest::testHandleExtension in modules/simpletest/tests/file.test
Test extension handling.
FilledMinimalUpdatePath::testFilledStandardUpdate in modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
FilledStandardUpdatePath::testFilledStandardUpdate in modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
FilterAdminTestCase::testFilterAdmin in modules/filter/filter.test
Tests filter administration functionality.
FilterAdminTestCase::testFormatAdmin in modules/filter/filter.test
Tests the format administration functionality.
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.
FilterSecurityTestCase::testDisableFilterModule in modules/filter/filter.test
Tests removal of filtered content when an active filter is disabled.
FormatDateUnitTest::testAdminDefinedFormatDate in modules/simpletest/tests/common.test
Test admin-defined formats in format_date().
FormsArbitraryRebuildTestCase::testUserRegistrationMultipleField in modules/simpletest/tests/form.test
Tests a rebuild caused by a multiple value field.
FormsArbitraryRebuildTestCase::testUserRegistrationRebuild in modules/simpletest/tests/form.test
Tests a basic rebuild with the user registration form.
FormsElementsTableSelectFunctionalTest::testEmptyText in modules/simpletest/tests/form.test
Test the display of the #empty text when #options is an empty array.
FormsElementsTableSelectFunctionalTest::testMultipleFalseSubmit in modules/simpletest/tests/form.test
Test submission of values when #multiple is FALSE.
FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit in modules/simpletest/tests/form.test
Test the submission of single and multiple values when #multiple is TRUE.
FormsFileInclusionTestCase::testLoadCustomInclude in modules/simpletest/tests/form.test
Tests loading a custom specified inlcude.
FormsFileInclusionTestCase::testLoadMenuInclude in modules/simpletest/tests/form.test
Tests loading an include specified in hook_menu().
FormsFormStoragePageCacheTestCase::testRebuildFormStorageOnCachedPage in modules/simpletest/tests/form.test
Build-id is regenerated when rebuilding cached form.
FormsFormStoragePageCacheTestCase::testValidateFormStorageOnCachedPage in modules/simpletest/tests/form.test
Build-id is regenerated when validating cached form.
FormsFormStorageTestCase::testCachedFormStorageValidation in modules/simpletest/tests/form.test
Tests updating cached form storage during form validation.
FormsFormStorageTestCase::testForm in modules/simpletest/tests/form.test
Tests using the form in a usual way.
FormsFormStorageTestCase::testFormCached in modules/simpletest/tests/form.test
Tests using the form with an activated $form_state['cache'] property.
FormsFormStorageTestCase::testFormStatePersist in modules/simpletest/tests/form.test
Tests a form using form state without using 'storage' to pass data from the constructor to a submit handler. The data has to persist even when caching gets activated, what may happen when a modules alter the form and adds #ajax properties.
FormsFormWrapperTestCase::testWrapperCallback in modules/simpletest/tests/form.test
Tests using the form in a usual way.
FormsRebuildTestCase::testPreserveFormActionAfterAJAX in modules/simpletest/tests/form.test
Tests that a form's action is retained after an Ajax submission.
FormsTestCase::testInputForgery in modules/simpletest/tests/form.test
Test Form API protections against input forgery.
FormsTestCase::testSelect in modules/simpletest/tests/form.test
Tests validation of #type 'select' elements.
FormsTriggeringElementTestCase::testAttemptAccessControlBypass in modules/simpletest/tests/form.test
Test that $form_state['triggering_element'] does not get set to a button with #access=FALSE.
FormsTriggeringElementTestCase::testNoButtonInfoInPost in modules/simpletest/tests/form.test
Test the determination of $form_state['triggering_element'] when no button information is included in the POST data, as is sometimes the case when the ENTER key is pressed in a textfield in Internet Explorer.
FormValidationTestCase::testDisabledToken in modules/simpletest/tests/form.test
Tests that a form with a disabled CSRF token can be validated.
FormValidationTestCase::testValidate in modules/simpletest/tests/form.test
Tests form alterations by #element_validate, #validate, and form_set_value().
FormValidationTestCase::testValidateLimitErrors in modules/simpletest/tests/form.test
Tests partial form validation through #limit_validation_errors.
ForumIndexTestCase::testForumIndexStatus in modules/forum/forum.test
Tests the forum index for published and unpublished nodes.
ForumTestCase::doAdminTests in modules/forum/forum.test
Runs admin tests on the admin user.
ForumTestCase::testEnableForumField in modules/forum/forum.test
Tests disabling and re-enabling the Forum module.
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.
ForumUpgradePathTestCase::testForumUpgrade in modules/simpletest/tests/upgrade/upgrade.forum.test
Test a successful upgrade (no negotiation).
FrontPageTestCase::testDrupalIsFrontPage in modules/system/system.test
Test front page functionality.
HookRequirementsTestCase::testHookRequirementsFailure in modules/system/system.test
Assert that a module cannot be installed if it fails hook_requirements().
ImageAdminStylesUnitTest::testDefaultStyle in modules/image/image.test
Test to override, edit, then revert a style.
ImageAdminStylesUnitTest::testStyleReplacement in modules/image/image.test
Test deleting a style and choosing a replacement style.
ImageAdminUiTestCase::testAddEffectHelpText in modules/image/image.test
Test if the help text is available on the add effect form.
ImageAdminUiTestCase::testEditEffectHelpText in modules/image/image.test
Test if the help text is available on the edit effect form.
ImageFieldDisplayTestCase::testImageFieldSettings in modules/image/image.test
Tests for image field settings.
ImageFieldValidateTestCase::testResolution in modules/image/image.test
Test min/max resolution settings.
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.
ImportOPMLTestCase::validateImportFormFields in modules/aggregator/aggregator.test
Submits form filled with invalid fields.
IPAddressBlockingTestCase::testIPAddressValidation in modules/system/system.test
Test a variety of user input to confirm correct validation and saving of data.
ListFieldUITestCase::assertAllowedValuesInput in modules/field/modules/list/tests/list.test
Tests a string input for the 'allowed values' form element.
ListFieldUITestCase::testListAllowedValuesBoolean in modules/field/modules/list/tests/list.test
List (boolen) : test 'On/Off' values input.
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.
LocaleDateFormatsFunctionalTest::testLocalizeDateFormats in modules/locale/locale.test
Functional tests for localizing date formats.
LocaleImportFunctionalTest::testAutomaticModuleTranslationImportLanguageEnable in modules/locale/locale.test
Test automatic import of a module's translation files when a language is enabled.
LocaleImportFunctionalTest::testEmptyMsgstr in modules/locale/locale.test
Test empty msgstr at end of .po file see #611786.
LocaleImportFunctionalTest::testStandalonePoFile in modules/locale/locale.test
Test import of standalone .po files.
LocaleLanguageSwitchingFunctionalTest::testLanguageBlock in modules/locale/locale.test
Functional tests for the language switcher block.
LocalePathFunctionalTest::testPathLanguageConfiguration in modules/locale/locale.test
Test if a language can be associated with a path alias.
LocalePluralFormatTest::assertPluralFormat in modules/locale/locale.test
Helper assert to test locale_get_plural page.
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.
LocaleUILanguageNegotiationTest::runTest in modules/locale/locale.test
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.
LockFunctionalTest::testLockAcquire in modules/simpletest/tests/lock.test
Confirm that we can acquire and release locks in two parallel requests.
MenuNodeTestCase::testMenuNodeFormWidget in modules/menu/menu.test
Test creating, editing, deleting menu links via node form widget.
MenuRouterTestCase::testFileInheritance in modules/simpletest/tests/menu.test
Test that 'page callback', 'file' and 'file path' keys are properly inherited from parent menu paths.
MenuRouterTestCase::testHookCustomTheme in modules/simpletest/tests/menu.test
Test that hook_custom_theme() can control the theme of a page.
MenuRouterTestCase::testMaintenanceModeLoginPaths in modules/simpletest/tests/menu.test
Make sure the maintenance mode can be bypassed using hook_menu_site_status_alter().
MenuRouterTestCase::testThemeCallbackAdministrative in modules/simpletest/tests/menu.test
Test the theme callback when it is set to use an administrative theme.
MenuRouterTestCase::testThemeCallbackFakeTheme in modules/simpletest/tests/menu.test
Test the theme callback when it is set to use a theme that does not exist.
MenuRouterTestCase::testThemeCallbackHookCustomTheme in modules/simpletest/tests/menu.test
Test that the theme callback wins out over hook_custom_theme().
MenuRouterTestCase::testThemeCallbackInheritance in modules/simpletest/tests/menu.test
Test that the theme callback is properly inherited.
MenuRouterTestCase::testThemeCallbackMaintenanceMode in modules/simpletest/tests/menu.test
Test the theme callback when the site is in maintenance mode.
MenuRouterTestCase::testThemeCallbackNoThemeRequested in modules/simpletest/tests/menu.test
Test the theme callback when no theme is requested.
MenuRouterTestCase::testThemeCallbackOptionalTheme in modules/simpletest/tests/menu.test
Test the theme callback when it is set to use an optional theme.
MenuRouterTestCase::testTitleCallbackFalse in modules/simpletest/tests/menu.test
Test title callback set to FALSE.
MenuRouterTestCase::testTitleMenuCallback in modules/simpletest/tests/menu.test
Tests page title of MENU_CALLBACKs.
MenuTestCase::addCustomMenu in modules/menu/menu.test
Add custom menu.
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::resetMenuLink in modules/menu/menu.test
Reset a standard menu link using the menu module UI.
MenuTestCase::testUnpublishedNodeMenuItem in modules/menu/menu.test
Tests that menu admin lists can include menu items for unpublished nodes.
MenuTestCase::toggleMenuLink in modules/menu/menu.test
Alternately disable and enable a menu link.
MenuTestCase::verifyAccess in modules/menu/menu.test
Verify the logged in user has the desired access to the various menu nodes.
MenuUpgradePathTestCase::testMenuUpgrade in modules/simpletest/tests/upgrade/upgrade.menu.test
Test a successful upgrade.
ModuleDependencyTestCase::testEnableRequirementsFailureDependency in modules/system/system.test
Tests enabling a module that depends on a module which fails hook_requirements().
ModuleDependencyTestCase::testEnableWithoutDependency in modules/system/system.test
Attempt to enable translation module without locale enabled.
ModuleDependencyTestCase::testMissingModules in modules/system/system.test
Attempt to enable a module with a missing dependency.
ModuleDependencyTestCase::testModuleEnableOrder in modules/system/system.test
Tests that module dependencies are enabled in the correct order via the UI. Dependencies should be enabled before their dependents.
ModuleDependencyTestCase::testUninstallDependents in modules/system/system.test
Tests attempting to uninstall a module that has installed dependents.
ModuleProvidedThemeEngineTestCase::testEngineIsFoundAndWorking in modules/simpletest/tests/theme.test
Ensures that the module provided theme engine is found and used by core.
ModuleUnitTest::testModuleInvoke in modules/simpletest/tests/module.test
Test that module_invoke() can load a hook defined in hook_hook_info().
ModuleUnitTest::testModuleInvokeAll in modules/simpletest/tests/module.test
Test that module_invoke_all() can load a hook defined in hook_hook_info().
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.
NodeAccessRebuildTestCase::testNodeAccessRebuild in modules/node/node.test
Tests rebuilding the node access permissions table.
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.
NodeBodyUpgradePathTestCase::testNodeBodyUpgrade in modules/simpletest/tests/upgrade/upgrade.node.test
Test a successful upgrade.
NodeCreationTestCase::testUnpublishedNodeCreation in modules/node/node.test
Create an unpublished node and confirm correct redirect behavior.
NodeEntityFieldQueryAlter::testNodeQueryAlterWithUI in modules/node/node.test
Tests that node access permissions are followed.
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.
NodeLoadMultipleTestCase::testNodeMultipleLoad in modules/node/node.test
Create four nodes and ensure they're loaded correctly.
NodeQueryAlter::testNodeQueryAlterWithUI in modules/node/node.test
Tests that node access permissions are followed.
NodeRevisionsTestCase::testNodeRevisionWithoutLogMessage in modules/node/node.test
Checks that revisions are correctly saved without log messages.
NodeRevisionsTestCase::testRevisions in modules/node/node.test
Checks node revision related operations.
NodeRSSContentTestCase::testNodeRSSContent in modules/node/node.test
Ensures that a new node includes the custom data when added to an RSS feed.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in modules/node/node.test
Tests that node type customizations persist through disable and uninstall.
NodeTypeTestCase::testNodeTypeDeletion in modules/node/node.test
Tests deleting a content type that still has content.
NumberFieldTestCase::testNumberDecimalField in modules/field/modules/number/number.test
Test number_decimal field.
OpenIDFunctionalTestCase::testDelete in modules/openid/openid.test
Test deleting an OpenID identity from a user's profile.
OpenIDFunctionalTestCase::testLoginMaintenanceMode in modules/openid/openid.test
Test login using OpenID during maintenance mode.
OptionsWidgetsTestCase::testCheckBoxes in modules/field/modules/options/options.test
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTestCase::testOnOffCheckbox in modules/field/modules/options/options.test
Tests the 'options_onoff' widget.
OptionsWidgetsTestCase::testSelectListMultiple in modules/field/modules/options/options.test
Tests the 'options_select' widget (multiple select).
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::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.
PathMonolingualTestCase::testPageLinks in modules/path/path.test
Verifies that links do not have language prefixes in them.
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.
PHPAccessTestCase::testNoPrivileges in modules/php/php.test
Makes sure that the user can't use the PHP filter when not given access.
PHPFilterTestCase::testPHPFilter in modules/php/php.test
Makes sure that the PHP filter evaluates PHP code when used.
PHPTestCase::setUp in modules/php/php.test
Sets up a Drupal site for running functional and integration tests.
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
PollTestCase::pollCreate in modules/poll/poll.test
Creates a poll.
PollTestCase::pollUpdate in modules/poll/poll.test
PollUpgradePathTestCase::testPollUpgrade in modules/simpletest/tests/upgrade/upgrade.node.test
Test a successful upgrade.
PollUpgradePathTestCase::testPollUpgrade in modules/simpletest/tests/upgrade/upgrade.poll.test
Test a successful upgrade.
PollVoteCheckHostname::testHostnamePollVote in 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 modules/poll/poll.test
ProfileBlockTestCase::testAuthorInformationBlock in modules/profile/profile.test
ProfileTestBrowsing::testProfileBrowsing in modules/profile/profile.test
Test profile browsing.
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
ProfileTestCase::updateProfileField in modules/profile/profile.test
Update a profile field.
ProfileTestDate::testProfileDateField in modules/profile/profile.test
Create a date field, give it a value, update and delete the field.
SearchAdvancedSearchForm::testNodeType in modules/search/search.test
Test using the search form with GET and POST queries. Test using the advanced search form to limit search to nodes of type "Basic page".
SearchBlockTestCase::testBlock in modules/search/search.test
Test that the search block form works correctly.
SearchBlockTestCase::testSearchFormBlock in modules/search/search.test
SearchCommentCountToggleTestCase::testSearchCommentCountToggle in modules/search/search.test
Verify that comment count display toggles properly on comment status of node
SearchCommentTestCase::testAddNewComment in modules/search/search.test
Verify that 'add new comment' does not appear in search results or index.
SearchCommentTestCase::testSearchResultsComment in modules/search/search.test
Verify that comments are rendered using proper format in search results.
SearchConfigSettingsForm::testSearchModuleDisabling in modules/search/search.test
Verify that you can disable individual search modules.
SearchConfigSettingsForm::testSearchSettingsPage in modules/search/search.test
Verify the search settings form.
SearchEmbedForm::testEmbeddedForm in modules/search/search.test
Tests that the embedded form appears and can be submitted.
SearchKeywordsConditions::testSearchKeyswordsConditions in modules/search/search.test
Verify the kewords are captured and conditions respected.
SearchLanguageTestCase::testLanguages in modules/search/search.test
SearchNodeAccessTest::testPhraseSearchPunctuation in modules/search/search.test
Tests that search works with punctuation and HTML entities.
SearchNumberMatchingTestCase::setUp in modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchNumberMatchingTestCase::testNumberSearching in modules/search/search.test
Tests that all the numbers can be searched.
SearchNumbersTestCase::setUp in modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchNumbersTestCase::testNumberSearching in modules/search/search.test
Tests that all the numbers can be searched.
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.
SessionTestCase::testEmptyAnonymousSession in modules/simpletest/tests/session.test
Test that empty anonymous sessions are destroyed.
SessionTestCase::testSessionSaveRegenerate in modules/simpletest/tests/session.test
Tests for drupal_save_session() and drupal_session_regenerate().
ShortcutSetsTestCase::testShortcutSetAdd in modules/shortcut/shortcut.test
Tests creating a shortcut set.
ShortcutSetsTestCase::testShortcutSetSwitchNoSetName in modules/shortcut/shortcut.test
Tests switching a user's shortcut set without providing a new set name.
ShutdownFunctionsTest::testShutdownFunctions in modules/system/system.test
Test shutdown functions.
SimpleTestDiscoveryTestCase::testDiscovery in modules/simpletest/simpletest.test
Tests existence of test cases.
SimpleTestInstallationProfileModuleTestsTestCase::testInstallationProfileTests in modules/simpletest/simpletest.test
Tests existence of test case located in an installation profile module.
SiteMaintenanceTestCase::testSiteMaintenance in modules/system/system.test
Verify site maintenance mode functionality.
StatisticsAdminTestCase::testExpiredLogs in modules/statistics/statistics.test
Tests that cron clears day counts and expired access logs.
StatisticsAdminTestCase::testStatisticsSettings in modules/statistics/statistics.test
Verifies that the statistics settings page works.
StatisticsBlockVisitorsTestCase::testIPAddressBlocking in modules/statistics/statistics.test
Blocks an IP address via the top visitors report and then unblocks it.
StatisticsReportsTestCase::testAccessLogging in modules/statistics/statistics.test
Verifies that access logging is working and is reported correctly.
StatisticsReportsTestCase::testDetails in modules/statistics/statistics.test
Verifies that 'Details' page renders properly and displays the added hit.
StatisticsReportsTestCase::testPopularContentBlock in modules/statistics/statistics.test
Tests the "popular content" block.
StatisticsReportsTestCase::testRecentHits in modules/statistics/statistics.test
Verifies that 'Recent hits' renders properly and displays the added hit.
StatisticsReportsTestCase::testTopPages in modules/statistics/statistics.test
Verifies that 'Top pages' renders properly and displays the added hit.
StatisticsReportsTestCase::testTopReferrers in modules/statistics/statistics.test
Verifies that 'Top referrers' renders properly and displays the added hit.
SyslogTestCase::testSettings in modules/syslog/syslog.test
Tests the syslog settings page.
SystemAdminTestCase::testAdminPages in modules/system/system.test
Tests output on administrative listing 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.
SystemMainContentFallback::testMainContentFallback in modules/system/system.test
Test availability of main content.
SystemThemeFunctionalTest::testPerThemeSettings in modules/system/system.test
Test the individual per-theme settings form.
SystemThemeFunctionalTest::testSwitchDefaultTheme in modules/system/system.test
Test switching the default theme.
SystemThemeFunctionalTest::testThemeSettings in modules/system/system.test
Test the theme settings form.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in modules/taxonomy/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets in modules/taxonomy/taxonomy.test
Test widgets.
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.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary in modules/taxonomy/taxonomy.test
Deleting a vocabulary.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminNoVocabularies in modules/taxonomy/taxonomy.test
Test the vocabulary overview with no vocabularies.
TaxonomyVocabularyFunctionalTest::testVocabularyInterface in modules/taxonomy/taxonomy.test
Create, edit and delete a vocabulary via the user interface.
TextFieldTestCase::_testTextfieldWidgets in modules/field/modules/text/text.test
Helper function for testTextfieldWidgets().
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.
ThemeFastTestCase::testUserAutocomplete in modules/simpletest/tests/theme.test
Tests access to user autocompletion and verify the correct results.
ThemeTestCase::testAlter in modules/simpletest/tests/theme.test
Ensures theme hook_*_alter() implementations can run before anything is rendered.
ThemeTestCase::testDrupalAddRegionContent in modules/simpletest/tests/theme.test
Test the drupal_add_region_content() function.
ThemeTestCase::testPreprocessForSuggestions in modules/simpletest/tests/theme.test
Ensures preprocess functions run even for suggestion implementations.
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::testTrackerUser in modules/tracker/tracker.test
Tests for the presence of nodes on a user's tracker listing.
TranslatableUpgradePathTestCase::testTranslatableUpgrade in modules/simpletest/tests/upgrade/upgrade.translatable.test
Test a successful upgrade (no negotiation).
TriggerActionTestCase::assertSystemMessageTokenReplacement in modules/trigger/trigger.test
Asserts correct token replacement for the given trigger and account.
TriggerOtherTestCase::testActionsUser in modules/trigger/trigger.test
Tests triggering on user create and user login.
TriggerUserActionTestCase::testUserActionAssignmentExecution in modules/trigger/trigger.test
Tests user action assignment and execution.
TriggerWebTestCase::configureAdvancedAction in modules/trigger/trigger.test
Configures an advanced action.
UpdateCoreTestCase::testDatestampMismatch in modules/update/update.test
Ensures proper results where there are date mismatches among modules.
UpdateCoreTestCase::testModulePageRegularUpdate in modules/update/update.test
Checks the messages at admin/modules when an update is missing.
UpdateCoreTestCase::testModulePageSecurityUpdate in modules/update/update.test
Checks the messages at admin/modules when a security update is missing.
UpdateCoreTestCase::testModulePageUpToDate in modules/update/update.test
Checks the messages at admin/modules when the site is up to date.
UpdateCoreTestCase::testNormalUpdateAvailable in modules/update/update.test
Tests the Update Manager module when one normal update is available.
UpdateCoreTestCase::testNoUpdatesAvailable in modules/update/update.test
Tests the Update Manager module when no updates are available.
UpdateCoreTestCase::testSecurityUpdateAvailable in modules/update/update.test
Tests the Update Manager module when a security update is available.
UpdateFeedTestCase::testUpdateFeed in modules/aggregator/aggregator.test
Creates a feed and attempts to update it.
UpdateScriptFunctionalTest::testNoPendingUpdates in modules/system/system.test
Tests that there are no pending updates for the first test method.
UpdateScriptFunctionalTest::testNoUpdateFunctionality in modules/system/system.test
Tests update.php when there are no updates to apply.
UpdateScriptFunctionalTest::testRequirements in modules/system/system.test
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptFunctionalTest::testSuccessfulUpdateFunctionality in modules/system/system.test
Tests update.php after performing a successful update.
UpdateTestContribCase::testHookUpdateStatusAlter in modules/update/update.test
Checks that hook_update_status_alter() works to change a status.
UpdateTestContribCase::testNoReleasesAvailable in modules/update/update.test
Tests when there is no available release data for a contrib module.
UpdateTestContribCase::testUpdateAdminThemeSecurityUpdate in modules/update/update.test
Tests that the admin theme is always notified about security updates.
UpdateTestContribCase::testUpdateBaseThemeSecurityUpdate in modules/update/update.test
Tests that subthemes are notified about security updates for base themes.
UpdateTestContribCase::testUpdateBrokenFetchURL in modules/update/update.test
Makes sure that if we fetch from a broken URL, sane things happen.
UpdateTestContribCase::testUpdateContribBasic in modules/update/update.test
Tests the basic functionality of a contrib module on the status report.
UpdateTestContribCase::testUpdateContribOrder in modules/update/update.test
Tests that contrib projects are ordered by project name.
UpdateTestContribCase::testUpdateShowDisabledThemes in modules/update/update.test
Tests that disabled themes are only shown when desired.
UpdateTestUploadCase::testUploadModule in modules/update/update.test
Tests upload and extraction of a module.
UpgradePathTestCase::performUpgrade in modules/simpletest/tests/upgrade/upgrade.test
Perform the upgrade.
UrlAlterFunctionalTest::testGetQInitialized in modules/simpletest/tests/path.test
Tests that $_GET['q'] is initialized when the request path is empty.
UrlAlterFunctionalTest::testUrlAlter in modules/simpletest/tests/path.test
Test that URL altering works and that it occurs in the correct order.
UserAdminTestCase::testUserAdmin in modules/user/user.test
Registers a user and deletes it.
UserBlocksUnitTests::testWhosOnlineBlock in modules/user/user.test
Test the Who's Online block.
UserCancelTestCase::testMassUserCancelByAdmin in modules/user/user.test
Create an administrative user and mass-delete other users.
UserCancelTestCase::testUserAnonymize in modules/user/user.test
Delete account and anonymize all content.
UserCancelTestCase::testUserBlock in modules/user/user.test
Disable account and keep all content.
UserCancelTestCase::testUserBlockUnpublish in modules/user/user.test
Disable account and unpublish all content.
UserCancelTestCase::testUserCancelByAdmin in modules/user/user.test
Create an administrative user and delete another user.
UserCancelTestCase::testUserCancelInvalid in modules/user/user.test
Attempt invalid account cancellations.
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.
UserEditTestCase::testUserEdit in modules/user/user.test
Test user edit page.
UserLoginTestCase::assertFailedLogin in modules/user/user.test
Make an unsuccessful login attempt.
UserPasswordResetTestCase::testPasswordResetFloodControlPerIp in modules/user/user.test
Test IP-based flood control on password reset.
UserPasswordResetTestCase::testPasswordResetFloodControlPerUser in modules/user/user.test
Test user-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::testUserPasswordReset in modules/user/user.test
Tests password reset functionality.
UserPasswordResetTestCase::testUserPasswordResetExpired in modules/user/user.test
Attempts login using an expired password reset link.
UserPasswordResetTestCase::testUserPasswordResetLoggedIn in modules/user/user.test
Test user password reset while logged in.
UserPermissionsTestCase::testUserPermissionChanges in modules/user/user.test
Change user permissions and check user_access().
UserPictureTestCase::testUserPictureAdminFormValidation in modules/user/user.test
Tests the admin form validates user picture settings.
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.
UserRoleAdminTestCase::testRoleAdministration in modules/user/user.test
Test adding, renaming and deleting roles.
UserRoleAdminTestCase::testRoleWeightChange in modules/user/user.test
Test user role weight change operation.
UserRolesAssignmentTestCase::testAssignAndRemoveRole in modules/user/user.test
Tests that a user can be assigned a role and that the role can be removed again.
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.
UserTimeZoneFunctionalTest::testUserTimeZone in modules/user/user.test
Tests the display of dates and time when user-configurable time zones are set.
UserUserSearchTestCase::testUserSearch in modules/user/user.test
UserValidateCurrentPassCustomForm::testUserValidateCurrentPassCustomForm in modules/user/user.test
Tests that user_validate_current_pass can be reused on a custom form.