Skip to content
Snippets Groups Projects
Commit a2df259d authored by Oleksandr Karpenko's avatar Oleksandr Karpenko
Browse files
parents 128ee92e 80a905f7
Branches
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