From dd303cd81a1caf83d8276fdaa3f69973f2e828a9 Mon Sep 17 00:00:00 2001 From: vnayda <vnayda@magento.com> Date: Mon, 10 Oct 2016 11:57:38 +0300 Subject: [PATCH] MAGETWO-57963: The product page doesn't show all the fields for Product Details - for mainline - fix static tests --- .../Magento/Test/Legacy/_files/security/blacklist.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/tests/static/testsuite/Magento/Test/Legacy/_files/security/blacklist.php b/dev/tests/static/testsuite/Magento/Test/Legacy/_files/security/blacklist.php index f055f0a732c..2700c80beee 100644 --- a/dev/tests/static/testsuite/Magento/Test/Legacy/_files/security/blacklist.php +++ b/dev/tests/static/testsuite/Magento/Test/Legacy/_files/security/blacklist.php @@ -4,5 +4,6 @@ * See COPYING.txt for license details. */ return [ - '/Test\/Unit/' + '/Test\/Unit/', + 'lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php', ]; -- GitLab