StateFileExistsTest::$stateFileRequired

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

Modules that should have a migrate_drupal.yml file.

Type: array

File

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

Class

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

Namespace

Drupal\Tests\migrate_drupal\Kernel

Code

protected $stateFileRequired = [
  'ban',
  'block',
  'block_content',
  // @todo Remove book in https://www.drupal.org/project/drupal/issues/3376101
'book',
  'comment',
  'config_translation',
  'contact',
  'content_translation',
  'datetime',
  'dblog',
  'field',
  'file',
  'filter',
  // @todo Remove forum in https://www.drupal.org/project/drupal/issues/3261653
'forum',
  'image',
  'language',
  'link',
  'locale',
  'menu_link_content',
  'migrate_state_finished_test',
  'migrate_state_not_finished_test',
  'menu_ui',
  'migrate_drupal',
  'node',
  'options',
  'path',
  'responsive_image',
  'search',
  'shortcut',
  // @todo Remove statistics in https://www.drupal.org/project/drupal/issues/3341092
'statistics',
  'syslog',
  'system',
  'taxonomy',
  'telephone',
  'text',
  // @todo Remove tracker in https://www.drupal.org/project/drupal/issues/3261452
'tracker',
  'update',
  'user',
];

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