public static function TextTranslationTestCase::getInfo

File

drupal/modules/field/modules/text/text.test, line 409
Tests for text.module.

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