You are here

protected function MigrateUpgrade7Test::getSourceBasePath in Migrate Upgrade 8

Gets the source base path for the concrete test.

Return value

string The source base path.

Overrides MigrateUpgradeTestBase::getSourceBasePath

File

src/Tests/d7/MigrateUpgrade7Test.php, line 32
Contains \Drupal\migrate_upgrade\Tests\d7\MigrateUpgrade7Test.

Class

MigrateUpgrade7Test
Tests Drupal 7 upgrade using the migrate UI.

Namespace

Drupal\migrate_upgrade\Tests\d7

Code

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