Skip to content
Snippets Groups Projects
Commit 80a905f7 authored by Andriy Nasinnyk's avatar Andriy Nasinnyk
Browse files

MAGETWO-44304: Product grid is broken on Storefront Category page if HTML...

MAGETWO-44304: Product grid is broken on Storefront Category page if HTML files minification is enabled
parent 486d8e76
No related merge requests found
......@@ -117,7 +117,7 @@ class MinifierTest extends \PHPUnit_Framework_TestCase
TEXT;
$expectedContent = <<<TEXT
<?php /** * Copyright © 2015 Magento. All rights reserved. * See COPYING.txt for license details. */ ?><?php ?><html><head><title>Test title</title></head><body><a href="http://somelink.com/text.html">Text Link</a> <img src="test.png" alt="some text" /><?php echo \$block->someMethod(); ?> <div style="width: 800px" class="<?php echo \$block->getClass() ?>" /><script>
<?php /** * Copyright © 2015 Magento. All rights reserved. * See COPYING.txt for license details. */ ?> <?php ?> <html><head><title>Test title</title></head><body><a href="http://somelink.com/text.html">Text Link</a> <img src="test.png" alt="some text" /><?php echo \$block->someMethod(); ?> <div style="width: 800px" class="<?php echo \$block->getClass() ?>" /><script>
//<![CDATA[
var someVar = 123;
testFunctionCall(function () {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment