public static function TaxonomyTermFunctionTestCase::getInfo in Drupal 7
File
- 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',
);
}