protected function MigrateUiParagraphsTestBase::setUp

File

paragraphs/tests/src/Functional/Migrate/MigrateUiParagraphsTestBase.php, line 393

Class

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

Namespace

Drupal\Tests\paragraphs\Functional\Migrate

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->loadFixture(\Drupal::service('extension.list.module')
    ->getPath('paragraphs') . '/tests/fixtures/drupal7.php');
}