Skip to content

Commit 79de0d6

Browse files
author
Oleksii Korshenko
committed
Merge remote-tracking branch 'magento-engcom-team/forwardport-2.3-develop-magento-magento2-12283' into batch-21-forwardport-2.3-develop
# Conflicts: # dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/_files/custom_attributes_rollback.php
2 parents e27445d + f0711ed commit 79de0d6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/_files/product_simple_multistore.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
4
2222
)->setStoreId(
2323
1
24+
)->setCustomAttribute(
25+
'tax_class_id',
26+
1
2427
)->setWebsiteIds(
2528
[1]
2629
)->setName(

dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/_files/custom_attributes_rollback.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
$attributeCodes = [
1010
'test_attribute',
11-
];
11+
];
1212

1313
foreach ($attributeCodes as $attributeCode) {
1414
/** @var \Magento\Eav\Model\Entity\Attribute $attribute */

0 commit comments

Comments
 (0)