We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6c07e commit fff1510Copy full SHA for fff1510
1 file changed
tests/system/Config/DotEnvTest.php
@@ -58,7 +58,7 @@ public function testLoadsVars()
58
59
public function testLoadsHex2Bin()
60
{
61
- $dotenv = new DotEnv($this->fixturesFolder);
+ $dotenv = new DotEnv($this->fixturesFolder, 'encryption.env');
62
$dotenv->load();
63
64
$value = getenv('encryption.key');
0 commit comments