Skip to content

Commit c885704

Browse files
committed
testing section in readme
1 parent ec44ec2 commit c885704

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ print $result->screenshot->getImageHtml(); // html image element
5050
print $result->screenshot->getData(); // base64 representation from screenshot
5151
```
5252

53+
## Testing
54+
``` $ phpunit --bootstrap "path/to/phpinsights/src/autoload.php"```
55+
56+
## Credits
57+
* [Daniel Sentker](https://github.com/dsentker)
58+
5359
## Submitting bugs and feature requests
5460
Bugs and feature request are tracked on GitHub.
5561

0 commit comments

Comments
 (0)