File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
lib/internal/Magento/Framework/View/Test/Unit/Template/Html Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ public function testMinify()
117
117
TEXT ;
118
118
119
119
$ expectedContent = <<<TEXT
120
- <?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>
120
+ <?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>
121
121
//<![CDATA[
122
122
var someVar = 123;
123
123
testFunctionCall(function () {
You can’t perform that action at this time.
0 commit comments