Skip to content
Snippets Groups Projects
Commit 0a4097ea authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2080577 by mrsinguyen: Remove Unused local variable from...

Issue #2080577 by mrsinguyen: Remove Unused local variable  from /core/modules/comment/lib/Drupal/comment/Tests/CommentTokenReplaceTest.php.
parent 81f4a0cb
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -49,7 +49,6 @@ function testCommentTokenReplacement() {
// Add HTML to ensure that sanitation of some fields tested directly.
$comment->subject->value = '<blink>Blinking Comment</blink>';
$instance = field_info_instance('comment', 'body', 'comment_body');
// Generate and test sanitized tokens.
$tests = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment