Skip to content

Commit

Permalink
Documentation for tests that rely on working internet connection
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Sep 8, 2017
1 parent e11eef9 commit 7de47c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,14 @@ To run the test suite, go to the project root and run:
$ php vendor/bin/phpunit
```

The test suite also contains a number of functional integration tests that send
test HTTP requests against the online service http://httpbin.org and thus rely
on a stable internet connection.
If you do not want to run these, they can simply be skipped like this:

```bash
$ php vendor/bin/phpunit --exclude-group internet

## License

MIT, see [LICENSE file](LICENSE).

0 comments on commit 7de47c7

Please sign in to comment.