MigrateConfigRollbackTest::$modules

Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Kernel/MigrateConfigRollbackTest.php \Drupal\Tests\migrate\Kernel\MigrateConfigRollbackTest::modules
  2. 10 core/modules/migrate/tests/src/Kernel/MigrateConfigRollbackTest.php \Drupal\Tests\migrate\Kernel\MigrateConfigRollbackTest::modules
  3. 11.x 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',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.