You are here

public static property ContentTranslationSyncImageTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/content_translation/src/Tests/ContentTranslationSyncImageTest.php \Drupal\content_translation\Tests\ContentTranslationSyncImageTest::modules

Modules to enable.

Type: array

Overrides ContentTranslationTestBase::$modules

File

core/modules/content_translation/src/Tests/ContentTranslationSyncImageTest.php, line 38
Contains \Drupal\content_translation\Tests\ContentTranslationSyncImageTest.

Class

ContentTranslationSyncImageTest
Tests the field synchronization behavior for the image field.

Namespace

Drupal\content_translation\Tests

Code

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