You are here

protected static property StateFileExists::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate_drupal/tests/src/Kernel/StateFileExists.php \Drupal\Tests\migrate_drupal\Kernel\StateFileExists::modules

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/migrate_drupal/tests/src/Kernel/StateFileExists.php, line 27

Class

StateFileExists
Tests that core modules have a migrate_drupal.yml file as needed.

Namespace

Drupal\Tests\migrate_drupal\Kernel

Code

protected static $modules = [
  // Test migrations states.
  'migrate_state_finished_test',
  'migrate_state_not_finished_test',
];