Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicekiwi committed Nov 1, 2019
1 parent 8feed62 commit fc67ad0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,16 @@ group| string or int | The ID or the name of the group. | Yes

> Example Output: [GetGroupSummary](./examples/group/GetGroupSummary.txt)
## Testing the Steam Package

**Install dependancies**
`docker run -it --rm -v $PWD:/opt/app -w /opt/app --network host --name php nicekiwi/php composer install`

A Steam API key must be provided or most tests will fail.

**Run Tests**
`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`

## Contributors
- [Stygiansabyss](https://github.com/stygiansabyss)
- [nicekiwi](https://github.com/nicekiwi)
Expand Down

0 comments on commit fc67ad0

Please sign in to comment.