Skip to content

Commit a529e24

Browse files
glo80326glo71317
authored andcommitted
BUG#AC-1239:Magento\CatalogImportExport\Model\Export\ProductTest issues fixed
1 parent a1cc7f8 commit a529e24

File tree

1 file changed

+4
-4
lines changed
  • dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Export

1 file changed

+4
-4
lines changed

dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Export/ProductTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,14 @@ public function exportWithJsonAndMarkupTextAttributeDataProvider(): array
154154
{
155155
return [
156156
'json' => [
157-
'{"type": "basic", "unit": "inch", "sign": "(\")", "size": "1.5\""}',
158-
'"text_attribute={""type"": ""basic"", ""unit"": ""inch"", ""sign"": ""(\"")"", ""size"": ""1.5\""""}"'
157+
'{"type": "basic", "unit": "inch", "sign": "(")", "size": "1.5""}',
158+
'"text_attribute={""type"": ""basic"", ""unit"": ""inch"", ""sign"": ""("")"", ""size"": ""1.5""""}"'
159159
],
160160
'markup' => [
161161
'<div data-content>Element type is basic, measured in inches ' .
162-
'(marked with sign (\")) with size 1.5\", mid-price range</div>',
162+
'(marked with sign (")) with size 1.5", mid-price range</div>',
163163
'"text_attribute=<div data-content>Element type is basic, measured in inches ' .
164-
'(marked with sign (\"")) with size 1.5\"", mid-price range</div>"'
164+
'(marked with sign ("")) with size 1.5"", mid-price range</div>"'
165165
],
166166
];
167167
}

0 commit comments

Comments
 (0)