public static function TaxonomyTermIndexTestCase::getInfo in Drupal 7
File
- modules/
taxonomy/ taxonomy.test, line 1112 - Tests for taxonomy.module.
Class
- TaxonomyTermIndexTestCase
- Tests the hook implementations that maintain the taxonomy index.
Code
public static function getInfo() {
return array(
'name' => 'Taxonomy term index',
'description' => 'Tests the hook implementations that maintain the taxonomy index.',
'group' => 'Taxonomy',
);
}