function FieldFormTestCase::getInfo

File

modules/field/tests/field.test, line 1626

Class

FieldFormTestCase

Code

public static function getInfo() {
    return array(
        'name' => 'Field form tests',
        'description' => 'Test Field form handling.',
        'group' => 'Field API',
    );
}

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