We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f0491 commit 048a42fCopy full SHA for 048a42f
tests/unit/Mage/Core/Helper/EnvironmentConfigLoaderTest.php
@@ -64,7 +64,7 @@ public function testEnvFilter(): void
64
{
65
$environmentConfigLoaderHelper = new EnvironmentConfigLoaderTestHelper();
66
$environmentConfigLoaderHelper->setEnvStore([
67
- 'OPENMAGE_CONFIG__DEFAULT__GENERAL__STORE_INFORMATION__NAME' => 'some_value'
+ 'OPENMAGE_CONFIG__DEFAULT__GENERAL__STORE_INFORMATION__NAME' => 'some_value',
68
]);
69
// empty because env flag is not set
70
$env = $environmentConfigLoaderHelper->getEnv();
0 commit comments