Skip to content

Commit

Permalink
Revert "magento/magento2#12285: The option <var name="allowfullscreen…
Browse files Browse the repository at this point in the history
…">false</var> for mobile device don't work in product view page gallery"

This reverts commit bf40afa.
  • Loading branch information
gwharton committed Sep 7, 2018
1 parent f1cab8e commit b1c26db
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ 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 @@ -62,7 +61,6 @@ public function parseVarElementDataProvider()
</vars>
</view>
XML;
// @codingStandardsIgnoreEnd
$expectedResult = [
'vars' => [
'Magento_Test' => [
Expand Down

0 comments on commit b1c26db

Please sign in to comment.