You are here

protected static property MigrateInterruptionTest::$modules in Drupal 10

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

Modules to enable.

Type: array

File

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

Class

MigrateInterruptionTest
Tests interruptions triggered during migrations.

Namespace

Drupal\Tests\migrate\Kernel

Code

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