You are here

protected function SourceProviderTest::getSourceBasePath in Drupal 9

Same name and namespace in other branches
  1. 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\Functional

Code

protected function getSourceBasePath() {
  return '';
}