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