Skip to content

Commit 386f521

Browse files
composer recipes:update symfony/phpunit-bridge
1 parent 32ee58c commit 386f521

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

symfony.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
"repo": "github.com/symfony/recipes",
357357
"branch": "main",
358358
"version": "6.3",
359-
"ref": "1f5830c331065b6e4c9d5fa2105e322d29fcd573"
359+
"ref": "a411a0480041243d97382cac7984f7dce7813c08"
360360
},
361361
"files": [
362362
".env.test",

tests/bootstrap.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
require dirname(__DIR__).'/vendor/autoload.php';
66

7-
if (file_exists(dirname(__DIR__).'/config/bootstrap.php')) {
8-
require dirname(__DIR__).'/config/bootstrap.php';
9-
} elseif (method_exists(Dotenv::class, 'bootEnv')) {
7+
if (method_exists(Dotenv::class, 'bootEnv')) {
108
(new Dotenv())->bootEnv(dirname(__DIR__).'/.env');
119
}
1210

0 commit comments

Comments
 (0)