You are here

public static function FieldSqlStorageTestCase::getInfo in Drupal 7

File

modules/field/modules/field_sql_storage/field_sql_storage.test, line 15
Tests for field_sql_storage.module.

Class

FieldSqlStorageTestCase
Tests field storage.

Code

public static function getInfo() {
  return array(
    'name' => 'Field SQL storage tests',
    'description' => "Test field SQL storage module.",
    'group' => 'Field API',
  );
}