protected function SourceProviderTest::getSourceBasePath in Drupal 9
Same name and namespace in other branches
- 10 core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php \Drupal\Tests\migrate_drupal_ui\Functional\SourceProviderTest::getSourceBasePath()
Gets the source base path for the concrete test.
Return value
string The source base path.
Overrides MigrateUpgradeTestBase::getSourceBasePath
File
- core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ SourceProviderTest.php, line 71
Class
- SourceProviderTest
- Tests that a missing source provider error message is displayed.
Namespace
Drupal\Tests\migrate_drupal_ui\FunctionalCode
protected function getSourceBasePath() {
return '';
}