woocommerce/tests/unit-tests/order
Steve Grunwell 4bbf9c364d Ensure tests use ISO 3166-1 alpha-2 country codes
[According to the WooCommerce wiki](https://github.com/woocommerce/woocommerce/wiki/Order-and-Order-Line-Item-Data) and `WC_REST_Orders_Controller`, WooCommerce stores country codes using the ISO 3166-1 alpha-2 (2 character) standard. However, the `WC_Tests_Order_Functions::test_wc_get_order_address_params()` test method was using 'USA' instead of 'US'.
2018-05-24 20:50:01 +00:00
..
class-wc-tests-crud-orders.php Fix PHPCS violations automatically using phpcbf 2018-05-08 11:55:32 -03:00
class-wc-tests-order-functions.php Ensure tests use ISO 3166-1 alpha-2 country codes 2018-05-24 20:50:01 +00:00
coupons.php Update tests to use subtotal as a basis for the discounts. 2018-02-27 18:57:28 +00:00
query.php Add test to check WC_Order_Query when using the 'customer' parameter 2018-05-08 17:24:16 -03:00