Unverified Commit 217ca47a authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2855068 hotfix: Can't create comments when comment is a base field

parent ea5c76d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ class CommentBaseFieldTest extends KernelTestBase {
    'comment_base_field_test',
  ];

  protected function setUp(): void {
  protected function setUp() {
    parent::setUp();
    $this->installEntitySchema('comment_test_base_field');
    $this->installEntitySchema('comment');