public static function EntityTranslationSyncUnitTest::getInfo

File

drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncUnitTest.php, line 63
Contains \Drupal\entity\Tests\EntityTranslationSyncUnitTest.

Class

EntityTranslationSyncUnitTest
Tests the Entity Translation field synchronization algorithm.

Namespace

Drupal\translation_entity\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Field synchronization',
    'description' => 'Tests the field synchronization logic.',
    'group' => 'Entity Translation UI',
  );
}