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/mq-react)
5
6
6
7
Mini Queue, the lightweight in-memory message queue to concurrently do many (but not too many) things at once,
@@ -509,6 +510,14 @@ To run the test suite, go to the project root and run:
509
510
vendor/bin/phpunit
510
511
```
511
512
513
+
The test suite is set up to always ensure 100% code coverage across all
514
+
supported environments. If you have the Xdebug extension installed, you can also
515
+
generate a code coverage report locally like this:
0 commit comments