public static function FieldInfoTestCase::getInfo

File

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

Class

FieldInfoTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Field info tests',
    'description' => 'Get information about existing fields, instances and bundles.',
    'group' => 'Field API',
  );
}