We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ee58c commit 386f521Copy full SHA for 386f521
symfony.lock
@@ -356,7 +356,7 @@
356
"repo": "github.com/symfony/recipes",
357
"branch": "main",
358
"version": "6.3",
359
- "ref": "1f5830c331065b6e4c9d5fa2105e322d29fcd573"
+ "ref": "a411a0480041243d97382cac7984f7dce7813c08"
360
},
361
"files": [
362
".env.test",
tests/bootstrap.php
@@ -4,9 +4,7 @@
4
5
require dirname(__DIR__).'/vendor/autoload.php';
6
7
-if (file_exists(dirname(__DIR__).'/config/bootstrap.php')) {
8
- require dirname(__DIR__).'/config/bootstrap.php';
9
-} elseif (method_exists(Dotenv::class, 'bootEnv')) {
+if (method_exists(Dotenv::class, 'bootEnv')) {
10
(new Dotenv())->bootEnv(dirname(__DIR__).'/.env');
11
}
12
0 commit comments