File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -395,6 +395,16 @@ group| string or int | The ID or the name of the group. | Yes
395
395
396
396
> Example Output: [ GetGroupSummary] ( ./examples/group/GetGroupSummary.txt )
397
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
+
398
408
## Contributors
399
409
- [ Stygiansabyss] ( https://github.com/stygiansabyss )
400
410
- [ nicekiwi] ( https://github.com/nicekiwi )
You can’t perform that action at this time.
0 commit comments