woocommerce/tests/legacy/framework
Nestor Soriano b88eb4c981
Rename "assertIsInt" to "assertIsInteger" and make it static
- Renaming to prevent conflicts with the existing method in
  the newer PHPUnit used in PHP 8.
- Making it static because "assertIsInt" is static too, so it'll be
  easier to replace in the future.
2021-04-20 17:16:59 +02:00
..
helpers Update unit tests to reflect new base address 2021-04-12 14:13:27 -07:00
traits Add test for null meta value as well 2020-08-13 14:17:28 +05:30
vendor Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
class-wc-api-unit-test-case.php Convert optional-before-required arguments to required. 2020-10-02 09:45:09 +02:00
class-wc-dummy-data-store.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
class-wc-mock-payment-gateway.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
class-wc-mock-session-handler.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
class-wc-mock-wc-data.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
class-wc-mock-wc-object-query.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
class-wc-payment-token-stub.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
class-wc-rest-unit-test-case.php Add a do_rest_request method to WC_REST_Unit_Test_Case. 2021-03-25 14:56:34 +01:00
class-wc-unit-test-case.php Rename "assertIsInt" to "assertIsInteger" and make it static 2021-04-20 17:16:59 +02:00
class-wc-unit-test-factory.php Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00