public static function FieldAttachStorageTestCase::getInfo

File

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