You are here

public static property MigrationDirectoryTest::$modules in Drupal 8

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/migrate/tests/src/Kernel/Plugin/MigrationDirectoryTest.php, line 18

Class

MigrationDirectoryTest
Tests that migrations exist in the migration_templates directory.

Namespace

Drupal\Tests\migrate\Kernel\Plugin

Code

public static $modules = [
  'migration_directory_test',
];