| AccessDeniedTestCase | drupal/modules/system/system.test | Tests custom access denied functionality. |
| AclWebTestCase | contributions/acl/tests/acl.test | |
| ActionExampleTestCase | contributions/examples/action_example/action_example.test | Default test case for the action_example module. |
| ActionLoopTestCase | drupal/modules/simpletest/tests/actions.test | Test actions executing in a potential loop, and make sure they abort properly. |
| ActionsConfigurationTestCase | drupal/modules/simpletest/tests/actions.test | |
| AddanotherTestCase | contributions/addanother/addanother.test | |
| AddFeedTestCase | drupal/modules/aggregator/aggregator.test | |
| AdminMenuCustomizedTestCase | contributions/admin_menu/tests/admin_menu.test | Tests customized menu links. |
| AdminMenuDynamicLinksTestCase | contributions/admin_menu/tests/admin_menu.test | Tests appearance, localization, and escaping of dynamic links. |
| AdminMenuLinkTypesTestCase | contributions/admin_menu/tests/admin_menu.test | Tests appearance of different types of links. |
| AdminMenuPermissionsTestCase | contributions/admin_menu/tests/admin_menu.test | Tests menu links depending on user permissions. |
| AdminMenuWebTestCase | contributions/admin_menu/tests/admin_menu.test | Base class for all administration menu web test cases. |
| AdminMetaTagTestCase | drupal/modules/system/system.test | |
| AdvancedExampleMigration | contributions/migrate/migrate_example/wine.inc | Abstract intermediate class holding common settings. |
| AggregatorCronTestCase | drupal/modules/aggregator/aggregator.test | |
| AggregatorRenderingTestCase | drupal/modules/aggregator/aggregator.test | |
| AggregatorTestCase | drupal/modules/aggregator/aggregator.test | |
| AJAXCommandsTestCase | drupal/modules/simpletest/tests/ajax.test | Tests Ajax framework commands. |
| AJAXElementValidation | drupal/modules/simpletest/tests/ajax.test | Miscellaneous Ajax tests using ajax_test module. |
| AjaxExampleTestCase | contributions/examples/ajax_example/ajax_example.test | @file
Test ajax example module. |
| AJAXFormValuesTestCase | drupal/modules/simpletest/tests/ajax.test | Test that $form_state['values'] is properly delivered to $ajax['callback']. |
| AJAXFrameworkTestCase | drupal/modules/simpletest/tests/ajax.test | Tests primary Ajax framework functions. |
| AJAXMultiFormTestCase | drupal/modules/simpletest/tests/ajax.test | Tests that Ajax-enabled forms work when multiple instances of the same form are on a page. |
| AJAXTestCase | drupal/modules/simpletest/tests/ajax.test | |
| ApacheSolrDocument | contributions/apachesolr/Apache_Solr_Document.php | Holds Key / Value pairs that represent a Solr Document along with any associated boost
values. Field values can be accessed by direct dereferencing such as:
<code>
...
$document->title = 'Something';
echo… |
| ApacheSolrFacetapiAdapter | contributions/apachesolr/plugins/facetapi/adapter.inc | Facet API adapter for the Apache Solr Search Integration module. |
| ApacheSolrFacetapiDate | contributions/apachesolr/plugins/facetapi/query_type_date.inc | Plugin for "date" query types. |
| ApacheSolrFacetapiNumericRange | contributions/apachesolr/plugins/facetapi/query_type_numeric_range.inc | Plugin for "numeric_range" query types. |
| ApacheSolrFacetapiTerm | contributions/apachesolr/plugins/facetapi/query_type_term.inc | Plugin for "term" query types. |
| archiveDumpCase | contributions/drush/tests/archiveDumpTest.php | |
| ArchiverTar | drupal/modules/system/system.archiver.inc | Archiver for .tar files. |
| ArchiverZip | drupal/modules/system/system.archiver.inc | Archiver for .zip files. |
| Archive_Tar | drupal/modules/system/system.tar.inc | Creates a (compressed) Tar archive
* |
| backendCase | contributions/drush/tests/backendTest.php | |
| backup_file | contributions/backup_migrate/includes/files.inc | A backup file which allows for saving to and reading from the server. |
| backup_migrate_destination | contributions/backup_migrate/includes/destinations.inc | A base class for creating destinations. |
| backup_migrate_destination_browser | contributions/backup_migrate/includes/destinations.browser.inc | A destination type for browser upload/download. |
| backup_migrate_destination_browser_download | contributions/backup_migrate/includes/destinations.browser.inc | A destination type for browser download. |
| backup_migrate_destination_browser_upload | contributions/backup_migrate/includes/destinations.browser.inc | A destination type for browser upload. |
| backup_migrate_destination_db | contributions/backup_migrate/includes/destinations.db.inc | A destination type for saving to a database server. |
| backup_migrate_destination_db_mysql | contributions/backup_migrate/includes/destinations.db.mysql.inc | |
| backup_migrate_destination_email | contributions/backup_migrate/includes/destinations.email.inc | A destination for emailing database backups. |
| backup_migrate_destination_files | contributions/backup_migrate/includes/destinations.file.inc | |
| backup_migrate_destination_files_manual | contributions/backup_migrate/includes/destinations.file.inc | The manual files directory. |
| backup_migrate_destination_files_scheduled | contributions/backup_migrate/includes/destinations.file.inc | The scheduled files directory. |
| backup_migrate_destination_ftp | contributions/backup_migrate/includes/destinations.ftp.inc | A destination for sending database backups to an FTP server. |
| backup_migrate_destination_remote | contributions/backup_migrate/includes/destinations.inc | A base class for creating destinations. |
| backup_migrate_destination_s3 | contributions/backup_migrate/includes/destinations.s3.inc | A destination for sending database backups to an s3 server. |
| backup_migrate_filter | contributions/backup_migrate/includes/filters.inc | A base class for basing filters on. |