Issue #2080393 by mrsinguyen: Remove Unused local variable from /core/modules/image/lib/Drupal/image/Tests/ImageThemeFunctionTest.php.
parent
9657849b73
commit
7f4bc30809
|
@ -93,7 +93,6 @@ class ImageThemeFunctionTest extends WebTestBase {
|
||||||
$style->save();
|
$style->save();
|
||||||
$url = $style->buildUrl($original_uri);
|
$url = $style->buildUrl($original_uri);
|
||||||
|
|
||||||
$path = $this->randomName();
|
|
||||||
$element = array(
|
$element = array(
|
||||||
'#theme' => 'image_style',
|
'#theme' => 'image_style',
|
||||||
'#style_name' => 'image_test',
|
'#style_name' => 'image_test',
|
||||||
|
|
Loading…
Reference in New Issue