protected function MigrateUiParagraphsTestBase::getSourceBasePath

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

File

paragraphs/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::service('extension.list.module')
    ->getPath('paragraphs') . '/tests/fixtures';
}