function TaxonomyTermTestCase::getInfo

File

modules/taxonomy/taxonomy.test, line 536

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

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