public static function TranslationTest::getInfo

Same name in this branch

File

drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php, line 28
Definition of Drupal\translation\Tests\TranslationTest.

Class

TranslationTest
Functional tests for the Translation module.

Namespace

Drupal\translation\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Translation functionality',
    'description' => 'Create a basic page with translation, modify the page outdating translation, and update translation.',
    'group' => 'Translation',
  );
}