Removed debugging var from test.
This commit is contained in:
parent
3ce686e6cd
commit
4668734af7
|
@ -5442,7 +5442,6 @@ class WC_Tests_Reports_Orders_Stats extends WC_Unit_Test_Case {
|
||||||
* Test new and returning guest customer.
|
* Test new and returning guest customer.
|
||||||
*/
|
*/
|
||||||
public function test_guest_returning_customer() {
|
public function test_guest_returning_customer() {
|
||||||
global $wpdb;
|
|
||||||
WC_Helper_Reports::reset_stats_dbs();
|
WC_Helper_Reports::reset_stats_dbs();
|
||||||
|
|
||||||
// Create a test product for use in an order.
|
// Create a test product for use in an order.
|
||||||
|
|
Loading…
Reference in New Issue