Skip to content

Commit c215860

Browse files
author
Oleksandr Manchenko
committed
MTA-2343: Move all test data to repositories
- Fixed code style errors
1 parent 3954db4 commit c215860

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromProductPageTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<data name="description" xsi:type="string">MAGETWO-12415 - Check Out as a Guest using "Checkout with PayPal" button from Product Page and Free Shipping</data>
1212
<data name="product" xsi:type="string">catalogProductSimple::simple_10_dollar</data>
1313
<data name="taxRule" xsi:type="string">us_ca_ny_rule</data>
14-
<data name="sandboxCustomer/dataSet" xsi:type="string">sandbox_us_default</data>
14+
<data name="sandboxCustomer/dataset" xsi:type="string">sandbox_us_default</data>
1515
<data name="checkoutMethod" xsi:type="string">guest</data>
1616
<data name="shipping" xsi:type="array">
1717
<item name="shipping_method" xsi:type="string">Free</item>

dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutOnePageTest.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<data name="description" xsi:type="string">MAGETWO-12413 - Check Out as a Guest Using PayPal Express Checkout Method and Offline Shipping Method</data>
1212
<data name="products" xsi:type="string">catalogProductSimple::simple_10_dollar, configurableProduct::with_one_option, bundleProduct::fixed_100_dollar_with_required_options</data>
1313
<data name="taxRule" xsi:type="string">us_ca_ny_rule</data>
14-
<data name="sandboxCustomer/dataSet" xsi:type="string">sandbox_us_default</data>
15-
<data name="customer/dataSet" xsi:type="string">default</data>
14+
<data name="sandboxCustomer/dataset" xsi:type="string">sandbox_us_default</data>
15+
<data name="customer/dataset" xsi:type="string">default</data>
1616
<data name="checkoutMethod" xsi:type="string">guest</data>
1717
<data name="shipping" xsi:type="array">
1818
<item name="shipping_method" xsi:type="string">Fixed</item>
@@ -38,8 +38,8 @@
3838
<data name="description" xsi:type="string">MAGETWO-14359 - Check Out as a Guest using Payflow Link - PayPal Express Checkout Payflow Edition and Offline Shipping</data>
3939
<data name="products" xsi:type="string">catalogProductSimple::simple_10_dollar, configurableProduct::with_one_option, bundleProduct::fixed_100_dollar_with_required_options</data>
4040
<data name="taxRule" xsi:type="string">us_ca_ny_rule</data>
41-
<data name="sandboxCustomer/dataSet" xsi:type="string">sandbox_us_default</data>
42-
<data name="customer/dataSet" xsi:type="string">default</data>
41+
<data name="sandboxCustomer/dataset" xsi:type="string">sandbox_us_default</data>
42+
<data name="customer/dataset" xsi:type="string">default</data>
4343
<data name="checkoutMethod" xsi:type="string">guest</data>
4444
<data name="shipping" xsi:type="array">
4545
<item name="shipping_method" xsi:type="string">Fixed</item>
@@ -66,8 +66,8 @@
6666
<data name="description" xsi:type="string">MAGETWO-12996 - Check Out as Guest User using PayPal Express and Offline Shipping Method</data>
6767
<data name="products" xsi:type="string">catalogProductSimple::simple_10_dollar, configurableProduct::with_one_option, bundleProduct::fixed_100_dollar_with_required_options</data>
6868
<data name="taxRule" xsi:type="string">us_ca_ny_rule</data>
69-
<data name="sandboxCustomer/dataSet" xsi:type="string">sandbox_us_default</data>
70-
<data name="customer/dataSet" xsi:type="string">default</data>
69+
<data name="sandboxCustomer/dataset" xsi:type="string">sandbox_us_default</data>
70+
<data name="customer/dataset" xsi:type="string">default</data>
7171
<data name="checkoutMethod" xsi:type="string">guest</data>
7272
<data name="shipping" xsi:type="array">
7373
<item name="shipping_method" xsi:type="string">Fixed</item>

dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AbstractAssertTaxCalculationAfterCheckout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function processAssert(
116116
* Prepare expected prices prices.
117117
*
118118
* @param array $prices
119-
* @return array $prices
119+
* @return array
120120
*/
121121
protected function preparePrices($prices)
122122
{

0 commit comments

Comments
 (0)