public static function TaxonomyLoadMultipleTestCase::getInfo
Archivo
- drupal-7.x/
modules/ taxonomy/ taxonomy.test, line 1325 - Tests for taxonomy.module.
Class
- TaxonomyLoadMultipleTestCase
- Test the taxonomy_term_load_multiple() function.
Código
public static function getInfo() {
return array(
'name' => 'Taxonomy term multiple loading',
'description' => 'Test the loading of multiple taxonomy terms at once',
'group' => 'Taxonomy',
);
}