You are here

protected function MigrateCommentTypeTest::setUp in Drupal 8

Same name in this branch
  1. 8 core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTypeTest.php \Drupal\Tests\comment\Kernel\Migrate\d6\MigrateCommentTypeTest::setUp()
  2. 8 core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTypeTest.php \Drupal\Tests\comment\Kernel\Migrate\d7\MigrateCommentTypeTest::setUp()

Overrides MigrateDrupal7TestBase::setUp

File

core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTypeTest.php, line 24

Class

MigrateCommentTypeTest
Tests the migration of comment types from Drupal 7.

Namespace

Drupal\Tests\comment\Kernel\Migrate\d7

Code

protected function setUp() {
  parent::setUp();
  $this
    ->migrateCommentTypes();
}