protected function MigrateUpgradeFormStepsTest::getSourceBasePath in Drupal 8
Same name and namespace in other branches
- 9 core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php \Drupal\Tests\migrate_drupal_ui\Functional\MigrateUpgradeFormStepsTest::getSourceBasePath()
File
- core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ MigrateUpgradeFormStepsTest.php, line 42
Class
- MigrateUpgradeFormStepsTest
- Tests the flow of the Migrate Drupal UI form.
Namespace
Drupal\Tests\migrate_drupal_ui\FunctionalCode
protected function getSourceBasePath() {
return __DIR__ . '/files';
}