installConfig(['comment']); $this->migrateContentTypes(); $this->executeMigrations(['d6_comment_type', 'd6_comment_field']); } /** * Tests comment variables migrated into a field entity. */ public function testCommentField() { $this->assertTrue(is_object(FieldStorageConfig::load('node.comment'))); } }