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