You are here

protected static property MigrationTest::$modules in Drupal 10

Same name in this branch
  1. 10 core/modules/migrate/tests/src/Kernel/MigrationTest.php \Drupal\Tests\migrate\Kernel\MigrationTest::modules
  2. 10 core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php \Drupal\Tests\migrate\Kernel\Plugin\MigrationTest::modules
Same name and namespace in other branches
  1. 8 core/modules/migrate/tests/src/Kernel/MigrationTest.php \Drupal\Tests\migrate\Kernel\MigrationTest::modules
  2. 9 core/modules/migrate/tests/src/Kernel/MigrationTest.php \Drupal\Tests\migrate\Kernel\MigrationTest::modules

Enable field because we are using one of its source plugins.

Type: array

File

core/modules/migrate/tests/src/Kernel/MigrationTest.php, line 21

Class

MigrationTest
Tests the migration plugin.

Namespace

Drupal\Tests\migrate\Kernel

Code

protected static $modules = [
  'migrate',
  'field',
];