You are here

protected static property ContentTranslationSyncImageTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php \Drupal\Tests\content_translation\Functional\ContentTranslationSyncImageTest::modules
  2. 9 core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php \Drupal\Tests\content_translation\Functional\ContentTranslationSyncImageTest::modules

Modules to enable.

Type: array

File

core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php, line 47

Class

ContentTranslationSyncImageTest
Tests the field synchronization behavior for the image field.

Namespace

Drupal\Tests\content_translation\Functional

Code

protected static $modules = [
  'language',
  'content_translation',
  'entity_test',
  'image',
  'field_ui',
];