From ccae842740eb06d92e1de8828044b411bac1e859 Mon Sep 17 00:00:00 2001 From: Andriy Nasinnyk <anasinnyk@ebay.com> Date: Mon, 16 Mar 2015 14:49:32 +0200 Subject: [PATCH] MAGETWO-34293: Html minification works incorrectly in Layered Navigation - fix unit test --- .../Framework/View/Test/Unit/Template/Html/MinifierTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internal/Magento/Framework/View/Test/Unit/Template/Html/MinifierTest.php b/lib/internal/Magento/Framework/View/Test/Unit/Template/Html/MinifierTest.php index f1236a06ee3..5f160cc753e 100644 --- a/lib/internal/Magento/Framework/View/Test/Unit/Template/Html/MinifierTest.php +++ b/lib/internal/Magento/Framework/View/Test/Unit/Template/Html/MinifierTest.php @@ -133,7 +133,7 @@ TEXT; } }); //]]> - </script><?php echo "http://some.link.com/" ?> <em>inline text</em> </body></html> + </script><?php echo "http://some.link.com/" ?> <em>inline text</em></body></html> TEXT; $this->appDirectory->expects($this->once()) -- GitLab