Skip to content

Commit

Permalink
Comment name cant be null
Browse files Browse the repository at this point in the history
  • Loading branch information
DiDebru committed Nov 26, 2018
1 parent 99befe2 commit 890df66
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ protected function setUp() {

case 'comment':
$values = [
'name' => $this->randomString(),
'subject' => 'subscribe',
'comment_type' => $bundle_id,
'entity_id' => $this->group->id(),
Expand Down

0 comments on commit 890df66

Please sign in to comment.