function MigrateCommentFieldTest::setUp
Overrides MigrateDrupal7TestBase::setUp
File
-
core/
modules/ comment/ tests/ src/ Kernel/ Migrate/ d7/ MigrateCommentFieldTest.php, line 26
Class
- MigrateCommentFieldTest
- Tests the migration of comment fields from Drupal 7.
Namespace
Drupal\Tests\comment\Kernel\Migrate\d7Code
protected function setUp() : void {
parent::setUp();
$this->migrateCommentTypes();
$this->executeMigration('d7_comment_field');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.