Skip to content

Commit 890df66

Browse files
committed
Comment name cant be null
1 parent 99befe2 commit 890df66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/src/Kernel/Access/OgGroupContentOperationAccessTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ protected function setUp() {
232232

233233
case 'comment':
234234
$values = [
235+
'name' => $this->randomString(),
235236
'subject' => 'subscribe',
236237
'comment_type' => $bundle_id,
237238
'entity_id' => $this->group->id(),

0 commit comments

Comments
 (0)