Revert "PHPUnit: clear action scheduler jobs between tests."

This reverts commit 25d075c692.
This commit is contained in:
Vladimir Reznichenko 2024-09-11 09:05:05 +02:00
parent 25d075c692
commit 90c83cd2d8
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}
/**