We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8feed62 commit fc67ad0Copy full SHA for fc67ad0
1 file changed
README.md
@@ -395,6 +395,16 @@ group| string or int | The ID or the name of the group. | Yes
395
396
> Example Output: [GetGroupSummary](./examples/group/GetGroupSummary.txt)
397
398
+## Testing the Steam Package
399
+
400
+**Install dependancies**
401
+`docker run -it --rm -v $PWD:/opt/app -w /opt/app --network host --name php nicekiwi/php composer install`
402
403
+A Steam API key must be provided or most tests will fail.
404
405
+**Run Tests**
406
+`docker run -it --rm -v $PWD:/opt/app -w /opt/app --network host --name php -e apiKey='YOUR_STEAM_API_KEY' nicekiwi/php ./vendor/bin/phpunit`
407
408
## Contributors
409
- [Stygiansabyss](https://github.com/stygiansabyss)
410
- [nicekiwi](https://github.com/nicekiwi)
0 commit comments