chore: implement basic tests
Some checks failed
JS Unit Tests / test (pull_request) Failing after 12s
Build Test / Single Module (No Dependencies) (pull_request) Successful in 23s
PHP Unit Tests / test (pull_request) Successful in 50s

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-02-15 16:02:22 -05:00
parent 7826a91d94
commit 5ce96d4b2a
14 changed files with 4262 additions and 36 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);
}