From cefc262db5ed1fc4fb8b41d5f557b62c628922ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sun, 28 Jan 2024 05:30:00 +0100 Subject: [PATCH] Add bootstrap test --- tests/bootstrap.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/bootstrap.php diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 0000000..43ba851 --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,13 @@ +bootEnv(dirname(__DIR__).'/.env'); +} + +if ($_SERVER['APP_DEBUG']) { + umask(0022); +} -- 2.41.0