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/d6/MultilingualReviewPageTest.php, line 150

Class

MultilingualReviewPageTest
Tests migrate upgrade review page for Drupal 6.

Namespace

Drupal\Tests\migrate_drupal_ui\Functional\d6

Code

protected function getMissingPaths() {
  return [
    'Aggregator',
    // Block is set not_finished in migrate_state_not_finished_test.
'Block',
    'Devel',
    'Devel generate',
    'Devel node access',
    // Option Widgets is set not_finished in migrate_state_not_finished_test.
'Option Widgets',
    'Views',
    'Views translation',
    'migrate_status_active_test',
  ];
}

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