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

Issue #2072563 by legolasbo: Remove Unused local variable () from...

Issue #2072563 by legolasbo: Remove Unused local variable () from /core/modules/file/lib/Drupal/file/Tests/FileTokenReplaceTest.php.
parent 39010810
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
......@@ -27,10 +27,6 @@ public static function getInfo() {
function testFileTokenReplacement() {
$token_service = \Drupal::token();
$language_interface = language(Language::TYPE_INTERFACE);
$url_options = array(
'absolute' => TRUE,
'language' => $language_interface,
);
// Create file field.
$type_name = 'article';
......
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