Files
provider_jmapc/tests/php/bootstrap.php
Sebastian Krupinski a78d57a34f
Some checks failed
JS Unit Tests / test (pull_request) Failing after 12s
Build Test / Single Module (No Dependencies) (pull_request) Failing after 21s
PHP Unit Tests / test (pull_request) Successful in 50s
chore: implement basic tests
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-02-15 21:50:39 -05:00

8 lines
144 B
PHP

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