Skip to content

Commit d73c107

Browse files
Merge pull request #27 from magento-troll/main-sync-with-2.4-develop
Sync develop-storefront with 2.4-develop
2 parents 8405c66 + e0762a6 commit d73c107

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dev/tests/static/testsuite/Magento/Test/Integrity/_files/blacklist/undeclared_dependency/commerce-data-export.php

+8
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,12 @@
3232
'app/code/Magento/CatalogExport/Model/GenerateDTOs.php' => [
3333
'Magento\DataExporter',
3434
],
35+
'app/code/Magento/CatalogExport/Model/RatingMetadataRepository.php' => [
36+
'Magento\CatalogExportApi',
37+
'Magento\DataExporter',
38+
],
39+
'app/code/Magento/CatalogExport/Model/ReviewRepository.php' => [
40+
'Magento\CatalogExportApi',
41+
'Magento\DataExporter',
42+
],
3543
];

0 commit comments

Comments
 (0)