Skip to content

Commit fc67ad0

Browse files
committed
Update README.
1 parent 8feed62 commit fc67ad0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,16 @@ group| string or int | The ID or the name of the group. | Yes
395395

396396
> Example Output: [GetGroupSummary](./examples/group/GetGroupSummary.txt)
397397
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+
398408
## Contributors
399409
- [Stygiansabyss](https://github.com/stygiansabyss)
400410
- [nicekiwi](https://github.com/nicekiwi)

0 commit comments

Comments
 (0)