StateFileExistsTest::$modules

Same name in other branches
  1. 9 core/modules/migrate_drupal/tests/src/Kernel/StateFileExistsTest.php \Drupal\Tests\migrate_drupal\Kernel\StateFileExistsTest::modules
  2. 11.x core/modules/migrate_drupal/tests/src/Kernel/StateFileExistsTest.php \Drupal\Tests\migrate_drupal\Kernel\StateFileExistsTest::modules

Type: modules

Overrides MigrateDrupalTestBase::$modules

File

core/modules/migrate_drupal/tests/src/Kernel/StateFileExistsTest.php, line 29

Class

StateFileExistsTest
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',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.