You are here

protected static property MigrateImageTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageTest.php, line 24

Class

MigrateImageTest
Image migration test.

Namespace

Drupal\Tests\image\Kernel\Migrate\d6

Code

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