public static function TaxonomyTermIndexTestCase::getInfo

Archivo

drupal-7.x/modules/taxonomy/taxonomy.test, line 1107
Tests for taxonomy.module.

Class

TaxonomyTermIndexTestCase
Tests the hook implementations that maintain the taxonomy index.

Código

public static function getInfo() {
  return array(
    'name' => 'Taxonomy term index',
    'description' => 'Tests the hook implementations that maintain the taxonomy index.',
    'group' => 'Taxonomy',
  );
}