You are here

public static property MigrateConfigRollbackTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides MigrateTestBase::$modules

File

core/modules/migrate/tests/src/Kernel/MigrateConfigRollbackTest.php, line 19

Class

MigrateConfigRollbackTest
Tests rolling back of configuration objects.

Namespace

Drupal\Tests\migrate\Kernel

Code

public static $modules = [
  'system',
  'language',
  'config_translation',
];