You are here

public static property MigrateRollbackEntityConfigTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 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

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