Skip to content

Commit 84ba4a5

Browse files
Merge branch 'pr1' of https://github.com/magento-epam/magento2ce into pr1
2 parents a170f6a + e656be1 commit 84ba4a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/EditCurrencyCustomWebsiteTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ public function test($configData, array $product, Store $store, array $currencie
7575

7676
$store->persist();
7777
$product = $this->fixtureFactory->createByCode(
78-
$product[0],
79-
['dataset' => $product[1], 'data' => ['website_ids' => [['store' => $store]]]]
78+
$product['fixture'],
79+
['dataset' => $product['dataset'], 'data' => ['website_ids' => [['store' => $store]]]]
8080
);
8181
$product->persist();
8282
$websites = $product->getDataFieldConfig('website_ids')['source']->getWebsites();

dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/EditCurrencyCustomWebsiteTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<variation name="EditCurrencyCustomWebsiteTestVariation1" summary="Using default USD currency on default website and EUR currency on custom website" ticketId="MAGETWO-12941">
1111
<data name="configData" xsi:type="string">price_scope_website</data>
1212
<data name="product" xsi:type="array">
13-
<item name="0" xsi:type="string">catalogProductSimple</item>
14-
<item name="1" xsi:type="string">default</item>
13+
<item name="fixture" xsi:type="string">catalogProductSimple</item>
14+
<item name="dataset" xsi:type="string">default</item>
1515
</data>
1616
<data name="store/dataset" xsi:type="string">custom_store</data>
1717
<data name="currencies" xsi:type="array">

0 commit comments

Comments
 (0)