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 6633083 commit 97ffd38Copy full SHA for 97ffd38
Tests/DotenvTest.php
@@ -488,7 +488,7 @@ public function testSERVERVarsDuplicationInENV()
488
unset($_ENV['SYMFONY_DOTENV_VARS'], $_SERVER['SYMFONY_DOTENV_VARS'], $_ENV['FOO']);
489
$_SERVER['FOO'] = 'CCC';
490
491
- (new Dotenv(false))->populate(['FOO' => 'BAR']);
+ (new Dotenv())->populate(['FOO' => 'BAR']);
492
493
$this->assertSame('CCC', $_ENV['FOO']);
494
}
0 commit comments