public function ParagraphsMigrationTestBase::setUp in Paragraphs 8
Overrides MigrateDrupalTestBase::setUp
1 call to ParagraphsMigrationTestBase::setUp()
- ParagraphContentMigrationTest::setUp in tests/
src/ Kernel/ migrate/ ParagraphContentMigrationTest.php
1 method overrides ParagraphsMigrationTestBase::setUp()
- ParagraphContentMigrationTest::setUp in tests/
src/ Kernel/ migrate/ ParagraphContentMigrationTest.php
File
- tests/
src/ Kernel/ migrate/ ParagraphsMigrationTestBase.php, line 29
Class
- ParagraphsMigrationTestBase
- Base class for the paragraph migrations tests.
Namespace
Drupal\Tests\paragraphs\Kernel\migrateCode
public function setUp() : void {
parent::setUp();
$this
->loadFixture(__DIR__ . '/../../../fixtures/drupal7.php');
}