public static property EntityTranslationSyncImageTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncImageTest.php, line 37
Contains \Drupal\entity\Tests\EntityTranslationSyncImageTest.

Class

EntityTranslationSyncImageTest
Tests the Entity Translation image field synchronization capability.

Namespace

Drupal\translation_entity\Tests

Code

public static $modules = array(
  'language',
  'translation_entity',
  'entity_test',
  'image',
);