@@ -39,7 +39,7 @@ protected function setUp()
39
39
40
40
/**
41
41
* @magentoApiDataFixture Magento/Customer/_files/customer.php
42
- * @magentoApiDataFixture Magento/Catalog/_files/product_simple .php
42
+ * @magentoApiDataFixture Magento/GraphQl/ Catalog/_files/simple_product .php
43
43
* @magentoApiDataFixture Magento/Checkout/_files/discount_10percent_generalusers.php
44
44
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
45
45
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
@@ -85,7 +85,7 @@ public function testRemoveCouponFromEmptyCart()
85
85
86
86
/**
87
87
* @magentoApiDataFixture Magento/Customer/_files/customer.php
88
- * @magentoApiDataFixture Magento/Catalog/_files/product_simple .php
88
+ * @magentoApiDataFixture Magento/GraphQl/ Catalog/_files/simple_product .php
89
89
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
90
90
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
91
91
*/
@@ -103,7 +103,7 @@ public function testRemoveCouponFromCartIfCouponWasNotSet()
103
103
/**
104
104
* _security
105
105
* @magentoApiDataFixture Magento/Customer/_files/customer.php
106
- * @magentoApiDataFixture Magento/Catalog/_files/product_simple .php
106
+ * @magentoApiDataFixture Magento/GraphQl/ Catalog/_files/simple_product .php
107
107
* @magentoApiDataFixture Magento/SalesRule/_files/coupon_code_with_wildcard.php
108
108
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/guest/create_empty_cart.php
109
109
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
@@ -120,7 +120,7 @@ public function testRemoveCouponFromGuestCart()
120
120
121
121
/**
122
122
* @magentoApiDataFixture Magento/Customer/_files/three_customers.php
123
- * @magentoApiDataFixture Magento/Catalog/_files/product_simple .php
123
+ * @magentoApiDataFixture Magento/GraphQl/ Catalog/_files/simple_product .php
124
124
* @magentoApiDataFixture Magento/Checkout/_files/discount_10percent_generalusers.php
125
125
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
126
126
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
0 commit comments