function MigrateCommentEntityDisplayTest::setUp
Overrides MigrateDrupal6TestBase::setUp
File
- 
              core/
modules/ comment/ tests/ src/ Kernel/ Migrate/ d6/ MigrateCommentEntityDisplayTest.php, line 24  
Class
- MigrateCommentEntityDisplayTest
 - Tests the migration of comment entity displays from Drupal 6.
 
Namespace
Drupal\Tests\comment\Kernel\Migrate\d6Code
protected function setUp() {
  parent::setUp();
  $this->installConfig([
    'comment',
  ]);
  $this->migrateContentTypes();
  $this->executeMigrations([
    'd6_node_type',
    'd6_comment_type',
    'd6_comment_field',
    'd6_comment_field_instance',
    'd6_comment_entity_display',
  ]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.