woocommerce/tests/legacy/unit-tests/product
Nestor Soriano a94ea7f51f Remove logic for storage of attribute terms for variations
A mechanism for improved filtering by attribute for variations was
introduced some time ago. This mechanism implied maintaining term
relationships for variations, where the terms were the attributes
that defined the variation.

The mechanism was reverted because it was complex and presented many
issues, but the code that created those term relationships was kept.
This pull request removes that code and the associated unit tests.
2020-09-22 16:31:06 +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 Fix code sniffer errors in class-wc-tests-product.php 2020-06-29 15:20:49 +02:00
data-store.php Change in the logic of is_visible_core for variable products 2020-07-28 09:01:52 +02:00
data.php Fixed unit tests for #26462 2020-07-01 18:13:29 -03:00
factory.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
functions.php Change in the logic of is_visible_core for variable products 2020-07-28 09:01:52 +02:00
product-simple.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
product-variable.php Revert improved filtering for variations. 2020-09-09 17:36:26 +02:00
product-variation.php Remove logic for storage of attribute terms for variations 2020-09-22 16:31:06 +02:00
query.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00