533 calls to DrupalWebTestCase::drupalGet()

AccessDeniedTestCase::testAccessDenied in drupal/modules/system/system.test
ActionLoopTestCase::triggerActions in drupal/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/modules/simpletest/tests/actions.test
Test the configuration of advanced actions through the administration interface.
AddFeedTestCase::testAddFeed in drupal/modules/aggregator/aggregator.test
Creates and ensures that a feed is unique, checks source, and deletes feed.
AddFeedTestCase::testAddLongFeed in drupal/modules/aggregator/aggregator.test
Tests feeds with very long URLs.
AdminMetaTagTestCase::testMetaTag in drupal/modules/system/system.test
Verify that the meta tag HTML is generated correctly.
AggregatorCronTestCase::testCron in drupal/modules/aggregator/aggregator.test
Adds feeds and updates them via cron process.
AggregatorRenderingTestCase::testBlockLinks in drupal/modules/aggregator/aggregator.test
Adds a feed block to the page and checks its links.
AggregatorRenderingTestCase::testFeedPage in drupal/modules/aggregator/aggregator.test
Creates a feed and checks that feed's page.
AggregatorTestCase::updateFeedItems in drupal/modules/aggregator/aggregator.test
Updates the feed items.
AJAXFormPageCacheTestCase::testSimpleAJAXFormValue in drupal/modules/simpletest/tests/ajax.test
Create a simple form, then POST to system/ajax to change to it.
AJAXFrameworkTestCase::testAJAXRender in drupal/modules/simpletest/tests/ajax.test
Test that ajax_render() returns JavaScript settings generated during the page request.
AJAXFrameworkTestCase::testLazyLoad in drupal/modules/simpletest/tests/ajax.test
Test that new JavaScript and CSS files added during an AJAX request are returned.
AJAXMultiFormTestCase::testMultiForm in drupal/modules/simpletest/tests/ajax.test
Test that a page with the 'page_node_form' included twice works correctly.
BasicMinimalUpdatePath::testBasicMinimalUpdate in drupal/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
BasicStandardUpdatePath::testBasicStandardUpdate in drupal/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
BasicUpgradePath::testBasicUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.test
Test a successful upgrade.
BatchPageTestCase::testBatchProgressPageTheme in drupal/modules/simpletest/tests/batch.test
Tests that the batch API progress page uses the correct theme.
BatchProcessingTestCase::testBatchFormMultistep in drupal/modules/simpletest/tests/batch.test
Test batches defined in a multistep form.
BatchProcessingTestCase::testBatchFormProgrammatic in drupal/modules/simpletest/tests/batch.test
Test batches defined in a programmatically submitted form.
BatchProcessingTestCase::testBatchLargePercentage in drupal/modules/simpletest/tests/batch.test
Test batches that return $context['finished'] > 1 do in fact complete. See http://drupal.org/node/600836
BatchProcessingTestCase::testBatchNoForm in drupal/modules/simpletest/tests/batch.test
Test batches triggered outside of form submission.
BatchProcessingTestCase::testDrupalFormSubmitInBatch in drupal/modules/simpletest/tests/batch.test
Test that drupal_form_submit() can run within a batch operation.
BlockAdminThemeTestCase::testAdminTheme in drupal/modules/block/block.test
Check for the accessibility of the admin theme on the block admin page.
BlockCacheTestCase::testCacheGlobal in drupal/modules/block/block.test
Test DRUPAL_CACHE_GLOBAL.
BlockCacheTestCase::testCachePerPage in drupal/modules/block/block.test
Test DRUPAL_CACHE_PER_PAGE.
BlockCacheTestCase::testCachePerRole in drupal/modules/block/block.test
Test DRUPAL_CACHE_PER_ROLE.
BlockCacheTestCase::testCachePerUser in drupal/modules/block/block.test
Test DRUPAL_CACHE_PER_USER.
BlockCacheTestCase::testNoCache in drupal/modules/block/block.test
Test DRUPAL_NO_CACHE.
BlockHiddenRegionTestCase::testBlockNotInHiddenRegion in drupal/modules/block/block.test
Tests that hidden regions do not inherit blocks when a theme is enabled.
BlockHTMLIdTestCase::testHTMLId in drupal/modules/block/block.test
Test valid HTML id.
BlockTestCase::moveBlockToRegion in drupal/modules/block/block.test
BlockTestCase::testBlockRehash in drupal/modules/block/block.test
Test _block_rehash().
BlockTestCase::testBlockVisibility in drupal/modules/block/block.test
Test block visibility.
BlockTestCase::testBlockVisibilityListedEmpty in drupal/modules/block/block.test
Test block visibility when using "pages" restriction but leaving "pages" textarea empty
BlockTestCase::testBlockVisibilityPerUser in drupal/modules/block/block.test
Test user customization of block visibility.
BlockTestCase::testCustomBlock in drupal/modules/block/block.test
Test creating custom block, moving it to a specific region and then deleting it.
BlockTestCase::testCustomBlockFormat in drupal/modules/block/block.test
Test creating custom block using Full HTML.
BlogTestCase::testBlogPageNoEntries in drupal/modules/blog/blog.test
View the blog of a user with no blog entries as another user.
BlogTestCase::testUnprivilegedUser in drupal/modules/blog/blog.test
Confirm that the "You are not allowed to post a new blog entry." message shows up if a user submitted blog entries, has been denied that permission, and goes to the blog page.
BlogTestCase::verifyBlogLinks in drupal/modules/blog/blog.test
Verify the blog links are displayed to the logged in user.
BlogTestCase::verifyBlogs in drupal/modules/blog/blog.test
Verify the logged in user has the desired access to the various blog nodes.
BookTestCase::checkBookNode in drupal/modules/book/book.test
Checks the outline of sub-pages; previous, up, and next.
BookTestCase::testBookDelete in drupal/modules/book/book.test
Tests the access for deleting top-level book nodes.
BookTestCase::testBookExport in drupal/modules/book/book.test
Tests book export ("printer-friendly version") functionality.
BookTestCase::testBookNavigationBlock in drupal/modules/book/book.test
Tests the functionality of the book navigation block.
BookTestCase::testNavigationBlockOnAccessModuleEnabled in drupal/modules/book/book.test
Tests the book navigation block when an access module is enabled.
BootstrapDestinationTestCase::testDestination in drupal/modules/simpletest/tests/bootstrap.test
Tests that $_GET/$_REQUEST['destination'] only contain internal URLs.
BootstrapGetFilenameWebTestCase::testRecursiveRebuilds in drupal/modules/simpletest/tests/bootstrap.test
Test that drupal_get_filename() does not break recursive rebuilds.
BootstrapGetFilenameWebTestCase::testWatchdog in drupal/modules/simpletest/tests/bootstrap.test
Test that watchdog messages about missing files are correctly recorded.
BootstrapPageCacheTestCase::testConditionalRequests in drupal/modules/simpletest/tests/bootstrap.test
Test support for requests containing If-Modified-Since and If-None-Match headers.
BootstrapPageCacheTestCase::testPageCache in drupal/modules/simpletest/tests/bootstrap.test
Test cache headers.
BootstrapPageCacheTestCase::testPageCompression in drupal/modules/simpletest/tests/bootstrap.test
Test page compression.
BootstrapVariableTestCase::testVariable in drupal/modules/simpletest/tests/bootstrap.test
testVariable
CacheSavingCase::testNoEmptyCids in drupal/modules/simpletest/tests/cache.test
Test no empty cids are written in cache table.
CascadingStylesheetsTestCase::testAddCssFileWithQueryString in drupal/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/modules/simpletest/tests/common.test
Test that stylesheets in module .info files are loaded.
CascadingStylesheetsTestCase::testRenderInlineFullPage in drupal/modules/simpletest/tests/common.test
Tests rendering inline stylesheets through a full page request.
CategorizeFeedTestCase::testCategorizeFeed in drupal/modules/aggregator/aggregator.test
Creates a feed and makes sure you can add/delete categories to it.
ColorTestCase::_testColor in drupal/modules/color/color.test
Tests the Color module functionality using the given theme.
CommentAnonymous::testAnonymous in drupal/modules/comment/comment.test
Test anonymous comment functionality.
CommentApprovalTest::testApprovalAdminInterface in drupal/modules/comment/comment.test
Test comment approval functionality through admin/content/comment.
CommentApprovalTest::testApprovalNodeInterface in drupal/modules/comment/comment.test
Test comment approval functionality through node interface.
CommentBlockFunctionalTest::testRecentCommentBlock in drupal/modules/comment/comment.test
Test the recent comments block.
CommentHelperCase::getUnapprovedComment in drupal/modules/comment/comment.test
Get the comment ID for an unapproved comment.
CommentHelperCase::postComment in drupal/modules/comment/comment.test
Post comment.
CommentInterfaceTest::assertCommentLinks in drupal/modules/comment/comment.test
Asserts that comment links appear according to the passed environment setup.
CommentInterfaceTest::testCommentClasses in drupal/modules/comment/comment.test
Tests CSS classes on comments.
CommentInterfaceTest::testCommentInterface in drupal/modules/comment/comment.test
Test comment interface.
CommentInterfaceTest::testCommentNewCommentsIndicator in drupal/modules/comment/comment.test
Tests new comment marker.
CommentInterfaceTest::testCommentNodeCommentStatistics in drupal/modules/comment/comment.test
Tests the node comment statistics.
CommentNodeAccessTest::testThreadedCommentView in drupal/modules/comment/comment.test
Test that threaded comments can be viewed.
CommentPagerTest::testCommentNewPageIndicator in drupal/modules/comment/comment.test
Test comment_new_page_count().
CommentPagerTest::testCommentOrderingThreading in drupal/modules/comment/comment.test
Test comment ordering and threading.
CommentPagerTest::testCommentPaging in drupal/modules/comment/comment.test
Confirm comment paging works correctly with flat and threaded comments.
CommentPreviewTest::testCommentEditPreviewSave in drupal/modules/comment/comment.test
Test comment edit, preview, and save.
CommentRSSUnitTest::testCommentRSS in drupal/modules/comment/comment.test
Test comments as part of an RSS feed.
CommentThreadingTestCase::testCommentThreading in drupal/modules/comment/comment.test
Tests the comment threading.
CommentTokenReplaceTestCase::testCommentTokenReplacement in drupal/modules/comment/comment.test
Creates a comment, then tests the tokens generated from it.
ConfirmFormTest::testConfirmForm in drupal/modules/system/system.test
Tests that the confirm form does not use external destinations.
ContactPersonalTestCase::testPersonalContactAccess in drupal/modules/contact/contact.test
Tests access to the personal contact form.
ContactPersonalTestCase::testPersonalContactFlood in drupal/modules/contact/contact.test
Tests the personal contact form flood protection.
ContactSitewideTestCase::testSiteWideContact in drupal/modules/contact/contact.test
Tests configuration options and the site-wide contact form.
ContextualDynamicContextTestCase::testNodeLinks in drupal/modules/contextual/contextual.test
Tests contextual links on node lists with different permissions.
CronRunTestCase::testAutomaticCron in drupal/modules/system/system.test
Ensure that the automatic cron run feature is working.
CronRunTestCase::testCronRun in drupal/modules/system/system.test
Test cron runs.
DashboardBlocksTestCase::testBlockAvailability in drupal/modules/dashboard/dashboard.test
Tests that administrative blocks are available for the dashboard.
DashboardBlocksTestCase::testDashboardAccess in drupal/modules/dashboard/dashboard.test
Tests adding a block to the dashboard and checking access to it.
DashboardBlocksTestCase::testDashboardRegions in drupal/modules/dashboard/dashboard.test
Tests that dashboard regions are displayed or hidden properly.
DashboardBlocksTestCase::testDisableEnable in drupal/modules/dashboard/dashboard.test
Tests that the dashboard module can be re-enabled, retaining its blocks.
DatabaseSelectPagerDefaultTestCase::testEvenPagerQuery in drupal/modules/simpletest/tests/database_test.test
Confirm that a pager query returns the correct results.
DatabaseSelectPagerDefaultTestCase::testOddPagerQuery in drupal/modules/simpletest/tests/database_test.test
Confirm that a pager query returns the correct results.
DatabaseSelectTableSortDefaultTestCase::testTableSortDefaultSort in drupal/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/modules/simpletest/tests/database_test.test
Confirm that a tablesort query returns the correct results.
DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst in drupal/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/modules/simpletest/tests/database_test.test
Confirm that temporary tables work and are limited to one request.
DateFormatTestCase::testDefaultDateFormats in drupal/modules/system/system.test
Test the default date type formats are consistent.
DateTimeFunctionalTest::testDateFormatConfiguration in drupal/modules/system/system.test
Test date format configuration.
DateTimeFunctionalTest::testDateTypeConfiguration in drupal/modules/system/system.test
Test date type configuration.
DateTimeFunctionalTest::testTimeZoneHandling in drupal/modules/system/system.test
Test time zones and DST handling.
DBLogTestCase::doNode in drupal/modules/dblog/dblog.test
Generates and then verifies some node events.
DBLogTestCase::doUser in drupal/modules/dblog/dblog.test
Generates and then verifies some user events.
DBLogTestCase::testFilter in drupal/modules/dblog/dblog.test
Tests the database log filter functionality at admin/reports/dblog.
DBLogTestCase::testLogMessageSanitized in drupal/modules/dblog/dblog.test
Make sure HTML tags are filtered out in the log detail page.
DBLogTestCase::verifyReports in drupal/modules/dblog/dblog.test
Confirms that database log reports are displayed at the correct paths.
DrupalErrorCollectionUnitTest::testErrorCollect in drupal/modules/simpletest/tests/common.test
Test that simpletest collects errors from the tested site.
DrupalErrorHandlerTestCase::testErrorHandler in drupal/modules/simpletest/tests/error.test
Test the error handler.
DrupalErrorHandlerTestCase::testExceptionHandler in drupal/modules/simpletest/tests/error.test
Test the exception handler.
DrupalGetRdfNamespacesTestCase::testGetRdfNamespaces in drupal/modules/simpletest/tests/common.test
Test RDF namespaces.
DrupalGotoTest::testDrupalGetDestination in drupal/modules/simpletest/tests/common.test
Test drupal_get_destination().
DrupalGotoTest::testDrupalGoto in drupal/modules/simpletest/tests/common.test
Test drupal_goto().
DrupalGotoTest::testDrupalGotoAlter in drupal/modules/simpletest/tests/common.test
Test hook_drupal_goto_alter().
DrupalSetMessageTest::testSetRemoveMessages in drupal/modules/system/system.test
Tests setting messages and removing one before it is displayed.
DrupalWebTestCase::checkForMetaRefresh in drupal/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/modules/simpletest/drupal_web_test_case.php
Follows a link by name.
DrupalWebTestCase::cronRun in drupal/modules/simpletest/drupal_web_test_case.php
Runs cron in the Drupal installed by Simpletest.
DrupalWebTestCase::drupalGetAJAX in drupal/modules/simpletest/drupal_web_test_case.php
Retrieve a Drupal path or an absolute path and JSON decode the result.
DrupalWebTestCase::drupalLogout in drupal/modules/simpletest/drupal_web_test_case.php
DrupalWebTestCase::drupalPost in drupal/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/modules/simpletest/drupal_web_test_case.php
Execute an Ajax submission.
EarlyBootstrapTestCase::testHookBoot in drupal/modules/simpletest/tests/boot.test
Test hook_boot() on both regular and "early exit" pages.
EnableDisableTestCase::testEnableDisable in drupal/modules/system/system.test
Test that all core modules can be enabled, disabled and uninstalled.
EntityFieldQueryTestCase::testEntityFieldQueryAccess in drupal/modules/simpletest/tests/entity_query.test
Tests EntityFieldQuery access on non-node entities.
FeedParserTestCase::testAtomSample in drupal/modules/aggregator/aggregator.test
Tests a feed that uses the Atom format.
FeedParserTestCase::testHtmlEntitiesSample in drupal/modules/aggregator/aggregator.test
Tests a feed that uses HTML entities in item titles.
FeedParserTestCase::testRSS091Sample in drupal/modules/aggregator/aggregator.test
Tests a feed that uses the RSS 0.91 format.
FieldFormTestCase::testFieldFormAccess in drupal/modules/field/tests/field.test
Tests fields with no 'edit' access.
FieldFormTestCase::testFieldFormJSAddMore in drupal/modules/field/tests/field.test
FieldFormTestCase::testFieldFormMultipleWidget in drupal/modules/field/tests/field.test
Tests widgets handling multiple values.
FieldFormTestCase::testFieldFormMultivalueWithRequiredRadio in drupal/modules/field/tests/field.test
Tests widget handling of multiple required radios.
FieldFormTestCase::testFieldFormSingle in drupal/modules/field/tests/field.test
FieldFormTestCase::testFieldFormUnlimited in drupal/modules/field/tests/field.test
FieldFormTestCase::testNestedFieldForm in drupal/modules/field/tests/field.test
Tests Field API form integration within a subform.
FieldUIAlterTestCase::testDefaultWidgetPropertiesAlter in drupal/modules/field_ui/field_ui.test
Tests hook_field_widget_properties_alter() on the default field widget.
FieldUIManageDisplayTestCase::testFormatterUI in drupal/modules/field_ui/field_ui.test
Tests formatter settings.
FieldUIManageFieldsTestCase::addExistingField in drupal/modules/field_ui/field_ui.test
Tests adding an existing field in another content type.
FieldUIManageFieldsTestCase::createField in drupal/modules/field_ui/field_ui.test
Tests adding a new field.
FieldUIManageFieldsTestCase::manageFieldsPage in drupal/modules/field_ui/field_ui.test
Tests the manage fields page.
FieldUIManageFieldsTestCase::testDefaultValue in drupal/modules/field_ui/field_ui.test
Tests that default value is correctly validated and saved.
FieldUIManageFieldsTestCase::testHiddenFields in drupal/modules/field_ui/field_ui.test
Tests that Field UI respects the 'no_ui' option in hook_field_info().
FieldUIManageFieldsTestCase::testRenameBundle in drupal/modules/field_ui/field_ui.test
Tests renaming a bundle.
FieldUIManageFieldsTestCase::updateField in drupal/modules/field_ui/field_ui.test
Tests editing an existing field.
FieldUITestCase::fieldUIDeleteField in drupal/modules/field_ui/field_ui.test
Deletes a field instance through the Field UI.
FileDownloadTest::checkUrl in drupal/modules/simpletest/tests/file.test
Download a file from the URL generated by file_create_url().
FileDownloadTest::testPrivateFileTransfer in drupal/modules/simpletest/tests/file.test
Test the private file transfer system.
FileFieldAnonymousSubmission::testAnonymousNode in drupal/modules/file/tests/file.test
Tests the basic node submission for an anonymous visitor.
FileFieldAnonymousSubmission::testAnonymousNodeWithFile in drupal/modules/file/tests/file.test
Tests file submission for an anonymous visitor.
FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle in drupal/modules/file/tests/file.test
Helper method to test file submissions with missing node titles.
FileFieldDisplayTestCase::testDefaultFileFieldDisplay in drupal/modules/file/tests/file.test
Tests default display of File Field.
FileFieldDisplayTestCase::testNodeDisplay in drupal/modules/file/tests/file.test
Tests normal formatter display on node display.
FileFieldRevisionTestCase::testRevisions in drupal/modules/file/tests/file.test
Tests creating multiple revisions of a node and managing attached files.
FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit in drupal/modules/file/tests/file.test
Helper for testing exploiting the temporary file removal using fid.
FileFieldWidgetTestCase::testMultiValuedWidget in drupal/modules/file/tests/file.test
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTestCase::testPrivateFileComment in drupal/modules/file/tests/file.test
Tests that download restrictions on private files work on comments.
FileFieldWidgetTestCase::testPrivateFileSetting in drupal/modules/file/tests/file.test
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTestCase::testSingleValuedWidget in drupal/modules/file/tests/file.test
Tests upload and remove buttons for a single-valued File field.
FileFieldWidgetTestCase::testWidgetValidation in drupal/modules/file/tests/file.test
Tests validation with the Upload button.
FileManagedFileElementTestCase::testManagedFile in drupal/modules/file/tests/file.test
Tests the managed_file element type.
FilePrivateTestCase::testPrivateFile in drupal/modules/file/tests/file.test
Tests file access for file uploaded to a private node.
FileTaxonomyTermTestCase::_testTermFile in drupal/modules/file/tests/file.test
Runs tests for attaching a file field to a taxonomy term.
FilledMinimalUpdatePath::testFilledStandardUpdate in drupal/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
FilledStandardUpdatePath::testFilledStandardUpdate in drupal/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
FilterAdminTestCase::testFilterAdmin in drupal/modules/filter/filter.test
Tests filter administration functionality.
FilterAdminTestCase::testFormatAdmin in drupal/modules/filter/filter.test
Tests the format administration functionality.
FilterCRUDTestCase::testTextFormatCRUD in drupal/modules/filter/filter.test
Tests CRUD operations for text formats and filters.
FilterFormatAccessTestCase::testFormatPermissions in drupal/modules/filter/filter.test
Tests the Filter format access permissions functionality.
FilterFormatAccessTestCase::testFormatWidgetPermissions in drupal/modules/filter/filter.test
Tests editing a page using a disallowed text format.
FilterSecurityTestCase::testDisableFilterModule in drupal/modules/filter/filter.test
Tests removal of filtered content when an active filter is disabled.
FormAlterTestCase::testExecutionOrder in drupal/modules/simpletest/tests/form.test
Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter().
FormElementTestCase::testOptions in drupal/modules/simpletest/tests/form.test
Tests expansion of #options for #type checkboxes and radios.
FormsElementsLabelsTestCase::testFormLabels in drupal/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/modules/simpletest/tests/form.test
Test the #js_select property.
FormsElementsTableSelectFunctionalTest::testEmptyText in drupal/modules/simpletest/tests/form.test
Test the display of the #empty text when #options is an empty array.
FormsElementsTableSelectFunctionalTest::testMultipleFalse in drupal/modules/simpletest/tests/form.test
Test the display of radios when #multiple is FALSE.
FormsElementsTableSelectFunctionalTest::testMultipleTrue in drupal/modules/simpletest/tests/form.test
Test the display of checkboxes when #multiple is TRUE.
FormsElementsVerticalTabsFunctionalTest::testJavaScriptOrdering in drupal/modules/simpletest/tests/form.test
Ensures that vertical-tabs.js is included before collapse.js.
FormsFormStoragePageCacheTestCase::testRebuildFormStorageOnCachedPage in drupal/modules/simpletest/tests/form.test
Build-id is regenerated when rebuilding cached form.
FormsFormStoragePageCacheTestCase::testValidateFormStorageOnCachedPage in drupal/modules/simpletest/tests/form.test
Build-id is regenerated when validating cached form.
FormsFormStorageTestCase::testCachedFormStorageValidation in drupal/modules/simpletest/tests/form.test
Tests updating cached form storage during form validation.
FormsFormStorageTestCase::testForm in drupal/modules/simpletest/tests/form.test
Tests using the form in a usual way.
FormsFormStorageTestCase::testFormCached in drupal/modules/simpletest/tests/form.test
Tests using the form with an activated $form_state['cache'] property.
FormsFormStorageTestCase::testImmutableForm in drupal/modules/simpletest/tests/form.test
Verifies that form build-id is regenerated when loading an immutable form from the cache.
FormsFormStorageTestCase::testImmutableFormLegacyProtection in drupal/modules/simpletest/tests/form.test
Verify that existing contrib code cannot overwrite immutable form state.
FormsFormStorageTestCase::testMutableForm in drupal/modules/simpletest/tests/form.test
Verify that the form build-id remains the same when validation errors occur on a mutable form.
FormsFormWrapperTestCase::testWrapperCallback in drupal/modules/simpletest/tests/form.test
Tests using the form in a usual way.
FormsRebuildTestCase::testPreserveFormActionAfterAJAX in drupal/modules/simpletest/tests/form.test
Tests that a form's action is retained after an Ajax submission.
FormsTestCase::testDisabledElements in drupal/modules/simpletest/tests/form.test
Test handling of disabled elements.
FormsTestCase::testDisabledMarkup in drupal/modules/simpletest/tests/form.test
Verify markup for disabled form elements.
FormsTestCase::testInputForgery in drupal/modules/simpletest/tests/form.test
Test Form API protections against input forgery.
FormsTestCase::testSelect in drupal/modules/simpletest/tests/form.test
Tests validation of #type 'select' elements.
FormsTriggeringElementTestCase::testAttemptAccessControlBypass in drupal/modules/simpletest/tests/form.test
Test that $form_state['triggering_element'] does not get set to a button with #access=FALSE.
FormValidationTestCase::testMultiFormSameNameErrorClass in drupal/modules/simpletest/tests/form.test
Tests error border of multiple fields with same name in a page.
FormValidationTestCase::testValidate in drupal/modules/simpletest/tests/form.test
Tests form alterations by #element_validate, #validate, and form_set_value().
ForumIndexTestCase::testForumIndexStatus in drupal/modules/forum/forum.test
Tests the forum index for published and unpublished nodes.
ForumTestCase::createForumTopic in drupal/modules/forum/forum.test
Creates forum topic.
ForumTestCase::deleteForum in drupal/modules/forum/forum.test
Deletes a forum.
ForumTestCase::doAdminTests in drupal/modules/forum/forum.test
Runs admin tests on the admin user.
ForumTestCase::testForum in drupal/modules/forum/forum.test
Tests forum functionality through the admin and user interfaces.
ForumTestCase::verifyForums in drupal/modules/forum/forum.test
Verifies that the logged in user has access to a forum nodes.
ForumTestCase::verifyForumView in drupal/modules/forum/forum.test
Verifies display of forum page.
ForumTestCase::viewForumTopics in drupal/modules/forum/forum.test
Views forum topics to test the display of an active forum block.
ForumUpgradePathTestCase::testForumUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.forum.test
Test a successful upgrade (no negotiation).
FrontPageTestCase::testDrupalIsFrontPage in drupal/modules/system/system.test
Test front page functionality.
HelpTestCase::testHelp in drupal/modules/help/help.test
Logs in users, creates dblog events, and tests dblog functionality.
HelpTestCase::verifyHelp in drupal/modules/help/help.test
Verifies the logged in user has access to the various help nodes.
HookBootExitTestCase::testHookBootExit in drupal/modules/simpletest/tests/bootstrap.test
Test calling of hook_boot() and hook_exit().
HTMLIdTestCase::testHTMLId in drupal/modules/simpletest/tests/form.test
Tests that HTML IDs do not get duplicated when form validation fails.
ImageAdminStylesUnitTest::testDefaultStyle in drupal/modules/image/image.test
Test to override, edit, then revert a style.
ImageAdminStylesUnitTest::testStyle in drupal/modules/image/image.test
General test to add a style, add/remove/edit effects to it, then delete it.
ImageAdminStylesUnitTest::testStyleReplacement in drupal/modules/image/image.test
Test deleting a style and choosing a replacement style.
ImageAdminUiTestCase::testAddEffectHelpText in drupal/modules/image/image.test
Test if the help text is available on the add effect form.
ImageAdminUiTestCase::testEditEffectHelpText in drupal/modules/image/image.test
Test if the help text is available on the edit effect form.
ImageDimensionsTestCase::testImageDimensions in drupal/modules/image/image.test
Test styled image dimensions cumulatively.
ImageFieldDefaultImagesTestCase::testDefaultImages in drupal/modules/image/image.test
Tests CRUD for fields and fields instances with default images.
ImageFieldDisplayTestCase::testImageFieldDefaultImage in drupal/modules/image/image.test
Test use of a default image with an image field.
ImageFieldDisplayTestCase::testImageFieldSettings in drupal/modules/image/image.test
Tests for image field settings.
ImageFieldDisplayTestCase::_testImageFieldFormatters in drupal/modules/image/image.test
Test image formatters on node display.
ImageStylesPathAndUrlTestCase::testImageContentTypeHeaders in drupal/modules/image/image.test
Test that we do not pass an array to drupal_add_http_header.
ImageStylesPathAndUrlTestCase::testImageStyleUrlForMissingSourceImage in drupal/modules/image/image.test
Test that an invalid source image returns a 404.
ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in drupal/modules/image/image.test
Test image_style_url().
ImportOPMLTestCase::openImportForm in drupal/modules/aggregator/aggregator.test
Opens OPML import form.
IPAddressBlockingTestCase::testIPAddressValidation in drupal/modules/system/system.test
Test a variety of user input to confirm correct validation and saving of data.
JavaScriptTestCase::testAddJsFileWithQueryString in drupal/modules/simpletest/tests/common.test
Tests that the query string remains intact when adding JavaScript files that have query string parameters.
JavaScriptTestCase::testJavaScriptAlwaysUseJQuery in drupal/modules/simpletest/tests/common.test
Test the 'javascript_always_use_jquery' variable.
ListFieldUITestCase::testListAllowedValuesBoolean in drupal/modules/field/modules/list/tests/list.test
List (boolen) : test 'On/Off' values input.
LocaleCommentLanguageFunctionalTest::testCommentLanguage in drupal/modules/locale/locale.test
Test that comment language is properly set.
LocaleConfigurationTest::testLanguageConfiguration in drupal/modules/locale/locale.test
Functional tests for adding, editing and deleting languages.
LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in drupal/modules/locale/locale.test
Test if a content type can be set to multilingual and language setting is present on node add and edit forms.
LocaleContentFunctionalTest::testMachineNameLTR in drupal/modules/locale/locale.test
Verifies that machine name fields are always LTR.
LocaleCSSAlterTest::testCSSFilesOrderInRTLMode in drupal/modules/locale/locale.test
Verifies that -rtl.css file is added directly after LTR .css file.
LocaleDateFormatsFunctionalTest::testLocalizeDateFormats in drupal/modules/locale/locale.test
Functional tests for localizing date formats.
LocaleLanguageNegotiationInfoFunctionalTest::languageNegotiationUpdate in drupal/modules/locale/locale.test
Update language types/negotiation information.
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in drupal/modules/locale/locale.test
Tests alterations to language types/negotiation info.
LocaleLanguageSwitchingFunctionalTest::testLanguageBlock in drupal/modules/locale/locale.test
Functional tests for the language switcher block.
LocaleMultilingualFieldsFunctionalTest::testMultilingualDisplaySettings in drupal/modules/locale/locale.test
LocaleMultilingualFieldsFunctionalTest::testMultilingualNodeForm in drupal/modules/locale/locale.test
Test if field languages are correctly set through the node form.
LocalePathFunctionalTest::testPathLanguageConfiguration in drupal/modules/locale/locale.test
Test if a language can be associated with a path alias.
LocalePluralFormatTest::testGetPluralFormat in drupal/modules/locale/locale.test
Tests locale_get_plural() functionality.
LocaleTranslationFunctionalTest::testJavaScriptTranslation in drupal/modules/locale/locale.test
LocaleTranslationFunctionalTest::testStringTranslation in drupal/modules/locale/locale.test
Adds a language and tests string translation by users with the appropriate permissions.
LocaleUILanguageNegotiationTest::runTest in drupal/modules/locale/locale.test
LocaleUILanguageNegotiationTest::testUILanguageNegotiation in drupal/modules/locale/locale.test
Tests for language switching by URL path.
LocaleUILanguageNegotiationTest::testUrlLanguageFallback in drupal/modules/locale/locale.test
Test URL language detection when the requested URL has no language.
LocaleUninstallFunctionalTest::testUninstallProcess in drupal/modules/locale/locale.test
Check if the values of the Locale variables are correct after uninstall.
LocaleUpgradePathTestCase::assertPageInLanguage in drupal/modules/simpletest/tests/upgrade/upgrade.locale.test
Asserts that a page exists and is in the specified language.
LocaleUpgradePathTestCase::testLocaleUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.locale.test
Test a successful upgrade (no negotiation).
LocaleUpgradePathTestCase::testLocaleUpgradeDomain in drupal/modules/simpletest/tests/upgrade/upgrade.locale.test
Test an upgrade with domain-based negotiation.
LocaleUpgradePathTestCase::testLocaleUpgradePathDefault in drupal/modules/simpletest/tests/upgrade/upgrade.locale.test
Test an upgrade with path-based negotiation.
LocaleUrlRewritingTest::checkUrl in drupal/modules/locale/locale.test
Check URL rewriting for the given language.
LocaleUserCreationTest::testLocalUserCreation in drupal/modules/locale/locale.test
Functional test for language handling during user creation.
LocaleUserLanguageFunctionalTest::testUserLanguageConfiguration in drupal/modules/locale/locale.test
Test if user can change their default language.
LockFunctionalTest::testLockAcquire in drupal/modules/simpletest/tests/lock.test
Confirm that we can acquire and release locks in two parallel requests.
MenuNodeTestCase::testMenuNodeFormWidget in drupal/modules/menu/menu.test
Test creating, editing, deleting menu links via node form widget.
MenuRebuildTestCase::testMenuRebuildByVariable in drupal/modules/simpletest/tests/menu.test
Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call.
MenuRouterTestCase::menuItemTitlesCasesHelper in drupal/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/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/modules/simpletest/tests/menu.test
Test path containing "exotic" characters.
MenuRouterTestCase::testFileInheritance in drupal/modules/simpletest/tests/menu.test
Test that 'page callback', 'file' and 'file path' keys are properly inherited from parent menu paths.
MenuRouterTestCase::testHookCustomTheme in drupal/modules/simpletest/tests/menu.test
Test that hook_custom_theme() can control the theme of a page.
MenuRouterTestCase::testMaintenanceModeLoginPaths in drupal/modules/simpletest/tests/menu.test
Make sure the maintenance mode can be bypassed using hook_menu_site_status_alter().
MenuRouterTestCase::testMenuGetItemNoAncestors in drupal/modules/simpletest/tests/menu.test
Test menu_get_item() with empty ancestors.
MenuRouterTestCase::testMenuLinkMaintain in drupal/modules/simpletest/tests/menu.test
Tests for menu_link_maintain().
MenuRouterTestCase::testMenuLinkOptions in drupal/modules/simpletest/tests/menu.test
Test menu link 'options' storage and rendering.
MenuRouterTestCase::testThemeCallbackAdministrative in drupal/modules/simpletest/tests/menu.test
Test the theme callback when it is set to use an administrative theme.
MenuRouterTestCase::testThemeCallbackFakeTheme in drupal/modules/simpletest/tests/menu.test
Test the theme callback when it is set to use a theme that does not exist.
MenuRouterTestCase::testThemeCallbackHookCustomTheme in drupal/modules/simpletest/tests/menu.test
Test that the theme callback wins out over hook_custom_theme().
MenuRouterTestCase::testThemeCallbackInheritance in drupal/modules/simpletest/tests/menu.test
Test that the theme callback is properly inherited.
MenuRouterTestCase::testThemeCallbackMaintenanceMode in drupal/modules/simpletest/tests/menu.test
Test the theme callback when the site is in maintenance mode.
MenuRouterTestCase::testThemeCallbackNoThemeRequested in drupal/modules/simpletest/tests/menu.test
Test the theme callback when no theme is requested.
MenuRouterTestCase::testThemeCallbackOptionalTheme in drupal/modules/simpletest/tests/menu.test
Test the theme callback when it is set to use an optional theme.
MenuRouterTestCase::testTitleCallbackFalse in drupal/modules/simpletest/tests/menu.test
Test title callback set to FALSE.
MenuRouterTestCase::testTitleMenuCallback in drupal/modules/simpletest/tests/menu.test
Tests page title of MENU_CALLBACKs.
MenuTestCase::addCustomMenu in drupal/modules/menu/menu.test
Add custom menu.
MenuTestCase::addCustomMenuCRUD in drupal/modules/menu/menu.test
Add custom menu using CRUD functions.
MenuTestCase::addMenuLink in drupal/modules/menu/menu.test
Add a menu link using the menu module UI.
MenuTestCase::deleteMenuLink in drupal/modules/menu/menu.test
Delete a menu link using the menu module UI.
MenuTestCase::modifyMenuLink in drupal/modules/menu/menu.test
Modify a menu link using the menu module UI.
MenuTestCase::resetMenuLink in drupal/modules/menu/menu.test
Reset a standard menu link using the menu module UI.
MenuTestCase::testMenu in drupal/modules/menu/menu.test
Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
MenuTestCase::testMenuQueryAndFragment in drupal/modules/menu/menu.test
Add and remove a menu link with a query string and fragment.
MenuTestCase::toggleMenuLink in drupal/modules/menu/menu.test
Alternately disable and enable a menu link.
MenuTestCase::verifyAccess in drupal/modules/menu/menu.test
Verify the logged in user has the desired access to the various menu nodes.
MenuTestCase::verifyMenuLink in drupal/modules/menu/menu.test
Verify a menu link using the menu module UI.
MenuTrailTestCase::testCustom403And404Pages in drupal/modules/simpletest/tests/menu.test
Tests that the active trail works correctly on custom 403 and 404 pages.
MenuUpgradePathTestCase::testMenuUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.menu.test
Test a successful upgrade.
MenuWebTestCase::assertBreadcrumb in drupal/modules/simpletest/tests/menu.test
Assert that a given path shows certain breadcrumb links.
ModuleDependencyTestCase::testIncompatibleCoreVersionDependency in drupal/modules/system/system.test
Tests enabling a module that depends on a module with an incompatible core version.
ModuleDependencyTestCase::testIncompatibleModuleVersionDependency in drupal/modules/system/system.test
Tests enabling a module that depends on an incompatible version of a module.
ModuleDependencyTestCase::testMissingModules in drupal/modules/system/system.test
Attempt to enable a module with a missing dependency.
ModuleDependencyTestCase::testUninstallDependents in drupal/modules/system/system.test
Tests attempting to uninstall a module that has installed dependents.
ModuleProvidedThemeEngineTestCase::testEngineIsFoundAndWorking in drupal/modules/simpletest/tests/theme.test
Ensures that the module provided theme engine is found and used by core.
ModuleRequiredTestCase::testDisableRequired in drupal/modules/system/system.test
Assert that core required modules cannot be disabled.
ModuleUnitTest::testModuleImplements in drupal/modules/simpletest/tests/module.test
Test module_implements() caching.
ModuleUnitTest::testModuleInvoke in drupal/modules/simpletest/tests/module.test
Test that module_invoke() can load a hook defined in hook_hook_info().
ModuleUnitTest::testModuleInvokeAll in drupal/modules/simpletest/tests/module.test
Test that module_invoke_all() can load a hook defined in hook_hook_info().
ModuleVersionTestCase::testModuleVersions in drupal/modules/system/system.test
Test version dependencies.
NodeAccessBaseTableTestCase::assertTaxonomyPage in drupal/modules/node/node.test
Checks taxonomy/term listings to ensure only accessible nodes are listed.
NodeAccessBaseTableTestCase::testNodeAccessBasic in drupal/modules/node/node.test
Tests the "private" node access functionality.
NodeAccessFieldTestCase::testNodeAccessAdministerField in drupal/modules/node/node.test
Tests administering fields when node access is restricted.
NodeAccessPagerTestCase::testCommentPager in drupal/modules/node/node.test
Tests the comment pager for nodes with multiple grants per realm.
NodeAccessPagerTestCase::testForumPager in drupal/modules/node/node.test
Tests the forum node pager for nodes with multiple grants per realm.
NodeAccessRebuildTestCase::testNodeAccessRebuild in drupal/modules/node/node.test
Tests rebuilding the node access permissions table.
NodeAdminTestCase::testContentAdminPages in drupal/modules/node/node.test
Tests content overview with different user permissions.
NodeAdminTestCase::testContentAdminSort in drupal/modules/node/node.test
Tests that the table sorting works on the content admin pages.
NodeBlockFunctionalTest::testRecentNodeBlock in drupal/modules/node/node.test
Tests the recent comments block.
NodeBodyUpgradePathTestCase::testNodeBodyUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.node.test
Test a successful upgrade.
NodeEntityFieldQueryAlter::testNodeQueryAlterWithUI in drupal/modules/node/node.test
Tests that node access permissions are followed.
NodeEntityViewModeAlterTest::testNodeViewModeChange in drupal/modules/node/node.test
Create a "Basic page" node and verify its consistency in the database.
NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField in drupal/modules/node/node.test
Tests fields that were previously hidden when the view mode is changed.
NodeLoadMultipleTestCase::testNodeMultipleLoad in drupal/modules/node/node.test
Create four nodes and ensure they're loaded correctly.
NodeMultiByteUtf8Test::testMultiByteUtf8 in drupal/modules/node/node.test
Tests that multi-byte UTF-8 characters are stored and retrieved correctly.
NodePageCacheTest::testNodeDelete in drupal/modules/node/node.test
Tests deleting nodes clears page cache.
NodeQueryAlter::testNodeQueryAlterWithUI in drupal/modules/node/node.test
Tests that node access permissions are followed.
NodeRevisionsTestCase::testNodeRevisionWithoutLogMessage in drupal/modules/node/node.test
Checks that revisions are correctly saved without log messages.
NodeRevisionsTestCase::testRevisions in drupal/modules/node/node.test
Checks node revision related operations.
NodeRSSContentTestCase::testNodeRSSContent in drupal/modules/node/node.test
Ensures that a new node includes the custom data when added to an RSS feed.
NodeTitleTestCase::testNodeTitle in drupal/modules/node/node.test
Creates one node and tests if the node title has the correct value.
NodeTitleXSSTestCase::testNodeTitleXSS in drupal/modules/node/node.test
Tests XSS functionality with a node entity.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in drupal/modules/node/node.test
Tests that node type customizations persist through disable and uninstall.
NodeTypeTestCase::testNodeTypeCreation in drupal/modules/node/node.test
Tests creating a content type programmatically and via a form.
NodeTypeTestCase::testNodeTypeEditing in drupal/modules/node/node.test
Tests editing a node type using the UI.
NoHelpTestCase::testMainPageNoHelp in drupal/modules/help/help.test
Ensures modules not implementing help do not appear on admin/help.
NonDefaultBlockAdmin::testNonDefaultBlockAdmin in drupal/modules/block/block.test
Test non-default theme admin.
NumberFieldTestCase::testNumberDecimalField in drupal/modules/field/modules/number/number.test
Test number_decimal field.
NumberFieldTestCase::testNumberIntegerField in drupal/modules/field/modules/number/number.test
Test number_integer field.
OpenIDFunctionalTestCase::testBlockedUserLogin in drupal/modules/openid/openid.test
Test that a blocked user cannot log in.
OpenIDRegistrationTestCase::testRegisterUserWithEmailVerification in drupal/modules/openid/openid.test
Test OpenID auto-registration with e-mail verification enabled.
OpenIDRegistrationTestCase::testRegisterUserWithInvalidSreg in drupal/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/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/modules/field/modules/options/options.test
Tests the 'options_select' widget (single select).
OptionsWidgetsTestCase::testCheckBoxes in drupal/modules/field/modules/options/options.test
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTestCase::testOnOffCheckbox in drupal/modules/field/modules/options/options.test
Tests the 'options_onoff' widget.
OptionsWidgetsTestCase::testRadioButtons in drupal/modules/field/modules/options/options.test
Tests the 'options_buttons' widget (single select).
OptionsWidgetsTestCase::testSelectListMultiple in drupal/modules/field/modules/options/options.test
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTestCase::testSelectListSingle in drupal/modules/field/modules/options/options.test
Tests the 'options_select' widget (single select).
PageEditTestCase::testPageAuthoredBy in drupal/modules/node/node.test
Tests changing a node's "authored by" field.
PageEditTestCase::testPageEdit in drupal/modules/node/node.test
Checks node edit functionality.
PageNotFoundTestCase::testPageNotFound in drupal/modules/system/system.test
PagerFunctionalWebTestCase::testActiveClass in drupal/modules/simpletest/tests/pager.test
Tests markup and CSS classes of pager links.
PageTitleFiltering::testTitleTags in drupal/modules/system/system.test
Tests the handling of HTML by drupal_set_title() and drupal_get_title()
PageTitleFiltering::testTitleXSS in drupal/modules/system/system.test
Test if the title of the site is XSS proof.
PageViewTestCase::testPageView in drupal/modules/node/node.test
Tests an anonymous and unpermissioned user attempting to edit the node.
PathLanguageTestCase::testAliasTranslation in drupal/modules/path/path.test
Test alias functionality through the admin interfaces.
PathLanguageUITestCase::testDefaultLanguageURLs in drupal/modules/path/path.test
Tests that a default language URL alias works.
PathLanguageUITestCase::testLanguageNeutralURLs in drupal/modules/path/path.test
Tests that a language-neutral URL alias works.
PathLanguageUITestCase::testNonDefaultURLs in drupal/modules/path/path.test
Tests that a non-default language URL alias works.
PathMonolingualTestCase::testPageLinks in drupal/modules/path/path.test
Verifies that links do not have language prefixes in them.
PathTaxonomyTermTestCase::testTermAlias in drupal/modules/path/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testAdminAlias in drupal/modules/path/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testNodeAlias in drupal/modules/path/path.test
Tests alias functionality through the node interfaces.
PathTestCase::testPathCache in drupal/modules/path/path.test
Tests the path cache.
PHPAccessTestCase::testNoPrivileges in drupal/modules/php/php.test
Makes sure that the user can't use the PHP filter when not given access.
PHPFilterTestCase::testPHPFilter in drupal/modules/php/php.test
Makes sure that the PHP filter evaluates PHP code when used.
PHPTestCase::setUp in drupal/modules/php/php.test
Sets up a Drupal site for running functional and integration tests.
PollBlockTestCase::testRecentBlock in drupal/modules/poll/poll.test
PollCreateTestCase::testPollClose in drupal/modules/poll/poll.test
PollCreateTestCase::testPollCreate in drupal/modules/poll/poll.test
PollDeleteChoiceTestCase::testChoiceRemoval in drupal/modules/poll/poll.test
PollExpirationTestCase::testAutoExpire in drupal/modules/poll/poll.test
PollJSAddChoice::testAddChoice in drupal/modules/poll/poll.test
Test adding a new choice.
PollTestCase::pollCreate in drupal/modules/poll/poll.test
Creates a poll.
PollTranslateTestCase::testPollTranslate in drupal/modules/poll/poll.test
Tests poll creation and translation.
PollUpgradePathTestCase::testPollUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.poll.test
Test a successful upgrade.
PollUpgradePathTestCase::testPollUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.node.test
Test a successful upgrade.
PollVoteCheckHostname::testHostnamePollVote in drupal/modules/poll/poll.test
Check that anonymous users with same ip cannot vote on poll more than once unless user is logged in.
PollVoteTestCase::testPollVote in drupal/modules/poll/poll.test
ProfileBlockTestCase::testAuthorInformationBlock in drupal/modules/profile/profile.test
ProfileTestAutocomplete::testAutocomplete in drupal/modules/profile/profile.test
Tests profile field autocompletion and access.
ProfileTestBrowsing::testProfileBrowsing in drupal/modules/profile/profile.test
Test profile browsing.
ProfileTestCase::createProfileField in drupal/modules/profile/profile.test
Create a profile field.
ProfileTestCase::deleteProfileField in drupal/modules/profile/profile.test
Delete a profile field.
ProfileTestCase::setProfileField in drupal/modules/profile/profile.test
Set the profile field to a random value
ProfileTestCase::updateProfileField in drupal/modules/profile/profile.test
Update a profile field.
ProfileTestDate::testProfileDateField in drupal/modules/profile/profile.test
Create a date field, give it a value, update and delete the field.
ProfileTestWeights::testProfileFieldWeights in drupal/modules/profile/profile.test
RdfCommentAttributesTestCase::testCommentRdfaMarkup in drupal/modules/rdf/rdf.test
Tests the presence of the RDFa markup for the title, date and author and homepage on registered users and anonymous comments.
RdfCommentAttributesTestCase::testCommentReplyOfRdfaMarkup in drupal/modules/rdf/rdf.test
Test RDF comment replies.
RdfCommentAttributesTestCase::testNumberOfCommentsRdfaMarkup in drupal/modules/rdf/rdf.test
Tests the presence of the RDFa markup for the number of comments.
RdfMappingDefinitionTestCase::testAttributesInMarkup1 in drupal/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/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/modules/rdf/rdf.test
Create a random content type and node and ensure the default mapping for node is used.
RdfMappingDefinitionTestCase::testTaxonomyTermRdfaAttributes in drupal/modules/rdf/rdf.test
Creates a random term and ensures the right RDFa markup is used.
RdfMappingDefinitionTestCase::testUserAttributesInMarkup in drupal/modules/rdf/rdf.test
Create a random user and ensure the default mapping for user is used.
RdfRdfaMarkupTestCase::testAttributesInMarkupFile in drupal/modules/rdf/rdf.test
Ensure that file fields have the correct resource as the object in RDFa when displayed as a teaser.
RdfTrackerAttributesTestCase::_testBasicTrackerRdfaMarkup in drupal/modules/rdf/rdf.test
Helper function for testAttributesInTracker().
RemoveFeedTestCase::testRemoveFeed in drupal/modules/aggregator/aggregator.test
Removes a feed and ensures that all of its services are removed.
SearchAdvancedSearchForm::testNodeType in drupal/modules/search/search.test
Test using the search form with GET and POST queries. Test using the advanced search form to limit search to nodes of type "Basic page".
SearchBlockTestCase::testBlock in drupal/modules/search/search.test
Test that the search block form works correctly.
SearchCommentTestCase::testAddNewComment in drupal/modules/search/search.test
Verify that 'add new comment' does not appear in search results or index.
SearchCommentTestCase::testSearchResultsCommentAccess in drupal/modules/search/search.test
Verify access rules for comment indexing with different permissions.
SearchConfigSettingsForm::testSearchModuleDisabling in drupal/modules/search/search.test
Verify that you can disable individual search modules.
SearchConfigSettingsForm::testSearchSettingsPage in drupal/modules/search/search.test
Verify the search settings form.
SearchEmbedForm::testEmbeddedForm in drupal/modules/search/search.test
Tests that the embedded form appears and can be submitted.
SearchKeywordsConditions::testSearchKeyswordsConditions in drupal/modules/search/search.test
Verify the kewords are captured and conditions respected.
SearchLanguageTestCase::testLanguages in drupal/modules/search/search.test
SearchNumberMatchingTestCase::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchNumbersTestCase::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchPageOverride::testSearchPageHook in drupal/modules/search/search.test
SearchPageText::testSearchText in drupal/modules/search/search.test
Tests the failed search text, and various other text on the search page.
SearchRankingTestCase::testRankings in drupal/modules/search/search.test
SessionHttpsTestCase::testEmptySessionId in drupal/modules/simpletest/tests/session.test
Tests that empty session IDs do not cause unrelated sessions to load.
SessionHttpsTestCase::testHttpsSession in drupal/modules/simpletest/tests/session.test
SessionTestCase::sessionReset in drupal/modules/simpletest/tests/session.test
Reset the cookie file so that it refers to the specified user.
SessionTestCase::testDataPersistence in drupal/modules/simpletest/tests/session.test
Test data persistence via the session_test module callbacks.
SessionTestCase::testEmptyAnonymousSession in drupal/modules/simpletest/tests/session.test
Test that empty anonymous sessions are destroyed.
SessionTestCase::testEmptySessionID in drupal/modules/simpletest/tests/session.test
Test that empty session IDs are not allowed.
SessionTestCase::testSessionSaveRegenerate in drupal/modules/simpletest/tests/session.test
Tests for drupal_save_session() and drupal_session_regenerate().
SessionTestCase::testSessionWrite in drupal/modules/simpletest/tests/session.test
Test that sessions are only saved when necessary.
ShortcutLinksTestCase::testNoShortcutLink in drupal/modules/shortcut/shortcut.test
Tests that the add shortcut link is not displayed for 404/403 errors.
ShortcutLinksTestCase::testShortcutQuickLink in drupal/modules/shortcut/shortcut.test
Tests that the "add to shortcut" link changes to "remove shortcut".
ShortcutSetsTestCase::testShortcutSetAdd in drupal/modules/shortcut/shortcut.test
Tests creating a shortcut set.
ShortcutSetsTestCase::testShortcutSetDeleteDefault in drupal/modules/shortcut/shortcut.test
Tests deleting the default shortcut set.
ShutdownFunctionsTest::testShutdownFunctions in drupal/modules/system/system.test
Test shutdown functions.
SimpleTestBrowserTestCase::testGetAbsoluteUrl in drupal/modules/simpletest/simpletest.test
Test DrupalWebTestCase::getAbsoluteUrl().
SimpleTestDiscoveryTestCase::testDiscovery in drupal/modules/simpletest/simpletest.test
Tests existence of test cases.
SimpleTestFunctionalTest::testInternalBrowser in drupal/modules/simpletest/simpletest.test
Test the internal browsers functionality.
SimpleTestFunctionalTest::testUserAgentValidation in drupal/modules/simpletest/simpletest.test
Test validation of the User-Agent header we use to perform test requests.
SimpleTestFunctionalTest::testWebTestRunner in drupal/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/modules/simpletest/simpletest.test
Tests existence of test case located in an installation profile module.
SimpleTestOtherInstallationProfileModuleTestsTestCase::testOtherInstallationProfile in drupal/modules/simpletest/simpletest.test
Tests that tests located in another installation profile do not appear.
SiteMaintenanceTestCase::testSiteMaintenance in drupal/modules/system/system.test
Verify site maintenance mode functionality.
StatisticsAdminTestCase::testDeleteNode in drupal/modules/statistics/statistics.test
Tests that when a node is deleted, the node counter is deleted too.
StatisticsAdminTestCase::testDeleteUser in drupal/modules/statistics/statistics.test
Tests that accesslog reflects when a user is deleted.
StatisticsAdminTestCase::testExpiredLogs in drupal/modules/statistics/statistics.test
Tests that cron clears day counts and expired access logs.
StatisticsAdminTestCase::testStatisticsSettings in drupal/modules/statistics/statistics.test
Verifies that the statistics settings page works.
StatisticsBlockVisitorsTestCase::testIPAddressBlocking in drupal/modules/statistics/statistics.test
Blocks an IP address via the top visitors report and then unblocks it.
StatisticsLoggingTestCase::testLogging in drupal/modules/statistics/statistics.test
Verifies request logging for cached and uncached pages.
StatisticsReportsTestCase::testAccessLogging in drupal/modules/statistics/statistics.test
Verifies that access logging is working and is reported correctly.
StatisticsReportsTestCase::testDetails in drupal/modules/statistics/statistics.test
Verifies that 'Details' page renders properly and displays the added hit.
StatisticsReportsTestCase::testPopularContentBlock in drupal/modules/statistics/statistics.test
Tests the "popular content" block.
StatisticsReportsTestCase::testRecentHits in drupal/modules/statistics/statistics.test
Verifies that 'Recent hits' renders properly and displays the added hit.
StatisticsReportsTestCase::testTopPages in drupal/modules/statistics/statistics.test
Verifies that 'Top pages' renders properly and displays the added hit.
StatisticsReportsTestCase::testTopReferrers in drupal/modules/statistics/statistics.test
Verifies that 'Top referrers' renders properly and displays the added hit.
StatisticsTokenReplaceTestCase::testStatisticsTokenReplacement in drupal/modules/statistics/statistics.test
Creates a node, then tests the statistics tokens generated from it.
SummaryLengthTestCase::testSummaryLength in drupal/modules/node/node.test
Tests the node summary length functionality.
SyslogTestCase::testSettings in drupal/modules/syslog/syslog.test
Tests the syslog settings page.
SystemAdminTestCase::testAdminPages in drupal/modules/system/system.test
Tests output on administrative listing pages.
SystemAdminTestCase::testCompactMode in drupal/modules/system/system.test
Test compact mode.
SystemAuthorizeCase::drupalGetAuthorizePHP in drupal/modules/system/system.test
Helper function to initialize authorize.php and load it via drupalGet().
SystemBlockTestCase::testSystemBlocks in drupal/modules/system/system.test
Test displaying and hiding the powered-by and help blocks.
SystemIndexPhpTest::testIndexPhpHandling in drupal/modules/system/system.test
Test index.php handling.
SystemMainContentFallback::testMainContentFallback in drupal/modules/system/system.test
Test availability of main content.
SystemThemeFunctionalTest::testAdministrationTheme in drupal/modules/system/system.test
Test the administration theme functionality.
SystemThemeFunctionalTest::testSwitchDefaultTheme in drupal/modules/system/system.test
Test switching the default theme.
SystemThemeFunctionalTest::testThemeSettings in drupal/modules/system/system.test
Test the theme settings form.
TaxonomyRSSTestCase::testTaxonomyRSS in drupal/modules/taxonomy/taxonomy.test
Tests that terms added to nodes are displayed in core RSS feed.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in drupal/modules/taxonomy/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets in drupal/modules/taxonomy/taxonomy.test
Test widgets.
TaxonomyTermIndexTestCase::testTaxonomyTermHierarchyBreadcrumbs in drupal/modules/taxonomy/taxonomy.test
Tests that there is a link to the parent term on the child term page.
TaxonomyTermTestCase::testNodeTermCreationAndDeletion in drupal/modules/taxonomy/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyTermTestCase::testTaxonomyNode in drupal/modules/taxonomy/taxonomy.test
Test that hook_node_$op implementations work correctly.
TaxonomyTermTestCase::testTermAutocompletion in drupal/modules/taxonomy/taxonomy.test
Tests term autocompletion edge cases with slashes in the names.
TaxonomyTermTestCase::testTermInterface in drupal/modules/taxonomy/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyTermTestCase::testTermReorder in drupal/modules/taxonomy/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyThemeTestCase::testTaxonomyTermThemes in drupal/modules/taxonomy/taxonomy.test
Test the theme used when adding, viewing and editing taxonomy terms.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminNoVocabularies in drupal/modules/taxonomy/taxonomy.test
Test the vocabulary overview with no vocabularies.
TaxonomyVocabularyFunctionalTest::testVocabularyInterface in drupal/modules/taxonomy/taxonomy.test
Create, edit and delete a vocabulary via the user interface.
TextFieldTestCase::_testTextfieldWidgets in drupal/modules/field/modules/text/text.test
Helper function for testTextfieldWidgets().
TextFieldTestCase::_testTextfieldWidgetsFormatted in drupal/modules/field/modules/text/text.test
Helper function for testTextfieldWidgetsFormatted().
TextTranslationTestCase::testTextField in drupal/modules/field/modules/text/text.test
Test that a plaintext textfield widget is correctly populated.
TextTranslationTestCase::testTextFieldFormatted in drupal/modules/field/modules/text/text.test
Check that user that does not have access the field format cannot see the source value when creating a translation.
ThemeDebugMarkupTestCase::testDebugOutput in drupal/modules/simpletest/tests/theme.test
Tests debug markup added to template output.
ThemeFastTestCase::testUserAutocomplete in drupal/modules/simpletest/tests/theme.test
Tests access to user autocompletion and verify the correct results.
ThemeHookInitTestCase::testThemeInitializationHookInit in drupal/modules/simpletest/tests/theme.test
Test that the theme system can generate output when called by hook_init().
ThemeTestCase::testAlter in drupal/modules/simpletest/tests/theme.test
Ensures theme hook_*_alter() implementations can run before anything is rendered.
ThemeTestCase::testCSSOverride in drupal/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::testDrupalAddRegionContent in drupal/modules/simpletest/tests/theme.test
Test the drupal_add_region_content() function.
ThemeTestCase::testPreprocessForSuggestions in drupal/modules/simpletest/tests/theme.test
Ensures preprocess functions run even for suggestion implementations.
TrackerTest::testTrackerAdminUnpublish in drupal/modules/tracker/tracker.test
Tests that publish/unpublish works at admin/content/node.
TrackerTest::testTrackerAll in drupal/modules/tracker/tracker.test
Tests for the presence of nodes on the global tracker listing.
TrackerTest::testTrackerCronIndexing in drupal/modules/tracker/tracker.test
Tests that existing nodes are indexed by cron.
TrackerTest::testTrackerNewComments in drupal/modules/tracker/tracker.test
Tests for comment counters on the tracker listing.
TrackerTest::testTrackerNewNodes in drupal/modules/tracker/tracker.test
Tests for the presence of the "new" flag for nodes.
TrackerTest::testTrackerOrderingNewComments in drupal/modules/tracker/tracker.test
Tests for ordering on a users tracker listing when comments are posted.
TrackerTest::testTrackerUser in drupal/modules/tracker/tracker.test
Tests for the presence of nodes on a user's tracker listing.
TranslatableUpgradePathTestCase::testTranslatableUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.translatable.test
Test a successful upgrade (no negotiation).
TranslationTestCase::addLanguage in drupal/modules/translation/translation.test
Installs the specified language, or enables it if it is already installed.
TranslationTestCase::assertLanguageSwitchLinks in drupal/modules/translation/translation.test
Tests whether the specified language switch links are found.
TranslationTestCase::createTranslation in drupal/modules/translation/translation.test
Creates a translation for a basic page in the specified language.
TranslationTestCase::setUp in drupal/modules/translation/translation.test
Sets up a Drupal site for running functional and integration tests.
TranslationTestCase::testContentTranslation in drupal/modules/translation/translation.test
Creates, modifies, and updates a basic page with a translation.
TriggerOtherTestCase::testActionsComment in drupal/modules/trigger/trigger.test
Tests triggering on comment save.
TriggerUnassignTestCase::testUnassignAccessDenied in drupal/modules/trigger/trigger.test
Tests an attempt to unassign triggers when none are assigned.
TriggerUserActionTestCase::testUserActionAssignmentExecution in drupal/modules/trigger/trigger.test
Tests user action assignment and execution.
TriggerUserTokenTestCase::testUserTriggerTokenReplacement in drupal/modules/trigger/trigger.test
Tests a variety of token replacements in actions.
UpdateCoreTestCase::testModulePageRegularUpdate in drupal/modules/update/update.test
Checks the messages at admin/modules when an update is missing.
UpdateCoreTestCase::testModulePageRunCron in drupal/modules/update/update.test
Checks that running cron updates the list of available updates.
UpdateCoreTestCase::testModulePageSecurityUpdate in drupal/modules/update/update.test
Checks the messages at admin/modules when a security update is missing.
UpdateCoreTestCase::testModulePageUpToDate in drupal/modules/update/update.test
Checks the messages at admin/modules when the site is up to date.
UpdateFeedItemTestCase::testUpdateFeedItem in drupal/modules/aggregator/aggregator.test
Tests running "update items" from 'admin/config/services/aggregator' page.
UpdateFeedTestCase::testUpdateFeed in drupal/modules/aggregator/aggregator.test
Creates a feed and attempts to update it.
UpdateScriptFunctionalTest::testNoPendingUpdates in drupal/modules/system/system.test
Tests that there are no pending updates for the first test method.
UpdateScriptFunctionalTest::testRequirements in drupal/modules/system/system.test
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptFunctionalTest::testThemeSystem in drupal/modules/system/system.test
Tests the effect of using the update script on the theme system.
UpdateScriptFunctionalTest::testUpdateAccess in drupal/modules/system/system.test
Tests access to the update script.
UpdateTestContribCase::testHookUpdateStatusAlter in drupal/modules/update/update.test
Checks that hook_update_status_alter() works to change a status.
UpdateTestContribCase::testNoReleasesAvailable in drupal/modules/update/update.test
Tests when there is no available release data for a contrib module.
UpdateTestHelper::refreshUpdateStatus in drupal/modules/update/update.test
Refreshes the update status based on the desired available update scenario.
UpdateTestUploadCase::testFileNameExtensionMerging in drupal/modules/update/update.test
Ensures that archiver extensions are properly merged in the UI.
UpdateTestUploadCase::testUpdateManagerCoreSecurityUpdateMessages in drupal/modules/update/update.test
Checks the messages on update manager pages when missing a security update.
UpgradePathTaxonomyTestCase::testTaxonomyUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.taxonomy.test
Basic tests for the taxonomy upgrade.
UpgradePathTestCase::performUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.test
Perform the upgrade.
UpgradePathTriggerTestCase::testTaxonomyUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.trigger.test
Basic tests for the trigger upgrade.
UrlAlterFunctionalTest::testCurrentUrlRequestedPath in drupal/modules/simpletest/tests/path.test
Test current_path() and request_path().
UrlAlterFunctionalTest::testGetQInitialized in drupal/modules/simpletest/tests/path.test
Tests that $_GET['q'] is initialized when the request path is empty.
UserAccountLinksUnitTests::testDisabledAccountLink in drupal/modules/user/user.test
Tests disabling the 'My account' link.
UserAccountLinksUnitTests::testSecondaryMenu in drupal/modules/user/user.test
Tests the secondary menu.
UserAdminTestCase::testUserAdmin in drupal/modules/user/user.test
Registers a user and deletes it.
UserAutocompleteTestCase::testUserAutocomplete in drupal/modules/user/user.test
Tests access to user autocompletion and verify the correct results.
UserCancelTestCase::testUserAnonymize in drupal/modules/user/user.test
Delete account and anonymize all content.
UserCancelTestCase::testUserBlock in drupal/modules/user/user.test
Disable account and keep all content.
UserCancelTestCase::testUserBlockUnpublish in drupal/modules/user/user.test
Disable account and unpublish all content.
UserCancelTestCase::testUserCancelByAdmin in drupal/modules/user/user.test
Create an administrative user and delete another user.
UserCancelTestCase::testUserCancelInvalid in drupal/modules/user/user.test
Attempt invalid account cancellations.
UserCancelTestCase::testUserCancelWithoutPermission in drupal/modules/user/user.test
Attempt to cancel account without permission.
UserCancelTestCase::testUserDelete in drupal/modules/user/user.test
Delete account and remove all content.
UserCreateTestCase::testUserAdd in drupal/modules/user/user.test
Create a user through the administration interface and ensure that it displays in the user list.
UserPasswordResetTestCase::testResetImpersonation in drupal/modules/user/user.test
Make sure that users cannot forge password reset URLs of other users.
UserPasswordResetTestCase::testUserPasswordReset in drupal/modules/user/user.test
Tests password reset functionality.
UserPasswordResetTestCase::testUserPasswordResetExpired in drupal/modules/user/user.test
Attempts login using an expired password reset link.
UserPasswordResetTestCase::testUserPasswordResetLoggedIn in drupal/modules/user/user.test
Test user password reset while logged in.
UserPasswordResetTestCase::testUserPasswordTextboxFilled in drupal/modules/user/user.test
Prefill the text box on incorrect login via link to password reset page.
UserPermissionsTestCase::testAdministratorRole in drupal/modules/user/user.test
Test assigning of permissions for the administrator role.
UserPictureTestCase::testDeletePicture in drupal/modules/user/user.test
Tests deletion of user pictures.
UserPictureTestCase::testExternalPicture in drupal/modules/user/user.test
Test HTTP schema working with user pictures.
UserPictureTestCase::testPictureIsValid in drupal/modules/user/user.test
Do the test: Picture is valid (proper size and dimension)
UserRegistrationTestCase::testRegistrationDefaultValues in drupal/modules/user/user.test
UserRegistrationTestCase::testRegistrationWithEmailVerification in drupal/modules/user/user.test
UserRegistrationTestCase::testRegistrationWithUserFields in drupal/modules/user/user.test
Tests Field API fields on user registration forms.
UserRoleAdminTestCase::testRoleAdministration in drupal/modules/user/user.test
Test adding, renaming and deleting roles.
UserRolesAssignmentTestCase::testCreateUserWithRole in drupal/modules/user/user.test
Tests that when creating a user the role can be assigned. And that it can be removed again.
UserSignatureTestCase::testUserSignature in drupal/modules/user/user.test
Test that a user can change their signature format and that it is respected upon display.
UserTimeZoneFunctionalTest::testUserTimeZone in drupal/modules/user/user.test
Tests the display of dates and time when user-configurable time zones are set.