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 24de48e commit 4a084a6Copy full SHA for 4a084a6
dev/tests/integration/framework/Magento/TestFramework/App/Config.php
@@ -1,7 +1,9 @@
1
<?php
2
/**
3
- * Copyright 2016 Adobe
4
- * All Rights Reserved.
+ * Application configuration object. Used to access configuration when application is initialized and installed.
+ *
5
+ * Copyright © Magento, Inc. All rights reserved.
6
+ * See COPYING.txt for license details.
7
*/
8
namespace Magento\TestFramework\App;
9
@@ -75,8 +77,7 @@ public function setValue(
75
77
}
76
78
79
if (empty($scopeCode)) {
- $scopeCode = $this->getScopeCodeResolver()
- ->resolve(ScopeConfigInterface::SCOPE_TYPE_DEFAULT, $scopeCode);
80
+ $scopeCode = $this->getScopeCodeResolver()->resolve($scope, $scopeCode);
81
82
83
$keys = explode('/', $path);
0 commit comments