public static function ListFieldTestCase::getInfo

File

drupal/modules/field/modules/list/tests/list.test, line 12
Tests for list.module.

Class

ListFieldTestCase
Tests for the 'List' field types.

Code

public static function getInfo() {
  return array(
    'name' => 'List field',
    'description' => 'Test the List field type.',
    'group' => 'Field types',
  );
}