Skip to content

Commit c26f384

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public function testEnvFilter(): void
6363
$this->assertIsArray($env);
6464
$this->assertEmpty($env);
6565
$environmentConfigLoaderHelper->setEnvStore([
66-
'OPENMAGE_CONFIG__DEFAULT__GENERAL__STORE_INFORMATION__NAME' => "some_value",
67-
'OPENMAGE_CONFIG_OVERRIDE_ALLOWED' => 1 // enable feature
66+
'OPENMAGE_CONFIG__DEFAULT__GENERAL__STORE_INFORMATION__NAME' => 'some_value',
67+
'OPENMAGE_CONFIG_OVERRIDE_ALLOWED' => 1, // enable feature
6868
]);
6969
// flag is set => feature is enabled
7070
$env = $environmentConfigLoaderHelper->getEnv();

0 commit comments

Comments
 (0)