Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd859d89

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: do not pass a boolean to the constructor of the Dotenv class
2 parents5bb0ebe +e5d6b8d commitd859d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Dotenv/Tests/DotenvTest.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ public function testSERVERVarsDuplicationInENV()
544544
unset($_ENV['SYMFONY_DOTENV_VARS'],$_SERVER['SYMFONY_DOTENV_VARS'],$_ENV['FOO']);
545545
$_SERVER['FOO'] ='CCC';
546546

547-
(newDotenv(false))->populate(['FOO' =>'BAR']);
547+
(newDotenv())->populate(['FOO' =>'BAR']);
548548

549549
$this->assertSame('CCC',$_ENV['FOO']);
550550
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp