Skip to content

Commit

Permalink
add how to run basic test
Browse files Browse the repository at this point in the history
  • Loading branch information
rizdaprasetya committed Aug 23, 2021
1 parent 403bd16 commit 36d47b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions maintaining.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 36d47b3

Please sign in to comment.