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/ndjson-react)
[](https://packagist.org/packages/clue/ndjson-react)
6
6
7
7
Streaming newline-delimited JSON ([NDJSON](http://ndjson.org/)) parser and encoder for [ReactPHP](https://reactphp.org/).
8
8
@@ -335,6 +335,14 @@ To run the test suite, go to the project root and run:
335
335
vendor/bin/phpunit
336
336
```
337
337
338
+
The test suite is set up to always ensure 100% code coverage across all
339
+
supported environments. If you have the Xdebug extension installed, you can also
340
+
generate a code coverage report locally like this:
0 commit comments