public static function FieldAttachStorageTest::getInfo

File

drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php, line 17
Definition of Drupal\field\Tests\FieldAttachStorageTest.

Class

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

Namespace

Drupal\field\Tests

Code

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