protected function MigrateUiParagraphsTestBase::setUp in Paragraphs 8
Overrides MigrateUpgradeTestBase::setUp
File
- 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\MigrateCode
protected function setUp() : void {
parent::setUp();
$this
->loadFixture(drupal_get_path('module', 'paragraphs') . '/tests/fixtures/drupal7.php');
}