You are here

protected function MigrateUiParagraphsTestBase::getMissingPaths in Paragraphs 8

Gets the missing upgrade paths.

Return value

string[] An array of missing upgrade paths.

Overrides MigrateUpgradeTestBase::getMissingPaths

File

tests/src/Functional/Migrate/MigrateUiParagraphsTestBase.php, line 385

Class

MigrateUiParagraphsTestBase
Provides a base class for testing Paragraphs migration via the UI.

Namespace

Drupal\Tests\paragraphs\Functional\Migrate

Code

protected function getMissingPaths() {

  // Unused.
  return [];
}