You are here

protected function NoMultilingualReviewPageTest::getSourceBasePath in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate_drupal_ui/tests/src/Functional/d6/NoMultilingualReviewPageTest.php \Drupal\Tests\migrate_drupal_ui\Functional\d6\NoMultilingualReviewPageTest::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/d6/NoMultilingualReviewPageTest.php, line 51

Class

NoMultilingualReviewPageTest
Tests migrate upgrade review page for Drupal 6 without translations.

Namespace

Drupal\Tests\migrate_drupal_ui\Functional\d6

Code

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