public static function TaxonomyTermFunctionTestCase::getInfo
7.x taxonomy.test | public static TaxonomyTermFunctionTestCase::getInfo() |
File
- drupal-7.x/
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',
);
}