From 2ec18f820f5a600f9847d909b977f60b42338583 Mon Sep 17 00:00:00 2001 From: Ivan Chaplygin Date: Wed, 29 May 2024 16:43:09 +0300 Subject: [PATCH] ref #94823 fix test --- tests/loyalty/test-wc-retailcrm-client-v5.php | 2 +- tests/test-wc-retailcrm-orders.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/loyalty/test-wc-retailcrm-client-v5.php b/tests/loyalty/test-wc-retailcrm-client-v5.php index 9c5ad52..0db27a9 100644 --- a/tests/loyalty/test-wc-retailcrm-client-v5.php +++ b/tests/loyalty/test-wc-retailcrm-client-v5.php @@ -124,7 +124,7 @@ class WC_Retailcrm_Loyalty_Client_Test extends WC_Retailcrm_Test_Case_Helper ], [ 'method' => 'cancelBonusOrder', - 'parameters' => ['site', ['order']] + 'parameters' => [['order']] ], ]; } diff --git a/tests/test-wc-retailcrm-orders.php b/tests/test-wc-retailcrm-orders.php index cd08f33..5c606d4 100644 --- a/tests/test-wc-retailcrm-orders.php +++ b/tests/test-wc-retailcrm-orders.php @@ -209,7 +209,6 @@ class WC_Retailcrm_Orders_Test extends WC_Retailcrm_Test_Case_Helper * @param $retailcrm * * @throws Exception - * @group loyalty * @dataProvider dataProviderUpdateOrder */ public function test_update_order($isSuccessful, $retailcrm)