You are here

public static property MigrateInterruptionTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/migrate/src/Tests/MigrateInterruptionTest.php, line 30
Contains \Drupal\migrate\Tests\MigrateInterruptionTest.

Class

MigrateInterruptionTest
Tests interruptions triggered during migrations.

Namespace

Drupal\migrate\Tests

Code

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