You are here

protected function MigrateUpgradeCommandsTest::getMissingPaths in Migrate Upgrade 8.3

Gets the missing upgrade paths.

Return value

string[] An array of missing upgrade paths.

Overrides MigrateUpgradeTestBase::getMissingPaths

File

tests/src/Functional/MigrateUpgradeCommandsTest.php, line 180

Class

MigrateUpgradeCommandsTest
Execute drush on fully functional website.

Namespace

Drupal\Tests\migrate_upgrade\Functional

Code

protected function getMissingPaths() : array {

  // Not needed.
  return [];
}