public static function FieldAttachStorageTestCase::getInfo

7.x field.test public static FieldAttachStorageTestCase::getInfo()

File

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

Class

FieldAttachStorageTestCase
Unit test class for storage-related field_attach_* functions.

Code

public static function getInfo() {
  return array(
    'name' => 'Field attach tests (storage-related)',
    'description' => 'Test storage-related Field Attach API functions.',
    'group' => 'Field API',
  );
}