324 calls to DrupalWebTestCase::assertText()

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