We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec44ec2 commit c885704Copy full SHA for c885704
README.md
@@ -50,6 +50,12 @@ print $result->screenshot->getImageHtml(); // html image element
50
print $result->screenshot->getData(); // base64 representation from screenshot
51
```
52
53
+## Testing
54
+``` $ phpunit --bootstrap "path/to/phpinsights/src/autoload.php"```
55
+
56
+## Credits
57
+* [Daniel Sentker](https://github.com/dsentker)
58
59
## Submitting bugs and feature requests
60
Bugs and feature request are tracked on GitHub.
61
0 commit comments