From b723cb12d624e7d1d0e92bc112ee58ba71b2097c Mon Sep 17 00:00:00 2001
From: Igor Melnikov <imelnikov@magento.com>
Date: Wed, 28 Dec 2016 15:06:47 -0600
Subject: [PATCH] MAGETWO-62134: Create data converter that can process nested
 serialized data

- Correctly whitelisting classes that use Magento\Framework\Serialize\Serializer\Serialize
---
 .../Magento/Test/Legacy/_files/restricted_classes.php    | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev/tests/static/testsuite/Magento/Test/Legacy/_files/restricted_classes.php b/dev/tests/static/testsuite/Magento/Test/Legacy/_files/restricted_classes.php
index 9c99bf96cf2..1c593657742 100644
--- a/dev/tests/static/testsuite/Magento/Test/Legacy/_files/restricted_classes.php
+++ b/dev/tests/static/testsuite/Magento/Test/Legacy/_files/restricted_classes.php
@@ -110,8 +110,13 @@ return [
             ],
             [
                 'type' => 'module',
-                'name' => 'magento/sales',
-                'path' => 'app/code/Magento/Sales/Setup/SerializedDataConverter.php'
+                'name' => 'Magento_Sales',
+                'path' => 'Setup/SerializedDataConverter.php'
+            ],
+            [
+                'type' => 'module',
+                'name' => 'Magento_Sales',
+                'path' => 'Test/Unit/Setup/SerializedDataConverterTest.php'
             ],
         ]
     ]
-- 
GitLab