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 2bb8eab commit d1ee505Copy full SHA for d1ee505
tests/Integration/EnvironmentAwareIntegrationTest.php
@@ -91,7 +91,7 @@ protected static function buildConnections(): array
91
{
92
$connections = $_ENV['CONNECTIONS'] ?? false;
93
if (!is_string($connections)) {
94
- Dotenv::createImmutable(__DIR__.'/../../')->load();
+ Dotenv::createImmutable(__DIR__.'/../../')->safeLoad();
95
/** @var string|mixed $connections */
96
97
0 commit comments