You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://packagist.org/packages/clue/http-proxy-react)
5
6
6
7
Async HTTP proxy connector, tunnel any TCP/IP-based protocol through an HTTP
@@ -483,6 +484,14 @@ alternatively you can also run it like this:
483
484
vendor/bin/phpunit --exclude-group internet
484
485
```
485
486
487
+
The test suite is set up to always ensure 100% code coverage across all
488
+
supported environments. If you have the Xdebug extension installed, you can also
489
+
generate a code coverage report locally like this:
0 commit comments