You are here

protected function MigrateUpgrade6Test::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/d6/MigrateUpgrade6Test.php, line 32
Contains \Drupal\migrate_upgrade\Tests\d6\MigrateUpgrade6Test.

Class

MigrateUpgrade6Test
Tests Drupal 6 upgrade using the migrate UI.

Namespace

Drupal\migrate_upgrade\Tests\d6

Code

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