1002 calls to DrupalTestCase::assertEqual()

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.
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.
AddFeedTestCase::testAddFeed in drupal-7.x/modules/aggregator/aggregator.test
Creates and ensures that a feed is unique, checks source, and deletes feed.
AddFeedTestCase::testAddFeed in drupal-7.x/modules/aggregator/aggregator.test
Creates and ensures that a feed is unique, checks source, and deletes feed.
AggregatorCronTestCase::testCron in drupal-7.x/modules/aggregator/aggregator.test
Adds feeds and updates them via cron process.
AggregatorCronTestCase::testCron in drupal-7.x/modules/aggregator/aggregator.test
Adds feeds and updates them via cron process.
AggregatorTestCase::updateFeedItems in drupal-7.x/modules/aggregator/aggregator.test
Updates the feed items.
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::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.
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.
BasicMinimalUpdatePath::testBasicMinimalUpdate in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
BasicMinimalUpdatePath::testBasicMinimalUpdate in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
BasicStandardUpdatePath::testBasicStandardUpdate in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
BasicStandardUpdatePath::testBasicStandardUpdate in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
BasicUpgradePath::testBasicUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test
Test a successful upgrade.
BasicUpgradePath::testBasicUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test
Test a successful upgrade.
BatchPageTestCase::testBatchProgressPageTheme in drupal-7.x/modules/simpletest/tests/batch.test
Tests that the batch API progress page uses the correct theme.
BatchPageTestCase::testBatchProgressPageTheme in drupal-7.x/modules/simpletest/tests/batch.test
Tests that the batch API progress page uses the correct theme.
BatchProcessingTestCase::testBatchForm in drupal-7.x/modules/simpletest/tests/batch.test
Test batches defined in a form submit handler.
BatchProcessingTestCase::testBatchForm in drupal-7.x/modules/simpletest/tests/batch.test
Test batches defined in a form submit handler.
BatchProcessingTestCase::testBatchFormMultipleBatches in drupal-7.x/modules/simpletest/tests/batch.test
Test batches defined in different submit handlers on the same form.
BatchProcessingTestCase::testBatchFormMultipleBatches in drupal-7.x/modules/simpletest/tests/batch.test
Test batches defined in different submit handlers on the same form.
BatchProcessingTestCase::testBatchFormMultistep in drupal-7.x/modules/simpletest/tests/batch.test
Test batches defined in a multistep form.
BatchProcessingTestCase::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::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::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::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.
BatchProcessingTestCase::testDrupalFormSubmitInBatch in drupal-7.x/modules/simpletest/tests/batch.test
Test that drupal_form_submit() can run within a batch operation.
BlockTemplateSuggestionsUnitTest::testBlockThemeHookSuggestions in drupal-7.x/modules/block/block.test
Test if template_preprocess_block() handles the suggestions right.
BlockTemplateSuggestionsUnitTest::testBlockThemeHookSuggestions in drupal-7.x/modules/block/block.test
Test if template_preprocess_block() handles the suggestions right.
BlockTestCase::testBlockRehash in drupal-7.x/modules/block/block.test
Test _block_rehash().
BlockTestCase::testBlockRehash in drupal-7.x/modules/block/block.test
Test _block_rehash().
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::testCustomBlock in drupal-7.x/modules/block/block.test
Test creating custom block, moving it to a specific region and then deleting it.
BlogTestCase::testBlog in drupal-7.x/modules/blog/blog.test
Login users, create blog nodes, and test blog functionality through the admin and user interfaces.
BlogTestCase::testBlog in drupal-7.x/modules/blog/blog.test
Login users, create blog nodes, and test blog functionality through the admin and user interfaces.
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::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::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.
BootstrapPageCacheTestCase::testPageCompression in drupal-7.x/modules/simpletest/tests/bootstrap.test
Test page compression.
BootstrapResettableStaticTestCase::testDrupalStatic in drupal-7.x/modules/simpletest/tests/bootstrap.test
Test that a variable reference returned by drupal_static() gets reset when drupal_static_reset() is called.
BootstrapResettableStaticTestCase::testDrupalStatic in drupal-7.x/modules/simpletest/tests/bootstrap.test
Test that a variable reference returned by drupal_static() gets reset when drupal_static_reset() is called.
BootstrapTimerTestCase::testTimer in drupal-7.x/modules/simpletest/tests/bootstrap.test
Test timer_read() to ensure it properly accumulates time when the timer started and stopped multiple times.
BootstrapTimerTestCase::testTimer in drupal-7.x/modules/simpletest/tests/bootstrap.test
Test timer_read() to ensure it properly accumulates time when the timer started and stopped multiple times.
CacheGetMultipleUnitTest::testCacheMultiple in drupal-7.x/modules/simpletest/tests/cache.test
Test cache_get_multiple().
CacheGetMultipleUnitTest::testCacheMultiple in drupal-7.x/modules/simpletest/tests/cache.test
Test cache_get_multiple().
CascadingStylesheetsTestCase::testAddExternal in drupal-7.x/modules/simpletest/tests/common.test
Tests adding an external stylesheet.
CascadingStylesheetsTestCase::testAddExternal in drupal-7.x/modules/simpletest/tests/common.test
Tests adding an external stylesheet.
CascadingStylesheetsTestCase::testAddFile in drupal-7.x/modules/simpletest/tests/common.test
Tests adding a file stylesheet.
CascadingStylesheetsTestCase::testAddFile in drupal-7.x/modules/simpletest/tests/common.test
Tests adding a file stylesheet.
CascadingStylesheetsTestCase::testDefault in drupal-7.x/modules/simpletest/tests/common.test
Check default stylesheets as empty.
CascadingStylesheetsTestCase::testDefault in drupal-7.x/modules/simpletest/tests/common.test
Check default stylesheets as empty.
CascadingStylesheetsTestCase::testRenderInlinePreprocess in drupal-7.x/modules/simpletest/tests/common.test
Tests rendering inline stylesheets with preprocessing on.
CascadingStylesheetsTestCase::testRenderInlinePreprocess in drupal-7.x/modules/simpletest/tests/common.test
Tests rendering inline stylesheets with preprocessing on.
CascadingStylesheetsTestCase::testReset in drupal-7.x/modules/simpletest/tests/common.test
Makes sure that reseting the CSS empties the cache.
CascadingStylesheetsTestCase::testReset in drupal-7.x/modules/simpletest/tests/common.test
Makes sure that reseting the CSS empties the cache.
CascadingStylesheetsUnitTest::testLoadCssBasic in drupal-7.x/modules/simpletest/tests/common.test
Tests basic CSS loading with and without optimization via drupal_load_stylesheet().
CascadingStylesheetsUnitTest::testLoadCssBasic in drupal-7.x/modules/simpletest/tests/common.test
Tests basic CSS loading with and without optimization via drupal_load_stylesheet().
CategorizeFeedItemTestCase::testCategorizeFeedItem in drupal-7.x/modules/aggregator/aggregator.test
Checks that children of a feed inherit a defined category.
CategorizeFeedItemTestCase::testCategorizeFeedItem in drupal-7.x/modules/aggregator/aggregator.test
Checks that children of a feed inherit a defined category.
CategorizeFeedTestCase::testCategorizeFeed in drupal-7.x/modules/aggregator/aggregator.test
Creates a feed and makes sure you can add more than one category to it.
CategorizeFeedTestCase::testCategorizeFeed in drupal-7.x/modules/aggregator/aggregator.test
Creates a feed and makes sure you can add more than one category to it.
CommentActionsTestCase::testCommentPublishUnpublishActions in drupal-7.x/modules/comment/comment.test
Test comment publish and unpublish actions.
CommentActionsTestCase::testCommentPublishUnpublishActions in drupal-7.x/modules/comment/comment.test
Test comment publish and unpublish actions.
CommentInterfaceTest::testCommentInterface in drupal-7.x/modules/comment/comment.test
Test comment interface.
CommentInterfaceTest::testCommentInterface in drupal-7.x/modules/comment/comment.test
Test comment interface.
CommentInterfaceTest::testCommentNodeCommentStatistics in drupal-7.x/modules/comment/comment.test
Tests the node comment statistics.
CommentInterfaceTest::testCommentNodeCommentStatistics in drupal-7.x/modules/comment/comment.test
Tests the node comment statistics.
CommentPagerTest::testCommentNewPageIndicator in drupal-7.x/modules/comment/comment.test
Test comment_new_page_count().
CommentPagerTest::testCommentNewPageIndicator in drupal-7.x/modules/comment/comment.test
Test comment_new_page_count().
CommentPreviewTest::testCommentEditPreviewSave in drupal-7.x/modules/comment/comment.test
Test comment edit, preview, and save.
CommentPreviewTest::testCommentEditPreviewSave in drupal-7.x/modules/comment/comment.test
Test comment edit, preview, and save.
CommentThreadingTestCase::testCommentThreading in drupal-7.x/modules/comment/comment.test
Tests the comment threading.
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.
CommentTokenReplaceTestCase::testCommentTokenReplacement in drupal-7.x/modules/comment/comment.test
Creates a comment, then tests the tokens generated from it.
CommonSizeTestCase::testCommonFormatSize in drupal-7.x/modules/simpletest/tests/common.test
Check that format_size() returns the expected string.
CommonSizeTestCase::testCommonFormatSize in drupal-7.x/modules/simpletest/tests/common.test
Check that format_size() returns the expected string.
CommonSizeTestCase::testCommonParseSize in drupal-7.x/modules/simpletest/tests/common.test
Check that parse_size() returns the proper byte sizes.
CommonSizeTestCase::testCommonParseSize in drupal-7.x/modules/simpletest/tests/common.test
Check that parse_size() returns the proper byte sizes.
CommonSizeTestCase::testCommonParseSizeFormatSize in drupal-7.x/modules/simpletest/tests/common.test
Cross-test parse_size() and format_size().
CommonSizeTestCase::testCommonParseSizeFormatSize in drupal-7.x/modules/simpletest/tests/common.test
Cross-test parse_size() and format_size().
CommonURLUnitTest::testDrupalGetQueryParameters in drupal-7.x/modules/simpletest/tests/common.test
Test drupal_get_query_parameters().
CommonURLUnitTest::testDrupalGetQueryParameters in drupal-7.x/modules/simpletest/tests/common.test
Test drupal_get_query_parameters().
CommonURLUnitTest::testDrupalHttpBuildQuery in drupal-7.x/modules/simpletest/tests/common.test
Test drupal_http_build_query().
CommonURLUnitTest::testDrupalHttpBuildQuery in drupal-7.x/modules/simpletest/tests/common.test
Test drupal_http_build_query().
CommonURLUnitTest::testDrupalParseUrl in drupal-7.x/modules/simpletest/tests/common.test
Test drupal_parse_url().
CommonURLUnitTest::testDrupalParseUrl in drupal-7.x/modules/simpletest/tests/common.test
Test drupal_parse_url().
CommonURLUnitTest::testExternalUrls in drupal-7.x/modules/simpletest/tests/common.test
Test external URL handling.
CommonURLUnitTest::testExternalUrls in drupal-7.x/modules/simpletest/tests/common.test
Test external URL handling.
CommonURLUnitTest::testUrl in drupal-7.x/modules/simpletest/tests/common.test
Test url() with/without query, with/without fragment, absolute on/off and assert all that works when clean URLs are on and off.
CommonURLUnitTest::testUrl in drupal-7.x/modules/simpletest/tests/common.test
Test url() with/without query, with/without fragment, absolute on/off and assert all that works when clean URLs are on and off.
CommonXssUnitTest::testEscaping in drupal-7.x/modules/simpletest/tests/common.test
Check that special characters are escaped.
CommonXssUnitTest::testEscaping in drupal-7.x/modules/simpletest/tests/common.test
Check that special characters are escaped.
CommonXssUnitTest::testFormatStringAndT in drupal-7.x/modules/simpletest/tests/common.test
Test t() and format_string() replacement functionality.
CommonXssUnitTest::testFormatStringAndT in drupal-7.x/modules/simpletest/tests/common.test
Test t() and format_string() replacement functionality.
CommonXssUnitTest::testInvalidMultiByte in drupal-7.x/modules/simpletest/tests/common.test
Check that invalid multi-byte sequences are rejected.
CommonXssUnitTest::testInvalidMultiByte in drupal-7.x/modules/simpletest/tests/common.test
Check that invalid multi-byte sequences are rejected.
ContactSitewideTestCase::testAutoReply in drupal-7.x/modules/contact/contact.test
Tests auto-reply on the site-wide contact form.
ContactSitewideTestCase::testAutoReply in drupal-7.x/modules/contact/contact.test
Tests auto-reply on the site-wide contact form.
ContactSitewideTestCase::testSiteWideContact in drupal-7.x/modules/contact/contact.test
Tests configuration options and the site-wide contact form.
ContactSitewideTestCase::testSiteWideContact in drupal-7.x/modules/contact/contact.test
Tests configuration options and the site-wide contact form.
CronRunTestCase::testCronExceptions in drupal-7.x/modules/system/system.test
Make sure exceptions thrown on hook_cron() don't affect other modules.
CronRunTestCase::testCronExceptions in drupal-7.x/modules/system/system.test
Make sure exceptions thrown on hook_cron() don't affect other modules.
DatabaseAlterTestCase::testAlterChangeConditional in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can alter a query's conditionals.
DatabaseAlterTestCase::testAlterChangeConditional in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can alter a query's conditionals.
DatabaseAlterTestCase::testAlterChangeFields in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can alter the fields of a query.
DatabaseAlterTestCase::testAlterChangeFields in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can alter the fields of a query.
DatabaseAlterTestCase::testAlterExpression in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can alter expressions in the query.
DatabaseAlterTestCase::testAlterExpression in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can alter expressions in the query.
DatabaseAlterTestCase::testAlterRemoveRange in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can remove a range() value from a query. This also tests hook_query_TAG_alter().
DatabaseAlterTestCase::testAlterRemoveRange in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can remove a range() value from a query. This also tests hook_query_TAG_alter().
DatabaseAlterTestCase::testAlterWithJoin in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can alter the joins on a query.
DatabaseAlterTestCase::testAlterWithJoin in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can alter the joins on a query.
DatabaseAlterTestCase::testSimpleAlter in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can do basic alters.
DatabaseAlterTestCase::testSimpleAlter in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can do basic alters.
DatabaseAlterTestCase::testSimpleAlterSubquery in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can do basic alters on subqueries.
DatabaseAlterTestCase::testSimpleAlterSubquery in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can do basic alters on subqueries.
DatabaseConnectionTestCase::testConnectionOptions in drupal-7.x/modules/simpletest/tests/database_test.test
Tests the connection options of the active database.
DatabaseConnectionTestCase::testConnectionOptions in drupal-7.x/modules/simpletest/tests/database_test.test
Tests the connection options of the active database.
DatabaseDeleteTruncateTestCase::testSimpleDelete in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can delete a single record successfully.
DatabaseDeleteTruncateTestCase::testSimpleDelete in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can delete a single record successfully.
DatabaseDeleteTruncateTestCase::testSubselectDelete in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can use a subselect in a delete successfully.
DatabaseDeleteTruncateTestCase::testSubselectDelete in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can use a subselect in a delete successfully.
DatabaseDeleteTruncateTestCase::testTruncate in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can truncate a whole table successfully.
DatabaseDeleteTruncateTestCase::testTruncate in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can truncate a whole table successfully.
DatabaseEmptyStatementTestCase::testEmptyFetchAll in drupal-7.x/modules/simpletest/tests/database_test.test
Test that the empty result set mass-fetches in an expected way.
DatabaseEmptyStatementTestCase::testEmptyFetchAll in drupal-7.x/modules/simpletest/tests/database_test.test
Test that the empty result set mass-fetches in an expected way.
DatabaseInsertDefaultsTestCase::testDefaultInsert in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can run a query that is "default values for everything".
DatabaseInsertDefaultsTestCase::testDefaultInsert in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can run a query that is "default values for everything".
DatabaseInsertDefaultsTestCase::testDefaultInsertWithFields in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can insert fields with values and defaults in the same query.
DatabaseInsertDefaultsTestCase::testDefaultInsertWithFields in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can insert fields with values and defaults in the same query.
DatabaseLoggingTestCase::testEnableLogging in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can log the existence of a query.
DatabaseLoggingTestCase::testEnableLogging in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can log the existence of a query.
DatabaseLoggingTestCase::testEnableMultiConnectionLogging in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can log queries separately on different connections.
DatabaseLoggingTestCase::testEnableMultiConnectionLogging in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can log queries separately on different connections.
DatabaseLoggingTestCase::testEnableMultiLogging in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can run two logs in parallel.
DatabaseLoggingTestCase::testEnableMultiLogging in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can run two logs in parallel.
DatabaseLoggingTestCase::testEnableTargetLogging in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can log queries against multiple targets on the same connection.
DatabaseLoggingTestCase::testEnableTargetLogging in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can log queries against multiple targets on the same connection.
DatabaseLoggingTestCase::testEnableTargetLoggingNoTarget in drupal-7.x/modules/simpletest/tests/database_test.test
Test that logs to separate targets collapse to the same connection properly.
DatabaseLoggingTestCase::testEnableTargetLoggingNoTarget in drupal-7.x/modules/simpletest/tests/database_test.test
Test that logs to separate targets collapse to the same connection properly.
DatabaseMergeTestCase::testMergeInsert in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can merge-insert a record successfully.
DatabaseMergeTestCase::testMergeInsert in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can merge-insert a record successfully.
DatabaseMergeTestCase::testMergeInsertWithoutUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can merge-insert without any update fields.
DatabaseMergeTestCase::testMergeInsertWithoutUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can merge-insert without any update fields.
DatabaseMergeTestCase::testMergeUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully.
DatabaseMergeTestCase::testMergeUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully.
DatabaseMergeTestCase::testMergeUpdateExcept in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully, with different insert and update.
DatabaseMergeTestCase::testMergeUpdateExcept in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully, with different insert and update.
DatabaseMergeTestCase::testMergeUpdateExplicit in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully, with alternate replacement.
DatabaseMergeTestCase::testMergeUpdateExplicit in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully, with alternate replacement.
DatabaseMergeTestCase::testMergeUpdateExpression in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully, with expressions.
DatabaseMergeTestCase::testMergeUpdateExpression in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully, with expressions.
DatabaseMergeTestCase::testMergeUpdateWithoutUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can merge-update without any update fields.
DatabaseMergeTestCase::testMergeUpdateWithoutUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can merge-update without any update fields.
DatabaseNextIdCase::testDbNextId in drupal-7.x/modules/simpletest/tests/database_test.test
Test that the sequences API work.
DatabaseNextIdCase::testDbNextId in drupal-7.x/modules/simpletest/tests/database_test.test
Test that the sequences API work.
DatabaseQueryTestCase::testArraySubstitution in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can specify an array of values in the query by simply passing in an array.
DatabaseQueryTestCase::testArraySubstitution in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can specify an array of values in the query by simply passing in an array.
DatabaseRangeQueryTestCase::testRangeQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that range query work and return correct result.
DatabaseRangeQueryTestCase::testRangeQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that range query work and return correct result.
DatabaseSelectCloneTest::testSelectConditionSubQueryCloning in drupal-7.x/modules/simpletest/tests/database_test.test
Test that subqueries as value within conditions are cloned properly.
DatabaseSelectCloneTest::testSelectConditionSubQueryCloning in drupal-7.x/modules/simpletest/tests/database_test.test
Test that subqueries as value within conditions are cloned properly.
DatabaseSelectComplexTestCase::testCountQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can generate a count query from a built query.
DatabaseSelectComplexTestCase::testCountQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can generate a count query from a built query.
DatabaseSelectComplexTestCase::testCountQueryDistinct in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can generate a count query from a query with distinct.
DatabaseSelectComplexTestCase::testCountQueryDistinct in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can generate a count query from a query with distinct.
DatabaseSelectComplexTestCase::testCountQueryFieldRemovals in drupal-7.x/modules/simpletest/tests/database_test.test
Test that countQuery properly removes fields and expressions.
DatabaseSelectComplexTestCase::testCountQueryFieldRemovals in drupal-7.x/modules/simpletest/tests/database_test.test
Test that countQuery properly removes fields and expressions.
DatabaseSelectComplexTestCase::testCountQueryGroupBy in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can generate a count query from a query with GROUP BY.
DatabaseSelectComplexTestCase::testCountQueryGroupBy in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can generate a count query from a query with GROUP BY.
DatabaseSelectComplexTestCase::testCountQueryRemovals in drupal-7.x/modules/simpletest/tests/database_test.test
Test that countQuery properly removes 'all_fields' statements and ordering clauses.
DatabaseSelectComplexTestCase::testCountQueryRemovals in drupal-7.x/modules/simpletest/tests/database_test.test
Test that countQuery properly removes 'all_fields' statements and ordering clauses.
DatabaseSelectComplexTestCase::testDefaultJoin in drupal-7.x/modules/simpletest/tests/database_test.test
Test simple JOIN statements.
DatabaseSelectComplexTestCase::testDefaultJoin in drupal-7.x/modules/simpletest/tests/database_test.test
Test simple JOIN statements.
DatabaseSelectComplexTestCase::testDistinct in drupal-7.x/modules/simpletest/tests/database_test.test
Test distinct queries.
DatabaseSelectComplexTestCase::testDistinct in drupal-7.x/modules/simpletest/tests/database_test.test
Test distinct queries.
DatabaseSelectComplexTestCase::testGroupBy in drupal-7.x/modules/simpletest/tests/database_test.test
Test GROUP BY clauses.
DatabaseSelectComplexTestCase::testGroupBy in drupal-7.x/modules/simpletest/tests/database_test.test
Test GROUP BY clauses.
DatabaseSelectComplexTestCase::testGroupByAndHaving in drupal-7.x/modules/simpletest/tests/database_test.test
Test GROUP BY and HAVING clauses together.
DatabaseSelectComplexTestCase::testGroupByAndHaving in drupal-7.x/modules/simpletest/tests/database_test.test
Test GROUP BY and HAVING clauses together.
DatabaseSelectComplexTestCase::testHavingCountQuery in drupal-7.x/modules/simpletest/tests/database_test.test
DatabaseSelectComplexTestCase::testHavingCountQuery in drupal-7.x/modules/simpletest/tests/database_test.test
DatabaseSelectComplexTestCase::testJoinTwice in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm we can join on a single table twice with a dynamic alias.
DatabaseSelectComplexTestCase::testJoinTwice in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm we can join on a single table twice with a dynamic alias.
DatabaseSelectComplexTestCase::testLeftOuterJoin in drupal-7.x/modules/simpletest/tests/database_test.test
Test LEFT OUTER joins.
DatabaseSelectComplexTestCase::testLeftOuterJoin in drupal-7.x/modules/simpletest/tests/database_test.test
Test LEFT OUTER joins.
DatabaseSelectComplexTestCase::testNestedConditions in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can properly nest conditional clauses.
DatabaseSelectComplexTestCase::testNestedConditions in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can properly nest conditional clauses.
DatabaseSelectComplexTestCase::testRange in drupal-7.x/modules/simpletest/tests/database_test.test
Test range queries. The SQL clause varies with the database.
DatabaseSelectComplexTestCase::testRange in drupal-7.x/modules/simpletest/tests/database_test.test
Test range queries. The SQL clause varies with the database.
DatabaseSelectOrderedTestCase::testSimpleSelectMultiOrdered in drupal-7.x/modules/simpletest/tests/database_test.test
Test multiple order by.
DatabaseSelectOrderedTestCase::testSimpleSelectMultiOrdered in drupal-7.x/modules/simpletest/tests/database_test.test
Test multiple order by.
DatabaseSelectOrderedTestCase::testSimpleSelectOrdered in drupal-7.x/modules/simpletest/tests/database_test.test
Test basic order by.
DatabaseSelectOrderedTestCase::testSimpleSelectOrdered in drupal-7.x/modules/simpletest/tests/database_test.test
Test basic order by.
DatabaseSelectOrderedTestCase::testSimpleSelectOrderedDesc in drupal-7.x/modules/simpletest/tests/database_test.test
Test order by descending.
DatabaseSelectOrderedTestCase::testSimpleSelectOrderedDesc in drupal-7.x/modules/simpletest/tests/database_test.test
Test order by descending.
DatabaseSelectPagerDefaultTestCase::testElementNumbers in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that every pager gets a valid non-overlaping element ID.
DatabaseSelectPagerDefaultTestCase::testElementNumbers in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that every pager gets a valid non-overlaping element ID.
DatabaseSelectPagerDefaultTestCase::testEvenPagerQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that a pager query returns the correct results.
DatabaseSelectPagerDefaultTestCase::testEvenPagerQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that a pager query returns the correct results.
DatabaseSelectPagerDefaultTestCase::testHavingPagerQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that a paging query with a having expression returns valid results.
DatabaseSelectPagerDefaultTestCase::testHavingPagerQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that a paging query with a having expression returns valid results.
DatabaseSelectPagerDefaultTestCase::testInnerPagerQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that a pager query with inner pager query returns valid results.
DatabaseSelectPagerDefaultTestCase::testInnerPagerQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that a pager query with inner pager query returns valid results.
DatabaseSelectPagerDefaultTestCase::testOddPagerQuery 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.
DatabaseSelectSubqueryTestCase::testConditionSubquerySelect in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can use a subquery in a WHERE clause.
DatabaseSelectSubqueryTestCase::testConditionSubquerySelect in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can use a subquery in a WHERE clause.
DatabaseSelectSubqueryTestCase::testExistsSubquerySelect in drupal-7.x/modules/simpletest/tests/database_test.test
Test EXISTS subquery conditionals on SELECT statements.
DatabaseSelectSubqueryTestCase::testExistsSubquerySelect in drupal-7.x/modules/simpletest/tests/database_test.test
Test EXISTS subquery conditionals on SELECT statements.
DatabaseSelectSubqueryTestCase::testFromSubquerySelect in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can use a subquery in a FROM clause.
DatabaseSelectSubqueryTestCase::testFromSubquerySelect in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can use a subquery in a FROM clause.
DatabaseSelectSubqueryTestCase::testFromSubquerySelectWithLimit in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can use a subquery in a FROM clause with a limit.
DatabaseSelectSubqueryTestCase::testFromSubquerySelectWithLimit in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can use a subquery in a FROM clause with a limit.
DatabaseSelectSubqueryTestCase::testJoinSubquerySelect in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can use a subquery in a JOIN clause.
DatabaseSelectSubqueryTestCase::testJoinSubquerySelect in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can use a subquery in a JOIN clause.
DatabaseSelectSubqueryTestCase::testNotExistsSubquerySelect in drupal-7.x/modules/simpletest/tests/database_test.test
Test NOT EXISTS subquery conditionals on SELECT statements.
DatabaseSelectSubqueryTestCase::testNotExistsSubquerySelect in drupal-7.x/modules/simpletest/tests/database_test.test
Test NOT EXISTS subquery conditionals on SELECT statements.
DatabaseSelectTableSortDefaultTestCase::testTableSortQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that a tablesort query returns the correct results.
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.
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.
DatabaseSelectTestCase::testNotNullCondition in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can find a record without a NULL value.
DatabaseSelectTestCase::testNotNullCondition in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can find a record without a NULL value.
DatabaseSelectTestCase::testNullCondition in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can find a record with a NULL value.
DatabaseSelectTestCase::testNullCondition in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can find a record with a NULL value.
DatabaseSelectTestCase::testRandomOrder in drupal-7.x/modules/simpletest/tests/database_test.test
Test that random ordering of queries works.
DatabaseSelectTestCase::testRandomOrder in drupal-7.x/modules/simpletest/tests/database_test.test
Test that random ordering of queries works.
DatabaseSelectTestCase::testSimpleComment in drupal-7.x/modules/simpletest/tests/database_test.test
Test rudimentary SELECT statement with a COMMENT.
DatabaseSelectTestCase::testSimpleComment in drupal-7.x/modules/simpletest/tests/database_test.test
Test rudimentary SELECT statement with a COMMENT.
DatabaseSelectTestCase::testSimpleSelect in drupal-7.x/modules/simpletest/tests/database_test.test
Test rudimentary SELECT statements.
DatabaseSelectTestCase::testSimpleSelect in drupal-7.x/modules/simpletest/tests/database_test.test
Test rudimentary SELECT statements.
DatabaseSelectTestCase::testSimpleSelectAllFields in drupal-7.x/modules/simpletest/tests/database_test.test
Test adding all fields from a given table to a select statement.
DatabaseSelectTestCase::testSimpleSelectAllFields in drupal-7.x/modules/simpletest/tests/database_test.test
Test adding all fields from a given table to a select statement.
DatabaseSelectTestCase::testSimpleSelectConditional in drupal-7.x/modules/simpletest/tests/database_test.test
Test basic conditionals on SELECT statements.
DatabaseSelectTestCase::testSimpleSelectConditional in drupal-7.x/modules/simpletest/tests/database_test.test
Test basic conditionals on SELECT statements.
DatabaseSelectTestCase::testSimpleSelectExpression in drupal-7.x/modules/simpletest/tests/database_test.test
Test SELECT statements with expressions.
DatabaseSelectTestCase::testSimpleSelectExpression in drupal-7.x/modules/simpletest/tests/database_test.test
Test SELECT statements with expressions.
DatabaseSelectTestCase::testSimpleSelectExpressionMultiple in drupal-7.x/modules/simpletest/tests/database_test.test
Test SELECT statements with multiple expressions.
DatabaseSelectTestCase::testSimpleSelectExpressionMultiple in drupal-7.x/modules/simpletest/tests/database_test.test
Test SELECT statements with multiple expressions.
DatabaseSelectTestCase::testSimpleSelectMultipleFields in drupal-7.x/modules/simpletest/tests/database_test.test
Test adding multiple fields to a select statement at the same time.
DatabaseSelectTestCase::testSimpleSelectMultipleFields in drupal-7.x/modules/simpletest/tests/database_test.test
Test adding multiple fields to a select statement at the same time.
DatabaseSelectTestCase::testUnion in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can UNION multiple Select queries together. This is semantically equal to UNION DISTINCT, so we don't explicity test that.
DatabaseSelectTestCase::testUnion in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can UNION multiple Select queries together. This is semantically equal to UNION DISTINCT, so we don't explicity test that.
DatabaseSelectTestCase::testUnionAll in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can UNION ALL multiple Select queries together.
DatabaseSelectTestCase::testUnionAll in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can UNION ALL multiple Select queries together.
DatabaseSelectTestCase::testVulnerableComment in drupal-7.x/modules/simpletest/tests/database_test.test
Test query COMMENT system against vulnerabilities.
DatabaseSelectTestCase::testVulnerableComment in drupal-7.x/modules/simpletest/tests/database_test.test
Test query COMMENT system against vulnerabilities.
DatabaseSerializeQueryTestCase::testSerializeQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that a query can be serialized and unserialized.
DatabaseSerializeQueryTestCase::testSerializeQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that a query can be serialized and unserialized.
DatabaseTaggingTestCase::testMetaData in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can attach meta data to a query object.
DatabaseTaggingTestCase::testMetaData in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can attach meta data to a query object.
DatabaseTemporaryQueryTestCase::testTemporaryQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that temporary tables work and are limited to one request.
DatabaseTemporaryQueryTestCase::testTemporaryQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that temporary tables work and are limited to one request.
DatabaseUpdateComplexTestCase::testUpdateExpression in drupal-7.x/modules/simpletest/tests/database_test.test
Test update with expression values.
DatabaseUpdateComplexTestCase::testUpdateExpression in drupal-7.x/modules/simpletest/tests/database_test.test
Test update with expression values.
DatabaseUpdateComplexTestCase::testUpdateOnlyExpression in drupal-7.x/modules/simpletest/tests/database_test.test
Test update with only expression values.
DatabaseUpdateComplexTestCase::testUpdateOnlyExpression in drupal-7.x/modules/simpletest/tests/database_test.test
Test update with only expression values.
DateTimeFunctionalTest::testDateFormatConfiguration in drupal-7.x/modules/system/system.test
Test date format configuration.
DateTimeFunctionalTest::testDateFormatConfiguration in drupal-7.x/modules/system/system.test
Test date format configuration.
DateTimeFunctionalTest::testDateFormatStorage in drupal-7.x/modules/system/system.test
Test if the date formats are stored properly.
DateTimeFunctionalTest::testDateFormatStorage in drupal-7.x/modules/system/system.test
Test if the date formats are stored properly.
DateTimeFunctionalTest::testDateTypeConfiguration in drupal-7.x/modules/system/system.test
Test date type configuration.
DateTimeFunctionalTest::testDateTypeConfiguration in drupal-7.x/modules/system/system.test
Test date type configuration.
DBLogTestCase::testDBLogAddAndClear in drupal-7.x/modules/dblog/dblog.test
Tests the addition and clearing of log events through the admin interface.
DBLogTestCase::testDBLogAddAndClear in drupal-7.x/modules/dblog/dblog.test
Tests the addition and clearing of log events through the admin interface.
DBLogTestCase::testFilter in drupal-7.x/modules/dblog/dblog.test
Tests the database log filter functionality at admin/reports/dblog.
DBLogTestCase::testFilter in drupal-7.x/modules/dblog/dblog.test
Tests the database log filter functionality at admin/reports/dblog.
DrupalAlterTestCase::testDrupalAlter in drupal-7.x/modules/simpletest/tests/common.test
DrupalAlterTestCase::testDrupalAlter in drupal-7.x/modules/simpletest/tests/common.test
DrupalErrorCollectionUnitTest::assertError in drupal-7.x/modules/simpletest/tests/common.test
Assert that a collected error matches what we are expecting.
DrupalErrorCollectionUnitTest::assertError in drupal-7.x/modules/simpletest/tests/common.test
Assert that a collected error matches what we are expecting.
DrupalErrorCollectionUnitTest::testErrorCollect in drupal-7.x/modules/simpletest/tests/common.test
Test that simpletest collects errors from the tested site.
DrupalErrorCollectionUnitTest::testErrorCollect in drupal-7.x/modules/simpletest/tests/common.test
Test that simpletest collects errors from the tested site.
DrupalGetRdfNamespacesTestCase::testGetRdfNamespaces in drupal-7.x/modules/simpletest/tests/common.test
Test RDF namespaces.
DrupalGetRdfNamespacesTestCase::testGetRdfNamespaces in drupal-7.x/modules/simpletest/tests/common.test
Test RDF namespaces.
DrupalGotoTest::testDrupalGoto in drupal-7.x/modules/simpletest/tests/common.test
Test drupal_goto().
DrupalGotoTest::testDrupalGoto in drupal-7.x/modules/simpletest/tests/common.test
Test drupal_goto().
DrupalHtmlToTextTestCase::assertHtmlToText in drupal-7.x/modules/simpletest/tests/mail.test
Helper function for testing drupal_html_to_text().
DrupalHtmlToTextTestCase::assertHtmlToText in drupal-7.x/modules/simpletest/tests/mail.test
Helper function for testing drupal_html_to_text().
DrupalHtmlToTextTestCase::testDrupalHtmlToTextBlockTagToNewline in drupal-7.x/modules/simpletest/tests/mail.test
Test that text separated by block-level tags in HTML get separated by (at least) a newline in the plaintext version.
DrupalHtmlToTextTestCase::testDrupalHtmlToTextBlockTagToNewline in drupal-7.x/modules/simpletest/tests/mail.test
Test that text separated by block-level tags in HTML get separated by (at least) a newline in the plaintext version.
DrupalHTTPRequestTestCase::testDrupalHTTPRequest in drupal-7.x/modules/simpletest/tests/common.test
DrupalHTTPRequestTestCase::testDrupalHTTPRequest in drupal-7.x/modules/simpletest/tests/common.test
DrupalHTTPRequestTestCase::testDrupalHTTPRequestHeaders in drupal-7.x/modules/simpletest/tests/common.test
Tests Content-language headers generated by Drupal.
DrupalHTTPRequestTestCase::testDrupalHTTPRequestHeaders in drupal-7.x/modules/simpletest/tests/common.test
Tests Content-language headers generated by Drupal.
DrupalHTTPRequestTestCase::testDrupalHTTPRequestRedirect in drupal-7.x/modules/simpletest/tests/common.test
DrupalHTTPRequestTestCase::testDrupalHTTPRequestRedirect in drupal-7.x/modules/simpletest/tests/common.test
DrupalRenderTestCase::testDrupalRenderThemeArguments in drupal-7.x/modules/simpletest/tests/common.test
Test passing arguments to the theme function.
DrupalRenderTestCase::testDrupalRenderThemeArguments in drupal-7.x/modules/simpletest/tests/common.test
Test passing arguments to the theme function.
DrupalSetContentTestCase::testRegions in drupal-7.x/modules/simpletest/tests/common.test
Test setting and retrieving content for theme regions.
DrupalSetContentTestCase::testRegions in drupal-7.x/modules/simpletest/tests/common.test
Test setting and retrieving content for theme regions.
DrupalSystemListingTestCase::testDirectoryPrecedence in drupal-7.x/modules/simpletest/tests/common.test
Test that files in different directories take precedence as expected.
DrupalSystemListingTestCase::testDirectoryPrecedence in drupal-7.x/modules/simpletest/tests/common.test
Test that files in different directories take precedence as expected.
DrupalWebTestCase::assertTitle in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Pass if the page title is the given string.
DrupalWebTestCase::assertTitle in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Pass if the page title is the given string.
DrupalWebTestCase::assertUrl in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Pass if the internal browser's URL matches the given path.
DrupalWebTestCase::assertUrl in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Pass if the internal browser's URL matches the given path.
DrupalWebTestCase::drupalCreateContentType in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Creates a custom content type based on default settings.
DrupalWebTestCase::drupalCreateContentType in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Creates a custom content type based on default settings.
EnableDisableTestCase::testEntityInfoCacheWatchdog in drupal-7.x/modules/system/system.test
Tests entity info cache after enabling a module with a dependency on an entity providing module.
EnableDisableTestCase::testEntityInfoCacheWatchdog in drupal-7.x/modules/system/system.test
Tests entity info cache after enabling a module with a dependency on an entity providing module.
EnableDisableTestCase::testEntityInfoChanges in drupal-7.x/modules/system/system.test
Ensures entity info cache is updated after changes.
EnableDisableTestCase::testEntityInfoChanges in drupal-7.x/modules/system/system.test
Ensures entity info cache is updated after changes.
EntityFieldQueryTestCase::assertEntityFieldQuery in drupal-7.x/modules/simpletest/tests/entity_query.test
Fetches the results of an EntityFieldQuery and compares.
EntityFieldQueryTestCase::assertEntityFieldQuery in drupal-7.x/modules/simpletest/tests/entity_query.test
Fetches the results of an EntityFieldQuery and compares.
EntityFieldQueryTestCase::testEntityFieldQuery in drupal-7.x/modules/simpletest/tests/entity_query.test
Tests EntityFieldQuery.
EntityFieldQueryTestCase::testEntityFieldQuery in drupal-7.x/modules/simpletest/tests/entity_query.test
Tests EntityFieldQuery.
EntityFieldQueryTestCase::testEntityFieldQueryTranslatable in drupal-7.x/modules/simpletest/tests/entity_query.test
Tests querying translatable fields.
EntityFieldQueryTestCase::testEntityFieldQueryTranslatable in drupal-7.x/modules/simpletest/tests/entity_query.test
Tests querying translatable fields.
EntityPropertiesTestCase::testEntityLabel in drupal-7.x/modules/field/tests/field.test
Tests label key and label callback of an entity.
EntityPropertiesTestCase::testEntityLabel in drupal-7.x/modules/field/tests/field.test
Tests label key and label callback of an entity.
FeedIconTest::testFeedIconEscaping in drupal-7.x/modules/simpletest/tests/common.test
Check that special characters are correctly escaped. Test for issue #1211668.
FeedIconTest::testFeedIconEscaping in drupal-7.x/modules/simpletest/tests/common.test
Check that special characters are correctly escaped. Test for issue #1211668.
FeedParserTestCase::testAtomSample in drupal-7.x/modules/aggregator/aggregator.test
Tests a feed that uses the Atom format.
FeedParserTestCase::testAtomSample in drupal-7.x/modules/aggregator/aggregator.test
Tests a feed that uses the Atom format.
FieldAttachOtherTestCase::testFieldAttachCache in drupal-7.x/modules/field/tests/field.test
Test field cache.
FieldAttachOtherTestCase::testFieldAttachCache in drupal-7.x/modules/field/tests/field.test
Test field cache.
FieldAttachOtherTestCase::testFieldAttachForm in drupal-7.x/modules/field/tests/field.test
Test field_attach_form().
FieldAttachOtherTestCase::testFieldAttachForm in drupal-7.x/modules/field/tests/field.test
Test field_attach_form().
FieldAttachOtherTestCase::testFieldAttachValidate in drupal-7.x/modules/field/tests/field.test
Test field_attach_validate().
FieldAttachOtherTestCase::testFieldAttachValidate in drupal-7.x/modules/field/tests/field.test
Test field_attach_validate().
FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle in drupal-7.x/modules/field/tests/field.test
Test field_attach_create_bundle() and field_attach_rename_bundle().
FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle in drupal-7.x/modules/field/tests/field.test
Test field_attach_create_bundle() and field_attach_rename_bundle().
FieldAttachStorageTestCase::testFieldAttachDelete in drupal-7.x/modules/field/tests/field.test
Test field_attach_delete().
FieldAttachStorageTestCase::testFieldAttachDelete in drupal-7.x/modules/field/tests/field.test
Test field_attach_delete().
FieldAttachStorageTestCase::testFieldAttachDeleteBundle in drupal-7.x/modules/field/tests/field.test
Test field_attach_delete_bundle().
FieldAttachStorageTestCase::testFieldAttachDeleteBundle in drupal-7.x/modules/field/tests/field.test
Test field_attach_delete_bundle().
FieldAttachStorageTestCase::testFieldAttachLoadMultiple in drupal-7.x/modules/field/tests/field.test
Test the 'multiple' load feature.
FieldAttachStorageTestCase::testFieldAttachLoadMultiple in drupal-7.x/modules/field/tests/field.test
Test the 'multiple' load feature.
FieldAttachStorageTestCase::testFieldAttachSaveLoad in drupal-7.x/modules/field/tests/field.test
Check field values insert, update and load.
FieldAttachStorageTestCase::testFieldAttachSaveLoad in drupal-7.x/modules/field/tests/field.test
Check field values insert, update and load.
FieldAttachStorageTestCase::testFieldAttachSaveLoadDifferentStorage in drupal-7.x/modules/field/tests/field.test
Test saving and loading fields using different storage backends.
FieldAttachStorageTestCase::testFieldAttachSaveLoadDifferentStorage in drupal-7.x/modules/field/tests/field.test
Test saving and loading fields using different storage backends.
FieldAttachStorageTestCase::testFieldAttachSaveMissingData in drupal-7.x/modules/field/tests/field.test
Tests insert and update with missing or NULL fields.
FieldAttachStorageTestCase::testFieldAttachSaveMissingData in drupal-7.x/modules/field/tests/field.test
Tests insert and update with missing or NULL fields.
FieldAttachStorageTestCase::testFieldAttachSaveMissingDataDefaultValue in drupal-7.x/modules/field/tests/field.test
Test insert with missing or NULL fields, with default value.
FieldAttachStorageTestCase::testFieldAttachSaveMissingDataDefaultValue in drupal-7.x/modules/field/tests/field.test
Test insert with missing or NULL fields, with default value.
FieldAttachStorageTestCase::testFieldStorageDetailsAlter in drupal-7.x/modules/field/tests/field.test
Test storage details alteration.
FieldAttachStorageTestCase::testFieldStorageDetailsAlter in drupal-7.x/modules/field/tests/field.test
Test storage details alteration.
FieldBulkDeleteTestCase::checkHooksInvocations in drupal-7.x/modules/field/tests/field.test
Tests that the expected hooks have been invoked on the expected entities.
FieldBulkDeleteTestCase::checkHooksInvocations in drupal-7.x/modules/field/tests/field.test
Tests that the expected hooks have been invoked on the expected entities.
FieldBulkDeleteTestCase::testDeleteFieldInstance in drupal-7.x/modules/field/tests/field.test
Verify that deleting an instance leaves the field data items in the database and that the appropriate Field API functions can operate on the deleted data and instance.
FieldBulkDeleteTestCase::testDeleteFieldInstance in drupal-7.x/modules/field/tests/field.test
Verify that deleting an instance leaves the field data items in the database and that the appropriate Field API functions can operate on the deleted data and instance.
FieldBulkDeleteTestCase::testPurgeField in drupal-7.x/modules/field/tests/field.test
Verify that fields are preserved and purged correctly as multiple instances are deleted and purged.
FieldBulkDeleteTestCase::testPurgeField in drupal-7.x/modules/field/tests/field.test
Verify that fields are preserved and purged correctly as multiple instances are deleted and purged.
FieldBulkDeleteTestCase::testPurgeInstance in drupal-7.x/modules/field/tests/field.test
Verify that field data items and instances are purged when an instance is deleted.
FieldBulkDeleteTestCase::testPurgeInstance in drupal-7.x/modules/field/tests/field.test
Verify that field data items and instances are purged when an instance is deleted.
FieldCrudTestCase::testCreateField in drupal-7.x/modules/field/tests/field.test
Test the creation of a field.
FieldCrudTestCase::testCreateField in drupal-7.x/modules/field/tests/field.test
Test the creation of a field.
FieldCrudTestCase::testCreateFieldFail in drupal-7.x/modules/field/tests/field.test
Test failure to create a field.
FieldCrudTestCase::testCreateFieldFail in drupal-7.x/modules/field/tests/field.test
Test failure to create a field.
FieldCrudTestCase::testDeleteField in drupal-7.x/modules/field/tests/field.test
Test the deletion of a field.
FieldCrudTestCase::testDeleteField in drupal-7.x/modules/field/tests/field.test
Test the deletion of a field.
FieldCrudTestCase::testFieldIndexes in drupal-7.x/modules/field/tests/field.test
Test creation of indexes on data column.
FieldCrudTestCase::testFieldIndexes in drupal-7.x/modules/field/tests/field.test
Test creation of indexes on data column.
FieldCrudTestCase::testUpdateField in drupal-7.x/modules/field/tests/field.test
Test updating a field.
FieldCrudTestCase::testUpdateField in drupal-7.x/modules/field/tests/field.test
Test updating a field.
FieldFormTestCase::testFieldFormAccess in drupal-7.x/modules/field/tests/field.test
Tests fields with no 'edit' access.
FieldFormTestCase::testFieldFormAccess in drupal-7.x/modules/field/tests/field.test
Tests fields with no 'edit' access.
FieldFormTestCase::testFieldFormSingle in drupal-7.x/modules/field/tests/field.test
FieldFormTestCase::testFieldFormSingle in drupal-7.x/modules/field/tests/field.test
FieldFormTestCase::testFieldFormSingleRequired in drupal-7.x/modules/field/tests/field.test
FieldFormTestCase::testFieldFormSingleRequired in drupal-7.x/modules/field/tests/field.test
FieldInfoTestCase::testFieldInfo in drupal-7.x/modules/field/tests/field.test
Test that field types and field definitions are correcly cached.
FieldInfoTestCase::testFieldInfo in drupal-7.x/modules/field/tests/field.test
Test that field types and field definitions are correcly cached.
FieldInfoTestCase::testFieldMap in drupal-7.x/modules/field/tests/field.test
Test field_info_field_map().
FieldInfoTestCase::testFieldMap in drupal-7.x/modules/field/tests/field.test
Test field_info_field_map().
FieldInstanceCrudTestCase::testUpdateFieldInstance in drupal-7.x/modules/field/tests/field.test
Test the update of a field instance.
FieldInstanceCrudTestCase::testUpdateFieldInstance in drupal-7.x/modules/field/tests/field.test
Test the update of a field instance.
FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Reads mysql to verify correct data is written when using insert and update.
FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Reads mysql to verify correct data is written when using insert and update.
FieldSqlStorageTestCase::testFieldAttachLoad in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Uses the mysql tables and records to verify field_load_revision works correctly.
FieldSqlStorageTestCase::testFieldAttachLoad in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Uses the mysql tables and records to verify field_load_revision works correctly.
FieldSqlStorageTestCase::testFieldAttachSaveMissingData in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Tests insert and update with missing or NULL fields.
FieldSqlStorageTestCase::testFieldAttachSaveMissingData in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Tests insert and update with missing or NULL fields.
FieldSqlStorageTestCase::testFieldSqlStorageForeignKeys in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Test foreign key support.
FieldSqlStorageTestCase::testFieldSqlStorageForeignKeys in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Test foreign key support.
FieldSqlStorageTestCase::testFieldStorageDetails in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Test the storage details.
FieldSqlStorageTestCase::testFieldStorageDetails in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Test the storage details.
FieldSqlStorageTestCase::testFieldUpdateIndexesWithData in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Test adding and removing indexes while data is present.
FieldSqlStorageTestCase::testFieldUpdateIndexesWithData in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Test adding and removing indexes while data is present.
FieldTestCase::assertFieldValues in drupal-7.x/modules/field/tests/field.test
Assert that a field has the expected values in an entity.
FieldTestCase::assertFieldValues in drupal-7.x/modules/field/tests/field.test
Assert that a field has the expected values in an entity.
FieldTranslationsTestCase::testFieldDisplayLanguage in drupal-7.x/modules/field/tests/field.test
Tests display language logic for translatable fields.
FieldTranslationsTestCase::testFieldDisplayLanguage in drupal-7.x/modules/field/tests/field.test
Tests display language logic for translatable fields.
FieldTranslationsTestCase::testFieldInvoke in drupal-7.x/modules/field/tests/field.test
Test the multilanguage logic of _field_invoke().
FieldTranslationsTestCase::testFieldInvoke in drupal-7.x/modules/field/tests/field.test
Test the multilanguage logic of _field_invoke().
FieldTranslationsTestCase::testFieldInvokeMultiple in drupal-7.x/modules/field/tests/field.test
Test the multilanguage logic of _field_invoke_multiple().
FieldTranslationsTestCase::testFieldInvokeMultiple in drupal-7.x/modules/field/tests/field.test
Test the multilanguage logic of _field_invoke_multiple().
FieldUIManageDisplayTestCase::testFormatterUI in drupal-7.x/modules/field_ui/field_ui.test
Tests formatter settings.
FieldUIManageDisplayTestCase::testFormatterUI in drupal-7.x/modules/field_ui/field_ui.test
Tests formatter settings.
FieldUIManageFieldsTestCase::testDefaultValue in drupal-7.x/modules/field_ui/field_ui.test
Tests that default value is correctly validated and saved.
FieldUIManageFieldsTestCase::testDefaultValue in drupal-7.x/modules/field_ui/field_ui.test
Tests that default value is correctly validated and saved.
FieldUpdatePathTestCase::testFilledUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/update.field.test
Tests that the update is successful.
FieldUpdatePathTestCase::testFilledUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/update.field.test
Tests that the update is successful.
FileCopyTest::testExistingError in drupal-7.x/modules/simpletest/tests/file.test
Test that copying over an existing file fails when FILE_EXISTS_ERROR is specified.
FileCopyTest::testExistingError in drupal-7.x/modules/simpletest/tests/file.test
Test that copying over an existing file fails when FILE_EXISTS_ERROR is specified.
FileCopyTest::testExistingRename in drupal-7.x/modules/simpletest/tests/file.test
Test renaming when copying over a file that already exists.
FileCopyTest::testExistingRename in drupal-7.x/modules/simpletest/tests/file.test
Test renaming when copying over a file that already exists.
FileCopyTest::testExistingReplace in drupal-7.x/modules/simpletest/tests/file.test
Test replacement when copying over a file that already exists.
FileCopyTest::testExistingReplace in drupal-7.x/modules/simpletest/tests/file.test
Test replacement when copying over a file that already exists.
FileCopyTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Test file copying in the normal, base case.
FileCopyTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Test file copying in the normal, base case.
FileDeleteTest::testInUse in drupal-7.x/modules/simpletest/tests/file.test
Tries deleting a file that is in use.
FileDeleteTest::testInUse in drupal-7.x/modules/simpletest/tests/file.test
Tries deleting a file that is in use.
FileDirectoryTest::testFileCheckDirectoryHandling in drupal-7.x/modules/simpletest/tests/file.test
Test directory handling functions.
FileDirectoryTest::testFileCheckDirectoryHandling in drupal-7.x/modules/simpletest/tests/file.test
Test directory handling functions.
FileDirectoryTest::testFileCreateNewFilepath in drupal-7.x/modules/simpletest/tests/file.test
This will take a directory and path, and find a valid filepath that is not taken by another file.
FileDirectoryTest::testFileCreateNewFilepath in drupal-7.x/modules/simpletest/tests/file.test
This will take a directory and path, and find a valid filepath that is not taken by another file.
FileDirectoryTest::testFileDestination in drupal-7.x/modules/simpletest/tests/file.test
This will test the filepath for a destination based on passed flags and whether or not the file exists.
FileDirectoryTest::testFileDestination in drupal-7.x/modules/simpletest/tests/file.test
This will test the filepath for a destination based on passed flags and whether or not the file exists.
FileDirectoryTest::testFileDirectoryTemp in drupal-7.x/modules/simpletest/tests/file.test
Ensure that the file_directory_temp() function always returns a value.
FileDirectoryTest::testFileDirectoryTemp in drupal-7.x/modules/simpletest/tests/file.test
Ensure that the file_directory_temp() function always returns a value.
FileDownloadTest::checkUrl in drupal-7.x/modules/simpletest/tests/file.test
Download a file from the URL generated by file_create_url().
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.
FileDownloadTest::testPrivateFileTransfer in drupal-7.x/modules/simpletest/tests/file.test
Test the private file transfer system.
FileDownloadTest::testPublicFileTransfer in drupal-7.x/modules/simpletest/tests/file.test
Test the public file transfer system.
FileDownloadTest::testPublicFileTransfer in drupal-7.x/modules/simpletest/tests/file.test
Test the public file transfer system.
FileFieldRevisionTestCase::testRevisions in drupal-7.x/modules/file/tests/file.test
Tests creating multiple revisions of a node and managing attached files.
FileFieldRevisionTestCase::testRevisions in drupal-7.x/modules/file/tests/file.test
Tests creating multiple revisions of a node and managing attached files.
FileFieldTestCase::assertFileEntryExists in drupal-7.x/modules/file/tests/file.test
Asserts that a file exists in the database.
FileFieldTestCase::assertFileEntryExists in drupal-7.x/modules/file/tests/file.test
Asserts that a file exists in the database.
FileHookTestCase::assertFileHookCalled in drupal-7.x/modules/simpletest/tests/file.test
Assert that a hook_file_* hook was called a certain number of times.
FileHookTestCase::assertFileHookCalled in drupal-7.x/modules/simpletest/tests/file.test
Assert that a hook_file_* hook was called a certain number of times.
FileLoadTest::testMultiple in drupal-7.x/modules/simpletest/tests/file.test
This will test loading file data from the database.
FileLoadTest::testMultiple in drupal-7.x/modules/simpletest/tests/file.test
This will test loading file data from the database.
FileLoadTest::testSingleValues in drupal-7.x/modules/simpletest/tests/file.test
Load a single file and ensure that the correct values are returned.
FileLoadTest::testSingleValues in drupal-7.x/modules/simpletest/tests/file.test
Load a single file and ensure that the correct values are returned.
FileMoveTest::testExistingError in drupal-7.x/modules/simpletest/tests/file.test
Test that moving onto an existing file fails when FILE_EXISTS_ERROR is specified.
FileMoveTest::testExistingError in drupal-7.x/modules/simpletest/tests/file.test
Test that moving onto an existing file fails when FILE_EXISTS_ERROR is specified.
FileMoveTest::testExistingRename in drupal-7.x/modules/simpletest/tests/file.test
Test renaming when moving onto a file that already exists.
FileMoveTest::testExistingRename in drupal-7.x/modules/simpletest/tests/file.test
Test renaming when moving onto a file that already exists.
FileMoveTest::testExistingReplace in drupal-7.x/modules/simpletest/tests/file.test
Test replacement when moving onto a file that already exists.
FileMoveTest::testExistingReplace in drupal-7.x/modules/simpletest/tests/file.test
Test replacement when moving onto a file that already exists.
FileMoveTest::testExistingReplaceSelf in drupal-7.x/modules/simpletest/tests/file.test
Test replacement when moving onto itself.
FileMoveTest::testExistingReplaceSelf in drupal-7.x/modules/simpletest/tests/file.test
Test replacement when moving onto itself.
FileMoveTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Move a normal file.
FileMoveTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Move a normal file.
FileNameMungingTest::testMungeNullByte in drupal-7.x/modules/simpletest/tests/file.test
Tests munging with a null byte in the filename.
FileNameMungingTest::testMungeNullByte in drupal-7.x/modules/simpletest/tests/file.test
Tests munging with a null byte in the filename.
FileSaveDataTest::testExistingError in drupal-7.x/modules/simpletest/tests/file.test
Test that file_save_data() fails overwriting an existing file.
FileSaveDataTest::testExistingError in drupal-7.x/modules/simpletest/tests/file.test
Test that file_save_data() fails overwriting an existing file.
FileSaveDataTest::testExistingRename in drupal-7.x/modules/simpletest/tests/file.test
Test file_save_data() when renaming around an existing file.
FileSaveDataTest::testExistingRename in drupal-7.x/modules/simpletest/tests/file.test
Test file_save_data() when renaming around an existing file.
FileSaveDataTest::testExistingReplace in drupal-7.x/modules/simpletest/tests/file.test
Test file_save_data() when replacing an existing file.
FileSaveDataTest::testExistingReplace in drupal-7.x/modules/simpletest/tests/file.test
Test file_save_data() when replacing an existing file.
FileSaveDataTest::testWithFilename in drupal-7.x/modules/simpletest/tests/file.test
Test the file_save_data() function when a filename is provided.
FileSaveDataTest::testWithFilename in drupal-7.x/modules/simpletest/tests/file.test
Test the file_save_data() function when a filename is provided.
FileSaveDataTest::testWithoutFilename in drupal-7.x/modules/simpletest/tests/file.test
Test the file_save_data() function when no filename is provided.
FileSaveDataTest::testWithoutFilename in drupal-7.x/modules/simpletest/tests/file.test
Test the file_save_data() function when no filename is provided.
FileSaveTest::testFileSave in drupal-7.x/modules/simpletest/tests/file.test
FileSaveTest::testFileSave in drupal-7.x/modules/simpletest/tests/file.test
FileSaveUploadTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Test the file_save_upload() function.
FileSaveUploadTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Test the file_save_upload() function.
FileScanDirectoryTest::testOptionCallback in drupal-7.x/modules/simpletest/tests/file.test
Check that the callback function is called correctly.
FileScanDirectoryTest::testOptionCallback in drupal-7.x/modules/simpletest/tests/file.test
Check that the callback function is called correctly.
FileScanDirectoryTest::testOptionKey in drupal-7.x/modules/simpletest/tests/file.test
Check that key parameter sets the return value's key.
FileScanDirectoryTest::testOptionKey in drupal-7.x/modules/simpletest/tests/file.test
Check that key parameter sets the return value's key.
FileScanDirectoryTest::testOptionMinDepth in drupal-7.x/modules/simpletest/tests/file.test
Check that the min_depth options lets us ignore files in the starting directory.
FileScanDirectoryTest::testOptionMinDepth in drupal-7.x/modules/simpletest/tests/file.test
Check that the min_depth options lets us ignore files in the starting directory.
FileScanDirectoryTest::testOptionNoMask in drupal-7.x/modules/simpletest/tests/file.test
Check that the no-mask parameter is honored.
FileScanDirectoryTest::testOptionNoMask in drupal-7.x/modules/simpletest/tests/file.test
Check that the no-mask parameter is honored.
FileScanDirectoryTest::testOptionRecurse in drupal-7.x/modules/simpletest/tests/file.test
Check that the recurse option decends into subdirectories.
FileScanDirectoryTest::testOptionRecurse in drupal-7.x/modules/simpletest/tests/file.test
Check that the recurse option decends into subdirectories.
FileScanDirectoryTest::testReturn in drupal-7.x/modules/simpletest/tests/file.test
Check the format of the returned values.
FileScanDirectoryTest::testReturn in drupal-7.x/modules/simpletest/tests/file.test
Check the format of the returned values.
FileSpaceUsedTest::testFileSpaceUsed in drupal-7.x/modules/simpletest/tests/file.test
Test different users with the default status.
FileSpaceUsedTest::testFileSpaceUsed in drupal-7.x/modules/simpletest/tests/file.test
Test different users with the default status.
FileTestCase::assertDirectoryPermissions in drupal-7.x/modules/simpletest/tests/file.test
Helper function to test the permissions of a directory.
FileTestCase::assertDirectoryPermissions in drupal-7.x/modules/simpletest/tests/file.test
Helper function to test the permissions of a directory.
FileTestCase::assertFilePermissions in drupal-7.x/modules/simpletest/tests/file.test
Helper function to test the permissions of a file.
FileTestCase::assertFilePermissions in drupal-7.x/modules/simpletest/tests/file.test
Helper function to test the permissions of a file.
FileTestCase::assertFileUnchanged in drupal-7.x/modules/simpletest/tests/file.test
Check that two files have the same values for all fields other than the timestamp.
FileTestCase::assertFileUnchanged in drupal-7.x/modules/simpletest/tests/file.test
Check that two files have the same values for all fields other than the timestamp.
FileTestCase::assertSameFile in drupal-7.x/modules/simpletest/tests/file.test
Check that two files are the same by comparing the fid and filepath.
FileTestCase::assertSameFile in drupal-7.x/modules/simpletest/tests/file.test
Check that two files are the same by comparing the fid and filepath.
FileTokenReplaceTestCase::testFileTokenReplacement in drupal-7.x/modules/file/tests/file.test
Creates a file, then tests the tokens generated from it.
FileTokenReplaceTestCase::testFileTokenReplacement in drupal-7.x/modules/file/tests/file.test
Creates a file, then tests the tokens generated from it.
FileUnmanagedCopyTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Copy a normal file.
FileUnmanagedCopyTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Copy a normal file.
FileUnmanagedMoveTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Move a normal file.
FileUnmanagedMoveTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Move a normal file.
FileUnmanagedSaveDataTest::testFileSaveData in drupal-7.x/modules/simpletest/tests/file.test
Test the file_unmanaged_save_data() function.
FileUnmanagedSaveDataTest::testFileSaveData in drupal-7.x/modules/simpletest/tests/file.test
Test the file_unmanaged_save_data() function.
FileURLRewritingTest::testPublicCreatedFileURL in drupal-7.x/modules/simpletest/tests/file.test
Test the generating of rewritten public created file URLs.
FileURLRewritingTest::testPublicCreatedFileURL in drupal-7.x/modules/simpletest/tests/file.test
Test the generating of rewritten public created file URLs.
FileURLRewritingTest::testShippedFileURL in drupal-7.x/modules/simpletest/tests/file.test
Test the generating of rewritten shipped file URLs.
FileURLRewritingTest::testShippedFileURL in drupal-7.x/modules/simpletest/tests/file.test
Test the generating of rewritten shipped file URLs.
FileUsageTest::testAddUsage in drupal-7.x/modules/simpletest/tests/file.test
Tests file_usage_add().
FileUsageTest::testAddUsage in drupal-7.x/modules/simpletest/tests/file.test
Tests file_usage_add().
FileUsageTest::testGetUsage in drupal-7.x/modules/simpletest/tests/file.test
Tests file_usage_list().
FileUsageTest::testGetUsage in drupal-7.x/modules/simpletest/tests/file.test
Tests file_usage_list().
FileUsageTest::testRemoveUsage in drupal-7.x/modules/simpletest/tests/file.test
Tests file_usage_delete().
FileUsageTest::testRemoveUsage in drupal-7.x/modules/simpletest/tests/file.test
Tests file_usage_delete().
FileValidateTest::testCallerValidation in drupal-7.x/modules/simpletest/tests/file.test
Test that the validators passed into are checked.
FileValidateTest::testCallerValidation in drupal-7.x/modules/simpletest/tests/file.test
Test that the validators passed into are checked.
FileValidatorTest::testFileValidateExtensions in drupal-7.x/modules/simpletest/tests/file.test
Test the file_validate_extensions() function.
FileValidatorTest::testFileValidateExtensions in drupal-7.x/modules/simpletest/tests/file.test
Test the file_validate_extensions() function.
FileValidatorTest::testFileValidateImageResolution in drupal-7.x/modules/simpletest/tests/file.test
This ensures the resolution of a specific file is within bounds. The image will be resized if it's too large.
FileValidatorTest::testFileValidateImageResolution in drupal-7.x/modules/simpletest/tests/file.test
This ensures the resolution of a specific file is within bounds. The image will be resized if it's too large.
FileValidatorTest::testFileValidateIsImage in drupal-7.x/modules/simpletest/tests/file.test
This ensures a specific file is actually an image.
FileValidatorTest::testFileValidateIsImage in drupal-7.x/modules/simpletest/tests/file.test
This ensures a specific file is actually an image.
FileValidatorTest::testFileValidateNameLength in drupal-7.x/modules/simpletest/tests/file.test
This will ensure the filename length is valid.
FileValidatorTest::testFileValidateNameLength in drupal-7.x/modules/simpletest/tests/file.test
This will ensure the filename length is valid.
FileValidatorTest::testFileValidateSize in drupal-7.x/modules/simpletest/tests/file.test
Test file_validate_size().
FileValidatorTest::testFileValidateSize in drupal-7.x/modules/simpletest/tests/file.test
Test file_validate_size().
FilledMinimalUpdatePath::testFilledStandardUpdate in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
FilledMinimalUpdatePath::testFilledStandardUpdate in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
FilledStandardUpdatePath::testFilledStandardUpdate in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
FilledStandardUpdatePath::testFilledStandardUpdate in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
FilterCRUDTestCase::verifyFilters in drupal-7.x/modules/filter/filter.test
Verifies that filters are properly stored for a text format.
FilterCRUDTestCase::verifyFilters in drupal-7.x/modules/filter/filter.test
Verifies that filters are properly stored for a text format.
FilterCRUDTestCase::verifyTextFormat in drupal-7.x/modules/filter/filter.test
Verifies that a text format is properly stored.
FilterCRUDTestCase::verifyTextFormat in drupal-7.x/modules/filter/filter.test
Verifies that a text format is properly stored.
FilterDefaultFormatTestCase::testDefaultTextFormats in drupal-7.x/modules/filter/filter.test
Tests if the default text format is accessible to users.
FilterDefaultFormatTestCase::testDefaultTextFormats in drupal-7.x/modules/filter/filter.test
Tests if the default text format is accessible to users.
FilterFormatAccessTestCase::testFormatRoles in drupal-7.x/modules/filter/filter.test
Tests if text format is available to a role.
FilterFormatAccessTestCase::testFormatRoles in drupal-7.x/modules/filter/filter.test
Tests if text format is available to a role.
FilterNoFormatTestCase::testCheckMarkupNoFormat in drupal-7.x/modules/filter/filter.test
Tests text without format.
FilterNoFormatTestCase::testCheckMarkupNoFormat in drupal-7.x/modules/filter/filter.test
Tests text without format.
FilterSettingsTestCase::testFilterDefaults in drupal-7.x/modules/filter/filter.test
Tests explicit and implicit default settings for filters.
FilterSettingsTestCase::testFilterDefaults in drupal-7.x/modules/filter/filter.test
Tests explicit and implicit default settings for filters.
FilterUnitTestCase::testFilterXSS in drupal-7.x/modules/filter/filter.test
Tests limiting allowed tags and XSS prevention.
FilterUnitTestCase::testFilterXSS in drupal-7.x/modules/filter/filter.test
Tests limiting allowed tags and XSS prevention.
FilterUnitTestCase::testFilterXSSAdmin in drupal-7.x/modules/filter/filter.test
Tests the loose, admin HTML filter.
FilterUnitTestCase::testFilterXSSAdmin in drupal-7.x/modules/filter/filter.test
Tests the loose, admin HTML filter.
FilterUnitTestCase::testHtmlCorrectorFilter in drupal-7.x/modules/filter/filter.test
Tests the HTML corrector filter.
FilterUnitTestCase::testHtmlCorrectorFilter in drupal-7.x/modules/filter/filter.test
Tests the HTML corrector filter.
FilterUnitTestCase::testLineBreakFilter in drupal-7.x/modules/filter/filter.test
Tests the line break filter.
FilterUnitTestCase::testLineBreakFilter in drupal-7.x/modules/filter/filter.test
Tests the line break filter.
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.
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.
FormStateValuesCleanTestCase::testFormStateValuesClean in drupal-7.x/modules/simpletest/tests/form.test
Tests form_state_values_clean().
FormStateValuesCleanTestCase::testFormStateValuesClean in drupal-7.x/modules/simpletest/tests/form.test
Tests form_state_values_clean().
FormsTestCase::testCheckboxProcessing in drupal-7.x/modules/simpletest/tests/form.test
Test default value handling for checkboxes.
FormsTestCase::testCheckboxProcessing in drupal-7.x/modules/simpletest/tests/form.test
Test default value handling for checkboxes.
FormsTestCase::testDisabledElements in drupal-7.x/modules/simpletest/tests/form.test
Test handling of disabled elements.
FormsTestCase::testDisabledElements in drupal-7.x/modules/simpletest/tests/form.test
Test handling of disabled elements.
ForumTestCase::createForumTopic in drupal-7.x/modules/forum/forum.test
Creates forum topic.
ForumTestCase::createForumTopic in drupal-7.x/modules/forum/forum.test
Creates forum topic.
ForumTestCase::editForumTaxonomy in drupal-7.x/modules/forum/forum.test
Edits the forum taxonomy.
ForumTestCase::editForumTaxonomy in drupal-7.x/modules/forum/forum.test
Edits the forum taxonomy.
ForumTestCase::testAddOrphanTopic in drupal-7.x/modules/forum/forum.test
Tests that forum nodes can't be added without a parent.
ForumTestCase::testAddOrphanTopic in drupal-7.x/modules/forum/forum.test
Tests that forum nodes can't be added without a parent.
ForumTestCase::testForum in drupal-7.x/modules/forum/forum.test
Tests forum functionality through the admin and user interfaces.
ForumTestCase::testForum in drupal-7.x/modules/forum/forum.test
Tests forum functionality through the admin and user interfaces.
ForumUpgradePathTestCase::testForumUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.forum.test
Test a successful upgrade (no negotiation).
ForumUpgradePathTestCase::testForumUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.forum.test
Test a successful upgrade (no negotiation).
GraphUnitTest::assertComponents in drupal-7.x/modules/simpletest/tests/graph.test
Verify expected components in a graph.
GraphUnitTest::assertComponents in drupal-7.x/modules/simpletest/tests/graph.test
Verify expected components in a graph.
GraphUnitTest::assertPaths in drupal-7.x/modules/simpletest/tests/graph.test
Verify expected paths in a graph.
GraphUnitTest::assertPaths in drupal-7.x/modules/simpletest/tests/graph.test
Verify expected paths in a graph.
GraphUnitTest::assertReversePaths in drupal-7.x/modules/simpletest/tests/graph.test
Verify expected reverse paths in a graph.
GraphUnitTest::assertReversePaths in drupal-7.x/modules/simpletest/tests/graph.test
Verify expected reverse paths in a graph.
HookBootExitTestCase::testHookBootExit in drupal-7.x/modules/simpletest/tests/bootstrap.test
Test calling of hook_boot() and hook_exit().
HookBootExitTestCase::testHookBootExit in drupal-7.x/modules/simpletest/tests/bootstrap.test
Test calling of hook_boot() and hook_exit().
ImageAdminStylesUnitTest::testDefaultStyle in drupal-7.x/modules/image/image.test
Test to override, edit, then revert a style.
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::testStyle in drupal-7.x/modules/image/image.test
General test to add a style, add/remove/edit effects to it, then delete it.
ImageDimensionsScaleTestCase::testImageDimensionsScale in drupal-7.x/modules/image/image.test
Tests all control flow branches in image_dimensions_scale().
ImageDimensionsScaleTestCase::testImageDimensionsScale in drupal-7.x/modules/image/image.test
Tests all control flow branches in image_dimensions_scale().
ImageDimensionsTestCase::testImageDimensions in drupal-7.x/modules/image/image.test
Test styled image dimensions cumulatively.
ImageDimensionsTestCase::testImageDimensions in drupal-7.x/modules/image/image.test
Test styled image dimensions cumulatively.
ImageEffectsUnitTest::testCropEffect in drupal-7.x/modules/image/image.test
Test the image_crop_effect() function.
ImageEffectsUnitTest::testCropEffect in drupal-7.x/modules/image/image.test
Test the image_crop_effect() function.
ImageEffectsUnitTest::testDesaturateEffect in drupal-7.x/modules/image/image.test
Test the image_desaturate_effect() function.
ImageEffectsUnitTest::testDesaturateEffect in drupal-7.x/modules/image/image.test
Test the image_desaturate_effect() function.
ImageEffectsUnitTest::testResizeEffect in drupal-7.x/modules/image/image.test
Test the image_resize_effect() function.
ImageEffectsUnitTest::testResizeEffect in drupal-7.x/modules/image/image.test
Test the image_resize_effect() function.
ImageEffectsUnitTest::testRotateEffect in drupal-7.x/modules/image/image.test
Test the image_rotate_effect() function.
ImageEffectsUnitTest::testRotateEffect in drupal-7.x/modules/image/image.test
Test the image_rotate_effect() function.
ImageEffectsUnitTest::testScaleAndCropEffect in drupal-7.x/modules/image/image.test
Test the image_scale_and_crop_effect() function.
ImageEffectsUnitTest::testScaleAndCropEffect in drupal-7.x/modules/image/image.test
Test the image_scale_and_crop_effect() function.
ImageEffectsUnitTest::testScaleEffect in drupal-7.x/modules/image/image.test
Test the image_scale_effect() function.
ImageEffectsUnitTest::testScaleEffect in drupal-7.x/modules/image/image.test
Test the image_scale_effect() function.
ImageFieldDefaultImagesTestCase::testDefaultImages in drupal-7.x/modules/image/image.test
Tests CRUD for fields and fields instances with default images.
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::testImageFieldDefaultImage in drupal-7.x/modules/image/image.test
Test use of a default image with an image field.
ImageFieldDisplayTestCase::_testImageFieldFormatters in drupal-7.x/modules/image/image.test
Test image formatters on node display.
ImageFieldDisplayTestCase::_testImageFieldFormatters in drupal-7.x/modules/image/image.test
Test image formatters on node display.
ImageStyleFlushTest::testFlush in drupal-7.x/modules/image/image.test
General test to flush a style.
ImageStyleFlushTest::testFlush in drupal-7.x/modules/image/image.test
General test to flush a style.
ImageStylesPathAndUrlTestCase::testImageStylePath in drupal-7.x/modules/image/image.test
Test image_style_path().
ImageStylesPathAndUrlTestCase::testImageStylePath in drupal-7.x/modules/image/image.test
Test image_style_path().
ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in drupal-7.x/modules/image/image.test
Test image_style_url().
ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in drupal-7.x/modules/image/image.test
Test image_style_url().
ImageThemeFunctionWebTestCase::testImageFormatterTheme in drupal-7.x/modules/image/image.test
Tests usage of the image field formatters.
ImageThemeFunctionWebTestCase::testImageFormatterTheme in drupal-7.x/modules/image/image.test
Tests usage of the image field formatters.
ImageToolkitUnitTest::testCrop in drupal-7.x/modules/simpletest/tests/image.test
Test the image_crop() function.
ImageToolkitUnitTest::testCrop in drupal-7.x/modules/simpletest/tests/image.test
Test the image_crop() function.
ImageToolkitUnitTest::testDesaturate in drupal-7.x/modules/simpletest/tests/image.test
Test the image_desaturate() function.
ImageToolkitUnitTest::testDesaturate in drupal-7.x/modules/simpletest/tests/image.test
Test the image_desaturate() function.
ImageToolkitUnitTest::testLoad in drupal-7.x/modules/simpletest/tests/image.test
Test the image_load() function.
ImageToolkitUnitTest::testLoad in drupal-7.x/modules/simpletest/tests/image.test
Test the image_load() function.
ImageToolkitUnitTest::testResize in drupal-7.x/modules/simpletest/tests/image.test
Test the image_resize() function.
ImageToolkitUnitTest::testResize in drupal-7.x/modules/simpletest/tests/image.test
Test the image_resize() function.
ImageToolkitUnitTest::testRotate in drupal-7.x/modules/simpletest/tests/image.test
Test the image_rotate() function.
ImageToolkitUnitTest::testRotate in drupal-7.x/modules/simpletest/tests/image.test
Test the image_rotate() function.
ImageToolkitUnitTest::testScale in drupal-7.x/modules/simpletest/tests/image.test
Test the image_scale() function.
ImageToolkitUnitTest::testScale in drupal-7.x/modules/simpletest/tests/image.test
Test the image_scale() function.
ImageToolkitUnitTest::testScaleAndCrop in drupal-7.x/modules/simpletest/tests/image.test
Test the image_scale_and_crop() function.
ImageToolkitUnitTest::testScaleAndCrop in drupal-7.x/modules/simpletest/tests/image.test
Test the image_scale_and_crop() function.
ImportOPMLTestCase::submitImportForm in drupal-7.x/modules/aggregator/aggregator.test
Submits form with invalid, empty, and valid OPML files.
ImportOPMLTestCase::submitImportForm in drupal-7.x/modules/aggregator/aggregator.test
Submits form with invalid, empty, and valid OPML files.
ImportOPMLTestCase::validateImportFormFields in drupal-7.x/modules/aggregator/aggregator.test
Submits form filled with invalid fields.
ImportOPMLTestCase::validateImportFormFields in drupal-7.x/modules/aggregator/aggregator.test
Submits form filled with invalid fields.
InfoFileParserTestCase::testDrupalParseInfoFormat in drupal-7.x/modules/system/system.test
Test drupal_parse_info_format().
InfoFileParserTestCase::testDrupalParseInfoFormat in drupal-7.x/modules/system/system.test
Test drupal_parse_info_format().
JavaScriptTestCase::testAddFile in drupal-7.x/modules/simpletest/tests/common.test
Test adding a JavaScript file.
JavaScriptTestCase::testAddFile in drupal-7.x/modules/simpletest/tests/common.test
Test adding a JavaScript file.
JavaScriptTestCase::testAddInline in drupal-7.x/modules/simpletest/tests/common.test
Test adding inline scripts.
JavaScriptTestCase::testAddInline in drupal-7.x/modules/simpletest/tests/common.test
Test adding inline scripts.
JavaScriptTestCase::testAddSetting in drupal-7.x/modules/simpletest/tests/common.test
Test adding settings.
JavaScriptTestCase::testAddSetting in drupal-7.x/modules/simpletest/tests/common.test
Test adding settings.
JavaScriptTestCase::testAggregationOrder in drupal-7.x/modules/simpletest/tests/common.test
Tests JavaScript aggregation when files are added to a different scope.
JavaScriptTestCase::testAggregationOrder in drupal-7.x/modules/simpletest/tests/common.test
Tests JavaScript aggregation when files are added to a different scope.
JavaScriptTestCase::testDefault in drupal-7.x/modules/simpletest/tests/common.test
Test default JavaScript is empty.
JavaScriptTestCase::testDefault in drupal-7.x/modules/simpletest/tests/common.test
Test default JavaScript is empty.
JavaScriptTestCase::testDifferentGroup in drupal-7.x/modules/simpletest/tests/common.test
Test adding a JavaScript file with a different group.
JavaScriptTestCase::testDifferentGroup in drupal-7.x/modules/simpletest/tests/common.test
Test adding a JavaScript file with a different group.
JavaScriptTestCase::testDifferentWeight in drupal-7.x/modules/simpletest/tests/common.test
Test adding a JavaScript file with a different weight.
JavaScriptTestCase::testDifferentWeight in drupal-7.x/modules/simpletest/tests/common.test
Test adding a JavaScript file with a different weight.
JavaScriptTestCase::testGetLibrary in drupal-7.x/modules/simpletest/tests/common.test
Tests retrieval of libraries via drupal_get_library().
JavaScriptTestCase::testGetLibrary in drupal-7.x/modules/simpletest/tests/common.test
Tests retrieval of libraries via drupal_get_library().
JavaScriptTestCase::testLibraryAlter in drupal-7.x/modules/simpletest/tests/common.test
Adds a JavaScript library to the page and alters it.
JavaScriptTestCase::testLibraryAlter in drupal-7.x/modules/simpletest/tests/common.test
Adds a JavaScript library to the page and alters it.
JavaScriptTestCase::testLibraryNameConflicts in drupal-7.x/modules/simpletest/tests/common.test
Tests that multiple modules can implement the same library.
JavaScriptTestCase::testLibraryNameConflicts in drupal-7.x/modules/simpletest/tests/common.test
Tests that multiple modules can implement the same library.
JavaScriptTestCase::testReset in drupal-7.x/modules/simpletest/tests/common.test
Test to see if resetting the JavaScript empties the cache.
JavaScriptTestCase::testReset in drupal-7.x/modules/simpletest/tests/common.test
Test to see if resetting the JavaScript empties the cache.
ListFieldUITestCase::testListAllowedValuesBoolean in drupal-7.x/modules/field/modules/list/tests/list.test
List (boolen) : test 'On/Off' values input.
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.
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.
LocaleConfigurationTest::testLanguageConfiguration in drupal-7.x/modules/locale/locale.test
Functional tests for adding, editing and deleting languages.
LocaleImportFunctionalTest::testStandalonePoFile in drupal-7.x/modules/locale/locale.test
Test import of standalone .po files.
LocaleImportFunctionalTest::testStandalonePoFile in drupal-7.x/modules/locale/locale.test
Test import of standalone .po files.
LocaleInstallTest::testFunctionSignatures in drupal-7.x/modules/locale/locale.test
Verify that function signatures of t() and st() are equal.
LocaleInstallTest::testFunctionSignatures in drupal-7.x/modules/locale/locale.test
Verify that function signatures of t() and st() are equal.
LocaleJavascriptTranslationTest::testFileParsing in drupal-7.x/modules/locale/locale.test
LocaleJavascriptTranslationTest::testFileParsing in drupal-7.x/modules/locale/locale.test
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in drupal-7.x/modules/locale/locale.test
Tests alterations to language types/negotiation info.
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in drupal-7.x/modules/locale/locale.test
Tests alterations to language types/negotiation info.
LocaleMultilingualFieldsFunctionalTest::testMultilingualDisplaySettings in drupal-7.x/modules/locale/locale.test
LocaleMultilingualFieldsFunctionalTest::testMultilingualDisplaySettings in drupal-7.x/modules/locale/locale.test
LocalePathFunctionalTest::testPathLanguageConfiguration in drupal-7.x/modules/locale/locale.test
Test if a language can be associated with a path alias.
LocalePathFunctionalTest::testPathLanguageConfiguration in drupal-7.x/modules/locale/locale.test
Test if a language can be associated with a path alias.
LocaleTranslationFunctionalTest::testStringTranslation in drupal-7.x/modules/locale/locale.test
Adds a language and tests string translation by users with the appropriate permissions.
LocaleTranslationFunctionalTest::testStringTranslation in drupal-7.x/modules/locale/locale.test
Adds a language and tests string translation by users with the appropriate permissions.
LocaleUninstallFunctionalTest::testUninstallProcess in drupal-7.x/modules/locale/locale.test
Check if the values of the Locale variables are correct after uninstall.
LocaleUninstallFunctionalTest::testUninstallProcess in drupal-7.x/modules/locale/locale.test
Check if the values of the Locale variables are correct after uninstall.
LocaleUserCreationTest::testLocalUserCreation in drupal-7.x/modules/locale/locale.test
Functional test for language handling during user creation.
LocaleUserCreationTest::testLocalUserCreation in drupal-7.x/modules/locale/locale.test
Functional test for language handling during user creation.
MailTestCase::testPluggableFramework in drupal-7.x/modules/simpletest/tests/mail.test
Assert that the pluggable mail system is functional.
MailTestCase::testPluggableFramework in drupal-7.x/modules/simpletest/tests/mail.test
Assert that the pluggable mail system is functional.
MenuLinksUnitTestCase::assertMenuLinkParents in drupal-7.x/modules/simpletest/tests/menu.test
Assert that at set of links is properly parented.
MenuLinksUnitTestCase::assertMenuLinkParents in drupal-7.x/modules/simpletest/tests/menu.test
Assert that at set of links is properly parented.
MenuRebuildTestCase::testMenuRebuildByVariable in drupal-7.x/modules/simpletest/tests/menu.test
Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call.
MenuRebuildTestCase::testMenuRebuildByVariable in drupal-7.x/modules/simpletest/tests/menu.test
Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call.
MenuRouterTestCase::testMenuHidden in drupal-7.x/modules/simpletest/tests/menu.test
Tests menu link depth and parents of local tasks and menu callbacks.
MenuRouterTestCase::testMenuHidden in drupal-7.x/modules/simpletest/tests/menu.test
Tests menu link depth and parents of local tasks and menu callbacks.
MenuRouterTestCase::testMenuHierarchy in drupal-7.x/modules/simpletest/tests/menu.test
Tests for menu hierarchy.
MenuRouterTestCase::testMenuHierarchy in drupal-7.x/modules/simpletest/tests/menu.test
Tests for menu hierarchy.
MenuRouterTestCase::testMenuItemHooks in drupal-7.x/modules/simpletest/tests/menu.test
Test menu maintenance hooks.
MenuRouterTestCase::testMenuItemHooks in drupal-7.x/modules/simpletest/tests/menu.test
Test menu maintenance hooks.
MenuRouterTestCase::testMenuName in drupal-7.x/modules/simpletest/tests/menu.test
Tests for menu_name parameter for hook_menu().
MenuRouterTestCase::testMenuName in drupal-7.x/modules/simpletest/tests/menu.test
Tests for menu_name parameter for hook_menu().
MenuRouterTestCase::testMenuSetItem in drupal-7.x/modules/simpletest/tests/menu.test
Test menu_set_item().
MenuRouterTestCase::testMenuSetItem in drupal-7.x/modules/simpletest/tests/menu.test
Test menu_set_item().
MenuTestCase::assertMenuLink in drupal-7.x/modules/menu/menu.test
Fetch the menu item from the database and compare it to the specified array.
MenuTestCase::assertMenuLink in drupal-7.x/modules/menu/menu.test
Fetch the menu item from the database and compare it to the specified array.
MenuTestCase::testMenu in drupal-7.x/modules/menu/menu.test
Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
MenuTestCase::testMenu in drupal-7.x/modules/menu/menu.test
Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
MenuTrailTestCase::testCustom403And404Pages in drupal-7.x/modules/simpletest/tests/menu.test
Tests that the active trail works correctly on custom 403 and 404 pages.
MenuTrailTestCase::testCustom403And404Pages in drupal-7.x/modules/simpletest/tests/menu.test
Tests that the active trail works correctly on custom 403 and 404 pages.
MenuTreeOutputTestCase::testMenuTreeData in drupal-7.x/modules/simpletest/tests/menu.test
Validate the generation of a proper menu tree output.
MenuTreeOutputTestCase::testMenuTreeData in drupal-7.x/modules/simpletest/tests/menu.test
Validate the generation of a proper menu tree output.
MenuUpgradePathTestCase::testMenuUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.menu.test
Test a successful upgrade.
MenuUpgradePathTestCase::testMenuUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.menu.test
Test a successful upgrade.
ModuleTestCase::assertModules in drupal-7.x/modules/system/system.test
Assert the list of modules are enabled or disabled.
ModuleTestCase::assertModules in drupal-7.x/modules/system/system.test
Assert the list of modules are enabled or disabled.
ModuleUninstallTestCase::testUserPermsUninstalled in drupal-7.x/modules/simpletest/tests/module.test
Tests the hook_modules_uninstalled() of the user module.
ModuleUninstallTestCase::testUserPermsUninstalled in drupal-7.x/modules/simpletest/tests/module.test
Tests the hook_modules_uninstalled() of the user module.
ModuleUnitTest::assertModuleList in drupal-7.x/modules/simpletest/tests/module.test
Assert that module_list() return the expected values.
ModuleUnitTest::assertModuleList in drupal-7.x/modules/simpletest/tests/module.test
Assert that module_list() return the expected values.
ModuleUnitTest::testDependencyResolution in drupal-7.x/modules/simpletest/tests/module.test
Test dependency resolution.
ModuleUnitTest::testDependencyResolution in drupal-7.x/modules/simpletest/tests/module.test
Test dependency resolution.
ModuleUnitTest::testModuleImplements in drupal-7.x/modules/simpletest/tests/module.test
Test module_implements() caching.
ModuleUnitTest::testModuleImplements in drupal-7.x/modules/simpletest/tests/module.test
Test module_implements() caching.
ModuleVersionTestCase::testModuleVersions in drupal-7.x/modules/system/system.test
Test version dependencies.
ModuleVersionTestCase::testModuleVersions in drupal-7.x/modules/system/system.test
Test version dependencies.
NewDefaultThemeBlocks::testNewDefaultThemeBlocks in drupal-7.x/modules/block/block.test
Check the enabled Bartik blocks are correctly copied over.
NewDefaultThemeBlocks::testNewDefaultThemeBlocks in drupal-7.x/modules/block/block.test
Check the enabled Bartik blocks are correctly copied over.
NodeAccessRecordsTestCase::testNodeAccessRecords in drupal-7.x/modules/node/node.test
Creates a node and tests the creation of node access rules.
NodeAccessRecordsTestCase::testNodeAccessRecords in drupal-7.x/modules/node/node.test
Creates a node and tests the creation of node access rules.
NodeAccessTestCase::assertNodeAccess in drupal-7.x/modules/node/node.test
Asserts node_access() correctly grants or denies access.
NodeAccessTestCase::assertNodeAccess in drupal-7.x/modules/node/node.test
Asserts node_access() correctly grants or denies access.
NodeAdminTestCase::testContentAdminSort in drupal-7.x/modules/node/node.test
Tests that the table sorting works on the content admin pages.
NodeAdminTestCase::testContentAdminSort in drupal-7.x/modules/node/node.test
Tests that the table sorting works on the content admin pages.
NodeEntityViewModeAlterTest::testNodeViewModeChange in drupal-7.x/modules/node/node.test
Create a "Basic page" node and verify its consistency in the database.
NodeEntityViewModeAlterTest::testNodeViewModeChange in drupal-7.x/modules/node/node.test
Create a "Basic page" node and verify its consistency in the database.
NodeLoadHooksTestCase::testHookNodeLoad in drupal-7.x/modules/node/node.test
Test that hook_node_load() is invoked correctly.
NodeLoadHooksTestCase::testHookNodeLoad in drupal-7.x/modules/node/node.test
Test that hook_node_load() is invoked correctly.
NodeLoadMultipleTestCase::testNodeMultipleLoad in drupal-7.x/modules/node/node.test
Create four nodes and ensure they're loaded correctly.
NodeLoadMultipleTestCase::testNodeMultipleLoad in drupal-7.x/modules/node/node.test
Create four nodes and ensure they're loaded correctly.
NodePostSettingsTestCase::testPagePostInfo in drupal-7.x/modules/node/node.test
Confirms "Basic page" content type and post information is on a new node.
NodePostSettingsTestCase::testPagePostInfo in drupal-7.x/modules/node/node.test
Confirms "Basic page" content type and post information is on a new node.
NodeQueryAlter::testNodeQueryAlterLowLevelEditAccess in drupal-7.x/modules/node/node.test
Tests 'node_access' query alter, for edit access.
NodeQueryAlter::testNodeQueryAlterLowLevelEditAccess in drupal-7.x/modules/node/node.test
Tests 'node_access' query alter, for edit access.
NodeQueryAlter::testNodeQueryAlterLowLevelNoAccess in drupal-7.x/modules/node/node.test
Tests 'node_access' query alter, for user without access.
NodeQueryAlter::testNodeQueryAlterLowLevelNoAccess in drupal-7.x/modules/node/node.test
Tests 'node_access' query alter, for user without access.
NodeQueryAlter::testNodeQueryAlterLowLevelWithAccess in drupal-7.x/modules/node/node.test
Tests 'node_access' query alter, for user with access.
NodeQueryAlter::testNodeQueryAlterLowLevelWithAccess in drupal-7.x/modules/node/node.test
Tests 'node_access' query alter, for user with access.
NodeQueryAlter::testNodeQueryAlterOverride in drupal-7.x/modules/node/node.test
Tests 'node_access' query alter override.
NodeQueryAlter::testNodeQueryAlterOverride in drupal-7.x/modules/node/node.test
Tests 'node_access' query alter override.
NodeQueryAlter::testNodeQueryAlterWithUI in drupal-7.x/modules/node/node.test
Tests that node access permissions are followed.
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::testNodeRevisionWithoutLogMessage in drupal-7.x/modules/node/node.test
Checks that revisions are correctly saved without log messages.
NodeSaveTestCase::testDeterminingChanges in drupal-7.x/modules/node/node.test
Tests determing changes in hook_node_presave() and verifies the static node load cache is cleared upon save.
NodeSaveTestCase::testDeterminingChanges in drupal-7.x/modules/node/node.test
Tests determing changes in hook_node_presave() and verifies the static node load cache is cleared upon save.
NodeSaveTestCase::testImport in drupal-7.x/modules/node/node.test
Checks whether custom node IDs are saved properly during an import operation.
NodeSaveTestCase::testImport in drupal-7.x/modules/node/node.test
Checks whether custom node IDs are saved properly during an import operation.
NodeSaveTestCase::testTimestamps in drupal-7.x/modules/node/node.test
Verifies accuracy of the "created" and "changed" timestamp functionality.
NodeSaveTestCase::testTimestamps in drupal-7.x/modules/node/node.test
Verifies accuracy of the "created" and "changed" timestamp functionality.
NodeTitleTestCase::testNodeTitle in drupal-7.x/modules/node/node.test
Creates one node and tests if the node title has the correct value.
NodeTitleTestCase::testNodeTitle in drupal-7.x/modules/node/node.test
Creates one node and tests if the node title has the correct value.
NodeTokenReplaceTestCase::testNodeTokenReplacement in drupal-7.x/modules/node/node.test
Creates a node, then tests the tokens generated from it.
NodeTokenReplaceTestCase::testNodeTokenReplacement in drupal-7.x/modules/node/node.test
Creates a node, then tests the tokens generated from it.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in drupal-7.x/modules/node/node.test
Tests that node type customizations persist through disable and uninstall.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in drupal-7.x/modules/node/node.test
Tests that node type customizations persist through disable and uninstall.
NodeTypeTestCase::testNodeTypeEditing in drupal-7.x/modules/node/node.test
Tests editing a node type using the UI.
NodeTypeTestCase::testNodeTypeEditing in drupal-7.x/modules/node/node.test
Tests editing a node type using the UI.
NodeTypeTestCase::testNodeTypeGetFunctions in drupal-7.x/modules/node/node.test
Ensures that node type functions (node_type_get_*) work correctly.
NodeTypeTestCase::testNodeTypeGetFunctions in drupal-7.x/modules/node/node.test
Ensures that node type functions (node_type_get_*) work correctly.
OpenIDRegistrationTestCase::testRegisterUserWithAXButNoSREG in drupal-7.x/modules/openid/openid.test
Test OpenID auto-registration with a provider that supplies AX information, but no SREG.
OpenIDRegistrationTestCase::testRegisterUserWithAXButNoSREG in drupal-7.x/modules/openid/openid.test
Test OpenID auto-registration with a provider that supplies AX information, but no SREG.
OpenIDRegistrationTestCase::testRegisterUserWithEmailVerification in drupal-7.x/modules/openid/openid.test
Test OpenID auto-registration with e-mail verification enabled.
OpenIDRegistrationTestCase::testRegisterUserWithEmailVerification in drupal-7.x/modules/openid/openid.test
Test OpenID auto-registration with e-mail verification enabled.
OpenIDRegistrationTestCase::testRegisterUserWithoutEmailVerification in drupal-7.x/modules/openid/openid.test
Test OpenID auto-registration with e-mail verification disabled.
OpenIDRegistrationTestCase::testRegisterUserWithoutEmailVerification in drupal-7.x/modules/openid/openid.test
Test OpenID auto-registration with e-mail verification disabled.
OpenIDTestCase::testConversion in drupal-7.x/modules/openid/openid.test
Test _openid_dh_XXX_to_XXX() functions.
OpenIDTestCase::testConversion in drupal-7.x/modules/openid/openid.test
Test _openid_dh_XXX_to_XXX() functions.
OpenIDTestCase::testOpenidDhXorsecret in drupal-7.x/modules/openid/openid.test
Test _openid_dh_xorsecret().
OpenIDTestCase::testOpenidDhXorsecret in drupal-7.x/modules/openid/openid.test
Test _openid_dh_xorsecret().
OpenIDTestCase::testOpenidExtractNamespace in drupal-7.x/modules/openid/openid.test
Test openid_extract_namespace().
OpenIDTestCase::testOpenidExtractNamespace in drupal-7.x/modules/openid/openid.test
Test openid_extract_namespace().
OpenIDTestCase::testOpenidNormalize in drupal-7.x/modules/openid/openid.test
Test openid_normalize().
OpenIDTestCase::testOpenidNormalize in drupal-7.x/modules/openid/openid.test
Test openid_normalize().
OpenIDTestCase::testOpenidSignature in drupal-7.x/modules/openid/openid.test
Test _openid_signature().
OpenIDTestCase::testOpenidSignature in drupal-7.x/modules/openid/openid.test
Test _openid_signature().
OptionsSelectDynamicValuesTestCase::testSelectListDynamic in drupal-7.x/modules/field/modules/options/options.test
Tests the 'options_select' widget (single select).
OptionsSelectDynamicValuesTestCase::testSelectListDynamic in drupal-7.x/modules/field/modules/options/options.test
Tests the 'options_select' widget (single select).
PageEditTestCase::testPageEdit in drupal-7.x/modules/node/node.test
Checks node edit functionality.
PageEditTestCase::testPageEdit in drupal-7.x/modules/node/node.test
Checks node edit functionality.
ParseInfoFilesTestCase::testParseInfoFile in drupal-7.x/modules/simpletest/tests/common.test
Parse an example .info file an verify the results.
ParseInfoFilesTestCase::testParseInfoFile in drupal-7.x/modules/simpletest/tests/common.test
Parse an example .info file an verify the results.
PathLanguageTestCase::testAliasTranslation in drupal-7.x/modules/path/path.test
Test alias functionality through the admin interfaces.
PathLanguageTestCase::testAliasTranslation in drupal-7.x/modules/path/path.test
Test alias functionality through the admin interfaces.
PathLookupTest::testDrupalLookupPath in drupal-7.x/modules/simpletest/tests/path.test
Test that drupal_lookup_path() returns the correct path.
PathLookupTest::testDrupalLookupPath in drupal-7.x/modules/simpletest/tests/path.test
Test that drupal_lookup_path() returns the correct path.
PathMonolingualTestCase::setUp in drupal-7.x/modules/path/path.test
Sets up a Drupal site for running functional and integration tests.
PathMonolingualTestCase::setUp in drupal-7.x/modules/path/path.test
Sets up a Drupal site for running functional and integration tests.
PHPTestCase::setUp in drupal-7.x/modules/php/php.test
Sets up a Drupal site for running functional and integration tests.
PHPTestCase::setUp in drupal-7.x/modules/php/php.test
Sets up a Drupal site for running functional and integration tests.
PollCreateTestCase::testPollCreate in drupal-7.x/modules/poll/poll.test
PollCreateTestCase::testPollCreate in drupal-7.x/modules/poll/poll.test
PollTestCase::assertPollChoiceOrder in drupal-7.x/modules/poll/poll.test
Assert correct poll choice order in the node form after submission.
PollTestCase::assertPollChoiceOrder in drupal-7.x/modules/poll/poll.test
Assert correct poll choice order in the node form after submission.
PollTokenReplaceTestCase::testPollTokenReplacement in drupal-7.x/modules/poll/poll.test
Creates a poll, then tests the tokens generated from it.
PollTokenReplaceTestCase::testPollTokenReplacement in drupal-7.x/modules/poll/poll.test
Creates a poll, then tests the tokens generated from it.
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.
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.
ProfileBlockTestCase::testAuthorInformationBlock in drupal-7.x/modules/profile/profile.test
ProfileBlockTestCase::testAuthorInformationBlock in drupal-7.x/modules/profile/profile.test
QueueTestCase::testQueue in drupal-7.x/modules/system/system.test
Queues and dequeues a set of items to check the basic queue functionality.
QueueTestCase::testQueue in drupal-7.x/modules/system/system.test
Queues and dequeues a set of items to check the basic queue functionality.
RdfCommentAttributesTestCase::testCommentReplyOfRdfaMarkup in drupal-7.x/modules/rdf/rdf.test
Test RDF comment replies.
RdfCommentAttributesTestCase::testCommentReplyOfRdfaMarkup in drupal-7.x/modules/rdf/rdf.test
Test RDF comment replies.
RdfCommentAttributesTestCase::_testBasicCommentRdfaMarkup in drupal-7.x/modules/rdf/rdf.test
Helper function for testCommentRdfaMarkup().
RdfCommentAttributesTestCase::_testBasicCommentRdfaMarkup in drupal-7.x/modules/rdf/rdf.test
Helper function for testCommentRdfaMarkup().
RdfCrudTestCase::testCRUD in drupal-7.x/modules/rdf/rdf.test
Test inserting, loading, updating, and deleting RDF mappings.
RdfCrudTestCase::testCRUD in drupal-7.x/modules/rdf/rdf.test
Test inserting, loading, updating, and deleting RDF mappings.
RdfGetRdfNamespacesTestCase::testGetRdfNamespaces in drupal-7.x/modules/rdf/rdf.test
Test getting RDF namesapces.
RdfGetRdfNamespacesTestCase::testGetRdfNamespaces in drupal-7.x/modules/rdf/rdf.test
Test getting RDF namesapces.
RdfMappingHookTestCase::testMapping in drupal-7.x/modules/rdf/rdf.test
Test that hook_rdf_mapping() correctly returns and processes mapping.
RdfMappingHookTestCase::testMapping in drupal-7.x/modules/rdf/rdf.test
Test that hook_rdf_mapping() correctly returns and processes mapping.
RdfRdfaMarkupTestCase::testDrupalRdfaAttributes in drupal-7.x/modules/rdf/rdf.test
Test rdf_rdfa_attributes().
RdfRdfaMarkupTestCase::testDrupalRdfaAttributes in drupal-7.x/modules/rdf/rdf.test
Test rdf_rdfa_attributes().
RetrieveFileTestCase::testFileRetrieving in drupal-7.x/modules/system/system.test
Invokes system_retrieve_file() in several scenarios.
RetrieveFileTestCase::testFileRetrieving in drupal-7.x/modules/system/system.test
Invokes system_retrieve_file() in several scenarios.
SchemaTestCase::assertFieldCharacteristics in drupal-7.x/modules/simpletest/tests/schema.test
Assert that a newly added field has the correct characteristics.
SchemaTestCase::assertFieldCharacteristics in drupal-7.x/modules/simpletest/tests/schema.test
Assert that a newly added field has the correct characteristics.
SchemaTestCase::checkSchemaComment in drupal-7.x/modules/simpletest/tests/schema.test
Checks that a table or column comment matches a given description.
SchemaTestCase::checkSchemaComment in drupal-7.x/modules/simpletest/tests/schema.test
Checks that a table or column comment matches a given description.
SchemaTestCase::testSchema in drupal-7.x/modules/simpletest/tests/schema.test
SchemaTestCase::testSchema in drupal-7.x/modules/simpletest/tests/schema.test
SearchBlockTestCase::testBlock in drupal-7.x/modules/search/search.test
Test that the search block form works correctly.
SearchBlockTestCase::testBlock in drupal-7.x/modules/search/search.test
Test that the search block form works correctly.
SearchConfigSettingsForm::testSearchModuleDisabling in drupal-7.x/modules/search/search.test
Verify that you can disable individual search modules.
SearchConfigSettingsForm::testSearchModuleDisabling in drupal-7.x/modules/search/search.test
Verify that you can disable individual search modules.
SearchEmbedForm::testEmbeddedForm in drupal-7.x/modules/search/search.test
Tests that the embedded form appears and can be submitted.
SearchEmbedForm::testEmbeddedForm in drupal-7.x/modules/search/search.test
Tests that the embedded form appears and can be submitted.
SearchExcerptTestCase::testSearchExcerpt in drupal-7.x/modules/search/search.test
Tests search_excerpt() with several simulated search keywords.
SearchExcerptTestCase::testSearchExcerpt in drupal-7.x/modules/search/search.test
Tests search_excerpt() with several simulated search keywords.
SearchExpressionInsertExtractTestCase::testInsertExtract in drupal-7.x/modules/search/search.test
Tests search_expression_insert() and search_expression_extract().
SearchExpressionInsertExtractTestCase::testInsertExtract in drupal-7.x/modules/search/search.test
Tests search_expression_insert() and search_expression_extract().
SearchLanguageTestCase::testLanguages in drupal-7.x/modules/search/search.test
SearchLanguageTestCase::testLanguages in drupal-7.x/modules/search/search.test
SearchMatchTestCase::_testQueryMatching in drupal-7.x/modules/search/search.test
Test the matching abilities of the engine.
SearchMatchTestCase::_testQueryMatching in drupal-7.x/modules/search/search.test
Test the matching abilities of the engine.
SearchMatchTestCase::_testQueryScores in drupal-7.x/modules/search/search.test
Test the scoring abilities of the engine.
SearchMatchTestCase::_testQueryScores in drupal-7.x/modules/search/search.test
Test the scoring abilities of the engine.
SearchRankingTestCase::testDoubleRankings in drupal-7.x/modules/search/search.test
Verifies that if we combine two rankings, search still works.
SearchRankingTestCase::testDoubleRankings in drupal-7.x/modules/search/search.test
Verifies that if we combine two rankings, search still works.
SearchRankingTestCase::testHTMLRankings in drupal-7.x/modules/search/search.test
Test rankings of HTML tags.
SearchRankingTestCase::testHTMLRankings in drupal-7.x/modules/search/search.test
Test rankings of HTML tags.
SearchRankingTestCase::testRankings in drupal-7.x/modules/search/search.test
SearchRankingTestCase::testRankings in drupal-7.x/modules/search/search.test
SearchSimplifyTestCase::testSearchSimplifyPunctuation in drupal-7.x/modules/search/search.test
Tests that search_simplify() does the right thing with punctuation.
SearchSimplifyTestCase::testSearchSimplifyPunctuation in drupal-7.x/modules/search/search.test
Tests that search_simplify() does the right thing with punctuation.
SearchTokenizerTestCase::testNoTokenizer in drupal-7.x/modules/search/search.test
Verifies that strings of non-CJK characters are not tokenized.
SearchTokenizerTestCase::testNoTokenizer in drupal-7.x/modules/search/search.test
Verifies that strings of non-CJK characters are not tokenized.
SearchTokenizerTestCase::testTokenizer in drupal-7.x/modules/search/search.test
Verifies that strings of CJK characters are tokenized.
SearchTokenizerTestCase::testTokenizer in drupal-7.x/modules/search/search.test
Verifies that strings of CJK characters are tokenized.
SessionHttpsTestCase::testHttpsSession in drupal-7.x/modules/simpletest/tests/session.test
SessionHttpsTestCase::testHttpsSession in drupal-7.x/modules/simpletest/tests/session.test
SessionTestCase::testEmptyAnonymousSession in drupal-7.x/modules/simpletest/tests/session.test
Test that empty anonymous sessions are destroyed.
SessionTestCase::testEmptyAnonymousSession in drupal-7.x/modules/simpletest/tests/session.test
Test that empty anonymous sessions are destroyed.
SessionTestCase::testSessionWrite in drupal-7.x/modules/simpletest/tests/session.test
Test that sessions are only saved when necessary.
SessionTestCase::testSessionWrite in drupal-7.x/modules/simpletest/tests/session.test
Test that sessions are only saved when necessary.
ShortcutSetsTestCase::testShortcutSetSwitchCreate in drupal-7.x/modules/shortcut/shortcut.test
Tests switching a user's shortcut set and creating one at the same time.
ShortcutSetsTestCase::testShortcutSetSwitchCreate in drupal-7.x/modules/shortcut/shortcut.test
Tests switching a user's shortcut set and creating one at the same time.
ShortcutSetsTestCase::testShortcutSetSwitchNoSetName in drupal-7.x/modules/shortcut/shortcut.test
Tests switching a user's shortcut set without providing a new set name.
ShortcutSetsTestCase::testShortcutSetSwitchNoSetName in drupal-7.x/modules/shortcut/shortcut.test
Tests switching a user's shortcut set without providing a new set name.
SimpleTestBrowserTestCase::testGetAbsoluteUrl in drupal-7.x/modules/simpletest/simpletest.test
Test DrupalWebTestCase::getAbsoluteUrl().
SimpleTestBrowserTestCase::testGetAbsoluteUrl in drupal-7.x/modules/simpletest/simpletest.test
Test DrupalWebTestCase::getAbsoluteUrl().
SimpleTestBrowserTestCase::testXPathEscaping in drupal-7.x/modules/simpletest/simpletest.test
Tests XPath escaping.
SimpleTestBrowserTestCase::testXPathEscaping in drupal-7.x/modules/simpletest/simpletest.test
Tests XPath escaping.
SimpleTestFunctionalTest::confirmStubTestResults in drupal-7.x/modules/simpletest/simpletest.test
Confirm that the stub test produced the desired results.
SimpleTestFunctionalTest::confirmStubTestResults in drupal-7.x/modules/simpletest/simpletest.test
Confirm that the stub test produced the desired results.
SimpleTestFunctionalTest::testInternalBrowser in drupal-7.x/modules/simpletest/simpletest.test
Test the internal browsers functionality.
SimpleTestFunctionalTest::testInternalBrowser in drupal-7.x/modules/simpletest/simpletest.test
Test the internal browsers functionality.
SimpleTestMailCaptureTestCase::testMailSend in drupal-7.x/modules/simpletest/simpletest.test
Test to see if the wrapper function is executed correctly.
SimpleTestMailCaptureTestCase::testMailSend in drupal-7.x/modules/simpletest/simpletest.test
Test to see if the wrapper function is executed correctly.
StatisticsAdminTestCase::testDeleteNode in drupal-7.x/modules/statistics/statistics.test
Tests that when a node is deleted, the node counter is deleted too.
StatisticsAdminTestCase::testDeleteNode in drupal-7.x/modules/statistics/statistics.test
Tests that when a node is deleted, the node counter is deleted too.
StatisticsLoggingTestCase::testLogging in drupal-7.x/modules/statistics/statistics.test
Verifies request logging for cached and uncached pages.
StatisticsLoggingTestCase::testLogging in drupal-7.x/modules/statistics/statistics.test
Verifies request logging for cached and uncached pages.
StatisticsTokenReplaceTestCase::testStatisticsTokenReplacement in drupal-7.x/modules/statistics/statistics.test
Creates a node, then tests the statistics tokens generated from it.
StatisticsTokenReplaceTestCase::testStatisticsTokenReplacement in drupal-7.x/modules/statistics/statistics.test
Creates a node, then tests the statistics tokens generated from it.
StreamWrapperTest::testGetClassName in drupal-7.x/modules/simpletest/tests/file.test
Test the getClassName() function.
StreamWrapperTest::testGetClassName in drupal-7.x/modules/simpletest/tests/file.test
Test the getClassName() function.
StreamWrapperTest::testGetInstanceByScheme in drupal-7.x/modules/simpletest/tests/file.test
Test the file_stream_wrapper_get_instance_by_scheme() function.
StreamWrapperTest::testGetInstanceByScheme in drupal-7.x/modules/simpletest/tests/file.test
Test the file_stream_wrapper_get_instance_by_scheme() function.
StreamWrapperTest::testGetValidStreamScheme in drupal-7.x/modules/simpletest/tests/file.test
Test the scheme functions.
StreamWrapperTest::testGetValidStreamScheme in drupal-7.x/modules/simpletest/tests/file.test
Test the scheme functions.
StreamWrapperTest::testUriFunctions in drupal-7.x/modules/simpletest/tests/file.test
Test the URI and target functions.
StreamWrapperTest::testUriFunctions in drupal-7.x/modules/simpletest/tests/file.test
Test the URI and target functions.
SystemAdminTestCase::testCompactMode in drupal-7.x/modules/system/system.test
Test compact mode.
SystemAdminTestCase::testCompactMode in drupal-7.x/modules/system/system.test
Test compact mode.
SystemThemeFunctionalTest::testThemeSettings in drupal-7.x/modules/system/system.test
Test the theme settings form.
SystemThemeFunctionalTest::testThemeSettings in drupal-7.x/modules/system/system.test
Test the theme settings form.
TableSortTest::testTableSortInit in drupal-7.x/modules/simpletest/tests/tablesort.test
Test tablesort_init().
TableSortTest::testTableSortInit in drupal-7.x/modules/simpletest/tests/tablesort.test
Test tablesort_init().
TaxonomyEFQTestCase::testTaxonomyEFQ in drupal-7.x/modules/taxonomy/taxonomy.test
Tests that a basic taxonomy EntityFieldQuery works.
TaxonomyEFQTestCase::testTaxonomyEFQ in drupal-7.x/modules/taxonomy/taxonomy.test
Tests that a basic taxonomy EntityFieldQuery works.
TaxonomyHooksTestCase::testTaxonomyTermHooks in drupal-7.x/modules/taxonomy/taxonomy.test
Test that hooks are run correctly on creating, editing, viewing, and deleting a term.
TaxonomyHooksTestCase::testTaxonomyTermHooks in drupal-7.x/modules/taxonomy/taxonomy.test
Test that hooks are run correctly on creating, editing, viewing, and deleting a term.
TaxonomyLegacyTestCase::testTaxonomyLegacyNode in drupal-7.x/modules/taxonomy/taxonomy.test
Test taxonomy functionality with nodes prior to 1970.
TaxonomyLegacyTestCase::testTaxonomyLegacyNode in drupal-7.x/modules/taxonomy/taxonomy.test
Test taxonomy functionality with nodes prior to 1970.
TaxonomyLoadMultipleTestCase::testTaxonomyTermMultipleLoad in drupal-7.x/modules/taxonomy/taxonomy.test
Create a vocabulary and some taxonomy terms, ensuring they're loaded correctly using taxonomy_term_load_multiple().
TaxonomyLoadMultipleTestCase::testTaxonomyTermMultipleLoad in drupal-7.x/modules/taxonomy/taxonomy.test
Create a vocabulary and some taxonomy terms, ensuring they're loaded correctly using taxonomy_term_load_multiple().
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in drupal-7.x/modules/taxonomy/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in drupal-7.x/modules/taxonomy/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldChangeMachineName in drupal-7.x/modules/taxonomy/taxonomy.test
Tests that vocabulary machine name changes are mirrored in field definitions.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldChangeMachineName in drupal-7.x/modules/taxonomy/taxonomy.test
Tests that vocabulary machine name changes are mirrored in field definitions.
TaxonomyTermFunctionTestCase::testTaxonomyVocabularyTree in drupal-7.x/modules/taxonomy/taxonomy.test
Test a taxonomy with terms that have multiple parents of different depths.
TaxonomyTermFunctionTestCase::testTaxonomyVocabularyTree in drupal-7.x/modules/taxonomy/taxonomy.test
Test a taxonomy with terms that have multiple parents of different depths.
TaxonomyTermIndexTestCase::testTaxonomyIndex in drupal-7.x/modules/taxonomy/taxonomy.test
Tests that the taxonomy index is maintained properly.
TaxonomyTermIndexTestCase::testTaxonomyIndex in drupal-7.x/modules/taxonomy/taxonomy.test
Tests that the taxonomy index is maintained properly.
TaxonomyTermTestCase::testTaxonomyGetTermByName in drupal-7.x/modules/taxonomy/taxonomy.test
Test taxonomy_get_term_by_name().
TaxonomyTermTestCase::testTaxonomyGetTermByName in drupal-7.x/modules/taxonomy/taxonomy.test
Test taxonomy_get_term_by_name().
TaxonomyTermTestCase::testTaxonomyTermHierarchy in drupal-7.x/modules/taxonomy/taxonomy.test
Test terms in a single and multiple hierarchy.
TaxonomyTermTestCase::testTaxonomyTermHierarchy in drupal-7.x/modules/taxonomy/taxonomy.test
Test terms in a single and multiple hierarchy.
TaxonomyTermTestCase::testTermAutocompletion in drupal-7.x/modules/taxonomy/taxonomy.test
Tests term autocompletion edge cases with slashes in the names.
TaxonomyTermTestCase::testTermAutocompletion in drupal-7.x/modules/taxonomy/taxonomy.test
Tests term autocompletion edge cases with slashes in the names.
TaxonomyTermTestCase::testTermMultipleParentsInterface in drupal-7.x/modules/taxonomy/taxonomy.test
Test saving a term with multiple parents through the UI.
TaxonomyTermTestCase::testTermMultipleParentsInterface in drupal-7.x/modules/taxonomy/taxonomy.test
Test saving a term with multiple parents through the UI.
TaxonomyTermTestCase::testTermReorder 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.
TaxonomyTokenReplaceTestCase::testTaxonomyTokenReplacement in drupal-7.x/modules/taxonomy/taxonomy.test
Creates some terms and a node, then tests the tokens generated from them.
TaxonomyTokenReplaceTestCase::testTaxonomyTokenReplacement in drupal-7.x/modules/taxonomy/taxonomy.test
Creates some terms and a node, then tests the tokens generated from them.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminChangingWeights in drupal-7.x/modules/taxonomy/taxonomy.test
Changing weights on the vocabulary overview with two or more vocabularies.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminChangingWeights in drupal-7.x/modules/taxonomy/taxonomy.test
Changing weights on the vocabulary overview with two or more vocabularies.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyDeleteWithTerms in drupal-7.x/modules/taxonomy/taxonomy.test
Test deleting a taxonomy that contains terms.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyDeleteWithTerms in drupal-7.x/modules/taxonomy/taxonomy.test
Test deleting a taxonomy that contains terms.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadMultiple in drupal-7.x/modules/taxonomy/taxonomy.test
Tests for loading multiple vocabularies.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadMultiple in drupal-7.x/modules/taxonomy/taxonomy.test
Tests for loading multiple vocabularies.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadReturnFalse in drupal-7.x/modules/taxonomy/taxonomy.test
Ensure that when an invalid vocabulary vid is loaded, it is possible to load the same vid successfully if it subsequently becomes valid.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadReturnFalse in drupal-7.x/modules/taxonomy/taxonomy.test
Ensure that when an invalid vocabulary vid is loaded, it is possible to load the same vid successfully if it subsequently becomes valid.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadStaticReset in drupal-7.x/modules/taxonomy/taxonomy.test
Ensure that the vocabulary static reset works correctly.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadStaticReset in drupal-7.x/modules/taxonomy/taxonomy.test
Ensure that the vocabulary static reset works correctly.
ThemeHtmlTag::testThemeHtmlTag in drupal-7.x/modules/simpletest/tests/theme.test
Test function theme_html_tag()
ThemeHtmlTag::testThemeHtmlTag in drupal-7.x/modules/simpletest/tests/theme.test
Test function theme_html_tag()
ThemeLinksTest::testDrupalPreRenderLinks in drupal-7.x/modules/simpletest/tests/theme.test
Test the use of drupal_pre_render_links() on a nested array of links.
ThemeLinksTest::testDrupalPreRenderLinks in drupal-7.x/modules/simpletest/tests/theme.test
Test the use of drupal_pre_render_links() on a nested array of links.
ThemeTestCase::testThemeSuggestions in drupal-7.x/modules/simpletest/tests/theme.test
Test function theme_get_suggestions() for SA-CORE-2009-003.
ThemeTestCase::testThemeSuggestions in drupal-7.x/modules/simpletest/tests/theme.test
Test function theme_get_suggestions() for SA-CORE-2009-003.
TokenReplaceTestCase::testSystemDateTokenReplacement in drupal-7.x/modules/system/system.test
Tests the generation of all system date tokens.
TokenReplaceTestCase::testSystemDateTokenReplacement in drupal-7.x/modules/system/system.test
Tests the generation of all system date tokens.
TokenReplaceTestCase::testSystemSiteTokenReplacement in drupal-7.x/modules/system/system.test
Tests the generation of all system site information tokens.
TokenReplaceTestCase::testSystemSiteTokenReplacement in drupal-7.x/modules/system/system.test
Tests the generation of all system site information tokens.
TokenReplaceTestCase::testTokenReplacement in drupal-7.x/modules/system/system.test
Creates a user and a node, then tests the tokens generated from them.
TokenReplaceTestCase::testTokenReplacement in drupal-7.x/modules/system/system.test
Creates a user and a node, then tests the tokens generated from them.
TranslatableUpgradePathTestCase::testTranslatableUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.translatable.test
Test a successful upgrade (no negotiation).
TranslatableUpgradePathTestCase::testTranslatableUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.translatable.test
Test a successful upgrade (no negotiation).
TranslationTestCase::testContentTranslation in drupal-7.x/modules/translation/translation.test
Creates, modifies, and updates a basic page with a translation.
TranslationTestCase::testContentTranslation in drupal-7.x/modules/translation/translation.test
Creates, modifies, and updates a basic page with a translation.
TriggerOtherTestCase::testActionsUser in drupal-7.x/modules/trigger/trigger.test
Tests triggering on user create and user login.
TriggerOtherTestCase::testActionsUser in drupal-7.x/modules/trigger/trigger.test
Tests triggering on user create and user login.
UnicodeUnitTest::helperTestStrLen in drupal-7.x/modules/simpletest/tests/unicode.test
UnicodeUnitTest::helperTestStrLen in drupal-7.x/modules/simpletest/tests/unicode.test
UnicodeUnitTest::helperTestStrToLower in drupal-7.x/modules/simpletest/tests/unicode.test
UnicodeUnitTest::helperTestStrToLower in drupal-7.x/modules/simpletest/tests/unicode.test
UnicodeUnitTest::helperTestStrToUpper in drupal-7.x/modules/simpletest/tests/unicode.test
UnicodeUnitTest::helperTestStrToUpper in drupal-7.x/modules/simpletest/tests/unicode.test
UnicodeUnitTest::helperTestSubStr in drupal-7.x/modules/simpletest/tests/unicode.test
UnicodeUnitTest::helperTestSubStr in drupal-7.x/modules/simpletest/tests/unicode.test
UnicodeUnitTest::helperTestUcFirst in drupal-7.x/modules/simpletest/tests/unicode.test
UnicodeUnitTest::helperTestUcFirst in drupal-7.x/modules/simpletest/tests/unicode.test
UnicodeUnitTest::runTruncateTests in drupal-7.x/modules/simpletest/tests/unicode.test
Runs test cases for helperTestTruncate().
UnicodeUnitTest::runTruncateTests in drupal-7.x/modules/simpletest/tests/unicode.test
Runs test cases for helperTestTruncate().
UnicodeUnitTest::testDecodeEntities in drupal-7.x/modules/simpletest/tests/unicode.test
Test decode_entities().
UnicodeUnitTest::testDecodeEntities in drupal-7.x/modules/simpletest/tests/unicode.test
Test decode_entities().
UpdateCoreTestCase::testFetchTasks in drupal-7.x/modules/update/update.test
Tests that exactly one fetch task per project is created and not more.
UpdateCoreTestCase::testFetchTasks in drupal-7.x/modules/update/update.test
Tests that exactly one fetch task per project is created and not more.
UpdateCoreUnitTestCase::testUpdateBuildFetchUrl in drupal-7.x/modules/update/update.test
Tests that _update_build_fetch_url() builds the URL correctly.
UpdateCoreUnitTestCase::testUpdateBuildFetchUrl in drupal-7.x/modules/update/update.test
Tests that _update_build_fetch_url() builds the URL correctly.
UpdateDependencyOrderingTestCase::testUpdateOrderingSingleModule in drupal-7.x/modules/simpletest/tests/update.test
Test that updates within a single module run in the correct order.
UpdateDependencyOrderingTestCase::testUpdateOrderingSingleModule in drupal-7.x/modules/simpletest/tests/update.test
Test that updates within a single module run in the correct order.
UpdateFeedTestCase::testUpdateFeed in drupal-7.x/modules/aggregator/aggregator.test
Creates a feed and attempts to update it.
UpdateFeedTestCase::testUpdateFeed in drupal-7.x/modules/aggregator/aggregator.test
Creates a feed and attempts to update it.
UpdateScriptFunctionalTest::testThemeSystem in drupal-7.x/modules/system/system.test
Tests the effect of using the update script on the theme system.
UpdateScriptFunctionalTest::testThemeSystem in drupal-7.x/modules/system/system.test
Tests the effect of using the update script on the theme system.
UpgradePathTaxonomyTestCase::testTaxonomyUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.taxonomy.test
Basic tests for the taxonomy upgrade.
UpgradePathTaxonomyTestCase::testTaxonomyUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.taxonomy.test
Basic tests for the taxonomy upgrade.
UploadUpgradePathTestCase::testUploadUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.upload.test
Test a successful upgrade.
UploadUpgradePathTestCase::testUploadUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.upload.test
Test a successful upgrade.
UserAccountLinksUnitTests::testDisabledAccountLink in drupal-7.x/modules/user/user.test
Tests disabling the 'My account' link.
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.
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.
UserAdminTestCase::testUserAdmin in drupal-7.x/modules/user/user.test
Registers a user and deletes it.
UserBlocksUnitTests::insertSession in drupal-7.x/modules/user/user.test
Insert a user session into the {sessions} table. This function is used since we cannot log in more than one user at the same time in tests.
UserBlocksUnitTests::insertSession in drupal-7.x/modules/user/user.test
Insert a user session into the {sessions} table. This function is used since we cannot log in more than one user at the same time in tests.
UserBlocksUnitTests::testUserLoginBlock in drupal-7.x/modules/user/user.test
Test the user login block.
UserBlocksUnitTests::testUserLoginBlock in drupal-7.x/modules/user/user.test
Test the user login block.
UserBlocksUnitTests::testWhosOnlineBlock in drupal-7.x/modules/user/user.test
Test the Who's Online block.
UserBlocksUnitTests::testWhosOnlineBlock in drupal-7.x/modules/user/user.test
Test the Who's Online block.
UserCancelTestCase::testMassUserCancelByAdmin in drupal-7.x/modules/user/user.test
Create an administrative user and mass-delete other users.
UserCancelTestCase::testMassUserCancelByAdmin in drupal-7.x/modules/user/user.test
Create an administrative user and mass-delete other users.
UserCancelTestCase::testUserCancelUid1 in drupal-7.x/modules/user/user.test
Tests that user account for uid 1 cannot be cancelled.
UserCancelTestCase::testUserCancelUid1 in drupal-7.x/modules/user/user.test
Tests that user account for uid 1 cannot be cancelled.
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.
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.
UserPictureTestCase::testExternalPicture in drupal-7.x/modules/user/user.test
Test HTTP schema working with user pictures.
UserPictureTestCase::testExternalPicture in drupal-7.x/modules/user/user.test
Test HTTP schema working with user pictures.
UserRegistrationTestCase::testRegistrationDefaultValues in drupal-7.x/modules/user/user.test
UserRegistrationTestCase::testRegistrationDefaultValues 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.
UserRegistrationTestCase::testRegistrationWithUserFields in drupal-7.x/modules/user/user.test
Tests Field API fields on user registration forms.
UserTokenReplaceTestCase::testUserTokenReplacement in drupal-7.x/modules/user/user.test
Creates a user, then tests the tokens generated from it.
UserTokenReplaceTestCase::testUserTokenReplacement in drupal-7.x/modules/user/user.test
Creates a user, then tests the tokens generated from it.
UserUpgradePathNoPasswordTokenTestCase::testUserUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.user.test
Test a successful upgrade.
UserUpgradePathNoPasswordTokenTestCase::testUserUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.user.test
Test a successful upgrade.
UserUpgradePathPasswordTokenTestCase::testUserUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.user.test
Test a successful upgrade.
UserUpgradePathPasswordTokenTestCase::testUserUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.user.test
Test a successful upgrade.
XMLRPCBasicTestCase::testListMethods in drupal-7.x/modules/simpletest/tests/xmlrpc.test
Ensure that a basic XML-RPC call with no parameters works.
XMLRPCBasicTestCase::testListMethods in drupal-7.x/modules/simpletest/tests/xmlrpc.test
Ensure that a basic XML-RPC call with no parameters works.
XMLRPCMessagesTestCase::testAlterListMethods in drupal-7.x/modules/simpletest/tests/xmlrpc.test
Ensure that hook_xmlrpc_alter() can hide even builtin methods.
XMLRPCMessagesTestCase::testAlterListMethods in drupal-7.x/modules/simpletest/tests/xmlrpc.test
Ensure that hook_xmlrpc_alter() can hide even builtin methods.
XMLRPCMessagesTestCase::testSizedMessages in drupal-7.x/modules/simpletest/tests/xmlrpc.test
Make sure that XML-RPC can transfer large messages.
XMLRPCMessagesTestCase::testSizedMessages in drupal-7.x/modules/simpletest/tests/xmlrpc.test
Make sure that XML-RPC can transfer large messages.
XMLRPCValidator1IncTestCase::testValidator1 in drupal-7.x/modules/simpletest/tests/xmlrpc.test
Run validator1 tests.
XMLRPCValidator1IncTestCase::testValidator1 in drupal-7.x/modules/simpletest/tests/xmlrpc.test
Run validator1 tests.