You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

MigrateMessageTest
Test whether idmap messages are sent to the message interface when requested.

Namespace

Drupal\migrate\Tests

Code

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