@@ -43,7 +43,7 @@ protected function setUp()
43
43
44
44
/**
45
45
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
46
- * @magentoApiDataFixture Magento/SalesRule/_files/cart_rule_40_percent_off .php
46
+ * @magentoApiDataFixture Magento/SalesRule/_files/coupon_cart_fixed_discount .php
47
47
*/
48
48
public function testApplyCouponToGuestCartWithItems ()
49
49
{
@@ -64,7 +64,7 @@ public function testApplyCouponToGuestCartWithItems()
64
64
65
65
/**
66
66
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
67
- * @magentoApiDataFixture Magento/SalesRule/_files/cart_rule_40_percent_off .php
67
+ * @magentoApiDataFixture Magento/SalesRule/_files/coupon_cart_fixed_discount .php
68
68
*/
69
69
public function testApplyCouponTwice ()
70
70
{
@@ -88,7 +88,7 @@ public function testApplyCouponTwice()
88
88
89
89
/**
90
90
* @magentoApiDataFixture Magento/Checkout/_files/active_quote.php
91
- * @magentoApiDataFixture Magento/SalesRule/_files/cart_rule_40_percent_off .php
91
+ * @magentoApiDataFixture Magento/SalesRule/_files/coupon_cart_fixed_discount .php
92
92
*/
93
93
public function testApplyCouponToCartWithNoItems ()
94
94
{
@@ -104,7 +104,7 @@ public function testApplyCouponToCartWithNoItems()
104
104
105
105
/**
106
106
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
107
- * @magentoApiDataFixture Magento/SalesRule/_files/cart_rule_40_percent_off .php
107
+ * @magentoApiDataFixture Magento/SalesRule/_files/coupon_cart_fixed_discount .php
108
108
* @magentoApiDataFixture Magento/Customer/_files/customer.php
109
109
*/
110
110
public function testGuestCustomerAttemptToChangeCustomerCart ()
@@ -127,7 +127,7 @@ public function testGuestCustomerAttemptToChangeCustomerCart()
127
127
128
128
/**
129
129
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
130
- * @magentoApiDataFixture Magento/SalesRule/_files/cart_rule_40_percent_off .php
130
+ * @magentoApiDataFixture Magento/SalesRule/_files/coupon_cart_fixed_discount .php
131
131
*/
132
132
public function testRemoveCoupon ()
133
133
{
@@ -158,7 +158,7 @@ public function testRemoveCoupon()
158
158
159
159
/**
160
160
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
161
- * @magentoApiDataFixture Magento/SalesRule/_files/cart_rule_40_percent_off .php
161
+ * @magentoApiDataFixture Magento/SalesRule/_files/coupon_cart_fixed_discount .php
162
162
* @magentoApiDataFixture Magento/Customer/_files/customer.php
163
163
*/
164
164
public function testRemoveCouponFromCustomerCartByGuest ()
0 commit comments