function TaxonomyTermFunctionTestCase::getInfo

File

modules/taxonomy/taxonomy.test, line 414

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.