You are here

abstract protected function MigrateUpgradeTestBase::getMissingPaths in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php \Drupal\Tests\migrate_drupal_ui\Functional\MigrateUpgradeTestBase::getMissingPaths()

Gets the missing upgrade paths.

Return value

string[] An array of missing upgrade paths.

1 call to MigrateUpgradeTestBase::getMissingPaths()
MigrateUpgradeTestBase::assertReviewForm in core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php
Helper to assert content on the Review form.
13 methods override MigrateUpgradeTestBase::getMissingPaths()
CredentialFormTest::getMissingPaths in core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php
Gets the missing upgrade paths.
DoubleSlashTest::getMissingPaths in core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php
Gets the missing upgrade paths.
FilePathTest::getMissingPaths in core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php
Gets the missing upgrade paths.
IdConflictTest::getMissingPaths in core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php
Gets the missing upgrade paths.
IdConflictTest::getMissingPaths in core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php
Gets the missing upgrade paths.

... See full list

File

core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php, line 159

Class

MigrateUpgradeTestBase
Provides a base class for testing migration upgrades in the UI.

Namespace

Drupal\Tests\migrate_drupal_ui\Functional

Code

protected abstract function getMissingPaths();