public static function TaxonomyTermFunctionTestCase::getInfo

File

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

Class

TaxonomyTermFunctionTestCase
Unit tests for taxonomy term functions.

Code

public static function getInfo() {
  return array(
    'name' => 'Taxonomy term unit tests',
    'description' => 'Unit tests for taxonomy term functions.',
    'group' => 'Taxonomy',
  );
}