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.
2 parents 188affb + 7b645c7 commit 0220d6dCopy full SHA for 0220d6d
dev/tests/integration/framework/Magento/TestFramework/Isolation/DeploymentConfig.php
@@ -51,7 +51,7 @@ public function startTestSuite()
51
{
52
if (null === $this->reader) {
53
$this->reader = Bootstrap::getObjectManager()->get(\Magento\Framework\App\DeploymentConfig\Reader::class);
54
- $this->config = $this->reader->load();
+ $this->config = $this->filterIgnoredConfigValues($this->reader->load());
55
}
56
57
0 commit comments