Skip to content

Commit 1642a7d

Browse files
pquernersreichel
authored andcommitted
Update tests/unit/Mage/Core/Helper/EnvironmentConfigLoaderTest.php
Co-authored-by: Sven Reichel <github-sr@hotmail.com>
1 parent cfeb9dd commit 1642a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Mage/Core/Helper/EnvironmentConfigLoaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function testEnvFilter(): void
5656
{
5757
$environmentConfigLoaderHelper = new EnvironmentConfigLoaderTestHelper();
5858
$environmentConfigLoaderHelper->setEnvStore([
59-
'OPENMAGE_CONFIG__DEFAULT__GENERAL__STORE_INFORMATION__NAME' => 'some_value'
59+
'OPENMAGE_CONFIG__DEFAULT__GENERAL__STORE_INFORMATION__NAME' => 'some_value',
6060
]);
6161
// empty because env flag is not set
6262
$env = $environmentConfigLoaderHelper->getEnv();

0 commit comments

Comments
 (0)