You are here

protected static property MigrateRangeFieldTest::$modules in Range 8

Same name in this branch
  1. 8 tests/src/Kernel/Migrate/d6/MigrateRangeFieldTest.php \Drupal\Tests\range\Kernel\Migrate\d6\MigrateRangeFieldTest::modules
  2. 8 tests/src/Kernel/Migrate/d7/MigrateRangeFieldTest.php \Drupal\Tests\range\Kernel\Migrate\d7\MigrateRangeFieldTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

tests/src/Kernel/Migrate/d6/MigrateRangeFieldTest.php, line 23

Class

MigrateRangeFieldTest
Tests Drupal 6 range fields migration.

Namespace

Drupal\Tests\range\Kernel\Migrate\d6

Code

protected static $modules = [
  'node',
  'range',
  'text',
  'system',
];