353 calls to DrupalWebTestCase::assertText()

AccessDeniedTestCase::testAccessDenied in drupal/modules/system/system.test
ActionsConfigurationTestCase::testActionConfiguration in drupal/modules/simpletest/tests/actions.test
Test the configuration of advanced actions through the administration interface.
AddFeedTestCase::testAddFeed in drupal/modules/aggregator/aggregator.test
Creates and ensures that a feed is unique, checks source, and deletes feed.
AddFeedTestCase::testAddLongFeed in drupal/modules/aggregator/aggregator.test
Tests feeds with very long URLs.
AggregatorConfigurationTestCase::testSettingsPage in drupal/modules/aggregator/aggregator.test
Tests the settings form to ensure the correct default values are used.
AggregatorRenderingTestCase::testBlockLinks in drupal/modules/aggregator/aggregator.test
Adds a feed block to the page and checks its links.
AJAXElementValidation::testAJAXElementValidation in drupal/modules/simpletest/tests/ajax.test
Try to post an Ajax change to a form that has a validated element.
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.
BatchProcessingTestCase::testBatchForm in drupal/modules/simpletest/tests/batch.test
Test batches defined in a form submit handler.
BatchProcessingTestCase::testBatchFormMultipleBatches in drupal/modules/simpletest/tests/batch.test
Test batches defined in different submit handlers on the same form.
BatchProcessingTestCase::testBatchFormMultistep in drupal/modules/simpletest/tests/batch.test
Test batches defined in a multistep form.
BatchProcessingTestCase::testBatchFormProgrammatic in drupal/modules/simpletest/tests/batch.test
Test batches defined in a programmatically submitted form.
BatchProcessingTestCase::testBatchLargePercentage in drupal/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 drupal/modules/simpletest/tests/batch.test
Test batches triggered outside of form submission.
BlockCacheTestCase::testCacheGlobal in drupal/modules/block/block.test
Test DRUPAL_CACHE_GLOBAL.
BlockCacheTestCase::testCachePerPage in drupal/modules/block/block.test
Test DRUPAL_CACHE_PER_PAGE.
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.
BlockCacheTestCase::testNoCache in drupal/modules/block/block.test
Test DRUPAL_NO_CACHE.
BlockHiddenRegionTestCase::testBlockNotInHiddenRegion in drupal/modules/block/block.test
Tests that hidden regions do not inherit blocks when a theme is enabled.
BlockTestCase::moveBlockToRegion in drupal/modules/block/block.test
BlockTestCase::testBlock in drupal/modules/block/block.test
Test configuring and moving a module-define block to specific regions.
BlockTestCase::testBlockVisibility in drupal/modules/block/block.test
Test block visibility.
BlockTestCase::testBlockVisibilityPerUser in drupal/modules/block/block.test
Test user customization of block visibility.
BlockTestCase::testCustomBlock in drupal/modules/block/block.test
Test creating custom block, moving it to a specific region and then deleting it.
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.
BlogTestCase::verifyBlogLinks in drupal/modules/blog/blog.test
Verify the blog links are displayed to the logged in user.
BlogTestCase::verifyBlogs in drupal/modules/blog/blog.test
Verify the logged in user has the desired access to the various blog nodes.
BookTestCase::checkBookNode in drupal/modules/book/book.test
Checks the outline of sub-pages; previous, up, and next.
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.
BootstrapVariableTestCase::testVariable in drupal/modules/simpletest/tests/bootstrap.test
testVariable
ColorTestCase::testValidColor in drupal/modules/color/color.test
Tests whether the provided color is valid.
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.
CommentHelperCase::deleteComment in drupal/modules/comment/comment.test
Delete comment.
CommentHelperCase::performCommentOperation in drupal/modules/comment/comment.test
Perform the specified operation on the specified comment.
CommentHelperCase::postComment in drupal/modules/comment/comment.test
Post comment.
CommentInterfaceTest::assertCommentLinks in drupal/modules/comment/comment.test
Asserts that comment links appear according to the passed environment setup.
CommentInterfaceTest::testCommentInterface in drupal/modules/comment/comment.test
Test comment interface.
CommentNodeAccessTest::testThreadedCommentView in drupal/modules/comment/comment.test
Test that threaded comments can be viewed.
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.
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::testSiteWideContact in drupal/modules/contact/contact.test
Tests configuration options and the site-wide contact form.
CronRunTestCase::testAutomaticCron in drupal/modules/system/system.test
Ensure that the automatic cron run feature is working.
DashboardBlocksTestCase::testBlockAvailability in drupal/modules/dashboard/dashboard.test
Tests that administrative blocks are available for the dashboard.
DashboardBlocksTestCase::testDisableEnable in drupal/modules/dashboard/dashboard.test
Tests that the dashboard module can be re-enabled, retaining its blocks.
DateTimeFunctionalTest::testDateFormatConfiguration in drupal/modules/system/system.test
Test date format configuration.
DateTimeFunctionalTest::testDateTypeConfiguration in drupal/modules/system/system.test
Test date type configuration.
DateTimeFunctionalTest::testTimeZoneHandling in drupal/modules/system/system.test
Test time zones and DST handling.
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::testFilter in drupal/modules/dblog/dblog.test
Tests the database log filter functionality at admin/reports/dblog.
DBLogTestCase::verifyReports in drupal/modules/dblog/dblog.test
Confirms that database log reports are displayed at the correct paths.
DrupalErrorHandlerTestCase::testExceptionHandler in drupal/modules/simpletest/tests/error.test
Test the exception handler.
DrupalGotoTest::testDrupalGetDestination in drupal/modules/simpletest/tests/common.test
Test drupal_get_destination().
DrupalGotoTest::testDrupalGoto in drupal/modules/simpletest/tests/common.test
Test drupal_goto().
DrupalSetMessageTest::testSetRemoveMessages in drupal/modules/system/system.test
Tests setting messages and removing one before it is displayed.
EnableDisableTestCase::assertSuccessfulDisableAndUninstall in drupal/modules/system/system.test
Disables and uninstalls a module and asserts that it was done correctly.
EnableDisableTestCase::testEnableDisable in drupal/modules/system/system.test
Test that all core modules can be enabled, disabled and uninstalled.
EntityFieldQueryTestCase::testEntityFieldQueryAccess in drupal/modules/simpletest/tests/entity_query.test
Tests EntityFieldQuery access on non-node entities.
FeedParserTestCase::testAtomSample in drupal/modules/aggregator/aggregator.test
Tests a feed that uses the Atom format.
FeedParserTestCase::testRSS091Sample in drupal/modules/aggregator/aggregator.test
Tests a feed that uses the RSS 0.91 format.
FieldDisplayAPITestCase::testFieldViewField in drupal/modules/field/tests/field.test
Test the field_view_field() function.
FieldDisplayAPITestCase::testFieldViewValue in drupal/modules/field/tests/field.test
Test the field_view_value() function.
FieldUIAlterTestCase::testDefaultWidgetPropertiesAlter in drupal/modules/field_ui/field_ui.test
Tests hook_field_widget_properties_alter() on the default field widget.
FieldUIManageDisplayTestCase::testFormatterUI in drupal/modules/field_ui/field_ui.test
Tests formatter settings.
FieldUIManageFieldsTestCase::manageFieldsPage in drupal/modules/field_ui/field_ui.test
Tests the manage fields page.
FieldUIManageFieldsTestCase::testDefaultValue in drupal/modules/field_ui/field_ui.test
Tests that default value is correctly validated and saved.
FieldUIManageFieldsTestCase::testDuplicateFieldName in drupal/modules/field_ui/field_ui.test
Tests that a duplicate field name is caught by validation.
FieldUIManageFieldsTestCase::updateField in drupal/modules/field_ui/field_ui.test
Tests editing an existing field.
FileFieldAnonymousSubmission::testAnonymousNode in drupal/modules/file/tests/file.test
Tests the basic node submission for an anonymous visitor.
FileFieldAnonymousSubmission::testAnonymousNodeWithFile in drupal/modules/file/tests/file.test
Tests file submission for an anonymous visitor.
FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle in drupal/modules/file/tests/file.test
Helper method to test file submissions with missing node titles.
FileManagedFileElementTestCase::testManagedFile in drupal/modules/file/tests/file.test
Tests the managed_file element type.
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::testFilterAdmin in drupal/modules/filter/filter.test
Tests filter administration functionality.
FilterAdminTestCase::testFormatAdmin in drupal/modules/filter/filter.test
Tests the format administration functionality.
FilterFormatAccessTestCase::testFormatWidgetPermissions in drupal/modules/filter/filter.test
Tests editing a page using a disallowed text format.
FilterHooksTestCase::testFilterHooks in drupal/modules/filter/filter.test
Tests hooks on format management.
FilterSecurityTestCase::testDisableFilterModule in drupal/modules/filter/filter.test
Tests removal of filtered content when an active filter is disabled.
FormatDateUnitTest::testAdminDefinedFormatDate in drupal/modules/simpletest/tests/common.test
Test admin-defined formats in format_date().
FormsArbitraryRebuildTestCase::testUserRegistrationMultipleField in drupal/modules/simpletest/tests/form.test
Tests a rebuild caused by a multiple value field.
FormsArbitraryRebuildTestCase::testUserRegistrationRebuild in drupal/modules/simpletest/tests/form.test
Tests a basic rebuild with the user registration form.
FormsElementsTableSelectFunctionalTest::testEmptyText in drupal/modules/simpletest/tests/form.test
Test the display of the #empty text when #options is an empty array.
FormsElementsTableSelectFunctionalTest::testMultipleFalseSubmit in drupal/modules/simpletest/tests/form.test
Test submission of values when #multiple is FALSE.
FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit in drupal/modules/simpletest/tests/form.test
Test the submission of single and multiple values when #multiple is TRUE.
FormsFileInclusionTestCase::testLoadCustomInclude in drupal/modules/simpletest/tests/form.test
Tests loading a custom specified inlcude.
FormsFileInclusionTestCase::testLoadMenuInclude in drupal/modules/simpletest/tests/form.test
Tests loading an include specified in hook_menu().
FormsFormStoragePageCacheTestCase::testRebuildFormStorageOnCachedPage in drupal/modules/simpletest/tests/form.test
Build-id is regenerated when rebuilding cached form.
FormsFormStoragePageCacheTestCase::testValidateFormStorageOnCachedPage in drupal/modules/simpletest/tests/form.test
Build-id is regenerated when validating cached form.
FormsFormStorageTestCase::testCachedFormStorageValidation in drupal/modules/simpletest/tests/form.test
Tests updating cached form storage during form validation.
FormsFormStorageTestCase::testForm in drupal/modules/simpletest/tests/form.test
Tests using the form in a usual way.
FormsFormStorageTestCase::testFormCached in drupal/modules/simpletest/tests/form.test
Tests using the form with an activated $form_state['cache'] property.
FormsFormStorageTestCase::testFormStatePersist in drupal/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 drupal/modules/simpletest/tests/form.test
Tests using the form in a usual way.
FormsRebuildTestCase::testPreserveFormActionAfterAJAX in drupal/modules/simpletest/tests/form.test
Tests that a form's action is retained after an Ajax submission.
FormsTestCase::testInputForgery in drupal/modules/simpletest/tests/form.test
Test Form API protections against input forgery.
FormsTestCase::testSelect in drupal/modules/simpletest/tests/form.test
Tests validation of #type 'select' elements.
FormsTriggeringElementTestCase::testAttemptAccessControlBypass in drupal/modules/simpletest/tests/form.test
Test that $form_state['triggering_element'] does not get set to a button with #access=FALSE.
FormsTriggeringElementTestCase::testNoButtonInfoInPost in drupal/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 drupal/modules/simpletest/tests/form.test
Tests that a form with a disabled CSRF token can be validated.
FormValidationTestCase::testValidate in drupal/modules/simpletest/tests/form.test
Tests form alterations by #element_validate, #validate, and form_set_value().
FormValidationTestCase::testValidateLimitErrors in drupal/modules/simpletest/tests/form.test
Tests partial form validation through #limit_validation_errors.
ForumIndexTestCase::testForumIndexStatus in drupal/modules/forum/forum.test
Tests the forum index for published and unpublished nodes.
ForumTestCase::doAdminTests in drupal/modules/forum/forum.test
Runs admin tests on the admin user.
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.
ForumTestCase::verifyForums in drupal/modules/forum/forum.test
Verifies that the logged in user has access to a forum nodes.
ForumUpgradePathTestCase::testForumUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.forum.test
Test a successful upgrade (no negotiation).
FrontPageTestCase::testDrupalIsFrontPage in drupal/modules/system/system.test
Test front page functionality.
HookRequirementsTestCase::testHookRequirementsFailure in drupal/modules/system/system.test
Assert that a module cannot be installed if it fails hook_requirements().
ImageAdminStylesUnitTest::testDefaultStyle in drupal/modules/image/image.test
Test to override, edit, then revert a style.
ImageAdminStylesUnitTest::testStyleReplacement in drupal/modules/image/image.test
Test deleting a style and choosing a replacement style.
ImageAdminUiTestCase::testAddEffectHelpText in drupal/modules/image/image.test
Test if the help text is available on the add effect form.
ImageAdminUiTestCase::testEditEffectHelpText in drupal/modules/image/image.test
Test if the help text is available on the edit effect form.
ImageFieldDisplayTestCase::testImageFieldSettings in drupal/modules/image/image.test
Tests for image field settings.
ImageFieldValidateTestCase::testResolution in drupal/modules/image/image.test
Test min/max resolution settings.
ImportOPMLTestCase::openImportForm in drupal/modules/aggregator/aggregator.test
Opens OPML import form.
ImportOPMLTestCase::submitImportForm in drupal/modules/aggregator/aggregator.test
Submits form with invalid, empty, and valid OPML files.
ImportOPMLTestCase::validateImportFormFields in drupal/modules/aggregator/aggregator.test
Submits form filled with invalid fields.
IPAddressBlockingTestCase::testIPAddressValidation in drupal/modules/system/system.test
Test a variety of user input to confirm correct validation and saving of data.
ListFieldUITestCase::assertAllowedValuesInput in drupal/modules/field/modules/list/tests/list.test
Tests a string input for the 'allowed values' form element.
ListFieldUITestCase::testListAllowedValuesBoolean in drupal/modules/field/modules/list/tests/list.test
List (boolen) : test 'On/Off' values input.
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.
LocaleDateFormatsFunctionalTest::testLocalizeDateFormats in drupal/modules/locale/locale.test
Functional tests for localizing date formats.
LocaleImportFunctionalTest::testAutomaticModuleTranslationImportLanguageEnable in drupal/modules/locale/locale.test
Test automatic import of a module's translation files when a language is enabled.
LocaleImportFunctionalTest::testEmptyMsgstr in drupal/modules/locale/locale.test
Test empty msgstr at end of .po file see #611786.
LocaleImportFunctionalTest::testStandalonePoFile in drupal/modules/locale/locale.test
Test import of standalone .po files.
LocaleLanguageSwitchingFunctionalTest::testLanguageBlock in drupal/modules/locale/locale.test
Functional tests for the language switcher block.
LocalePathFunctionalTest::testPathLanguageConfiguration in drupal/modules/locale/locale.test
Test if a language can be associated with a path alias.
LocalePluralFormatTest::assertPluralFormat in drupal/modules/locale/locale.test
Helper assert to test locale_get_plural page.
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.
LocaleUILanguageNegotiationTest::runTest in drupal/modules/locale/locale.test
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.
LockFunctionalTest::testLockAcquire in drupal/modules/simpletest/tests/lock.test
Confirm that we can acquire and release locks in two parallel requests.
MenuNodeTestCase::testMenuNodeFormWidget in drupal/modules/menu/menu.test
Test creating, editing, deleting menu links via node form widget.
MenuRouterTestCase::testFileInheritance in drupal/modules/simpletest/tests/menu.test
Test that 'page callback', 'file' and 'file path' keys are properly inherited from parent menu paths.
MenuRouterTestCase::testHookCustomTheme in drupal/modules/simpletest/tests/menu.test
Test that hook_custom_theme() can control the theme of a page.
MenuRouterTestCase::testMaintenanceModeLoginPaths in drupal/modules/simpletest/tests/menu.test
Make sure the maintenance mode can be bypassed using hook_menu_site_status_alter().
MenuRouterTestCase::testThemeCallbackAdministrative in drupal/modules/simpletest/tests/menu.test
Test the theme callback when it is set to use an administrative theme.
MenuRouterTestCase::testThemeCallbackFakeTheme in drupal/modules/simpletest/tests/menu.test
Test the theme callback when it is set to use a theme that does not exist.
MenuRouterTestCase::testThemeCallbackHookCustomTheme in drupal/modules/simpletest/tests/menu.test
Test that the theme callback wins out over hook_custom_theme().
MenuRouterTestCase::testThemeCallbackInheritance in drupal/modules/simpletest/tests/menu.test
Test that the theme callback is properly inherited.
MenuRouterTestCase::testThemeCallbackMaintenanceMode in drupal/modules/simpletest/tests/menu.test
Test the theme callback when the site is in maintenance mode.
MenuRouterTestCase::testThemeCallbackNoThemeRequested in drupal/modules/simpletest/tests/menu.test
Test the theme callback when no theme is requested.
MenuRouterTestCase::testThemeCallbackOptionalTheme in drupal/modules/simpletest/tests/menu.test
Test the theme callback when it is set to use an optional theme.
MenuRouterTestCase::testTitleCallbackFalse in drupal/modules/simpletest/tests/menu.test
Test title callback set to FALSE.
MenuRouterTestCase::testTitleMenuCallback in drupal/modules/simpletest/tests/menu.test
Tests page title of MENU_CALLBACKs.
MenuTestCase::addCustomMenu in drupal/modules/menu/menu.test
Add custom menu.
MenuTestCase::addMenuLink in drupal/modules/menu/menu.test
Add a menu link using the menu module UI.
MenuTestCase::modifyMenuLink in drupal/modules/menu/menu.test
Modify a menu link using the menu module UI.
MenuTestCase::resetMenuLink in drupal/modules/menu/menu.test
Reset a standard menu link using the menu module UI.
MenuTestCase::toggleMenuLink in drupal/modules/menu/menu.test
Alternately disable and enable a menu link.
MenuTestCase::verifyAccess in drupal/modules/menu/menu.test
Verify the logged in user has the desired access to the various menu nodes.
MenuUpgradePathTestCase::testMenuUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.menu.test
Test a successful upgrade.
ModuleDependencyTestCase::testEnableRequirementsFailureDependency in drupal/modules/system/system.test
Tests enabling a module that depends on a module which fails hook_requirements().
ModuleDependencyTestCase::testEnableWithoutDependency in drupal/modules/system/system.test
Attempt to enable translation module without locale enabled.
ModuleDependencyTestCase::testMissingModules in drupal/modules/system/system.test
Attempt to enable a module with a missing dependency.
ModuleDependencyTestCase::testModuleEnableOrder in drupal/modules/system/system.test
Tests that module dependencies are enabled in the correct order via the UI. Dependencies should be enabled before their dependents.
ModuleDependencyTestCase::testUninstallDependents in drupal/modules/system/system.test
Tests attempting to uninstall a module that has installed dependents.
ModuleProvidedThemeEngineTestCase::testEngineIsFoundAndWorking in drupal/modules/simpletest/tests/theme.test
Ensures that the module provided theme engine is found and used by core.
ModuleUnitTest::testModuleInvoke in drupal/modules/simpletest/tests/module.test
Test that module_invoke() can load a hook defined in hook_hook_info().
ModuleUnitTest::testModuleInvokeAll in drupal/modules/simpletest/tests/module.test
Test that module_invoke_all() can load a hook defined in hook_hook_info().
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.
NodeAccessRebuildTestCase::testNodeAccessRebuild in drupal/modules/node/node.test
Tests rebuilding the node access permissions table.
NodeBlockFunctionalTest::testRecentNodeBlock in drupal/modules/node/node.test
Tests the recent comments block.
NodeBlockTestCase::testSyndicateBlock in drupal/modules/node/node.test
Tests that the "Syndicate" block is shown when enabled.
NodeBodyUpgradePathTestCase::testNodeBodyUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.node.test
Test a successful upgrade.
NodeCreationTestCase::testUnpublishedNodeCreation in drupal/modules/node/node.test
Create an unpublished node and confirm correct redirect behavior.
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::testNodeMultipleLoad in drupal/modules/node/node.test
Create four nodes and ensure they're loaded correctly.
NodeQueryAlter::testNodeQueryAlterWithUI in drupal/modules/node/node.test
Tests that node access permissions are followed.
NodeRevisionsTestCase::testNodeRevisionWithoutLogMessage in drupal/modules/node/node.test
Checks that revisions are correctly saved without log messages.
NodeRevisionsTestCase::testRevisions in drupal/modules/node/node.test
Checks node revision related operations.
NodeRSSContentTestCase::testNodeRSSContent in drupal/modules/node/node.test
Ensures that a new node includes the custom data when added to an RSS feed.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in drupal/modules/node/node.test
Tests that node type customizations persist through disable and uninstall.
NumberFieldTestCase::testNumberDecimalField in drupal/modules/field/modules/number/number.test
Test number_decimal field.
OpenIDFunctionalTestCase::testDelete in drupal/modules/openid/openid.test
Test deleting an OpenID identity from a user's profile.
OpenIDFunctionalTestCase::testLoginMaintenanceMode in drupal/modules/openid/openid.test
Test login using OpenID during maintenance mode.
OptionsWidgetsTestCase::testCheckBoxes in drupal/modules/field/modules/options/options.test
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTestCase::testOnOffCheckbox in drupal/modules/field/modules/options/options.test
Tests the 'options_onoff' widget.
OptionsWidgetsTestCase::testSelectListMultiple in drupal/modules/field/modules/options/options.test
Tests the 'options_select' widget (multiple select).
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::testPageNotFound in drupal/modules/system/system.test
PagePreviewTestCase::testPagePreview in drupal/modules/node/node.test
Checks the node preview functionality.
PagePreviewTestCase::testPagePreviewWithRevisions in drupal/modules/node/node.test
Checks the node preview functionality, when using revisions.
PageTitleFiltering::testTitleTags in drupal/modules/system/system.test
Tests the handling of HTML by drupal_set_title() and drupal_get_title()
PathLanguageTestCase::testAliasTranslation in drupal/modules/path/path.test
Test alias functionality through the admin interfaces.
PathLanguageUITestCase::testDefaultLanguageURLs in drupal/modules/path/path.test
Tests that a default language URL alias works.
PathLanguageUITestCase::testLanguageNeutralURLs in drupal/modules/path/path.test
Tests that a language-neutral URL alias works.
PathLanguageUITestCase::testNonDefaultURLs in drupal/modules/path/path.test
Tests that a non-default language URL alias works.
PathMonolingualTestCase::testPageLinks in drupal/modules/path/path.test
Verifies that links do not have language prefixes in them.
PathTaxonomyTermTestCase::testTermAlias in drupal/modules/path/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testAdminAlias in drupal/modules/path/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testDuplicateNodeAlias in drupal/modules/path/path.test
Tests that duplicate aliases fail validation.
PathTestCase::testNodeAlias in drupal/modules/path/path.test
Tests alias functionality through the node interfaces.
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::testRecentBlock in drupal/modules/poll/poll.test
PollCreateTestCase::testPollClose in drupal/modules/poll/poll.test
PollCreateTestCase::testPollCreate in drupal/modules/poll/poll.test
PollDeleteChoiceTestCase::testChoiceRemoval in drupal/modules/poll/poll.test
PollTestCase::pollCreate in drupal/modules/poll/poll.test
Creates a poll.
PollTestCase::pollUpdate in drupal/modules/poll/poll.test
PollUpgradePathTestCase::testPollUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.poll.test
Test a successful upgrade.
PollUpgradePathTestCase::testPollUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.node.test
Test a successful upgrade.
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::testAuthorInformationBlock in drupal/modules/profile/profile.test
ProfileTestBrowsing::testProfileBrowsing in drupal/modules/profile/profile.test
Test profile browsing.
ProfileTestCase::createProfileField in drupal/modules/profile/profile.test
Create a profile field.
ProfileTestCase::setProfileField in drupal/modules/profile/profile.test
Set the profile field to a random value
ProfileTestCase::updateProfileField in drupal/modules/profile/profile.test
Update a profile field.
ProfileTestDate::testProfileDateField in drupal/modules/profile/profile.test
Create a date field, give it a value, update and delete the field.
SearchAdvancedSearchForm::testNodeType in drupal/modules/search/search.test
Test using the search form with GET and POST queries. Test using the advanced search form to limit search to nodes of type "Basic page".
SearchBlockTestCase::testBlock in drupal/modules/search/search.test
Test that the search block form works correctly.
SearchBlockTestCase::testSearchFormBlock in drupal/modules/search/search.test
SearchCommentCountToggleTestCase::testSearchCommentCountToggle in drupal/modules/search/search.test
Verify that comment count display toggles properly on comment status of node
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.
SearchConfigSettingsForm::testSearchModuleDisabling in drupal/modules/search/search.test
Verify that you can disable individual search modules.
SearchConfigSettingsForm::testSearchSettingsPage in drupal/modules/search/search.test
Verify the search settings form.
SearchEmbedForm::testEmbeddedForm in drupal/modules/search/search.test
Tests that the embedded form appears and can be submitted.
SearchKeywordsConditions::testSearchKeyswordsConditions in drupal/modules/search/search.test
Verify the kewords are captured and conditions respected.
SearchLanguageTestCase::testLanguages in drupal/modules/search/search.test
SearchNodeAccessTest::testPhraseSearchPunctuation in drupal/modules/search/search.test
Tests that search works with punctuation and HTML entities.
SearchNumberMatchingTestCase::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchNumberMatchingTestCase::testNumberSearching in drupal/modules/search/search.test
Tests that all the numbers can be searched.
SearchNumbersTestCase::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchNumbersTestCase::testNumberSearching in drupal/modules/search/search.test
Tests that all the numbers can be searched.
SearchPageOverride::testSearchPageHook in drupal/modules/search/search.test
SearchPageText::testSearchText in drupal/modules/search/search.test
Tests the failed search text, and various other text on the search page.
SessionHttpsTestCase::testHttpsSession in drupal/modules/simpletest/tests/session.test
SessionTestCase::testDataPersistence in drupal/modules/simpletest/tests/session.test
Test data persistence via the session_test module callbacks.
SessionTestCase::testEmptyAnonymousSession in drupal/modules/simpletest/tests/session.test
Test that empty anonymous sessions are destroyed.
SessionTestCase::testSessionSaveRegenerate in drupal/modules/simpletest/tests/session.test
Tests for drupal_save_session() and drupal_session_regenerate().
ShortcutSetsTestCase::testShortcutSetAdd in drupal/modules/shortcut/shortcut.test
Tests creating a shortcut set.
ShortcutSetsTestCase::testShortcutSetSwitchNoSetName in drupal/modules/shortcut/shortcut.test
Tests switching a user's shortcut set without providing a new set name.
ShutdownFunctionsTest::testShutdownFunctions in drupal/modules/system/system.test
Test shutdown functions.
SimpleTestDiscoveryTestCase::testDiscovery in drupal/modules/simpletest/simpletest.test
Tests existence of test cases.
SimpleTestInstallationProfileModuleTestsTestCase::testInstallationProfileTests in drupal/modules/simpletest/simpletest.test
Tests existence of test case located in an installation profile module.
SiteMaintenanceTestCase::testSiteMaintenance in drupal/modules/system/system.test
Verify site maintenance mode functionality.
StatisticsAdminTestCase::testExpiredLogs in drupal/modules/statistics/statistics.test
Tests that cron clears day counts and expired access logs.
StatisticsAdminTestCase::testStatisticsSettings in drupal/modules/statistics/statistics.test
Verifies that the statistics settings page works.
StatisticsBlockVisitorsTestCase::testIPAddressBlocking in drupal/modules/statistics/statistics.test
Blocks an IP address via the top visitors report and then unblocks it.
StatisticsReportsTestCase::testAccessLogging in drupal/modules/statistics/statistics.test
Verifies that access logging is working and is reported correctly.
StatisticsReportsTestCase::testDetails in drupal/modules/statistics/statistics.test
Verifies that 'Details' page renders properly and displays the added hit.
StatisticsReportsTestCase::testPopularContentBlock in drupal/modules/statistics/statistics.test
Tests the "popular content" block.
StatisticsReportsTestCase::testRecentHits in drupal/modules/statistics/statistics.test
Verifies that 'Recent hits' renders properly and displays the added hit.
StatisticsReportsTestCase::testTopPages in drupal/modules/statistics/statistics.test
Verifies that 'Top pages' renders properly and displays the added hit.
StatisticsReportsTestCase::testTopReferrers in drupal/modules/statistics/statistics.test
Verifies that 'Top referrers' renders properly and displays the added hit.
SyslogTestCase::testSettings in drupal/modules/syslog/syslog.test
Tests the syslog settings page.
SystemAdminTestCase::testAdminPages in drupal/modules/system/system.test
Tests output on administrative listing pages.
SystemAuthorizeCase::testFileTransferHooks in drupal/modules/system/system.test
Tests the FileTransfer hooks
SystemBlockTestCase::testSystemBlocks in drupal/modules/system/system.test
Test displaying and hiding the powered-by and help blocks.
SystemMainContentFallback::testMainContentFallback in drupal/modules/system/system.test
Test availability of main content.
SystemThemeFunctionalTest::testSwitchDefaultTheme in drupal/modules/system/system.test
Test switching the default theme.
SystemThemeFunctionalTest::testThemeSettings in drupal/modules/system/system.test
Test the theme settings form.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in drupal/modules/taxonomy/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets in drupal/modules/taxonomy/taxonomy.test
Test widgets.
TaxonomyTermTestCase::testNodeTermCreationAndDeletion in drupal/modules/taxonomy/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyTermTestCase::testTaxonomyNode in drupal/modules/taxonomy/taxonomy.test
Test that hook_node_$op implementations work correctly.
TaxonomyTermTestCase::testTermInterface in drupal/modules/taxonomy/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary in drupal/modules/taxonomy/taxonomy.test
Deleting a vocabulary.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminNoVocabularies in drupal/modules/taxonomy/taxonomy.test
Test the vocabulary overview with no vocabularies.
TaxonomyVocabularyFunctionalTest::testVocabularyInterface in drupal/modules/taxonomy/taxonomy.test
Create, edit and delete a vocabulary via the user interface.
TextFieldTestCase::_testTextfieldWidgets in drupal/modules/field/modules/text/text.test
Helper function for testTextfieldWidgets().
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.
ThemeTestCase::testAlter in drupal/modules/simpletest/tests/theme.test
Ensures theme hook_*_alter() implementations can run before anything is rendered.
ThemeTestCase::testDrupalAddRegionContent in drupal/modules/simpletest/tests/theme.test
Test the drupal_add_region_content() function.
ThemeTestCase::testPreprocessForSuggestions in drupal/modules/simpletest/tests/theme.test
Ensures preprocess functions run even for suggestion implementations.
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::testTrackerUser in drupal/modules/tracker/tracker.test
Tests for the presence of nodes on a user's tracker listing.
TranslatableUpgradePathTestCase::testTranslatableUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.translatable.test
Test a successful upgrade (no negotiation).
TriggerActionTestCase::assertSystemMessageTokenReplacement in drupal/modules/trigger/trigger.test
Asserts correct token replacement for the given trigger and account.
TriggerOtherTestCase::testActionsUser in drupal/modules/trigger/trigger.test
Tests triggering on user create and user login.
TriggerUserActionTestCase::testUserActionAssignmentExecution in drupal/modules/trigger/trigger.test
Tests user action assignment and execution.
TriggerWebTestCase::configureAdvancedAction in drupal/modules/trigger/trigger.test
Configures an advanced action.
UpdateCoreTestCase::testDatestampMismatch in drupal/modules/update/update.test
Ensures proper results where there are date mismatches among modules.
UpdateCoreTestCase::testModulePageRegularUpdate in drupal/modules/update/update.test
Checks the messages at admin/modules when an update is missing.
UpdateCoreTestCase::testModulePageSecurityUpdate in drupal/modules/update/update.test
Checks the messages at admin/modules when a security update is missing.
UpdateCoreTestCase::testModulePageUpToDate in drupal/modules/update/update.test
Checks the messages at admin/modules when the site is up to date.
UpdateCoreTestCase::testNormalUpdateAvailable in drupal/modules/update/update.test
Tests the Update Manager module when one normal update is available.
UpdateCoreTestCase::testNoUpdatesAvailable in drupal/modules/update/update.test
Tests the Update Manager module when no updates are available.
UpdateCoreTestCase::testSecurityUpdateAvailable in drupal/modules/update/update.test
Tests the Update Manager module when a security update is available.
UpdateFeedTestCase::testUpdateFeed in drupal/modules/aggregator/aggregator.test
Creates a feed and attempts to update it.
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.
UpdateTestContribCase::testHookUpdateStatusAlter in drupal/modules/update/update.test
Checks that hook_update_status_alter() works to change a status.
UpdateTestContribCase::testNoReleasesAvailable in drupal/modules/update/update.test
Tests when there is no available release data for a contrib module.
UpdateTestContribCase::testUpdateAdminThemeSecurityUpdate in drupal/modules/update/update.test
Tests that the admin theme is always notified about security updates.
UpdateTestContribCase::testUpdateBaseThemeSecurityUpdate in drupal/modules/update/update.test
Tests that subthemes are notified about security updates for base themes.
UpdateTestContribCase::testUpdateBrokenFetchURL in drupal/modules/update/update.test
Makes sure that if we fetch from a broken URL, sane things happen.
UpdateTestContribCase::testUpdateContribBasic in drupal/modules/update/update.test
Tests the basic functionality of a contrib module on the status report.
UpdateTestContribCase::testUpdateContribOrder in drupal/modules/update/update.test
Tests that contrib projects are ordered by project name.
UpdateTestContribCase::testUpdateShowDisabledThemes in drupal/modules/update/update.test
Tests that disabled themes are only shown when desired.
UpdateTestUploadCase::testUploadModule in drupal/modules/update/update.test
Tests upload and extraction of a module.
UpgradePathTestCase::performUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.test
Perform the upgrade.
UrlAlterFunctionalTest::testGetQInitialized in drupal/modules/simpletest/tests/path.test
Tests that $_GET['q'] is initialized when the request path is empty.
UrlAlterFunctionalTest::testUrlAlter in drupal/modules/simpletest/tests/path.test
Test that URL altering works and that it occurs in the correct order.
UserAdminTestCase::testUserAdmin in drupal/modules/user/user.test
Registers a user and deletes it.
UserBlocksUnitTests::testWhosOnlineBlock in drupal/modules/user/user.test
Test the Who's Online block.
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::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.
UserEditTestCase::testUserEdit in drupal/modules/user/user.test
Test user edit page.
UserLoginTestCase::assertFailedLogin in drupal/modules/user/user.test
Make an unsuccessful login attempt.
UserPasswordResetTestCase::testResetImpersonation in drupal/modules/user/user.test
Make sure that users cannot forge password reset URLs of other users.
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::testUserPermissionChanges in drupal/modules/user/user.test
Change user permissions and check user_access().
UserPictureTestCase::testUserPictureAdminFormValidation in drupal/modules/user/user.test
Tests the admin form validates user picture settings.
UserRegistrationTestCase::testRegistrationEmailDuplicates in drupal/modules/user/user.test
UserRegistrationTestCase::testRegistrationWithEmailVerification in drupal/modules/user/user.test
UserRegistrationTestCase::testRegistrationWithoutEmailVerification in drupal/modules/user/user.test
UserRegistrationTestCase::testRegistrationWithUserFields in drupal/modules/user/user.test
Tests Field API fields on user registration forms.
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::testAssignAndRemoveRole in drupal/modules/user/user.test
Tests that a user can be assigned a role and that the role can be removed again.
UserRolesAssignmentTestCase::testCreateUserWithRole in drupal/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 drupal/modules/user/user.test
Tests the display of dates and time when user-configurable time zones are set.
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.