Skip to content

Commit dd303cd

Browse files
author
vnayda
committed
MAGETWO-57963: The product page doesn't show all the fields for Product Details - for mainline
- fix static tests
1 parent 3c4a898 commit dd303cd

File tree

1 file changed

+2
-1
lines changed
  • dev/tests/static/testsuite/Magento/Test/Legacy/_files/security

1 file changed

+2
-1
lines changed

dev/tests/static/testsuite/Magento/Test/Legacy/_files/security/blacklist.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66
return [
7-
'/Test\/Unit/'
7+
'/Test\/Unit/',
8+
'lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php',
89
];

0 commit comments

Comments
 (0)