You are here

protected function MigrateUiParagraphsTestBase::getSourcePrivateFilesPath in Paragraphs 8

1 call to MigrateUiParagraphsTestBase::getSourcePrivateFilesPath()
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 42

Class

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

Namespace

Drupal\Tests\paragraphs\Functional\Migrate

Code

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