function ReviewPageTest::getAvailablePaths

Gets the available upgrade paths.

Return value

string[] An array of available upgrade paths.

Overrides MigrateUpgradeTestBase::getAvailablePaths

File

core/modules/tracker/tests/src/Functional/Migrate/ReviewPageTest.php, line 54

Class

ReviewPageTest
Tests Review page.

Namespace

Drupal\Tests\tracker\Functional\Migrate

Code

protected function getAvailablePaths() {
  return [];
}

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