Issue #2080393 by mrsinguyen: Remove Unused local variable from /core/modules/image/lib/Drupal/image/Tests/ImageThemeFunctionTest.php.

8.0.x
webchick 2013-12-04 00:49:07 -08:00
parent 9657849b73
commit 7f4bc30809
1 changed files with 0 additions and 1 deletions

View File

@ -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',