public static function ListFieldTestCase::getInfo

7.x list.test public static ListFieldTestCase::getInfo()

File

drupal-7.x/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',
  );
}