You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/migrate/src/Tests/MigrateEventsTest.php, line 41
Contains \Drupal\migrate\Tests\MigrateEventsTest.

Class

MigrateEventsTest
Tests events fired on migrations.

Namespace

Drupal\migrate\Tests

Code

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