function TextTranslationTestCase::getInfo

File

modules/field/modules/text/text.test, line 425

Class

TextTranslationTestCase

Code

public static function getInfo() {
    return array(
        'name' => 'Text translation',
        'description' => 'Check if the text field is correctly prepared for translation.',
        'group' => 'Field types',
    );
}

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