woocommerce/tests/legacy/unit-tests/product
Nestor Soriano b43679c181 Schedule a deferred product sync for products with parent on delete.
Right now, when a product having a parent (e.g. a variation having a
parent variable product) is saved, wc_deferred_product_sync is
executed so that product sync is performed at the end of the request.
This commit implements the same when the product is deleted.
2020-05-28 14:07:51 +02:00
..
class-wc-tests-product-download.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
class-wc-tests-product.php Schedule a deferred product sync for products with parent on delete. 2020-05-28 14:07:51 +02:00
data-store.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
data.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
factory.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
functions.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
product-simple.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
product-variable.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
product-variation.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
query.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00