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 169bc89 commit 970c3c8Copy full SHA for 970c3c8
dev/tests/integration/framework/Magento/TestFramework/Backend/App/Config.php
@@ -28,7 +28,10 @@ class Config extends \Magento\Backend\App\Config
28
*/
29
public function __construct(\Magento\TestFramework\App\Config $appConfig, \Magento\TestFramework\App\MutableScopeConfig $mutableScopeConfig)
30
{
31
- parent::__construct($appConfig);
+ parent::__construct(
32
+ \Magento\TestFramework\ObjectManager::getInstance()->get(\Magento\Framework\App\Config\ScopePool::class),
33
+ $appConfig
34
+ );
35
$this->mutableScopeConfig = $mutableScopeConfig;
36
}
37
0 commit comments