protected function MultilingualReviewPageTest::getSourceBasePath in Drupal 8
Same name in this branch
- 8 core/modules/migrate_drupal_ui/tests/src/Functional/d6/MultilingualReviewPageTest.php \Drupal\Tests\migrate_drupal_ui\Functional\d6\MultilingualReviewPageTest::getSourceBasePath()
- 8 core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php \Drupal\Tests\migrate_drupal_ui\Functional\d7\MultilingualReviewPageTest::getSourceBasePath()
Same name and namespace in other branches
- 9 core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php \Drupal\Tests\migrate_drupal_ui\Functional\d7\MultilingualReviewPageTest::getSourceBasePath()
- 10 core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php \Drupal\Tests\migrate_drupal_ui\Functional\d7\MultilingualReviewPageTest::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/ d7/ MultilingualReviewPageTest.php, line 51
Class
- MultilingualReviewPageTest
- Tests migrate upgrade review page for Drupal 7.
Namespace
Drupal\Tests\migrate_drupal_ui\Functional\d7Code
protected function getSourceBasePath() {
return __DIR__ . '/files';
}