Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 5b562ba

Browse files
author
Simon Yousoufov
committed
Add testing info to readme
1 parent e21a76a commit 5b562ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ use Fuzz\HttpException\AccessDeniedHttpException;
1212
throw new AccessDeniedHttpException('Access denied.');
1313
```
1414

15+
## Testing
16+
`phpunit`
17+
18+
## Code Coverage
19+
`phpunit --coverage-html tests/coverage && open tests/coverage/index.html`
20+
1521
## TODO
1622
1. Support all HTTP status codes
1723
1. Improve exception API

0 commit comments

Comments
 (0)