public static function TaxonomyTermIndexTestCase::getInfo

File

drupal/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',
  );
}