public static function TaxonomyLoadMultipleTestCase::getInfo

File

drupal/modules/taxonomy/taxonomy.test, line 1330
Tests for taxonomy.module.

Class

TaxonomyLoadMultipleTestCase
Test the taxonomy_term_load_multiple() function.

Code

public static function getInfo() {
  return array(
    'name' => 'Taxonomy term multiple loading',
    'description' => 'Test the loading of multiple taxonomy terms at once',
    'group' => 'Taxonomy',
  );
}