chore: implemement basic tests
Some checks failed
Build Test / test (pull_request) Successful in 23s
JS Unit Tests / test (pull_request) Successful in 23s
PHP Unit Tests / test (pull_request) Failing after 54s

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-02-15 22:21:49 -05:00
parent af49a56a83
commit 9a3520384f
14 changed files with 2854 additions and 14 deletions

7
tests/php/bootstrap.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
require dirname(__DIR__, 2).'/lib/vendor/autoload.php';
if (isset($_SERVER['APP_DEBUG']) && $_SERVER['APP_DEBUG']) {
umask(0000);
}