Skip to content

Commit b266b49

Browse files
committed
Add test instruction to README
1 parent fa30a5c commit b266b49

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,10 @@ This was forked from the excellent work in https://github.com/illusori/PHP_Codes
6666
## Contributing
6767

6868
Please open issues or PRs on this repository.
69+
70+
To run tests, make sure composer is installed, then run:
71+
72+
```
73+
composer install # you only need to do this once
74+
composer test
75+
```

0 commit comments

Comments
 (0)