Skip to content

Commit ccae842

Browse files
MAGETWO-34293: Html minification works incorrectly in Layered Navigation
- fix unit test
1 parent 43ee714 commit ccae842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/View/Test/Unit/Template/Html/MinifierTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function testMinify()
133133
}
134134
});
135135
//]]>
136-
</script><?php echo "http://some.link.com/" ?> <em>inline text</em> </body></html>
136+
</script><?php echo "http://some.link.com/" ?> <em>inline text</em></body></html>
137137
TEXT;
138138

139139
$this->appDirectory->expects($this->once())

0 commit comments

Comments
 (0)