protected function MigrateUpgradeCommandsTest::getSourceBasePath in Migrate Upgrade 8.3
Gets the source base path for the concrete test.
Return value
string The source base path.
Overrides MigrateUpgradeTestBase::getSourceBasePath
File
- tests/
src/ Functional/ MigrateUpgradeCommandsTest.php, line 156
Class
- MigrateUpgradeCommandsTest
- Execute drush on fully functional website.
Namespace
Drupal\Tests\migrate_upgrade\FunctionalCode
protected function getSourceBasePath() : string {
// Not needed.
return '';
}