public static function TextFieldTestCase::getInfo

7.x text.test public static TextFieldTestCase::getInfo()

File

drupal-7.x/modules/field/modules/text/text.test, line 13
Tests for text.module.

Class

TextFieldTestCase

Code

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