function TaxonomyTermFieldTestCase::getInfo

File

modules/taxonomy/taxonomy.test, line 1538

Class

TaxonomyTermFieldTestCase
Tests for taxonomy term field and formatter.

Code

public static function getInfo() {
    return array(
        'name' => 'Taxonomy term reference field',
        'description' => 'Test the creation of term fields.',
        'group' => 'Taxonomy',
    );
}

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