MigrateRollbackTest::$modules

Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php \Drupal\Tests\migrate\Kernel\MigrateRollbackTest::modules
  2. 10 core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php \Drupal\Tests\migrate\Kernel\MigrateRollbackTest::modules
  3. 11.x core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php \Drupal\Tests\migrate\Kernel\MigrateRollbackTest::modules

Modules to enable.

Type: array

Overrides MigrateTestBase::$modules

File

core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php, line 23

Class

MigrateRollbackTest
Tests rolling back of imports.

Namespace

Drupal\Tests\migrate\Kernel

Code

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

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