You are here

protected function MigrateCommentVariableEntityDisplayTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/comment/src/Tests/Migrate/d6/MigrateCommentVariableEntityDisplayTest.php \Drupal\comment\Tests\Migrate\d6\MigrateCommentVariableEntityDisplayTest::setUp()

Performs setup tasks before each individual test method is run.

Overrides MigrateCommentVariableDisplayBase::setUp

File

core/modules/comment/src/Tests/Migrate/d6/MigrateCommentVariableEntityDisplayTest.php, line 22
Contains \Drupal\comment\Tests\Migrate\d6\MigrateCommentVariableEntityDisplayTest.

Class

MigrateCommentVariableEntityDisplayTest
Upgrade comment variables to entity.display.node.*.default.yml.

Namespace

Drupal\comment\Tests\Migrate\d6

Code

protected function setUp() {
  parent::setUp();
  $this
    ->executeMigration('d6_comment_entity_display');
}