$node_type, 'label' => $this->randomString(), ])->save(); CommentType::create([ 'id' => $comment_type, 'label' => $this->randomString(), 'target_entity_type_id' => 'node', ])->save(); } }