474 calls to DrupalWebTestCase::drupalGet()

AccessDeniedTestCase::testAccessDenied in drupal-7.x/modules/system/system.test
ActionLoopTestCase::triggerActions in drupal-7.x/modules/simpletest/tests/actions.test
Create an infinite loop by causing a watchdog message to be set, which causes the actions to be triggered again, up to actions_max_stack times.
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.
AdminMetaTagTestCase::testMetaTag in drupal-7.x/modules/system/system.test
Verify that the meta tag HTML is generated correctly.
AggregatorCronTestCase::testCron in drupal-7.x/modules/aggregator/aggregator.test
Adds feeds and updates them via cron process.
AggregatorRenderingTestCase::testBlockLinks in drupal-7.x/modules/aggregator/aggregator.test
Adds a feed block to the page and checks its links.
AggregatorRenderingTestCase::testFeedPage in drupal-7.x/modules/aggregator/aggregator.test
Creates a feed and checks that feed's page.
AggregatorTestCase::updateFeedItems in drupal-7.x/modules/aggregator/aggregator.test
Updates the feed items.
AJAXFrameworkTestCase::testAJAXRender in drupal-7.x/modules/simpletest/tests/ajax.test
Test that ajax_render() returns JavaScript settings generated during the page request.
AJAXFrameworkTestCase::testLazyLoad in drupal-7.x/modules/simpletest/tests/ajax.test
Test that new JavaScript and CSS files added during an AJAX request are returned.
AJAXMultiFormTestCase::testMultiForm in drupal-7.x/modules/simpletest/tests/ajax.test
Test that a page with the 'page_node_form' included twice works correctly.
BatchPageTestCase::testBatchProgressPageTheme in drupal-7.x/modules/simpletest/tests/batch.test
Tests that the batch API progress page uses the correct theme.
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.
BatchProcessingTestCase::testDrupalFormSubmitInBatch in drupal-7.x/modules/simpletest/tests/batch.test
Test that drupal_form_submit() can run within a batch operation.
BlockAdminThemeTestCase::testAdminTheme in drupal-7.x/modules/block/block.test
Check for the accessibility of the admin theme on the block admin page.
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.
BlockHTMLIdTestCase::testHTMLId in drupal-7.x/modules/block/block.test
Test valid HTML id.
BlockTestCase::moveBlockToRegion in drupal-7.x/modules/block/block.test
BlockTestCase::testBlockRehash in drupal-7.x/modules/block/block.test
Test _block_rehash().
BlockTestCase::testBlockVisibility in drupal-7.x/modules/block/block.test
Test block visibility.
BlockTestCase::testBlockVisibilityListedEmpty in drupal-7.x/modules/block/block.test
Test block visibility when using "pages" restriction but leaving "pages" textarea empty
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.
BlockTestCase::testCustomBlockFormat in drupal-7.x/modules/block/block.test
Test creating custom block using Full HTML.
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::testBookDelete in drupal-7.x/modules/book/book.test
Tests the access for deleting top-level book nodes.
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.
BootstrapPageCacheTestCase::testConditionalRequests in drupal-7.x/modules/simpletest/tests/bootstrap.test
Test support for requests containing If-Modified-Since and If-None-Match headers.
BootstrapPageCacheTestCase::testPageCache in drupal-7.x/modules/simpletest/tests/bootstrap.test
Test cache headers.
BootstrapPageCacheTestCase::testPageCompression in drupal-7.x/modules/simpletest/tests/bootstrap.test
Test page compression.
BootstrapVariableTestCase::testVariable in drupal-7.x/modules/simpletest/tests/bootstrap.test
testVariable
CacheSavingCase::testNoEmptyCids in drupal-7.x/modules/simpletest/tests/cache.test
Test no empty cids are written in cache table.
CascadingStylesheetsTestCase::testAddCssFileWithQueryString in drupal-7.x/modules/simpletest/tests/common.test
Tests that the query string remains intact when adding CSS files that have query string parameters.
CascadingStylesheetsTestCase::testModuleInfo in drupal-7.x/modules/simpletest/tests/common.test
Test that stylesheets in module .info files are loaded.
CascadingStylesheetsTestCase::testRenderInlineFullPage in drupal-7.x/modules/simpletest/tests/common.test
Tests rendering inline stylesheets through a full page request.
ColorTestCase::_testColor in drupal-7.x/modules/color/color.test
Tests the Color module functionality using the given theme.
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::getUnapprovedComment in drupal-7.x/modules/comment/comment.test
Get the comment ID for an unapproved 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::testCommentClasses in drupal-7.x/modules/comment/comment.test
Tests CSS classes on comments.
CommentInterfaceTest::testCommentInterface in drupal-7.x/modules/comment/comment.test
Test comment interface.
CommentInterfaceTest::testCommentNewCommentsIndicator in drupal-7.x/modules/comment/comment.test
Tests new comment marker.
CommentInterfaceTest::testCommentNodeCommentStatistics in drupal-7.x/modules/comment/comment.test
Tests the node comment statistics.
CommentNodeAccessTest::testThreadedCommentView in drupal-7.x/modules/comment/comment.test
Test that threaded comments can be viewed.
CommentPagerTest::testCommentNewPageIndicator in drupal-7.x/modules/comment/comment.test
Test comment_new_page_count().
CommentPagerTest::testCommentOrderingThreading in drupal-7.x/modules/comment/comment.test
Test comment ordering and threading.
CommentPagerTest::testCommentPaging in drupal-7.x/modules/comment/comment.test
Confirm comment paging works correctly with flat and threaded comments.
CommentPreviewTest::testCommentEditPreviewSave in drupal-7.x/modules/comment/comment.test
Test comment edit, preview, and save.
CommentRSSUnitTest::testCommentRSS in drupal-7.x/modules/comment/comment.test
Test comments as part of an RSS feed.
CommentThreadingTestCase::testCommentThreading in drupal-7.x/modules/comment/comment.test
Tests the comment threading.
CommentTokenReplaceTestCase::testCommentTokenReplacement in drupal-7.x/modules/comment/comment.test
Creates a comment, then tests the tokens generated from it.
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.
ContextualDynamicContextTestCase::testNodeLinks in drupal-7.x/modules/contextual/contextual.test
Tests contextual links on node lists with different permissions.
CronRunTestCase::testAutomaticCron in drupal-7.x/modules/system/system.test
Ensure that the automatic cron run feature is working.
CronRunTestCase::testCronRun in drupal-7.x/modules/system/system.test
Test cron runs.
DashboardBlocksTestCase::testBlockAvailability in drupal-7.x/modules/dashboard/dashboard.test
Tests that administrative blocks are available for the dashboard.
DashboardBlocksTestCase::testDashboardAccess in drupal-7.x/modules/dashboard/dashboard.test
Tests adding a block to the dashboard and checking access to it.
DashboardBlocksTestCase::testDashboardRegions in drupal-7.x/modules/dashboard/dashboard.test
Tests that dashboard regions are displayed or hidden properly.
DashboardBlocksTestCase::testDisableEnable in drupal-7.x/modules/dashboard/dashboard.test
Tests that the dashboard module can be re-enabled, retaining its blocks.
DatabaseSelectPagerDefaultTestCase::testEvenPagerQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that a pager query returns the correct results.
DatabaseSelectPagerDefaultTestCase::testOddPagerQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that a pager query returns the correct results.
DatabaseSelectTableSortDefaultTestCase::testTableSortDefaultSort in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that if a sort is not set in a tableselect form there is no error thrown when using the default.
DatabaseSelectTableSortDefaultTestCase::testTableSortQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that a tablesort query returns the correct results.
DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that if a tablesort's orderByHeader is called before another orderBy, that the header happens first.
DatabaseTemporaryQueryTestCase::testTemporaryQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that temporary tables work and are limited to one request.
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.
DrupalErrorCollectionUnitTest::testErrorCollect in drupal-7.x/modules/simpletest/tests/common.test
Test that simpletest collects errors from the tested site.
DrupalErrorHandlerTestCase::testErrorHandler in drupal-7.x/modules/simpletest/tests/error.test
Test the error handler.
DrupalErrorHandlerTestCase::testExceptionHandler in drupal-7.x/modules/simpletest/tests/error.test
Test the exception handler.
DrupalGetRdfNamespacesTestCase::testGetRdfNamespaces in drupal-7.x/modules/simpletest/tests/common.test
Test RDF namespaces.
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().
DrupalGotoTest::testDrupalGotoAlter in drupal-7.x/modules/simpletest/tests/common.test
Test hook_drupal_goto_alter().
DrupalWebTestCase::checkForMetaRefresh in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Check for meta refresh tag and if found call drupalGet() recursively. This function looks for the http-equiv attribute to be set to "Refresh" and is case-sensitive.
DrupalWebTestCase::clickLink in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Follows a link by name.
DrupalWebTestCase::cronRun in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Runs cron in the Drupal installed by Simpletest.
DrupalWebTestCase::drupalGetAJAX in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Retrieve a Drupal path or an absolute path and JSON decode the result.
DrupalWebTestCase::drupalLogout in drupal-7.x/modules/simpletest/drupal_web_test_case.php
DrupalWebTestCase::drupalPost in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Execute a POST request on a Drupal page. It will be done as usual POST request with SimpleBrowser.
DrupalWebTestCase::drupalPostAJAX in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Execute an Ajax submission.
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.
FieldFormTestCase::testFieldFormAccess in drupal-7.x/modules/field/tests/field.test
Tests fields with no 'edit' access.
FieldFormTestCase::testFieldFormJSAddMore in drupal-7.x/modules/field/tests/field.test
FieldFormTestCase::testFieldFormMultipleWidget in drupal-7.x/modules/field/tests/field.test
Tests widgets handling multiple values.
FieldFormTestCase::testFieldFormMultivalueWithRequiredRadio in drupal-7.x/modules/field/tests/field.test
Tests widget handling of multiple required radios.
FieldFormTestCase::testFieldFormSingle in drupal-7.x/modules/field/tests/field.test
FieldFormTestCase::testFieldFormUnlimited in drupal-7.x/modules/field/tests/field.test
FieldFormTestCase::testNestedFieldForm in drupal-7.x/modules/field/tests/field.test
Tests Field API form integration within a subform.
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::addExistingField in drupal-7.x/modules/field_ui/field_ui.test
Tests adding an existing field in another content type.
FieldUIManageFieldsTestCase::createField in drupal-7.x/modules/field_ui/field_ui.test
Tests adding a new field.
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::testHiddenFields in drupal-7.x/modules/field_ui/field_ui.test
Tests that Field UI respects the 'no_ui' option in hook_field_info().
FieldUIManageFieldsTestCase::testRenameBundle in drupal-7.x/modules/field_ui/field_ui.test
Tests renaming a bundle.
FieldUIManageFieldsTestCase::updateField in drupal-7.x/modules/field_ui/field_ui.test
Tests editing an existing field.
FieldUITestCase::fieldUIDeleteField in drupal-7.x/modules/field_ui/field_ui.test
Deletes a field instance through the Field UI.
FileDownloadTest::checkUrl in drupal-7.x/modules/simpletest/tests/file.test
Download a file from the URL generated by file_create_url().
FileDownloadTest::testPrivateFileTransfer in drupal-7.x/modules/simpletest/tests/file.test
Test the private file transfer system.
FileFieldDisplayTestCase::testNodeDisplay in drupal-7.x/modules/file/tests/file.test
Tests normal formatter display on node display.
FileFieldRevisionTestCase::testRevisions in drupal-7.x/modules/file/tests/file.test
Tests creating multiple revisions of a node and managing attached files.
FileFieldWidgetTestCase::testMultiValuedWidget in drupal-7.x/modules/file/tests/file.test
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTestCase::testPrivateFileComment in drupal-7.x/modules/file/tests/file.test
Tests that download restrictions on private files work on comments.
FileFieldWidgetTestCase::testPrivateFileSetting in drupal-7.x/modules/file/tests/file.test
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTestCase::testSingleValuedWidget in drupal-7.x/modules/file/tests/file.test
Tests upload and remove buttons for a single-valued File field.
FileManagedFileElementTestCase::testManagedFile in drupal-7.x/modules/file/tests/file.test
Tests the managed_file element type.
FilePrivateTestCase::testPrivateFile in drupal-7.x/modules/file/tests/file.test
Tests file access for file uploaded to a private node.
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::testFormatPermissions in drupal-7.x/modules/filter/filter.test
Tests the Filter format access permissions functionality.
FilterFormatAccessTestCase::testFormatWidgetPermissions in drupal-7.x/modules/filter/filter.test
Tests editing a page using a disallowed text format.
FilterSecurityTestCase::testDisableFilterModule in drupal-7.x/modules/filter/filter.test
Tests removal of filtered content when an active filter is disabled.
FormAlterTestCase::testExecutionOrder in drupal-7.x/modules/simpletest/tests/form.test
Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter().
FormElementTestCase::testOptions in drupal-7.x/modules/simpletest/tests/form.test
Tests expansion of #options for #type checkboxes and radios.
FormsElementsLabelsTestCase::testFormLabels in drupal-7.x/modules/simpletest/tests/form.test
Test form elements, labels, title attibutes and required marks output correctly and have the correct label option class if needed.
FormsElementsTableSelectFunctionalTest::testAdvancedSelect in drupal-7.x/modules/simpletest/tests/form.test
Test the #js_select property.
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::testMultipleFalse in drupal-7.x/modules/simpletest/tests/form.test
Test the display of radios when #multiple is FALSE.
FormsElementsTableSelectFunctionalTest::testMultipleTrue in drupal-7.x/modules/simpletest/tests/form.test
Test the display of checkboxes when #multiple is TRUE.
FormsElementsVerticalTabsFunctionalTest::testJavaScriptOrdering in drupal-7.x/modules/simpletest/tests/form.test
Ensures that vertical-tabs.js is included before collapse.js.
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.
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::testDisabledElements in drupal-7.x/modules/simpletest/tests/form.test
Test handling of disabled elements.
FormsTestCase::testDisabledMarkup in drupal-7.x/modules/simpletest/tests/form.test
Verify markup for disabled form elements.
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.
FormValidationTestCase::testMultiFormSameNameErrorClass in drupal-7.x/modules/simpletest/tests/form.test
Tests error border of multiple fields with same name in a page.
FormValidationTestCase::testValidate in drupal-7.x/modules/simpletest/tests/form.test
Tests form alterations by #element_validate, #validate, and form_set_value().
ForumIndexTestCase::testForumIndexStatus in drupal-7.x/modules/forum/forum.test
Tests the forum index for published and unpublished nodes.
ForumTestCase::createForumTopic in drupal-7.x/modules/forum/forum.test
Creates forum topic.
ForumTestCase::deleteForum in drupal-7.x/modules/forum/forum.test
Deletes a forum.
ForumTestCase::doAdminTests in drupal-7.x/modules/forum/forum.test
Runs admin tests on the admin user.
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.
ForumTestCase::verifyForumView in drupal-7.x/modules/forum/forum.test
Verifies display of forum page.
ForumTestCase::viewForumTopics in drupal-7.x/modules/forum/forum.test
Views forum topics to test the display of an active forum block.
FrontPageTestCase::testDrupalIsFrontPage in drupal-7.x/modules/system/system.test
Test front page functionality.
HelpTestCase::testHelp in drupal-7.x/modules/help/help.test
Logs in users, creates dblog events, and tests dblog functionality.
HelpTestCase::verifyHelp in drupal-7.x/modules/help/help.test
Verifies the logged in user has access to the various help nodes.
HookBootExitTestCase::testHookBootExit in drupal-7.x/modules/simpletest/tests/bootstrap.test
Test calling of hook_boot() and hook_exit().
HTMLIdTestCase::testHTMLId in drupal-7.x/modules/simpletest/tests/form.test
Tests that HTML IDs do not get duplicated when form validation fails.
ImageAdminStylesUnitTest::testDefaultStyle in drupal-7.x/modules/image/image.test
Test to override, edit, then revert a style.
ImageAdminStylesUnitTest::testStyle in drupal-7.x/modules/image/image.test
General test to add a style, add/remove/edit effects to it, then delete it.
ImageAdminStylesUnitTest::testStyleReplacement in drupal-7.x/modules/image/image.test
Test deleting a style and choosing a replacement style.
ImageDimensionsTestCase::testImageDimensions in drupal-7.x/modules/image/image.test
Test styled image dimensions cumulatively.
ImageFieldDefaultImagesTestCase::testDefaultImages in drupal-7.x/modules/image/image.test
Tests CRUD for fields and fields instances with default images.
ImageFieldDisplayTestCase::testImageFieldDefaultImage in drupal-7.x/modules/image/image.test
Test use of a default image with an image field.
ImageFieldDisplayTestCase::testImageFieldSettings in drupal-7.x/modules/image/image.test
Tests for image field settings.
ImageFieldDisplayTestCase::_testImageFieldFormatters in drupal-7.x/modules/image/image.test
Test image formatters on node display.
ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in drupal-7.x/modules/image/image.test
Test image_style_url().
ImportOPMLTestCase::openImportForm in drupal-7.x/modules/aggregator/aggregator.test
Opens OPML import form.
IPAddressBlockingTestCase::testIPAddressValidation in drupal-7.x/modules/system/system.test
Test a variety of user input to confirm correct validation and saving of data.
JavaScriptTestCase::testAddJsFileWithQueryString in drupal-7.x/modules/simpletest/tests/common.test
Tests that the query string remains intact when adding JavaScript files that have query string parameters.
ListFieldUITestCase::testListAllowedValuesBoolean in drupal-7.x/modules/field/modules/list/tests/list.test
List (boolen) : test 'On/Off' values input.
LocaleCommentLanguageFunctionalTest::testCommentLanguage in drupal-7.x/modules/locale/locale.test
Test that comment language is properly set.
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.
LocaleContentFunctionalTest::testMachineNameLTR in drupal-7.x/modules/locale/locale.test
Verifies that machine name fields are always LTR.
LocaleCSSAlterTest::testCSSFilesOrderInRTLMode in drupal-7.x/modules/locale/locale.test
Verifies that -rtl.css file is added directly after LTR .css file.
LocaleDateFormatsFunctionalTest::testLocalizeDateFormats in drupal-7.x/modules/locale/locale.test
Functional tests for localizing date formats.
LocaleLanguageNegotiationInfoFunctionalTest::languageNegotiationUpdate in drupal-7.x/modules/locale/locale.test
Update language types/negotiation information.
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in drupal-7.x/modules/locale/locale.test
Tests alterations to language types/negotiation info.
LocaleLanguageSwitchingFunctionalTest::testLanguageBlock in drupal-7.x/modules/locale/locale.test
Functional tests for the language switcher block.
LocaleMultilingualFieldsFunctionalTest::testMultilingualDisplaySettings in drupal-7.x/modules/locale/locale.test
LocaleMultilingualFieldsFunctionalTest::testMultilingualNodeForm in drupal-7.x/modules/locale/locale.test
Test if field languages are correctly set through the node form.
LocalePathFunctionalTest::testPathLanguageConfiguration in drupal-7.x/modules/locale/locale.test
Test if a language can be associated with a path alias.
LocalePluralFormatTest::testGetPluralFormat in drupal-7.x/modules/locale/locale.test
Tests locale_get_plural() functionality.
LocaleTranslationFunctionalTest::testJavaScriptTranslation in drupal-7.x/modules/locale/locale.test
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
LocaleUILanguageNegotiationTest::testUILanguageNegotiation in drupal-7.x/modules/locale/locale.test
Tests for language switching by URL path.
LocaleUILanguageNegotiationTest::testUrlLanguageFallback in drupal-7.x/modules/locale/locale.test
Test URL language detection when the requested URL has no language.
LocaleUninstallFunctionalTest::testUninstallProcess in drupal-7.x/modules/locale/locale.test
Check if the values of the Locale variables are correct after uninstall.
LocaleUrlRewritingTest::checkUrl in drupal-7.x/modules/locale/locale.test
Check URL rewriting for the given language.
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.
MenuRebuildTestCase::testMenuRebuildByVariable in drupal-7.x/modules/simpletest/tests/menu.test
Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call.
MenuRouterTestCase::menuItemTitlesCasesHelper in drupal-7.x/modules/simpletest/tests/menu.test
Get a URL and assert the title given a case number. If override is true, the title is asserted to begin with "Alternative".
MenuRouterTestCase::testAuthUserUserLogin in drupal-7.x/modules/simpletest/tests/menu.test
Test that an authenticated user hitting 'user/login' gets redirected to 'user' and 'user/register' gets redirected to the user edit page.
MenuRouterTestCase::testExoticPath in drupal-7.x/modules/simpletest/tests/menu.test
Test path containing "exotic" characters.
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::testMenuGetItemNoAncestors in drupal-7.x/modules/simpletest/tests/menu.test
Test menu_get_item() with empty ancestors.
MenuRouterTestCase::testMenuLinkMaintain in drupal-7.x/modules/simpletest/tests/menu.test
Tests for menu_link_maintain().
MenuRouterTestCase::testMenuLinkOptions in drupal-7.x/modules/simpletest/tests/menu.test
Test menu link 'options' storage and rendering.
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::addCustomMenuCRUD in drupal-7.x/modules/menu/menu.test
Add custom menu using CRUD functions.
MenuTestCase::addMenuLink in drupal-7.x/modules/menu/menu.test
Add a menu link using the menu module UI.
MenuTestCase::deleteMenuLink in drupal-7.x/modules/menu/menu.test
Delete 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::testMenuQueryAndFragment in drupal-7.x/modules/menu/menu.test
Add and remove a menu link with a query string and fragment.
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.
MenuTestCase::verifyMenuLink in drupal-7.x/modules/menu/menu.test
Verify a menu link using the menu module UI.
MenuTrailTestCase::testCustom403And404Pages in drupal-7.x/modules/simpletest/tests/menu.test
Tests that the active trail works correctly on custom 403 and 404 pages.
MenuWebTestCase::assertBreadcrumb in drupal-7.x/modules/simpletest/tests/menu.test
Assert that a given path shows certain breadcrumb links.
ModuleDependencyTestCase::testIncompatibleCoreVersionDependency in drupal-7.x/modules/system/system.test
Tests enabling a module that depends on a module with an incompatible core version.
ModuleDependencyTestCase::testIncompatibleModuleVersionDependency in drupal-7.x/modules/system/system.test
Tests enabling a module that depends on an incompatible version of a module.
ModuleDependencyTestCase::testMissingModules in drupal-7.x/modules/system/system.test
Attempt to enable a module with a missing dependency.
ModuleDependencyTestCase::testUninstallDependents in drupal-7.x/modules/system/system.test
Tests attempting to uninstall a module that has installed dependents.
ModuleRequiredTestCase::testDisableRequired in drupal-7.x/modules/system/system.test
Assert that core required modules cannot be disabled.
ModuleUnitTest::testModuleImplements in drupal-7.x/modules/simpletest/tests/module.test
Test module_implements() caching.
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().
ModuleVersionTestCase::testModuleVersions in drupal-7.x/modules/system/system.test
Test version dependencies.
NodeAccessBaseTableTestCase::assertTaxonomyPage in drupal-7.x/modules/node/node.test
Checks taxonomy/term listings to ensure only accessible nodes are listed.
NodeAccessBaseTableTestCase::testNodeAccessBasic in drupal-7.x/modules/node/node.test
Tests the "private" node access functionality.
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.
NodeAccessPagerTestCase::testForumPager in drupal-7.x/modules/node/node.test
Tests the forum node 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.
NodeAdminTestCase::testContentAdminPages in drupal-7.x/modules/node/node.test
Tests content overview with different user permissions.
NodeAdminTestCase::testContentAdminSort in drupal-7.x/modules/node/node.test
Tests that the table sorting works on the content admin pages.
NodeBlockFunctionalTest::testRecentNodeBlock in drupal-7.x/modules/node/node.test
Tests the recent comments block.
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.
NodePageCacheTest::testNodeDelete in drupal-7.x/modules/node/node.test
Tests deleting nodes clears page cache.
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.
NodeTitleTestCase::testNodeTitle in drupal-7.x/modules/node/node.test
Creates one node and tests if the node title has the correct value.
NodeTitleXSSTestCase::testNodeTitleXSS in drupal-7.x/modules/node/node.test
Tests XSS functionality with a node entity.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in drupal-7.x/modules/node/node.test
Tests that node type customizations persist through disable and uninstall.
NodeTypeTestCase::testNodeTypeCreation in drupal-7.x/modules/node/node.test
Tests creating a content type programmatically and via a form.
NodeTypeTestCase::testNodeTypeEditing in drupal-7.x/modules/node/node.test
Tests editing a node type using the UI.
NoHelpTestCase::testMainPageNoHelp in drupal-7.x/modules/help/help.test
Ensures modules not implementing help do not appear on admin/help.
NonDefaultBlockAdmin::testNonDefaultBlockAdmin in drupal-7.x/modules/block/block.test
Test non-default theme admin.
NumberFieldTestCase::testNumberDecimalField in drupal-7.x/modules/field/modules/number/number.test
Test number_decimal field.
NumberFieldTestCase::testNumberIntegerField in drupal-7.x/modules/field/modules/number/number.test
Test number_integer field.
OpenIDFunctionalTestCase::testBlockedUserLogin in drupal-7.x/modules/openid/openid.test
Test that a blocked user cannot log in.
OpenIDRegistrationTestCase::testRegisterUserWithEmailVerification in drupal-7.x/modules/openid/openid.test
Test OpenID auto-registration with e-mail verification enabled.
OpenIDRegistrationTestCase::testRegisterUserWithInvalidSreg in drupal-7.x/modules/openid/openid.test
Test OpenID auto-registration with a provider that supplies invalid SREG information (a username that is already taken, and no e-mail address).
OpenIDRegistrationTestCase::testRegisterUserWithoutSreg in drupal-7.x/modules/openid/openid.test
Test OpenID auto-registration with a provider that does not supply SREG information (i.e. no username or e-mail address).
OptionsSelectDynamicValuesTestCase::testSelectListDynamic in drupal-7.x/modules/field/modules/options/options.test
Tests the 'options_select' widget (single select).
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::testRadioButtons in drupal-7.x/modules/field/modules/options/options.test
Tests the 'options_buttons' widget (single select).
OptionsWidgetsTestCase::testSelectListMultiple in drupal-7.x/modules/field/modules/options/options.test
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTestCase::testSelectListSingle in drupal-7.x/modules/field/modules/options/options.test
Tests the 'options_select' widget (single 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
PagerFunctionalWebTestCase::testActiveClass in drupal-7.x/modules/simpletest/tests/pager.test
Tests markup and CSS classes of pager links.
PageTitleFiltering::testTitleTags in drupal-7.x/modules/system/system.test
Tests the handling of HTML by drupal_set_title() and drupal_get_title()
PageTitleFiltering::testTitleXSS in drupal-7.x/modules/system/system.test
Test if the title of the site is XSS proof.
PageViewTestCase::testPageView in drupal-7.x/modules/node/node.test
Tests an anonymous and unpermissioned user attempting to edit the node.
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::testNodeAlias in drupal-7.x/modules/path/path.test
Tests alias functionality through the node interfaces.
PathTestCase::testPathCache in drupal-7.x/modules/path/path.test
Tests the path cache.
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
PollExpirationTestCase::testAutoExpire in drupal-7.x/modules/poll/poll.test
PollJSAddChoice::testAddChoice in drupal-7.x/modules/poll/poll.test
Test adding a new choice.
PollTestCase::pollCreate in drupal-7.x/modules/poll/poll.test
Creates a poll.
PollTranslateTestCase::testPollTranslate in drupal-7.x/modules/poll/poll.test
Tests poll creation and translation.
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
ProfileTestAutocomplete::testAutocomplete in drupal-7.x/modules/profile/profile.test
Tests profile field autocompletion and access.
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::deleteProfileField in drupal-7.x/modules/profile/profile.test
Delete 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.
ProfileTestWeights::testProfileFieldWeights in drupal-7.x/modules/profile/profile.test
RdfCommentAttributesTestCase::testCommentRdfaMarkup in drupal-7.x/modules/rdf/rdf.test
Tests the presence of the RDFa markup for the title, date and author and homepage on registered users and anonymous comments.
RdfCommentAttributesTestCase::testCommentReplyOfRdfaMarkup in drupal-7.x/modules/rdf/rdf.test
Test RDF comment replies.
RdfCommentAttributesTestCase::testNumberOfCommentsRdfaMarkup in drupal-7.x/modules/rdf/rdf.test
Tests the presence of the RDFa markup for the number of comments.
RdfMappingDefinitionTestCase::testAttributesInMarkup1 in drupal-7.x/modules/rdf/rdf.test
Create a node of type blog and test whether the RDF mapping defined for this node type in rdf_test.module is used in the node page.
RdfMappingDefinitionTestCase::testAttributesInMarkup2 in drupal-7.x/modules/rdf/rdf.test
Create a content type and a node of type test_bundle_hook_install and test whether the RDF mapping defined in rdf_test.install is used.
RdfMappingDefinitionTestCase::testAttributesInMarkup3 in drupal-7.x/modules/rdf/rdf.test
Create a random content type and node and ensure the default mapping for node is used.
RdfMappingDefinitionTestCase::testTaxonomyTermRdfaAttributes in drupal-7.x/modules/rdf/rdf.test
Creates a random term and ensures the right RDFa markup is used.
RdfMappingDefinitionTestCase::testUserAttributesInMarkup in drupal-7.x/modules/rdf/rdf.test
Create a random user and ensure the default mapping for user is used.
RdfRdfaMarkupTestCase::testAttributesInMarkupFile in drupal-7.x/modules/rdf/rdf.test
Ensure that file fields have the correct resource as the object in RDFa when displayed as a teaser.
RdfTrackerAttributesTestCase::_testBasicTrackerRdfaMarkup in drupal-7.x/modules/rdf/rdf.test
Helper function for testAttributesInTracker().
RemoveFeedTestCase::testRemoveFeed in drupal-7.x/modules/aggregator/aggregator.test
Removes a feed and ensures that all of its services are removed.
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.
SearchCommentTestCase::testAddNewComment in drupal-7.x/modules/search/search.test
Verify that 'add new comment' does not appear in search results or index.
SearchCommentTestCase::testSearchResultsCommentAccess in drupal-7.x/modules/search/search.test
Verify access rules for comment indexing with different permissions.
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
SearchNumberMatchingTestCase::setUp in drupal-7.x/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchNumbersTestCase::setUp in drupal-7.x/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
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.
SearchRankingTestCase::testRankings in drupal-7.x/modules/search/search.test
SessionHttpsTestCase::testHttpsSession in drupal-7.x/modules/simpletest/tests/session.test
SessionTestCase::sessionReset in drupal-7.x/modules/simpletest/tests/session.test
Reset the cookie file so that it refers to the specified user.
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::testEmptySessionID in drupal-7.x/modules/simpletest/tests/session.test
Test that empty session IDs are not allowed.
SessionTestCase::testSessionSaveRegenerate in drupal-7.x/modules/simpletest/tests/session.test
Tests for drupal_save_session() and drupal_session_regenerate().
SessionTestCase::testSessionWrite in drupal-7.x/modules/simpletest/tests/session.test
Test that sessions are only saved when necessary.
ShortcutLinksTestCase::testNoShortcutLink in drupal-7.x/modules/shortcut/shortcut.test
Tests that the add shortcut link is not displayed for 404/403 errors.
ShortcutLinksTestCase::testShortcutQuickLink in drupal-7.x/modules/shortcut/shortcut.test
Tests that the "add to shortcut" link changes to "remove shortcut".
ShortcutSetsTestCase::testShortcutSetAdd in drupal-7.x/modules/shortcut/shortcut.test
Tests creating a shortcut set.
ShortcutSetsTestCase::testShortcutSetDeleteDefault in drupal-7.x/modules/shortcut/shortcut.test
Tests deleting the default shortcut set.
ShutdownFunctionsTest::testShutdownFunctions in drupal-7.x/modules/system/system.test
Test shutdown functions.
SimpleTestBrowserTestCase::testGetAbsoluteUrl in drupal-7.x/modules/simpletest/simpletest.test
Test DrupalWebTestCase::getAbsoluteUrl().
SimpleTestDiscoveryTestCase::testDiscovery in drupal-7.x/modules/simpletest/simpletest.test
Tests existence of test cases.
SimpleTestFunctionalTest::testInternalBrowser in drupal-7.x/modules/simpletest/simpletest.test
Test the internal browsers functionality.
SimpleTestFunctionalTest::testUserAgentValidation in drupal-7.x/modules/simpletest/simpletest.test
Test validation of the User-Agent header we use to perform test requests.
SimpleTestFunctionalTest::testWebTestRunner in drupal-7.x/modules/simpletest/simpletest.test
Make sure that tests selected through the web interface are run and that the results are displayed correctly.
SimpleTestInstallationProfileModuleTestsTestCase::testInstallationProfileTests in drupal-7.x/modules/simpletest/simpletest.test
Tests existence of test case located in an installation profile module.
SimpleTestOtherInstallationProfileModuleTestsTestCase::testOtherInstallationProfile in drupal-7.x/modules/simpletest/simpletest.test
Tests that tests located in another installation profile do not appear.
SiteMaintenanceTestCase::testSiteMaintenance in drupal-7.x/modules/system/system.test
Verify site maintenance mode functionality.
StatisticsAdminTestCase::testDeleteNode in drupal-7.x/modules/statistics/statistics.test
Tests that when a node is deleted, the node counter is deleted too.
StatisticsAdminTestCase::testDeleteUser in drupal-7.x/modules/statistics/statistics.test
Tests that accesslog reflects when a user is deleted.
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.
StatisticsLoggingTestCase::testLogging in drupal-7.x/modules/statistics/statistics.test
Verifies request logging for cached and uncached pages.
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.
StatisticsTokenReplaceTestCase::testStatisticsTokenReplacement in drupal-7.x/modules/statistics/statistics.test
Creates a node, then tests the statistics tokens generated from it.
SummaryLengthTestCase::testSummaryLength in drupal-7.x/modules/node/node.test
Tests the node summary length functionality.
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.
SystemAdminTestCase::testCompactMode in drupal-7.x/modules/system/system.test
Test compact mode.
SystemAuthorizeCase::drupalGetAuthorizePHP in drupal-7.x/modules/system/system.test
Helper function to initialize authorize.php and load it via drupalGet().
SystemBlockTestCase::testSystemBlocks in drupal-7.x/modules/system/system.test
Test displaying and hiding the powered-by and help blocks.
SystemIndexPhpTest::testIndexPhpHandling in drupal-7.x/modules/system/system.test
Test index.php handling.
SystemMainContentFallback::testMainContentFallback in drupal-7.x/modules/system/system.test
Test availability of main content.
SystemThemeFunctionalTest::testAdministrationTheme in drupal-7.x/modules/system/system.test
Test the administration theme functionality.
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.
TaxonomyRSSTestCase::testTaxonomyRSS in drupal-7.x/modules/taxonomy/taxonomy.test
Tests that terms added to nodes are displayed in core RSS feed.
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.
TaxonomyTermIndexTestCase::testTaxonomyTermHierarchyBreadcrumbs in drupal-7.x/modules/taxonomy/taxonomy.test
Tests that there is a link to the parent term on the child term page.
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::testTermAutocompletion in drupal-7.x/modules/taxonomy/taxonomy.test
Tests term autocompletion edge cases with slashes in the names.
TaxonomyTermTestCase::testTermInterface in drupal-7.x/modules/taxonomy/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyTermTestCase::testTermReorder in drupal-7.x/modules/taxonomy/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyThemeTestCase::testTaxonomyTermThemes in drupal-7.x/modules/taxonomy/taxonomy.test
Test the theme used when adding, viewing and editing taxonomy terms.
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().
TextFieldTestCase::_testTextfieldWidgetsFormatted in drupal-7.x/modules/field/modules/text/text.test
Helper function for testTextfieldWidgetsFormatted().
TextTranslationTestCase::testTextField in drupal-7.x/modules/field/modules/text/text.test
Test that a plaintext textfield widget is correctly populated.
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.
ThemeHookInitTestCase::testThemeInitializationHookInit in drupal-7.x/modules/simpletest/tests/theme.test
Test that the theme system can generate output when called by hook_init().
ThemeTestCase::testAlter in drupal-7.x/modules/simpletest/tests/theme.test
Ensures theme hook_*_alter() implementations can run before anything is rendered.
ThemeTestCase::testCSSOverride in drupal-7.x/modules/simpletest/tests/theme.test
Ensures a theme's .info file is able to override a module CSS file from being added to the page.
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::testTrackerNewNodes in drupal-7.x/modules/tracker/tracker.test
Tests for the presence of the "new" flag for nodes.
TrackerTest::testTrackerUser in drupal-7.x/modules/tracker/tracker.test
Tests for the presence of nodes on a user's tracker listing.
TranslationTestCase::addLanguage in drupal-7.x/modules/translation/translation.test
Installs the specified language, or enables it if it is already installed.
TranslationTestCase::assertLanguageSwitchLinks in drupal-7.x/modules/translation/translation.test
Tests whether the specified language switch links are found.
TranslationTestCase::createTranslation in drupal-7.x/modules/translation/translation.test
Creates a translation for a basic page in the specified language.
TranslationTestCase::setUp in drupal-7.x/modules/translation/translation.test
Sets up a Drupal site for running functional and integration tests.
TranslationTestCase::testContentTranslation in drupal-7.x/modules/translation/translation.test
Creates, modifies, and updates a basic page with a translation.
TriggerOtherTestCase::testActionsComment in drupal-7.x/modules/trigger/trigger.test
Tests triggering on comment save.
TriggerUnassignTestCase::testUnassignAccessDenied in drupal-7.x/modules/trigger/trigger.test
Tests an attempt to unassign triggers when none are assigned.
TriggerUserActionTestCase::testUserActionAssignmentExecution in drupal-7.x/modules/trigger/trigger.test
Tests user action assignment and execution.
TriggerUserTokenTestCase::testUserTriggerTokenReplacement in drupal-7.x/modules/trigger/trigger.test
Tests a variety of token replacements in actions.
UpdateCoreTestCase::testModulePageRegularUpdate in drupal-7.x/modules/update/update.test
Checks the messages at admin/modules when an update is missing.
UpdateCoreTestCase::testModulePageRunCron in drupal-7.x/modules/update/update.test
Checks that running cron updates the list of available updates.
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.
UpdateFeedItemTestCase::testUpdateFeedItem in drupal-7.x/modules/aggregator/aggregator.test
Tests running "update items" from 'admin/config/services/aggregator' page.
UpdateFeedTestCase::testUpdateFeed in drupal-7.x/modules/aggregator/aggregator.test
Creates a feed and attempts to update it.
UpdateScriptFunctionalTest::testRequirements in drupal-7.x/modules/system/system.test
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptFunctionalTest::testThemeSystem in drupal-7.x/modules/system/system.test
Tests the effect of using the update script on the theme system.
UpdateScriptFunctionalTest::testUpdateAccess in drupal-7.x/modules/system/system.test
Tests access to the update script.
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.
UpdateTestHelper::refreshUpdateStatus in drupal-7.x/modules/update/update.test
Refreshes the update status based on the desired available update scenario.
UpdateTestUploadCase::testFileNameExtensionMerging in drupal-7.x/modules/update/update.test
Ensures that archiver extensions are properly merged in the UI.
UpdateTestUploadCase::testUpdateManagerCoreSecurityUpdateMessages in drupal-7.x/modules/update/update.test
Checks the messages on update manager pages when missing a security update.
UrlAlterFunctionalTest::testCurrentUrlRequestedPath in drupal-7.x/modules/simpletest/tests/path.test
Test current_path() and request_path().
UrlAlterFunctionalTest::testGetQInitialized in drupal-7.x/modules/simpletest/tests/path.test
Tests that $_GET['q'] is initialized when the request path is empty.
UserAccountLinksUnitTests::testDisabledAccountLink in drupal-7.x/modules/user/user.test
Tests disabling the 'My account' link.
UserAccountLinksUnitTests::testSecondaryMenu in drupal-7.x/modules/user/user.test
Tests the secondary menu.
UserAdminTestCase::testUserAdmin in drupal-7.x/modules/user/user.test
Registers a user and deletes it.
UserAutocompleteTestCase::testUserAutocomplete in drupal-7.x/modules/user/user.test
Tests access to user autocompletion and verify the correct results.
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::testUserCancelWithoutPermission in drupal-7.x/modules/user/user.test
Attempt to cancel account without permission.
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.
UserPasswordResetTestCase::testUserPasswordResetExpired in drupal-7.x/modules/user/user.test
Attempts login using an expired password reset link.
UserPasswordResetTestCase::testUserPasswordTextboxFilled in drupal-7.x/modules/user/user.test
Prefill the text box on incorrect login via link to password reset page.
UserPermissionsTestCase::testAdministratorRole in drupal-7.x/modules/user/user.test
Test assigning of permissions for the administrator role.
UserPictureTestCase::testDeletePicture in drupal-7.x/modules/user/user.test
Tests deletion of user pictures.
UserPictureTestCase::testExternalPicture in drupal-7.x/modules/user/user.test
Test HTTP schema working with user pictures.
UserPictureTestCase::testPictureIsValid in drupal-7.x/modules/user/user.test
Do the test: Picture is valid (proper size and dimension)
UserRegistrationTestCase::testRegistrationDefaultValues in drupal-7.x/modules/user/user.test
UserRegistrationTestCase::testRegistrationWithEmailVerification 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.
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.
UserSignatureTestCase::testUserSignature in drupal-7.x/modules/user/user.test
Test that a user can change their signature format and that it is respected upon display.
UserTimeZoneFunctionalTest::testUserTimeZone in drupal-7.x/modules/user/user.test
Tests the display of dates and time when user-configurable time zones are set.