diff --git a/maintaining.md b/maintaining.md index f177c43..42e5382 100644 --- a/maintaining.md +++ b/maintaining.md @@ -1,5 +1,9 @@ > Warning: This note is for developer/maintainer of this package only +## Running Tests +- Make sure to install/update dependencies `composer install` +- Run PHP unit test (all): `./vendor/bin/phpunit tests` + ## Updating Package - Make your changes