You are here

public static property StateFileExists::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 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 29

Class

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

Namespace

Drupal\Tests\migrate_drupal\Kernel

Code

public static $modules = [
  // Test migrations states.
  'migrate_state_finished_test',
  'migrate_state_not_finished_test',
  // Test missing migrate_drupal.yml.
  'migrate_state_no_file_test',
];