Revert "PHPUnit: clear action scheduler jobs between tests."
This reverts commit 25d075c692
.
This commit is contained in:
parent
25d075c692
commit
90c83cd2d8
|
@ -106,7 +106,6 @@ class WC_Unit_Test_Case extends WP_HTTP_TestCase {
|
|||
parent::tearDown();
|
||||
|
||||
remove_filter( 'woocommerce_geolocate_ip', array( $this, 'intercept_woocommerce_geolocate_ip' ), 10, 3 );
|
||||
WC_Helper_Queue::cancel_all_pending();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue