abstract protected function MigrateUpgradeTestBase::getSourceBasePath in Migrate Upgrade 8
Gets the source base path for the concrete test.
Return value
string The source base path.
1 call to MigrateUpgradeTestBase::getSourceBasePath()
- MigrateUpgradeTestBase::testMigrateUpgrade in src/
Tests/ MigrateUpgradeTestBase.php - Executes all steps of migrations upgrade.
2 methods override MigrateUpgradeTestBase::getSourceBasePath()
- MigrateUpgrade6Test::getSourceBasePath in src/
Tests/ d6/ MigrateUpgrade6Test.php - Gets the source base path for the concrete test.
- MigrateUpgrade7Test::getSourceBasePath in src/
Tests/ d7/ MigrateUpgrade7Test.php - Gets the source base path for the concrete test.
File
- src/
Tests/ MigrateUpgradeTestBase.php, line 154 - Contains \Drupal\migrate_upgrade\Tests\MigrateUpgradeTestBase.
Class
- MigrateUpgradeTestBase
- Provides a base class for testing migration upgrades in the UI.
Namespace
Drupal\migrate_upgrade\TestsCode
protected abstract function getSourceBasePath();