@@ -43,11 +43,11 @@ protected function setUp()
43
43
44
44
/**
45
45
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
46
- * @magentoApiDataFixture Magento/SalesRule/_files/coupon_cart_fixed_discount .php
46
+ * @magentoApiDataFixture Magento/SalesRule/_files/coupon_code_with_wildcard .php
47
47
*/
48
48
public function testApplyCouponToGuestCartWithItems ()
49
49
{
50
- $ couponCode = 'CART_FIXED_DISCOUNT_15 ' ;
50
+ $ couponCode = '2?ds5!2d ' ;
51
51
52
52
$ this ->quoteResource ->load (
53
53
$ this ->quote ,
@@ -64,11 +64,11 @@ public function testApplyCouponToGuestCartWithItems()
64
64
65
65
/**
66
66
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
67
- * @magentoApiDataFixture Magento/SalesRule/_files/coupon_cart_fixed_discount .php
67
+ * @magentoApiDataFixture Magento/SalesRule/_files/coupon_code_with_wildcard .php
68
68
*/
69
69
public function testApplyCouponTwice ()
70
70
{
71
- $ couponCode = 'CART_FIXED_DISCOUNT_15 ' ;
71
+ $ couponCode = '2?ds5!2d ' ;
72
72
73
73
$ this ->quoteResource ->load (
74
74
$ this ->quote ,
@@ -88,11 +88,11 @@ public function testApplyCouponTwice()
88
88
89
89
/**
90
90
* @magentoApiDataFixture Magento/Checkout/_files/active_quote.php
91
- * @magentoApiDataFixture Magento/SalesRule/_files/coupon_cart_fixed_discount .php
91
+ * @magentoApiDataFixture Magento/SalesRule/_files/coupon_code_with_wildcard .php
92
92
*/
93
93
public function testApplyCouponToCartWithNoItems ()
94
94
{
95
- $ couponCode = 'CART_FIXED_DISCOUNT_15 ' ;
95
+ $ couponCode = '2?ds5!2d ' ;
96
96
97
97
$ this ->quoteResource ->load ($ this ->quote , 'test_order_1 ' , 'reserved_order_id ' );
98
98
$ maskedQuoteId = $ this ->quoteIdToMaskedId ->execute ((int )$ this ->quote ->getId ());
@@ -104,12 +104,12 @@ public function testApplyCouponToCartWithNoItems()
104
104
105
105
/**
106
106
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
107
- * @magentoApiDataFixture Magento/SalesRule/_files/coupon_cart_fixed_discount .php
107
+ * @magentoApiDataFixture Magento/SalesRule/_files/coupon_code_with_wildcard .php
108
108
* @magentoApiDataFixture Magento/Customer/_files/customer.php
109
109
*/
110
110
public function testGuestCustomerAttemptToChangeCustomerCart ()
111
111
{
112
- $ couponCode = 'CART_FIXED_DISCOUNT_15 ' ;
112
+ $ couponCode = '2?ds5!2d ' ;
113
113
114
114
$ this ->quoteResource ->load (
115
115
$ this ->quote ,
@@ -127,11 +127,11 @@ public function testGuestCustomerAttemptToChangeCustomerCart()
127
127
128
128
/**
129
129
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
130
- * @magentoApiDataFixture Magento/SalesRule/_files/coupon_cart_fixed_discount .php
130
+ * @magentoApiDataFixture Magento/SalesRule/_files/coupon_code_with_wildcard .php
131
131
*/
132
132
public function testRemoveCoupon ()
133
133
{
134
- $ couponCode = 'CART_FIXED_DISCOUNT_15 ' ;
134
+ $ couponCode = '2?ds5!2d ' ;
135
135
136
136
/* Apply coupon to the quote */
137
137
$ this ->quoteResource ->load (
@@ -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/coupon_cart_fixed_discount .php
161
+ * @magentoApiDataFixture Magento/SalesRule/_files/coupon_code_with_wildcard .php
162
162
* @magentoApiDataFixture Magento/Customer/_files/customer.php
163
163
*/
164
164
public function testRemoveCouponFromCustomerCartByGuest ()
0 commit comments