function MultilingualReviewPageTest::getMissingPaths

Gets the missing upgrade paths.

Return value

string[] An array of missing upgrade paths.

Overrides MigrateUpgradeTestBase::getMissingPaths

File

core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php, line 143

Class

MultilingualReviewPageTest
Tests migrate upgrade review page for Drupal 7.

Namespace

Drupal\Tests\migrate_drupal_ui\Functional\d7

Code

protected function getMissingPaths() {
  return [
    // Action is set not_finished in migrate_sate_not_finished_test.
    // Aggregator is set not_finished in migrate_sate_not_finished_test.
'aggregator',
    // Block is set not_finished in migrate_sate_not_finished_test.
'block',
    'breakpoints',
    'entity_translation_i18n_menu',
    'entity_translation_upgrade',
    // Flexslider_picture is a sub module of Picture module. Only the
    // styles from picture are migrated.
'flexslider_picture',
    'i18n',
    'i18n_contact',
    'i18n_field',
    'i18n_forum',
    'i18n_menu',
    'i18n_node',
    'i18n_path',
    'i18n_redirect',
    'i18n_select',
    'i18n_string',
    'i18n_taxonomy',
    'i18n_translation',
    'i18n_user',
    'i18n_variable',
    'picture',
    'migrate_status_active_test',
    'variable',
    'variable_admin',
    'variable_realm',
    'variable_store',
    'variable_views',
    'views',
  ];
}

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