Skip to content

Commit 7de47c7

Browse files
committed
Documentation for tests that rely on working internet connection
1 parent e11eef9 commit 7de47c7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,14 @@ To run the test suite, go to the project root and run:
131131
$ php vendor/bin/phpunit
132132
```
133133

134+
The test suite also contains a number of functional integration tests that send
135+
test HTTP requests against the online service http://httpbin.org and thus rely
136+
on a stable internet connection.
137+
If you do not want to run these, they can simply be skipped like this:
138+
139+
```bash
140+
$ php vendor/bin/phpunit --exclude-group internet
141+
134142
## License
135143

136144
MIT, see [LICENSE file](LICENSE).

0 commit comments

Comments
 (0)