Issue #3163686 by shetpooja04, longwave: Unused variable $comment in comment module, CommentLinksAlterTest.php

merge-requests/2/head
catch 2020-08-11 15:14:39 +01:00
parent cf65ed3e13
commit 96e72791eb
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class CommentLinksAlterTest extends CommentTestBase {
$this->drupalLogin($this->webUser);
$comment_text = $this->randomMachineName();
$subject = $this->randomMachineName();
$comment = $this->postComment($this->node, $comment_text, $subject);
$this->postComment($this->node, $comment_text, $subject);
$this->drupalGet('node/' . $this->node->id());