You are here

protected function MigrateUiParagraphsTestBase::getSourceBasePath in Paragraphs 8

Gets the source base path for the concrete test.

Return value

string The source base path.

Overrides MigrateUpgradeTestBase::getSourceBasePath

1 call to MigrateUiParagraphsTestBase::getSourceBasePath()
MigrateUiParagraphsTestBase::assertMigrateUpgradeViaUi in tests/src/Functional/Migrate/MigrateUiParagraphsTestBase.php
Executes the upgrade process by the UI and asserts basic expectations.

File

tests/src/Functional/Migrate/MigrateUiParagraphsTestBase.php, line 35

Class

MigrateUiParagraphsTestBase
Provides a base class for testing Paragraphs migration via the UI.

Namespace

Drupal\Tests\paragraphs\Functional\Migrate

Code

protected function getSourceBasePath() {
  return drupal_get_path('module', 'paragraphs') . '/tests/fixtures';
}