woocommerce/tests/unit-tests
Akeda Bagus 53807185a8
Fixed typos.
These typos are catched by `misspell` program.

```
find . -type f | grep -v assets | grep -v dummy-data | grep -v i18n | grep -v node_modules | grep -v .git | grep -v apigen |  xargs misspell -w
```

Some results were excluded because of 3rd party ownership and non-english
sentences.
2017-07-10 12:56:28 +07:00
..
account update test 2017-04-25 14:46:17 +01:00
api Fixed typos. 2017-07-10 12:56:28 +07:00
cart Add tests 2017-06-29 14:05:38 -07:00
countries Increase country unit test coverage 2017-06-07 14:31:32 -07:00
coupon Add tests 2017-06-29 14:05:38 -07:00
crud Fix linting problems 2017-07-06 11:12:02 -07:00
customer Clean up user is_paying_customer after deleting an order 2017-06-26 18:32:36 +01:00
exporter Exporter tests and tweaks 2017-05-25 12:33:14 -07:00
formatting Fixed typos. 2017-07-10 12:56:28 +07:00
importer Fix linting problems 2017-07-06 11:12:02 -07:00
log Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
order Fix linting problems 2017-07-06 11:12:02 -07:00
order-items Fix linting problems 2017-07-06 11:12:02 -07:00
payment-tokens Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
product Fix tests due to generated names 2017-05-31 13:48:28 +01:00
settings Fixed typos. 2017-07-10 12:56:28 +07:00
shipping-zones Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
tax Introduce get_tax_class_slugs. 2017-01-25 13:38:13 -08:00
util Add restored webhook 2017-04-27 11:44:57 -07:00