public static function FieldCrudTestCase::getInfo

Archivo

drupal-7.x/modules/field/tests/field.test, line 2268
Tests for field.module.

Class

FieldCrudTestCase

Código

public static function getInfo() {
  return array(
    'name' => 'Field CRUD tests',
    'description' => 'Test field create, read, update, and delete.',
    'group' => 'Field API',
  );
}