You are here

protected function MigrateUpgradeEckTest::getMissingPaths in Entity Construction Kit (ECK) 8

Gets the missing upgrade paths.

Return value

string[] An array of missing upgrade paths.

Overrides MigrateUpgradeTestBase::getMissingPaths

1 call to MigrateUpgradeEckTest::getMissingPaths()
MigrateUpgradeEckTest::assertReviewForm in tests/src/Functional/MigrateUpgradeEckTest.php
Helper to assert content on the Review form.

File

tests/src/Functional/MigrateUpgradeEckTest.php, line 274

Class

MigrateUpgradeEckTest
Tests ECK upgrade using the migrate UI.

Namespace

Drupal\Tests\eck\Functional

Code

protected function getMissingPaths() {
  return [];
}