protected static property MigrateInterruptionTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/migrate/tests/src/Kernel/MigrateInterruptionTest.php \Drupal\Tests\migrate\Kernel\MigrateInterruptionTest::modules
- 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\KernelCode
protected static $modules = [
'migrate',
'migrate_events_test',
];