You are here

protected function DoubleSlashTest::getSourceBasePath in Drupal 9

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/d7/DoubleSlashTest.php, line 82

Class

DoubleSlashTest
Tests that a double slash is not in d7_file file not found migrate messages.

Namespace

Drupal\Tests\migrate_drupal_ui\Functional\d7

Code

protected function getSourceBasePath() {
  return __DIR__ . '/files';
}