We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e591e commit 8ca2a94Copy full SHA for 8ca2a94
tests/Support/Helper/WooCommerce.php
@@ -1064,7 +1064,7 @@ public function wooCommerceDeleteAllOrders($I)
1064
$I->dontHavePostInDatabase([ 'post_type' => 'shop_order' ]);
1065
1066
// Delete from wp_wc_orders and wp_wc_orders_meta HPOS tables.
1067
- $I->dontHaveInDatabase('wp_wc_orders', [ 'a' => 'a' ]);
1068
- $I->dontHaveInDatabase('wp_wc_orders_meta', [ 'a' => 'a' ]);
+ $I->dontHaveInDatabase('wp_wc_orders', []);
+ $I->dontHaveInDatabase('wp_wc_orders_meta', []);
1069
}
1070
0 commit comments