Skip to content
Snippets Groups Projects
Commit 96e72791 authored by catch's avatar catch
Browse files

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

Issue #3163686 by shetpooja04, longwave: Unused variable $comment in comment module, CommentLinksAlterTest.php
parent cf65ed3e
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ public function testCommentLinksAlter() {
$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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment