public static function TaxonomyTermTestCase::getInfo

File

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

Class

TaxonomyTermTestCase
Tests for taxonomy term functions.

Code

public static function getInfo() {
  return array(
    'name' => 'Taxonomy term functions and forms.',
    'description' => 'Test load, save and delete for taxonomy terms.',
    'group' => 'Taxonomy',
  );
}