Skip to content

Commit

Permalink
Issue #2855068 hotfix: Can't create comments when comment is a base f…
Browse files Browse the repository at this point in the history
…ield
  • Loading branch information
alexpott committed Jul 15, 2020
1 parent e4f8555 commit abda01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/comment/tests/src/Kernel/CommentBaseFieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit abda01b

Please sign in to comment.