public static function TextTranslationTest::getInfo

File

drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextTranslationTest.php, line 26
Definition of Drupal\text\TextTranslationTest.

Class

TextTranslationTest
Tests text field translation.

Namespace

Drupal\text\Tests

Code

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