From 36d47b300aed95b59fd84f733a7c28e22804a472 Mon Sep 17 00:00:00 2001 From: rizdaprasetya Date: Mon, 23 Aug 2021 10:55:46 +0700 Subject: [PATCH] add how to run basic test --- maintaining.md | 4 ++++ 1 file changed, 4 insertions(+) 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