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/reactphp-sqlite)
5
6
6
7
Async SQLite database, lightweight non-blocking process wrapper around file-based database extension (`ext-sqlite3`),
@@ -470,6 +471,15 @@ To run the test suite, go to the project root and run:
470
471
vendor/bin/phpunit
471
472
```
472
473
474
+
The test suite is set up to always ensure 100% code coverage across all
475
+
supported environments (except the platform-specific code that does not execute
476
+
on Windows). If you have the Xdebug extension installed, you can also generate a
0 commit comments