You are here

protected static property MigrateUploadTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadTest.php \Drupal\Tests\file\Kernel\Migrate\d6\MigrateUploadTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadTest.php, line 19

Class

MigrateUploadTest
Migrate association data between nodes and files.

Namespace

Drupal\Tests\file\Kernel\Migrate\d6

Code

protected static $modules = [
  'language',
  'content_translation',
  'menu_ui',
];