Upgraded symfony/phpunit-bridge recipe

This commit is contained in:
Jan Böhmer 2023-02-11 22:32:41 +01:00
parent a121b48504
commit 52704f4774
2 changed files with 11 additions and 7 deletions

View file

@ -9,3 +9,7 @@ if (file_exists(dirname(__DIR__).'/config/bootstrap.php')) {
} elseif (method_exists(Dotenv::class, 'bootEnv')) {
(new Dotenv())->bootEnv(dirname(__DIR__).'/.env');
}
if ($_SERVER['APP_DEBUG']) {
umask(0000);
}