function MigrateLanguageContentCommentSettingsNoEntityTranslationTest::setUp
Overrides MigrateDrupal7TestBase::setUp
File
- 
              core/modules/ language/ tests/ src/ Kernel/ Migrate/ d7/ MigrateLanguageContentCommentSettingsNoEntityTranslationTest.php, line 32 
Class
- MigrateLanguageContentCommentSettingsNoEntityTranslationTest
- Tests language content comment settings migration with no entity translation.
Namespace
Drupal\Tests\language\Kernel\Migrate\d7Code
protected function setUp() {
  parent::setUp();
  $this->migrateCommentTypes();
  $this->executeMigration('d7_language_content_comment_settings');
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
