function FieldTranslationsTestCase::getInfo

File

modules/field/tests/field.test, line 3115

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.