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 a10dc94 commit 072a444Copy full SHA for 072a444
tests/bootstrap.php
@@ -7,9 +7,7 @@
7
8
require __DIR__ . '/../vendor/autoload.php';
9
10
-if (file_exists(dirname(__DIR__).'/.env.local')) {
11
- (new Dotenv())->usePutenv()->bootEnv(dirname(__DIR__).'/.env.local', 'dev', []);
12
-}
+(new Dotenv())->usePutenv()->bootEnv(dirname(__DIR__).'/.env', 'dev', []);
13
14
$requiredEnvs = ['STORAGE_API_URL', 'STORAGE_API_TOKEN', 'STORAGE_API_TOKEN_MASTER'];
15
foreach ($requiredEnvs as $env) {
0 commit comments