public static function FieldTranslationsTestCase::getInfo in Drupal 7
File
- modules/
field/ tests/ field.test, line 3076 - Tests for field.module.
Class
- FieldTranslationsTestCase
- Unit test class for the multilanguage fields logic.
Code
public static function getInfo() {
return array(
'name' => 'Field translations tests',
'description' => 'Test multilanguage fields logic.',
'group' => 'Field API',
);
}