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 d026bf4 commit 194024eCopy full SHA for 194024e
tests/Integration/BasicDriverTest.php
@@ -34,7 +34,7 @@ public function getConnections(): array
34
/** @var string|mixed $connections */
35
$connections = $_ENV['NEO4J_CONNECTIONS'] ?? false;
36
if (!is_string($connections)) {
37
- Dotenv::createImmutable(__DIR__.'/../../')->load();
+ Dotenv::createImmutable(__DIR__.'/../../')->safeLoad();
38
39
40
0 commit comments