Files
provider_jmapc/tests/php/bootstrap.php
Sebastian Krupinski 8f995a7f45
Some checks failed
JS Unit Tests / test (pull_request) Failing after 10s
Build Test / build (pull_request) Failing after 12s
PHP Unit Tests / test (pull_request) Successful in 46s
chore: implement basic tests
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-02-15 16:09:49 -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);
}