diff --git a/tests/classes/template/TemplateHandlerTest.php b/tests/classes/template/TemplateHandlerTest.php index 2ccdf34fb..1015f9b36 100644 --- a/tests/classes/template/TemplateHandlerTest.php +++ b/tests/classes/template/TemplateHandlerTest.php @@ -214,6 +214,11 @@ class TemplateHandlerTest extends PHPUnit_Framework_TestCase '
', '' ), + // issue 584 + array( + '
',
+ 'oBodex->display_extra_images[\'mobile\'] && $__Context->arr_extra && $__Context->arr_extra->bodex->mobile){ ?>
'
+ ),
);
}