Files
mail_manager/tests/php/bootstrap.php
Sebastian Krupinski 3d77eb4a0b
Some checks failed
JS Unit Tests / test (pull_request) Successful in 22s
Build Test / test (pull_request) Successful in 25s
PHP Unit Tests / test (pull_request) Failing after 51s
chore: implemement basic tests
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-02-15 22:25:33 -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);
}