public static function FieldSqlStorageTestCase::getInfo
7.x field_sql_storage.test | public static FieldSqlStorageTestCase::getInfo() |
File
- drupal-7.x/
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'
);
}