function MigrateCustomBlockContentTranslationTest::setUp
Overrides MigrateDrupal7TestBase::setUp
File
-
core/
modules/ block_content/ tests/ src/ Kernel/ Migrate/ d7/ MigrateCustomBlockContentTranslationTest.php, line 31
Class
- MigrateCustomBlockContentTranslationTest
- Tests migration of i18n content block strings.
Namespace
Drupal\Tests\block_content\Kernel\Migrate\d7Code
protected function setUp() : void {
parent::setUp();
$this->installEntitySchema('block_content');
$this->installConfig([
'block_content',
]);
$this->executeMigrations([
'language',
'd7_filter_format',
'block_content_type',
'block_content_body_field',
'd7_custom_block',
'd7_custom_block_translation',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.