We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11eef9 commit 7de47c7Copy full SHA for 7de47c7
README.md
@@ -131,6 +131,14 @@ To run the test suite, go to the project root and run:
131
$ php vendor/bin/phpunit
132
```
133
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
142
## License
143
144
MIT, see [LICENSE file](LICENSE).
0 commit comments