function TextFieldTestCase::getInfo

File

modules/field/modules/text/text.test, line 15

Class

TextFieldTestCase
@file Tests for text.module.

Code

public static function getInfo() {
    return array(
        'name' => 'Text field',
        'description' => "Test the creation of text fields.",
        'group' => 'Field types',
    );
}

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