Initial commit (as a partial copy of md:quality)

This commit is contained in:
2025-01-20 14:14:44 +01:00
commit 97dd72b9f7
918 changed files with 167509 additions and 0 deletions

10
tests/bootstrap.php Normal file
View File

@ -0,0 +1,10 @@
<?PHP
/**
* Bootstraps tests by running provideEnv and then resetting the error handler.
*/
declare(strict_types = 1);
require_once __DIR__ . "/../provideEnv.php";
restore_error_handler();
restore_exception_handler();