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 cfeb9dd commit 1642a7dCopy full SHA for 1642a7d
tests/unit/Mage/Core/Helper/EnvironmentConfigLoaderTest.php
@@ -56,7 +56,7 @@ public function testEnvFilter(): void
56
{
57
$environmentConfigLoaderHelper = new EnvironmentConfigLoaderTestHelper();
58
$environmentConfigLoaderHelper->setEnvStore([
59
- 'OPENMAGE_CONFIG__DEFAULT__GENERAL__STORE_INFORMATION__NAME' => 'some_value'
+ 'OPENMAGE_CONFIG__DEFAULT__GENERAL__STORE_INFORMATION__NAME' => 'some_value',
60
]);
61
// empty because env flag is not set
62
$env = $environmentConfigLoaderHelper->getEnv();
0 commit comments