| AdminMetaTagTestCase::getInfo | modules/system/system.test | Implement getInfo(). |
| AdminMetaTagTestCase::testMetaTag | modules/system/system.test | Verify that the meta tag HTML is generated correctly. |
| BatchPercentagesUnitTestCase::getInfo | modules/simpletest/tests/batch.test | |
| BatchPercentagesUnitTestCase::setUp | modules/simpletest/tests/batch.test | Sets up unit test environment. |
| BatchPercentagesUnitTestCase::testBatchPercentages | modules/simpletest/tests/batch.test | Test the _batch_api_percentage() function. |
| BatchProcessingTestCase::testBatchLargePercentage | modules/simpletest/tests/batch.test | Test batches that return $context['finished'] > 1 do in fact complete.
See http://drupal.org/node/600836 |
| batch_test_large_percentage | modules/simpletest/tests/batch_test.module | Menu callback: fire a batch process without a form submission. |
| DatabaseTaggingTestCase::getInfo | modules/simpletest/tests/database_test.test | |
| DatabaseTaggingTestCase::testHasAllTags | modules/simpletest/tests/database_test.test | Test query tagging "has all of these tags" functionality. |
| DatabaseTaggingTestCase::testHasAnyTag | modules/simpletest/tests/database_test.test | Test query tagging "has at least one of these tags" functionality. |
| DatabaseTaggingTestCase::testHasTag | modules/simpletest/tests/database_test.test | Confirm that a query has a "tag" added to it. |
| DatabaseTaggingTestCase::testMetaData | modules/simpletest/tests/database_test.test | Test that we can attach meta data to a query object. |
| DrupalHtmlToTextTestCase::testDrupalHtmlToTextBlockTagToNewline | 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::testTags | modules/simpletest/tests/mail.test | Test all supported tags of drupal_html_to_text(). |
| DrupalTagsHandlingTestCase::assertTags | modules/simpletest/tests/common.test | Helper function: asserts that the ending array of tags is what we wanted. |
| DrupalTagsHandlingTestCase::getInfo | modules/simpletest/tests/common.test | |
| DrupalTagsHandlingTestCase::testDrupalExplodeTags | modules/simpletest/tests/common.test | Explode a series of tags. |
| DrupalTagsHandlingTestCase::testDrupalImplodeTags | modules/simpletest/tests/common.test | Implode a series of tags. |
| drupal_explode_tags | includes/common.inc | Explodes a string of tags into an array. |
| drupal_implode_tags | includes/common.inc | Implodes an array of tags into a string. |
| EntityFieldQuery::addTag | includes/entity.inc | Adds a tag to the query. |
| hook_query_TAG_alter | modules/system/system.api.php | Perform alterations to a structured query for a given tag. |
| JavaScriptTestCase::testAggregationOrder | modules/simpletest/tests/common.test | Tests JavaScript aggregation when files are added to a different scope. |
| node_tag_new | modules/node/node.module | Update the 'last viewed' timestamp of the specified node for current user. |
| PageTitleFiltering::testTitleTags | modules/system/system.test | Tests the handling of HTML by drupal_set_title() and drupal_get_title() |
| QueryAlterableInterface::addTag | includes/database/query.inc | Adds a tag to a query. |
| QueryAlterableInterface::hasAllTags | includes/database/query.inc | Determines if a given query has all specified tags. |
| QueryAlterableInterface::hasAnyTag | includes/database/query.inc | Determines if a given query has any specified tag. |
| QueryAlterableInterface::hasTag | includes/database/query.inc | Determines if a given query has a given tag. |
| SelectQuery::addTag | includes/database/select.inc | |
| SelectQuery::hasAllTags | includes/database/select.inc | |
| SelectQuery::hasAnyTag | includes/database/select.inc | |
| SelectQuery::hasTag | includes/database/select.inc | |
| SelectQueryExtender::addTag | includes/database/select.inc | |
| SelectQueryExtender::hasAllTags | includes/database/select.inc | |
| SelectQueryExtender::hasAnyTag | includes/database/select.inc | |
| SelectQueryExtender::hasTag | includes/database/select.inc | |
| taxonomy_implode_tags | modules/taxonomy/taxonomy.module | Implodes a list of tags of a certain vocabulary into a string. |
| ThemeHtmlTag::getInfo | modules/simpletest/tests/theme.test | |
| ThemeHtmlTag::testThemeHtmlTag | modules/simpletest/tests/theme.test | Test function theme_html_tag() |
| theme_html_tag | includes/theme.inc | Returns HTML for a generic HTML tag with attributes. |
| ViewsQueryGroupByTest::testAggregateCount | tests/views_groupby.test | Tests aggregate count feature. |
| ViewsUIWizardTaggedWithTestCase::getInfo | tests/views_ui.test | |
| ViewsUIWizardTaggedWithTestCase::setUp | tests/views_ui.test | |