From d17cd3358dc581a9c1b1a35190b32a77f66dcec5 Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Wed, 26 Jun 2019 15:17:52 +0100 Subject: [PATCH] Add note on unit tests --- packages/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/README.md b/packages/README.md index 9d434f0aaf2..b1f3d47b6fe 100644 --- a/packages/README.md +++ b/packages/README.md @@ -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