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/stdio-react)
5
6
6
7
Async, event-driven and UTF-8 aware console input & output (STDIN, STDOUT) for
@@ -689,6 +690,14 @@ To run the test suite, go to the project root and run:
689
690
vendor/bin/phpunit
690
691
```
691
692
693
+
The test suite is set up to always ensure 100% code coverage across all
694
+
supported environments. If you have the Xdebug extension installed, you can also
695
+
generate a code coverage report locally like this:
0 commit comments