You are here

protected static property MigrateRollbackEntityConfigTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate/tests/src/Kernel/MigrateRollbackEntityConfigTest.php \Drupal\Tests\migrate\Kernel\MigrateRollbackEntityConfigTest::modules

Modules to enable.

Type: array

Overrides MigrateTestBase::$modules

File

core/modules/migrate/tests/src/Kernel/MigrateRollbackEntityConfigTest.php, line 20

Class

MigrateRollbackEntityConfigTest
Tests rolling back of imports.

Namespace

Drupal\Tests\migrate\Kernel

Code

protected static $modules = [
  'field',
  'taxonomy',
  'text',
  'language',
  'config_translation',
  'user',
  'system',
];