You are here

public static property MigrateRollbackTest::$modules in Migrate Tools 8.5

Same name and namespace in other branches
  1. 8.4 tests/src/Kernel/MigrateRollbackTest.php \Drupal\Tests\migrate_tools\Kernel\MigrateRollbackTest::modules

Modules to enable.

Type: array

Overrides MigrateTestBase::$modules

File

tests/src/Kernel/MigrateRollbackTest.php, line 22

Class

MigrateRollbackTest
Tests rolling back of imports.

Namespace

Drupal\Tests\migrate_tools\Kernel

Code

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