Skip to content
Snippets Groups Projects

Add comment field to entity_type entity_test

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -440,6 +440,7 @@ public function testCommentFunctionality(): void {
@@ -440,6 +440,7 @@ public function testCommentFunctionality(): void {
'target_entity_type_id' => 'entity_test',
'target_entity_type_id' => 'entity_test',
]);
]);
$bundle->save();
$bundle->save();
 
$this->addDefaultCommentField('entity_test', 'entity_test', 'foobar');
// Add a new comment field.
// Add a new comment field.
$storage_edit = [
$storage_edit = [
Loading