Skip to content

Commit 6bb056f

Browse files
committed
MAGETWO-65532: Update \Magento\Vault\Setup\UpgradeData to use JSON format
- Add unit test to restricted class exclusions to resolve build failure
1 parent 3756d6b commit 6bb056f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@
118118
'name' => 'Magento_Sales',
119119
'path' => 'Test/Unit/Setup/SerializedDataConverterTest.php'
120120
],
121+
[
122+
'type' => 'module',
123+
'name' => 'Magento_Sales',
124+
'path' => 'Test/Unit/Setup/SalesOrderPaymentDataConverterTest.php'
125+
],
121126
[
122127
'type' => 'library',
123128
'name' => 'magento/framework',

0 commit comments

Comments
 (0)