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)