abstract protected function MigrateUpgradeTestBase::getSourceBasePath in Drupal 9
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()
Gets the source base path for the concrete test.
Return value
string The source base path.
1 call to MigrateUpgradeTestBase::getSourceBasePath()
- MigrateUpgradeTestBase::getCredentials in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ MigrateUpgradeTestBase.php - Creates an array of credentials for the Credential form.
13 methods override MigrateUpgradeTestBase::getSourceBasePath()
- CredentialFormTest::getSourceBasePath in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ CredentialFormTest.php - Gets the source base path for the concrete test.
- DoubleSlashTest::getSourceBasePath in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ DoubleSlashTest.php - Gets the source base path for the concrete test.
- FilePathTest::getSourceBasePath in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ FilePathTest.php - Gets the source base path for the concrete test.
- IdConflictTest::getSourceBasePath in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ IdConflictTest.php - Gets the source base path for the concrete test.
- IdConflictTest::getSourceBasePath in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ IdConflictTest.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();