function MigrateUpgradeTestBase::getSourceBasePath
Same name in other branches
- 9 core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php \Drupal\Tests\migrate_drupal_ui\Functional\MigrateUpgradeTestBase::getSourceBasePath()
- 8.9.x core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php \Drupal\Tests\migrate_drupal_ui\Functional\MigrateUpgradeTestBase::getSourceBasePath()
- 10 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.
25 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/ d7/ IdConflictTest.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.
File
-
core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ MigrateUpgradeTestBase.php, line 137
Class
- MigrateUpgradeTestBase
- Provides a base class for testing migration upgrades in the UI.
Namespace
Drupal\Tests\migrate_drupal_ui\FunctionalCode
protected abstract function getSourceBasePath();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.