woocommerce/tests/legacy/unit-tests/core
Nestor Soriano ed33a607a7 Remove a useless test assertion that fails in PHP 8
The assertion is useless (the constant is already tested a few Lines
above), and it was failing in PHP 8 because 'auto' < 2 is evaluated
as false, while it's evaluated to true in PHP 7.
2020-10-02 15:27:26 +02:00
..
main-class.php Remove a useless test assertion that fails in PHP 8 2020-10-02 15:27:26 +02:00
post-types-admin.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
taxonomies.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
template-cache.php add template cache unit test 2020-06-22 16:05:29 -03:00