Skip to content

Commit

Permalink
magento/magento2#12285: The option <var name="allowfullscreen">false<…
Browse files Browse the repository at this point in the history
…/var> for mobile device don't work in product view page gallery
  • Loading branch information
p-bystritsky committed Dec 13, 2017
1 parent ccc35c2 commit bf40afa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public function testParseVarElement($sourceString, $expected)
*/
public function parseVarElementDataProvider()
{
// @codingStandardsIgnoreStart
$sourceString = <<<'XML'
<?xml version="1.0"?>
<view xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/view.xsd">
Expand All @@ -61,6 +62,7 @@ public function parseVarElementDataProvider()
</vars>
</view>
XML;
// @codingStandardsIgnoreEnd
$expectedResult = [
'vars' => [
'Magento_Test' => [
Expand Down

0 comments on commit bf40afa

Please sign in to comment.