Skip to content

Commit f72c010

Browse files
composer recipes:update symfony/phpunit-bridge
1 parent 9797029 commit f72c010

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

symfony.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,12 +345,12 @@
345345
"version": "v5.3.3"
346346
},
347347
"symfony/phpunit-bridge": {
348-
"version": "5.3",
348+
"version": "6.2",
349349
"recipe": {
350350
"repo": "github.com/symfony/recipes",
351-
"branch": "master",
351+
"branch": "main",
352352
"version": "5.3",
353-
"ref": "97cb3dc7b0f39c7cfc4b7553504c9d7b7795de96"
353+
"ref": "819d3d2ffa4590eba0b8f4f3e5e89415ee4e45c3"
354354
},
355355
"files": [
356356
".env.test",

tests/bootstrap.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@
99
} elseif (method_exists(Dotenv::class, 'bootEnv')) {
1010
(new Dotenv())->bootEnv(dirname(__DIR__).'/.env');
1111
}
12+
13+
if ($_SERVER['APP_DEBUG']) {
14+
umask(0000);
15+
}

0 commit comments

Comments
 (0)