File
- paragraphs/tests/src/Kernel/migrate/ParagraphsMigrationTestBase.php, line 29
Class
- ParagraphsMigrationTestBase
- Base class for the paragraph migrations tests.
Namespace
Drupal\Tests\paragraphs\Kernel\migrate
Code
public function setUp() : void {
parent::setUp();
$this
->loadFixture(__DIR__ . '/../../../fixtures/drupal7.php');
}