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