Skip to content

Commit 7408861

Browse files
author
Joan He
committed
MAGETWO-66318: Remove usages of serialize/unserialize in CmsSampleData
- fix build failures
1 parent 7c4b684 commit 7408861

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

dev/tests/static/testsuite/Magento/Test/Legacy/_files/restricted_classes.php

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,17 @@
127127
'type' => 'library',
128128
'name' => 'magento/framework',
129129
'path' => 'Flag.php'
130-
]
130+
],
131+
[
132+
'type' => 'module',
133+
'name' => 'Magento_Widget',
134+
'path' => 'Setup/LayoutUpdateConverter.php'
135+
],
136+
[
137+
'type' => 'module',
138+
'name' => 'Magento_Cms',
139+
'path' => 'Setup/ContentConverter.php'
140+
],
131141
]
132142
],
133143
'ArrayObject' => [

0 commit comments

Comments
 (0)