Add note on unit tests

This commit is contained in:
Mike Jolley 2019-06-26 15:17:52 +01:00
parent 9a8e8dacff
commit d17cd3358d
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ Finally, you will need to tell core to load your package. Edit `src/Packages.php
];
```
You can add tests to ensure your package is loaded to the WooCommerce unit-tests. Some tests exist in `unit-tests/tests/packages/packages.php` which you can use as an example.
## Installing packages
Once you have defined your package requirements, run