abstract protected function MigrateUpgradeTestBase::getSourceBasePath in Drupal 10
Same name and namespace in other branches
- 8 core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php \Drupal\Tests\migrate_drupal_ui\Functional\MigrateUpgradeTestBase::getSourceBasePath()
- 9 core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php \Drupal\Tests\migrate_drupal_ui\Functional\MigrateUpgradeTestBase::getSourceBasePath()
Gets the source base path for the concrete test.
Return value
string The source base path.
6 methods override MigrateUpgradeTestBase::getSourceBasePath()
- IdConflictTest::getSourceBasePath in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ IdConflictTest.php - Gets the source base path for the concrete test.
- NodeClassicTest::getSourceBasePath in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ NodeClassicTest.php - Gets the source base path for the concrete test.
- NoMultilingualReviewPageTest::getSourceBasePath in core/
modules/ rdf/ tests/ src/ Functional/ Migrate/ NoMultilingualReviewPageTest.php - Gets the source base path for the concrete test.
- NoMultilingualReviewPageTest::getSourceBasePath in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ NoMultilingualReviewPageTest.php - Gets the source base path for the concrete test.
- ReviewPageTest::getSourceBasePath in core/
modules/ tracker/ tests/ src/ Functional/ Migrate/ ReviewPageTest.php - Gets the source base path for the concrete test.
File
- core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ MigrateUpgradeTestBase.php, line 135
Class
- MigrateUpgradeTestBase
- Provides a base class for testing migration upgrades in the UI.
Namespace
Drupal\Tests\migrate_drupal_ui\FunctionalCode
protected abstract function getSourceBasePath();