We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0068a8b commit b723cb1Copy full SHA for b723cb1
dev/tests/static/testsuite/Magento/Test/Legacy/_files/restricted_classes.php
@@ -110,8 +110,13 @@
110
],
111
[
112
'type' => 'module',
113
- 'name' => 'magento/sales',
114
- 'path' => 'app/code/Magento/Sales/Setup/SerializedDataConverter.php'
+ 'name' => 'Magento_Sales',
+ 'path' => 'Setup/SerializedDataConverter.php'
115
+ ],
116
+ [
117
+ 'type' => 'module',
118
119
+ 'path' => 'Test/Unit/Setup/SerializedDataConverterTest.php'
120
121
]
122
0 commit comments