Skip to content

Commit fff1510

Browse files
committed
Test update
1 parent cc6c07e commit fff1510

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/Config/DotEnvTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function testLoadsVars()
5858

5959
public function testLoadsHex2Bin()
6060
{
61-
$dotenv = new DotEnv($this->fixturesFolder);
61+
$dotenv = new DotEnv($this->fixturesFolder, 'encryption.env');
6262
$dotenv->load();
6363

6464
$value = getenv('encryption.key');

0 commit comments

Comments
 (0)